binutils
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
38a69d0a
JB
12012-10-23 Joel Brobecker <brobecker@adacore.com>
2
3 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
4 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
5
83ab93c6
JB
62012-10-23 Joel Brobecker <brobecker@adacore.com>
7
8 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
9 function.
10 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
11 to amd64_windows_auto_wide_charset.
12
f6fbab7d
YQ
132012-10-23 Yao Qi <yao@codesourcery.com>
14
15 * event-top.c (mark_async_signal_handler_wrapper): Remove.
16 * event-top.h: Remove its declaration.
17 (async_request_quit): Call mark_async_signal_handler instead of
18 mark_async_signal_handler_wrapper.
19 (async_do_nothing, async_disconnect): Likewise.
20 (async_stop_sig): Likewise.
21 * remote.c (handle_remote_sigint): Likewise.
22 (handle_remote_sigint_twice): Likewise.
23
05fa9251
YQ
242012-10-23 Yao Qi <yao@codesourcery.com>
25
26 * event-top.c (sigint_token, sighup_token): Replace 'void *'
27 with 'static struct async_signal_handler *'.
28 (sighup_token, sigquit_token, sigstp_token): Likewise.
29
08af7a40
AA
302012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
31
32 * gdbarch.sh (function_list): Use 'pstring' when printing
33 a variable which could return NULL.
34 * gdbarch.c: Regenerate.
35
beb4b03c
JB
362012-10-10 Joel Brobecker <brobecker@adacore.com>
37 Tom Tromey <tromey@redhat.com>
38
39 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
40 inneffective if condition by gdb assertion. Add function
41 description comment.
42
a5b12627
JB
432012-10-19 Joel Brobecker <brobecker@adacore.com>
44
45 * parser-defs.h (struct exp_descriptor): Document constraint
46 on return value for "op_name" callbacks.
47
0b0865da
TT
482012-10-18 Tom Tromey <tromey@redhat.com>
49
50 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
51 * symtab.c (iterate_over_some_symtabs): Constify.
52 * source.h (symtab_to_fullname): Return 'const char *'.
53 * source.c (symtab_to_fullname): Return 'const char *'.
54 * python/py-symtab.c (stpy_fullname): Constify.
55 * cli/cli-cmds.c (edit_command): Constify.
56 * breakpoint.c (print_breakpoint_location)
57 (update_static_tracepoint): Constify.
58
94b0e70d
TT
592012-10-18 Tom Tromey <tromey@redhat.com>
60
61 * breakpoint.c (compare_breakpoints): Fix comparison.
62
fff10684
TT
632012-10-18 Tom Tromey <tromey@redhat.com>
64
65 * valprint.c (generic_emit_char, generic_printstr): Pass size of
66 gdb_wchar_t to convert_between_encodings.
67
8de0566d
YQ
682012-10-17 Yao Qi <yao@codesourcery.com>
69
70 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
71 more parameter 'inferior'.
72 * corefile.c (write_memory_with_notification): Caller update.
73
74 * mi/mi-cmd-var.c: Include "mi-main.h".
75 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
76 to 1 and restore it later.
77 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
78 and "data-write-memory-bytes.
79 * mi/mi-interp.c: Include objfiles.h.
80 (mi_interpreter_init): Call observer_attach_memory_changed.
81 (mi_memory_changed): New.
82 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
83 New field.
84
85 * NEWS: Mention new MI notification "memory-changed".
86
6235cdd1
JK
872012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
88
89 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
90
07540c15
DE
912012-10-15 Doug Evans <dje@google.com>
92
93 New option -nh: inhibit loading of ~/.gdbinit.
94 * NEWS: Mention -nh.
95 * main.c (captured_main): Recognize and process -nh.
96 (print_gdb_help): Mention -nh.
97 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
98
eab09350
L
992012-10-15 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR backtrace/14646
102 PR gdb/14647
103 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
104 pc_regnum_from_eax.
105 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
106 nor pc_regnum_from_eax.
107 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
108 nor pc_regnum_from_eax.
109
9e3a7d65
JK
1102012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 Fix entry values resolving in inlined frames.
113 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
114 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
115 entries of FRAME.
116
c83393b9
JB
1172012-10-15 Joel Brobecker <brobecker@adacore.com>
118
119 * configure.ac: Build with -DMS_WIN64 if building with Python
120 enabled using GCC on amd64-windows.
121 * configure: Regenerate.
122
801e4185
TT
1232012-10-15 Tom Tromey <tromey@redhat.com>
124
125 PR python/14635:
126 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
127 to Py_None.
128
74f910c8
TT
1292012-10-15 Tom Tromey <tromey@redhat.com>
130
131 PR python/14634:
132 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
133
2a7c8fd5
AB
1342012-10-11 Andrew Burgess <aburgess@broadcom.com>
135
136 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
137 reset thread numbering back to 1.
138
7c09e5a0
DE
1392012-10-11 Doug Evans <dje@google.com>
140
141 PR breakpoints/14643.
142 * linespec.c (struct ls_parser): New member keyword_ok.
143 (linespec_lexer_lex_string): Add comment.
144 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
145 for one.
146 (parse_linespec): Set keyword_ok.
147
a1855c1d
DE
1482012-10-10 Doug Evans <dje@google.com>
149
844226d6
DE
150 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
151 "0x" prefix on address in log message.
152
a1855c1d
DE
153 * dwarf2read.c (read_1_byte): Add const to buf parameter.
154 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
155 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
156 (lookup_dwo_file): Add const to dwo_name parameter.
157 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
158
2e24f4aa
JK
1592012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
160
161 Fix crash during stepping on ppc32.
162 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
163 SYM.
164
aa14df25
DE
1652012-10-03 Doug Evans <dje@google.com>
166
167 PR symtab/14601
168 * buildsym.c (buildsym_init): Reset using_directives to NULL.
169
3d468296
AB
1702012-10-02 Andrew Burgess <aburgess@broadcom.com>
171
172 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
173 output and use uint32_t not long to ensure 4 byte size.
174
8f0ee2eb
JB
1752012-10-02 Joel Brobecker <brobecker@adacore.com>
176
177 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
178 unref'ed it.
179
b3dc46ff
AB
1802012-10-01 Andrew Burgess <aburgess@broadcom.com>
181
182 * target.c (simple_search_memory): Include access length in
183 warning message.
184
f712f01f
EBM
1852012-09-28 Nathan Miller <nathanm2@us.ibm.com>
186 Edjunior Machado <emachado@linux.vnet.ibm.com>
187
188 PR gdb/13989
189 * solib.c (solib_find): Prevent GDB from loading native libraries when
190 debugging a cross-target corefile.
191
39181896
PA
1922012-09-28 selven <pcthegreat@gmail.com>
193
194 Make definition match declaration.
195
196 * regcache.c (regcache_register_status): Change return type to
197 enum register_status.
198
4c2786ba
YQ
1992012-09-28 Yao Qi <yao@codesourcery.com>
200
201 * mi/mi-main.c (mi_cmd_data_write_memory): Call
202 write_memory_with_notification instead of write_memory.
203 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
204 instead of target_write_memory.
205
1ae0c35e
YQ
2062012-09-28 Yao Qi <yao@codesourcery.com>
207
208 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
209 when the length of content is not an even number.
210
7977e5d2
TT
2112012-09-27 Tom Tromey <tromey@redhat.com>
212
213 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
214 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
215
807160da
JB
2162012-09-27 Joel Brobecker <brobecker@adacore.com>
217
218 * sol-thread.c (sol_thread_fetch_registers)
219 (sol_thread_store_registers): Delete commented out code.
220
43c75337
JB
2212012-09-27 Joel Brobecker <brobecker@adacore.com>
222
223 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
224 Move these functions to sparc-sol-thread.c.
225 * sparc-sol-thread.c: New file.
226 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
227 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
228 configurations.
229 * configure: Regenerate.
230
d292a972
JB
2312012-09-27 Joel Brobecker <brobecker@adacore.com>
232
233 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
234 Remove commented-out code.
235
8c3da003
JB
2362012-09-27 Joel Brobecker <brobecker@adacore.com>
237
238 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
239 Enable this code for sparc hosts only.
240
f00482b6
JB
2412012-09-27 Joel Brobecker <brobecker@adacore.com>
242
243 * procfs.h (procfs_find_LDT_entry): Add declaration.
244 * sol-thread.c (ps_lgetLDT): Delete local declaration of
245 function procfs_find_LDT_entry.
246
337c776f
JB
2472012-09-27 Joel Brobecker <brobecker@adacore.com>
248
249 * procfs.c (proc_get_LDT_entry): Make static.
250
1a04d88f
JB
2512012-09-27 Joel Brobecker <brobecker@adacore.com>
252
253 * procfs.c (proc_find_memory_regions): Fix declaration.
254
bad43aa5
SP
2552012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
256
257 * amd64-tdep.c (amd64_return_value): Revert previous change
258 that used TYPE_LENGTH directly.
259 * bfin-tdep.c (bfin_extract_return_value): Likewise.
260 (bfin_store_return_value): Likewise.
261 * cris-tdep.c (cris_store_return_value): Likewise.
262 (cris_extract_return_value): Likewise.
263 * h8300-tdep.c (h8300_extract_return_value): Likewise.
264 * hppa-tdep.c (hppa64_return_value): Likewise.
265 * lm32-tdep.c (lm32_store_return_value): Likewise.
266 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
267 * spu-tdep.c (spu_value_from_register): Likewise.
268 * vax-tdep.c (vax_return_value): Likewise.
269
63375b74
SP
2702012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
271
272 * gdbtypes.c (lookup_array_range_type): Expand parameters
273 LOW_BOUND and HIGH_BOUND to LONGEST.
274 (lookup_string_range_type): Likewise.
275 * gdbtypes.h (lookup_array_range_type): Likewise.
276 (lookup_string_range_type): Likewise.
277 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
278 Expand HIGHBOUND to ssize_t.
279 (value_string): Likewise.
280 * value.h (value_cstring): Expand parameter LEN to ssize_t.
281 (value_string): Likewise.
282
19ca11c5
YQ
2832012-09-27 Yao Qi <yao@codesourcery.com>
284
285 PR breakpoints/13898
286 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
287 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
288 per breakpoint type.
289
92107356
PM
2902012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
291
292 * procfs.c: Add gdb_bfd header.
293 * rs6000-nat.c: Likewise.
294 * solib-pa64.c: Likewise.
295 * spu-linux-nat.c: Likewise.
296 * windows-nat.c: Likewise.
297
9742094a
TT
2982012-09-26 Tom Tromey <tromey@redhat.com>
299
300 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
301
0971de02
TT
3022012-09-26 Tom Tromey <tromey@redhat.com>
303
304 * dwarf2read.c (mark_common_block_symbol_computed): New function.
305 (read_common_block): Handle child DIEs with
306 DW_AT_data_member_location.
307 (new_symbol_full): Add special case for common blocks.
308
4357ac6c
TT
3092012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
310 Tom Tromey <tromey@redhat.com>
311
312 * dwarf2read.c (read_common_block): Rewrite.
313 (new_symbol_full): Handle DW_TAG_common_block.
314 * f-lang.c (head_common_list, find_common_for_function):
315 Remove.
316 * f-lang.h (struct common_entry, struct saved_f77_common,
317 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
318 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
319 BLANK_COMMON_NAME_LOCAL): Remove.
320 (struct common_block): New.
321 * f-valprint.c (list_all_visible_commons): Remove.
322 (info_common_command_for_block): New function.
323 (info_common_command): Use it.
324 * stack.c (iterate_over_block_locals): Special case for
325 COMMON_BLOCK_DOMAIN.
326 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
327 constant.
328 (struct general_symbol_info) <value.common_block>: New field.
329 (SYMBOL_VALUE_COMMON_BLOCK): New define.
330
965f07a8
TT
3312012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
332 Tom Tromey <tromey@redhat.com>
333
334 * f-lang.c (allocate_saved_bf_node,
335 allocate_saved_function_node, allocate_saved_f77_common_node,
336 allocate_common_entry_node, tail_common_list, current_common,
337 saved_bf_list, saved_bf_list_end, current_head_bf_list,
338 tmp_bf_ptr, add_common_block, add_common_entry,
339 find_first_common_named, patch_common_entries,
340 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
341 global_remote_debug, get_bf_for_fcn, saved_function_list,
342 saved_function_list_end, clear_function_list, struct saved_fcn,
343 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
344 SAVED_BF, SAVED_BF_PTR): Remove.
345 * f-lang.h (tail_common_list, current_common,
346 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
347 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
348 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
349 real_main_c_value): Remove.
350 * f-valprint.c (there_is_a_visible_common_named): Remove.
351
6f380991
AB
3522012-09-26 Andrew Burgess <aburgess@broadcom.com>
353
354 * breakpoint.c (update_global_location_list): Ignore previous
355 duplicate status of a breakpoint when starting a new scan for
356 duplicate breakpoints.
357
9ead7ae4 3582012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 359 PR breakpoints/14419
2536b51c
YQ
360 * arm-tdep.c (arm_skip_prologue): Extending producer check to
361 support LLVM compiler.
9ead7ae4 362
8f8a23a2
SP
3632012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
364
365 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
366 * bfin-tdep.c (bfin_extract_return_value): Likewise.
367 (bfin_store_return_value): Likewise.
368 * cris-tdep.c (cris_store_return_value): Likewise.
369 (cris_extract_return_value): Likewise.
370 * h8300-tdep.c (h8300_extract_return_value): Likewise.
371 * hppa-tdep.c (hppa64_return_value): Likewise.
372 * lm32-tdep.c (lm32_store_return_value): Likewise.
373 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
374 * spu-tdep.c (spu_value_from_register): Likewise.
375 * vax-tdep.c (vax_return_value): Likewise.
376
d7019589
SP
3772012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
378
379 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
380 parameter LEN to ssize_t.
381
744a8059
SP
3822012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
383
384 * ada-valprint.c (ada_val_print_1): Eliminate single-use
385 variable LEN.
386 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
387 directly.
388 (alpha_store_return_value): Likewise.
389 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
390 (amd64_push_arguments): Likewise.
391 * ax-gdb.c (gen_trace_static_fields): Likewise.
392 (gen_traced_pop): Likewise.
393 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
394 * breakpoint.c (update_watchpoint): Likewise.
395 * findcmd.c (parse_find_args): Use local variable for type
396 instead of length.
397 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
398 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
399 (h8300_store_return_value): Likewise.
400 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
401 Use i386_darwin_arg_type_alignment directly.
402 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
403 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
404 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
405 (m68hc11_extract_return_value): Likewise.
406 * mep-tdep.c (mep_push_dummy_call): Likewise.
407 * printcmd.c (float_type_from_length): Likewise.
408 * s390-tdep.c (s390_value_from_register): Likewise.
409 * stack.c (read_frame_arg): Likewise.
410 * tracepoint.c (encode_actions_1): Likewise.
411 * valops.c (value_fetch_lazy): Use local variable for type
412 instead of length. Use TYPE_LENGTH directly.
413 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
414
a4b411d6
JB
4152012-09-25 Joel Brobecker <brobecker@adacore.com>
416
417 * symtab.c (skip_prologue_sal): Fix typo in comment.
418
11dba07a
JB
4192012-09-25 Joel Brobecker <brobecker@adacore.com>
420
421 * linespec.c (create_sals_line_offset): Fix typo in comment.
422
318102b9
SP
4232012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
424
425 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
426 use plongest to print the array size.
427
b4aa388a
SP
4282012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
429
430 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
431 * p-valprint.c (pascal_type_print_base): Likewise.
432
84cebc4a
YQ
4332012-09-22 Yao Qi <yao@codesourcery.com>
434
435 * remote.c (remote_get_trace_status): Remove setting default
436 values of fields of 'ts'.
437
04e7407c
JK
4382012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 Fix internal error on canonicalization of clang types.
441 * cp-name-parser.y (operator): New comment at make_operator call for
442 new, delete, new[] and delete[].
443 (exp): Use "sizeof ". Add new comment at make_operator call.
444
9bf4bce9
JK
4452012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 Fix disassemble without parameters in tailcall frame.
448 * cli/cli-cmds.c (disassemble_current_function): Use
449 get_frame_address_in_block.
450
1c5b7826
TT
4512012-09-21 Tom Tromey <tromey@redhat.com>
452
453 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
454 TYPE_CODE_UNION>: Unify, removing a goto.
455
62a49610
TT
4562012-09-21 Tom Tromey <tromey@redhat.com>
457
458 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
459
2603f7ee
AB
4602012-09-21 Andrew Burgess <aburgess@broadcom.com>
461
462 * findvar.c (read_frame_register_value): Mark the result value as
463 optimized out if any of the input registers have been optimized out.
464
810849a3
AS
4652012-09-21 Andreas Schwab <schwab@linux-m68k.org>
466
467 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
468
0953dec1
SP
4692012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
470
471 * eval.c (evaluate_subexp_standard): Eliminate single-use
472 variable LOWER.
473
82a90ccf
YQ
4742012-09-21 Yao Qi <yao@codesourcery.com>
475
476 * mi/mi-interp.c: Declare mi_record_changed.
477 (mi_interpreter_init): Call observer_attach_record_changed.
478 (mi_record_changed): New.
479 * record.c (record_open): Call observer_notify_record_changed.
480 (cmd_record_stop): Call observer_notify_record_changed.
481 * NEWS: Mention it.
482
d7de8e3c
TT
4832012-09-20 Tom Tromey <tromey@redhat.com>
484
485 * NEWS: Update.
486 * python/python.c (finalize_python): New function.
487 (_initialize_python): Make a final cleanup.
488
43c7c83d
DE
4892012-09-19 Doug Evans <dje@google.com>
490
491 * buildsym.h (param_symbols): Delete, unused.
492 (context_stack): Delete member "params", unused.
493 * buildsym.c (push_context): Update.
494 * dwarf2read.c (read_func_scope): Update.
495
aa9259cc
TS
4962012-09-19 Thomas Schwinge <thomas@codesourcery.com>
497
a6521d9a
TS
498 * sh-tdep.c (sh_register_convert_to_virtual)
499 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
500 all callers. Just do a memcpy if not the little-endian case.
501
f92589cb
TS
502 * h8300-tdep.c (h8300_gdbarch_init): Invoke
503 set_gdbarch_double_format and set_gdbarch_long_double_format.
504 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
505 set_gdbarch_double_format.
506 * sh-tdep.c (sh_gdbarch_init): Likewise.
507
aa9259cc
TS
508 * NEWS: Document the removal of SH's 'regs' command.
509 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
510 command.
511
c1d780c2
SDJ
5122012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
513
514 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
515 `jump'.
516
4ae24af0
JB
5172012-09-18 Joel Brobecker <brobecker@adacore.com>
518
519 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
520 language when iterating over symbols.
521
bb25a15c
YQ
5222012-09-18 Yao Qi <yao@codesourcery.com>
523
524 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
525 (mi_interpreter_init): Call observer_attach_tsv_created and
526 observer_attach_tsv_deleted.
527 (mi_tsv_created, mi_tsv_deleted): New.
528 * tracepoint.c (delete_trace_state_variable): Call
529 observer_notify_tsv_deleted.
530 (trace_variable_command): Call observer_notify_tsv_created.
531 (delete_trace_variable_command): Call
532 observer_notify_tsv_deleted.
533 (create_tsv_from_upload): Call observer_notify_tsv_created.
534 * NEWS: Mention it.
535
201b4506
YQ
5362012-09-18 Yao Qi <yao@codesourcery.com>
537
538 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
539 if traceframe changed.
540 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
541 "trace-find".
542 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
543 (mi_interpreter_init): Hook mi_traceframe_changed to observer
544 'traceframe_changed'.
545 (mi_traceframe_changed): New.
546 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
547 New field.
548 * NEWS: Mention the new MI notification.
549
eaeb12db
MW
5502012-09-17 Mike Wrighton <wrighton@codesourcery.com>
551
552 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
553
6e3c039e
JK
5542012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
555
556 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
557 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
558 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
559 Extend code also for PaX support. Convert all gdb_assert to warning
560 calls.
561
9a950c7c
JK
5622012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
563
564 Implement auto-load user conveniences suggested by Doug Evans.
565 * auto-load.c: Include top.h.
566 (file_is_auto_load_safe): New variable advice_printed. Print advice.
567 (_initialize_auto_load): New variable scripts_directory_help. Mention
568 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
569 scripts-directory. Document in online help one can use also files for
570 set auto-load safe-path.
571 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
572 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
573
deec9a9d
SP
5742012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
575
576 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
577 of LEN.
578
354ecfd5
SP
5792012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
580
581 * m2-valprint.c (m2_print_array_contents): Eliminate variable
582 ELTLEN and use TYPE_LENGTH directly.
583 (m2_val_print): Likewise.
584 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
585 variable LEN and use TYPE_LENGTH directly.
586 (m68k_svr4_store_return_value): Likewise.
587 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
588 ARGLEN and use TYPE_LENGTH directly.
589 (mips_o64_push_dummy_call): Likewise.
590 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
591 variable LENGTH and use TYPE_LENGTH directly.
592 (s390_function_arg_float): Likewise.
593 (s390_function_arg_integer): Likewise.
594 (s390_push_dummy_call): Likewise.
595 (s390_return_value_convention): Likewise.
596 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
597 TYPE_LENGTH directly.
598
6fc1c773
YQ
5992012-09-17 Yao Qi <yao@codesourcery.com>
600
601 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
602 Update comment to add_setshow_integer_cmd.
603 * cli/cli-setshow.c (do_set_command): Handle case
604 'var_zuinteger_unlimited'.
605 (do_show_command): Likewise.
606 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
607 for command 'remotetimeout'.
608 * command.h (enum var_types): New zuinteger_unlimited. Update comment
609 to var_integer.
610 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
611 for command 'set listsize'.
612
6acef6cd
SP
6132012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
614
615 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
616 variable LEN.
617
1ab3b62c
JK
6182012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 PR 14119
621 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
622 (frame_pop): Drop also TAILCALL_FRAME frames.
623 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
624
acf9414f
JK
6252012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
626 Pedro Alves <palves@redhat.com>
627
628 PR 14548
629 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
630 function start if we are already at function start. Both for
631 reverse-next and for reverse-step into function without line number
632 info.
633
193facb3
JK
6342012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
635
636 Code cleanup - rename 'inline' depth to 'artificial' depth.
637 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
638 frame_id_artificial_p, extend the comment.
639 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
640 * frame.c (fprint_frame_id): Rename at a user, change debug output
641 text to "artificial=".
642 (skip_inlined_frames): Rename to ...
643 (skip_artificial_frames): ... here. Extend the comment.
644 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
645 (frame_id_inlined_p): Rename to ...
646 (frame_id_artificial_p): ... here. Rename at a user.
647 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
648 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
649 at a user.
650 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
651 Extend the comment.
652 (frame_id_inlined_p): Rename to ...
653 (frame_id_artificial_p): ... here.
654 * inline-frame.c (inline_frame_this_id): Rename at a user.
655
42056501
AB
6562012-09-14 Andrew Burgess <aburgess@broadcom.com>
657
658 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
659 vector variables using vector_size syntax rather than array
660 syntax.
661
84c47588
SP
6622012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
663
664 * valarith.c (value_concat): Replace unsafe ALLOCA with
665 XMALLOC/XFREE.
666
f4045bcb
PA
6672012-09-14 Pedro Alves <palves@redhat.com>
668
669 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
670
63b46266
YPK
6712012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
672
673 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
674 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
675 data-directory as appropriate.
676
ddd7a8e7
SP
6772012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
678
679 * printcmd.c (ui_printf): Eliminate single-use variable
680 PARAM_LEN.
681
d649a38e
YQ
6822012-09-14 Yao Qi <yao@codesourcery.com>
683 Pedro Alves <palves@redhat.com>
684
685 * valops.c (value_assign): Move observer_notify_target_changed
686 below to replace reinit_frame_cache.
687
b9516fa1
YPK
6882012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
689
690 Refactor Python "gdb" module into a proper Python package, by
691 introducing a new "_gdb" module for code implemented in C, and
692 using reload/__import__ instead of exec.
693 * python/lib/gdb/__init__.py: Import * from _gdb.
694 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
695 prompt_hook, sys.argv): Moved from finish_python_initialization.
696 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
697 (packages, auto_load_packages): New list and function replacing
698 module_dict and auto-loading code, using __file__ instead of
699 gdb.PYTHONDIR and reload/__import__ instead of exec.
700 (GdbSetPythonDirectory): Replacing function of the same name
701 from finish_python_initialization, using reload/__import__ instead
702 of exec, as well as call auto_load_packages.
703 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
704 gdb_python_module and not gdb_module.
705 * python/python-internal.h (gdb_python_module): Declare.
706 * python/python.c (gdb_python_module): New global.
707 (before_prompt_hook): Check gdb_python_module and not gdb_module.
708 (_initialize_python): Rename gdb module to _gdb.
709 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
710 (finish_python_initialization): Move Python code to
711 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
712 __main__.
713
aa0fbdd8
PA
7142012-09-13 Pedro Alves <palves@redhat.com>
715
716 * Makefile.in (COMMON_OBS): Add registry.o.
717 * registry.c: New file.
718 * registry.h (struct registry_container): Declare.
719 (registry_data_callback): New typedef.
720 (struct registry_data, struct registry_data_registration, struct
721 registry_data_registry): New type.
722 (register_data_with_cleanup, registry_alloc_data)
723 (registry_callback_adaptor, registry_clear_data)
724 (registry_container_free_data, registry_set_data, registry_data):
725 Declare.
726 (DEFINE_REGISTRY): Refactor structures and functions as shims over
727 the new common structures and functions.
728 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
729 callback typedefs.
730
42b5c53d
MW
7312012-09-12 Mike Wrighton <wrighton@codesourcery.com>
732
733 * remote.c (remote_insert_hw_breakpoint): Throw exception if
734 there is an error inserting hardware breakpoints and use the
735 error message from the target.
736
737 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
738 Catch this exception and print the error message contained within. Do not
739 print the default hardware error breakpoint message in this case.
740
a1b64ce1
DE
7412012-09-12 Doug Evans <dje@google.com>
742
743 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
744 cu == NULL.
745
83a788b8
DE
7462012-09-11 Doug Evans <dje@google.com>
747
748 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
749 .gdb_index symbol attributes if there are none.
750
d9eaeb59
JB
7512012-09-11 Joel Brobecker <brobecker@adacore.com>
752
753 * symtab.h (struct minimal_symbol) [has_size]: New field.
754 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
755 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
756 * printcmd.c (build_address_symbolic): Only filter out zero-sized
757 minimal symbols if the symbol's size is actually known.
758 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
759 of msymbol's size field. Add comment.
760 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
761 SET_MSYMBOL_SIZE to set the minimal symbol size.
762
a83e9154
JB
7632012-09-11 Joel Brobecker <brobecker@adacore.com>
764
765 * minsyms.c (install_minimal_symbols): Use memset to fill entire
766 minimal_symbol struct object, rather than setting some of its
767 fields one by one.
768
350b1b26
AB
7692012-09-11 Andrew Burgess <aburgess@broadcom.com>
770
771 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
772 passed_a_ptr flag when displaying typedef types.
773
2fa15f23
JB
7742012-09-10 Joel Brobecker <brobecker@adacore.com>
775
776 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
777 the optimized_out flag is preserved.
778
5152ff90
AG
7792012-09-10 Anthony Green <green@moxielogic.com>
780
781 * moxie-tdep.c (moxie_analyze_prologue): Update for function
782 prologue changes in GCC.
783
5b4f6e25
KS
7842012-09-10 Keith Seitz <keiths@redhat.com>
785
786 PR gdb/13483
787 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
788 (BOOL_CONVERSION_BADNESS): ... this.
789 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
790 (rank_one_type): Allow all boolean conversions
791 permitted by the standard.
792
f1070426
TT
7932012-09-06 Tom Tromey <tromey@redhat.com>
794
795 * python/py-newobjfileevent.c (create_new_objfile_event_object):
796 Don't decref py_objfile.
797
a8db4212
YPK
7982012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
799
800 Do not enable -lmcheck by default when Python is enabled with
801 threading support.
802 * configure.ac: (python_has_threads) New variable, by testing
803 if WITH_THREAD is defined in Python.h.
804 Move --enable-lmcheck after --with-python.
805 Do not enable -lmcheck by default if python_has_threads=yes.
806 Warn if --enable-lmcheck and python_has_threads=yes.
807 * configure: Regenerate.
808
648beb2b
YQ
8092012-08-31 Yao Qi <yao@codesourcery.com>
810
811 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
812 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
813 Update some commands.
814 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
815 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
816 to 1.
817
ef07a9f7
YQ
8182012-08-31 Yao Qi <yao@codesourcery.com>
819
820 * mi/mi-cmds.c (mi_cmds): Add 'static'.
821
fda395cf
YPK
8222012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
823
824 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
825
8efd8e78
DE
8262012-08-29 Doug Evans <dje@google.com>
827
828 * main.c (print_gdb_help): Remove reference to
829 --use-deprecated-index-sections.
830
883b9c6c
YQ
8312012-08-28 Yao Qi <yao@codesourcery.com>
832
833 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
834 (init_cmds): Call add_setshow_uinteger_cmd for command
835 'max-user-call-depth'.
836 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
837 declaration of 'max_user_call_depth'.
838 * frame.c (backtrace_limit): Add 'unsigned'.
839 (_initialize_frame): Call add_setshow_uinteger_cmd for command
840 'limit'.
841 * remote.c (remoteaddresssize): Add 'unsigned'.
842 (remote_address_masked): Change local var 'address_size' to
843 'unsigned'.
844 (_initialize_remote): Call add_setshow_uinteger_cmd for
845 'remoteaddresssize'.
846 * top.c (history_size): Add 'unsigned'.
847 (show_commands): Change local variables to 'unsigned'.
848 (set_history_size_command): Don't check history_size is negative.
849 Adjust the condition to call unstifle_history and set history_size
850 to UNIT_MAX.
851
1292279a
PA
8522012-08-28 Pedro Alves <palves@redhat.com>
853
854 PR gdb/14428
855
856 * infcmd.c (default_print_one_register_info): New, factored out
857 from default_print_registers_info.
858 (default_print_registers_info): Use it. Mark value unavailable if
859 necessary.
860 (registers_info): Print user registers with
861 default_print_one_register_info.
862
f629cd75
L
8632010-08-27 H.J. Lu <hongjiu.lu@intel.com>
864
865 PR tui/14486
866 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
867 is not NULL before referencing it.
868
1c8cdcb1
JK
8692012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
872 variable pc. Call find_pc_line instead of find_pc_overlay, restore
873 original PC for it.
874
e9687799
JK
8752012-08-27 Eli Zaretskii <eliz@gnu.org>
876 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * auto-load.c (auto_load_objfile_script): Rename to ...
879 (auto_load_objfile_script_1): ... here, change variable realname to
880 parameter realname, document it, add return value, add variable retval.
881 (auto_load_objfile_script): New function.
882
7afa1642
JK
8832012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
884
885 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
886 followed by a whitespace.
887
dc7650b8
JK
8882012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
889
28e66c70 890 PR gdb/14494.
dc7650b8
JK
891 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
892 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
893 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
894 here.
895
1591a1e8
PA
8962012-08-27 Wei-cheng Wang <cole945@gmail.com>
897
898 * memattr.c (create_mem_region): Fix memory region overlapping
899 checking.
900
ecfb0d68
SP
9012012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
902
903 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
904 with xmalloc/cleanup.
905 * mt-tdep.c (mt_push_dummy_call): Likewise.
906 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
907 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
908
8c56c1b9
YQ
9092012-08-24 Yao Qi <yao@codesourcery.com>
910
911 * jv-exp.y (push_expression_name): Add "." at the end of error
912 message.
913
e3480f4a
YPK
9142012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
915
916 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
917 * python/python.c (_initialize_python): Update documentation.
918
dfbd5e7b
PA
9192012-08-23 Pedro Alves <palves@redhat.com>
920
921 * infrun.c (_initialize_infrun) <handle command help text>:
922 Mention that multiple signals are supported.
923
2edda2ff
PA
9242012-08-23 Pedro Alves <palves@redhat.com>
925
926 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
927 string.
928
8d735b87
YQ
9292012-08-23 Yao Qi <yao@codesourcery.com>
930
931 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
932 (tfind_1): Don't call registers_changed, set_traceframe_num,
933 and clear_traceframe_info.
934 Call set_current_traceframe.
935 (set_current_traceframe): call set_traceframe_num.
936
c5d9b215
SDJ
9372012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
938
939 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
940 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
941
037bbc8e
YPK
9422012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
943
944 Enable readline in Python in a GDB-specific way and block the
945 standard Python readline module to prevent conflicts with GDB.
946 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
947 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
948 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
949 * python/py-gdb-readline.c: New file.
950 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
951 prototype.
952 * python/python.c (_initialize_python): Call
953 gdbpy_initialize_gdb_readline.
954
406b1477
KS
9552012-08-22 Keith Seitz <keiths@redhat.com>
956
957 * defs.h: Include build-gnulib/config.h
958
6ca1b147
JM
9592012-08-22 Joseph Myers <joseph@codesourcery.com>
960
961 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
962 and blx pc.
963
8315665e
YPK
9642012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
965
966 Add a new "python-interactive" command that starts a standard
967 Python interactive prompt with "pi" as alias, and add "py" as
968 an alias to "python".
969 * NEWS: Mention the new commands.
8315665e
YPK
970 * python/python.c (eval_python_command): New function.
971 (python_interactive_command): For "python-interactive" with
972 arguments, call eval_python_command. For "python-interactive"
973 without arguments, call PyRun_InteractiveLoop.
974 (_initialize_python): Add "python-interactive" command with
975 "pi" as alias, and add "py" as an alias to "python".
976
522002f9
TT
9772012-08-22 Tom Tromey <tromey@redhat.com>
978
979 * defs.h (quit_flag): Don't declare.
980 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
981 (QUIT): Use new functions.
982 * event-top.c (command_handler): Use clear_quit_flag.
983 (handle_sigint): Use set_quit_flag.
984 (async_request_quit): Use check_quit_flag. Don't check
985 immediate_quit.
986 * exceptions.c (throw_exception): Use clear_quit_flag.
987 * main.c (captured_main): Use clear_quit_flag.
988 * python/python.c (clear_quit_flag, set_quit_flag)
989 (check_quit_flag): New functions.
990 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
991 clear_quit_flag.
992 * remote.c (remote_wait_as): Use check_quit_flag,
993 clear_quit_flag.
994 (remote_start_remote): Call QUIT.
995 * symfile.c (load_progress): Use check_quit_flag.
996 * top.c (command_loop): Use clear_quit_flag.
997 (command_line_input): Call QUIT.
998 * utils.c (quit_flag): Conditionally define.
999 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1000 functions.
1001 (prompt_for_continue): Call QUIT. Use quit, not
1002 async_request_quit.
1003 * remote-mips.c (mips_expect_timeout): Call QUIT.
1004 * monitor.c (monitor_expect): Call QUIT.
1005
b583003e
TT
10062012-08-22 Tom Tromey <tromey@redhat.com>
1007
1008 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1009 (async_init_signals): Update.
1010 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1011 (SIGWINCH_HANDLER_BODY): Remove.
1012
e1507e95
TT
10132012-08-22 Tom Tromey <tromey@redhat.com>
1014
1015 * jit.c (jit_object_close_impl): Don't malloc the objfile
1016 name.
1017 * objfiles.c (allocate_objfile): Don't malloc the objfile
1018 name.
1019 (free_objfile): Don't free the objfile name.
1020 * objfiles.h (struct objfile) <name>: Update comment.
1021 * symfile.c (reread_symbols): Fix reference counting. Don't
1022 malloc objfile name.
1023
1c00ec6b
TT
10242012-08-22 Tom Tromey <tromey@redhat.com>
1025
1026 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1027 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1028 (symfile_bfd_open): Likewise.
1029 (generic_load): Likewise.
1030 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1031 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1032 gdb_bfd_open.
1033 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1034 Use gdb_bfd_open.
1035 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1036 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1037 (pmon_load_fast): Likewise.
1038 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1039 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1040 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1041 (macho_check_dsym): Likewise.
1042 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1043 (m32r_upload_command): Likewise.
1044 * gdb_bfd.h (gdb_bfd_cache): Declare.
1045 * gdb_bfd.c (struct gdb_bfd_data): New.
1046 (gdb_bfd_cache): New global.
1047 (struct gdb_bfd_cache_search): New.
1048 (hash_bfd): New function.
1049 (eq_bfd): Likewise.
1050 (gdb_bfd_open): Likewise.
1051 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1052 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1053 gdb_bfd_data.
1054 * exec.c (exec_file_attach): Use gdb_bfd_open.
1055 * dsrec.c (load_srec): Use gdb_bfd_open.
1056
6532ff36
TT
10572012-08-22 Tom Tromey <tromey@redhat.com>
1058
1059 * dwarf2read.c (macro_start_file): Update.
1060 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1061 (free_objfile_per_bfd_storage): Destroy macro_cache.
1062 (allocate_objfile, free_objfile): Update.
1063 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1064 New field.
1065 (struct objfile) <macro_cache>: Remove.
1066 * symfile.c (reread_symbols): Update.
1067 * symmisc.c (print_symbol_bcache_statistics): Update.
1068 (print_objfile_statistics): Update.
1069
706e3705
TT
10702012-08-22 Tom Tromey <tromey@redhat.com>
1071
1072 * elfread.c (elf_symtab_read): Update.
1073 * objfiles.c (objfiles_bfd_data): New global.
1074 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1075 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1076 (allocate_objfile, free_objfile): Update.
1077 (_initialize_objfiles): Initialize objfiles_bfd_data.
1078 * objfiles.h (struct objfile_per_bfd_storage): New.
1079 (struct objfile) <per_bfd>: New field.
1080 <filename_cache>: Remove.
1081 (set_objfile_per_bfd): Declare.
1082 * symfile.c (reread_symbols): Update. Call
1083 set_objfile_per_bfd.
1084 (allocate_symtab): Update.
1085 * symmisc.c (print_symbol_bcache_statistics): Update.
1086 (print_objfile_statistics): Print the size of the BFD obstack.
1087
e992eda4
TT
10882012-08-22 Tom Tromey <tromey@redhat.com>
1089
1090 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1091 * gdb_bfd.c: Use DEFINE_REGISTRY.
1092 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1093 (gdb_bfd_ref): Call bfd_alloc_data.
1094 (gdb_bfd_unref): Call bfd_free_data.
1095
6b81941e
TT
10962012-08-22 Tom Tromey <tromey@redhat.com>
1097
1098 * registry.h (struct registry_fields): New.
1099 (REGISTRY_FIELDS): Redefine.
1100 (REGISTRY_ACCESS_FIELD): New macro.
1101 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1102 functions.
1103
8e260fc0
TT
11042012-08-22 Tom Tromey <tromey@redhat.com>
1105
1106 * auto-load.c (_initialize_auto_load): Update.
1107 * solib-svr4.c (_initialize_svr4_solib): Update
1108 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1109 * solib-darwin.c (_initialize_darwin_solib): Update.
1110 * registry.h: New file.
1111 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1112 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1113 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1114 (register_program_space_data_with_cleanup)
1115 (register_program_space_data, program_space_alloc_data)
1116 (clear_program_space_data, set_program_space_data)
1117 (program_space_data): Don't declare.
1118 * progspace.c: Use DEFINE_REGISTRY.
1119 (struct program_space_data, struct
1120 program_space_data_registration, struct
1121 program_space_data_registry, program_space_data_registry)
1122 (register_program_space_data_with_cleanup)
1123 (register_program_space_data, program_space_alloc_data)
1124 (program_space_free_data, clear_program_space_data)
1125 (set_program_space_data, program_space_data): Remove.
1126 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1127 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1128 (register_objfile_data_with_cleanup, register_objfile_data)
1129 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1130 declare.
1131 * objfiles.c: Use DEFINE_REGISTRY.
1132 (struct objfile_data, struct objfile_data_registration, struct
1133 objfile_data_registry, objfile_data_registry)
1134 (register_objfile_data_with_cleanup, register_objfile_data)
1135 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1136 (set_objfile_data, objfile_data): Remove.
1137 (_initialize_objfiles): Update.
1138 * jit.c (_initialize_jit): Update.
1139 * inflow.c (_initialize_inflow): Update.
1140 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1141 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1142 (register_inferior_data_with_cleanup, register_inferior_data)
1143 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1144 declare.
1145 * inferior.c: Use DEFINE_REGISTRY.
1146 (struct inferior_data, struct inferior_data_registration, struct
1147 inferior_data_registry, inferior_data_registry)
1148 (register_inferior_data_with_cleanup, register_inferior_data)
1149 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1150 (set_inferior_data, inferior_data): Remove.
1151 * auxv.c (_initialize_auxv): Update.
1152 * ada-lang.c (_initialize_ada_language): Update.
1153 * breakpoint.c (_initialize_breakpoint): Update.
1154 * i386-nat.c (i386_use_watchpoints): Update.
1155
ed9eebaf
TT
11562012-08-22 Tom Tromey <tromey@redhat.com>
1157
1158 * exec.c (exec_close, exec_file_attach): Update.
1159 (add_to_section_table): Initialize 'key' field.
1160 (add_target_sections, remove_target_sections): Add 'key' argument.
1161 * exec.h (add_target_sections, remove_target_sections): Add
1162 'key' argument.
1163 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1164 (reload_shared_libraries_1): Update.
1165 * target.h (struct target_section) <key>: New field.
1166
2f2e97fa
TT
11672012-08-22 Tom Tromey <tromey@redhat.com>
1168
1169 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1170
b3dbbd6f
PM
11712012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1172
1173 * symfile.c (allocate_symtab): Use host_address_to_string
1174 function instead of cast of pointer to long which is not
1175 compatible with x86_64-w64-mingw32 build.
1176
f94363d7
AP
11772012-08-19 Andrew Pinski <apinski@cavium.com>
1178
1179 * mips-tdep.c (is_octeon): New function.
1180 (is_octeon_bbit_op): New function.
1181 (mips32_next_pc): Handle Octeon's bbit instructions.
1182 (mips32_instruction_has_delay_slot): Likewise.
1183
78a59c2f
AP
11842012-08-19 Andrew Pinski <apinski@cavium.com>
1185
1186 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1187 before the function.
1188
4f5bcb50
AP
11892012-08-19 Andrew Pinski <apinski@cavium.com>
1190
1191 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1192
e5afdbd7
KS
11932012-08-19 Keith Seitz <keiths@redhat.com>
1194
1195 PR c++/14365
1196 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1197 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1198
13c9750e
EZ
11992012-08-18 Eli Zaretskii <eliz@gnu.org>
1200
1201 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1202 The typo broke "make TAGS".
1203
db761810 12042012-08-17 Joel Brobecker <brobecker@adacore.com>
1205
1206 GDB 7.5 released.
1207
a451cb65
KS
12082012-08-17 Keith Seitz <keiths@redhat.com>
1209
1210 PR c++/13356
1211 * gdbtypes.c (strict_type_checking): New variable.
1212 (show_strict_type_checking): New function.
1213 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1214 if strict type checking is disabled.
1215 (_initialize_gdbtypes): Add "check type" subcommand.
1216 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1217
12182012-08-17 Keith Seitz <keiths@redhat.com>
1219
1220 * language.h (type_mode): Remove.
1221 (type_check): Remove.
1222 (struct language_defn): Remove la_type_check.
1223 (STRICT_TYPE): Remove unused macro.
1224 (type_error): Remove.
1225 * language.c (set_type_range_case): Renamed to ...
1226 (set_range_case): ... this. Update all callers.
1227 Remove type_mode/type_check.
1228 (type_mode): Remove.
1229 (type_check): Remove.
1230 (show_type_command): Remove.
1231 (set_type_command): Remove.
1232 (language_info): Remove type checking output.
1233 (type_error): Remove unused function.
1234 (range_error): Update comment.
1235 (unknown_language_defn): Remove la_type_check.
1236 (auto_language_defn): Likewise.
1237 (local_language_defn): Likewise.
1238 (_initialize_language): Remove "check type" subcommand.
1239 * ada-lang.c (ada_language_defn): Remove la_type_check.
1240 * c-lang.c (c_language_defn): Likewise.
1241 (cplus_language_defn): Likewise.
1242 (asm_language_defn): Likewise.
1243 (minimal_language_defn): Likewise.
1244 * d-lang.c (d_language_defn): Likewise.
1245 * f-lang.c (f_language_defn): Likewise.
1246 * go-lang.c (go_language_defn): Likewise.
1247 * jv-lang.c (java_language_defn): Likewise.
1248 * m2-lang.c (m2_language_defn): Likewise.
1249 * objc-lang.c (objc_language_defn): Likewise.
1250 * opencl-lang.c (opencl_language_defn): Likewise.
1251 * p-lang.c (pascal_language_defn): Likewise.
1252
dbf6a605
MF
12532012-08-16 Mike Frysinger <vapier@gentoo.org>
1254
1255 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1256
973e3cf7
JB
12572012-08-16 Joel Brobecker <brobecker@adacore.com>
1258
1259 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1260 New function.
1261 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1262 using the regache. Use ia64_hpux_get_register_from_save_state_t
1263 to access the bsp and bspstore registers if not.
1264
d80ee84f
JB
12652012-08-16 Joel Brobecker <brobecker@adacore.com>
1266
1267 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1268 * breakpoint.c (detach_breakpoints): Change pid parameter into
1269 a ptid. Adjust code accordingly.
1270 * infrun.c (handle_inferior_event): Delete variable child_pid.
1271 Update call to detach_breakpoints to pass the child ptid for
1272 fork events.
1273 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1274 assert that inferior_ptid's lwp is zero.
1275 (linux_handle_extended_wait): Update call to detach_breakpoints.
1276 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1277 detach_breakpoints.
1278
2dcc6086
JB
12792012-08-16 Joel Brobecker <brobecker@adacore.com>
1280
1281 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1282 parent, only call detach_breakpoints if tts.tts_event ==
1283 TTEVT_VFORK.
1284
0c92d8c1
JB
12852012-08-16 Joel Brobecker <brobecker@adacore.com>
1286
1287 * dwarf2-frame.c (dwarf2_frame_cache): Use
1288 get_frame_address_in_block instead of get_frame_pc as
1289 the bound for executing the frame's FDE.
1290
6b1755ce
YQ
12912012-08-16 Yao Qi <yao@codesourcery.com>
1292
1293 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1294 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1295 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1296 (c_type_print_varspec_suffix): Likewise.
1297 * eval.c (evaluate_subexp_standard): Likewise.
1298 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1299 (f_type_print_varspec_suffix): Likewise.
1300 * gdbtypes.c (is_scalar_type): Likewise.
1301 (recursive_dump_type): Likewise.
1302 * infcall.c (value_arg_coerce): Likewise.
1303 * m2-valprint.c (m2_val_print): Likewise.
1304 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1305 (pascal_type_print_varspec_suffix): Likewise.
1306 (pascal_type_print_base): Likewise.
1307 * p-valprint.c (pascal_val_print): Likewise.
1308 (pascal_val_print): Likewise.
1309 * valops.c (value_slice): Likewise.
1310 * valprint.c (scalar_type_p): Likewise.
1311 * valarith.c (value_bitstring_subscript): Remove.
1312 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1313 Remove comment on TYPE_CODE_BITSTRING.
1314
1315 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1316 TYPE_CODE_BITSTRING.
1317
1318 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1319 slot 0.
1320
8acc4065
YQ
13212012-08-16 Yao Qi <yao@codesourcery.com>
1322
1323 * tracepoint.c (trace_find_none_command): Remove.
1324 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1325
8128fd8e
YQ
13262012-08-16 Yao Qi <yao@codesourcery.com>
1327
1328 * remote.c (handle_notification): Remove parameter 'length'.
1329 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1330
2873700e
KS
13312012-08-15 Keith Seitz <keiths@redhat.com>
1332
1333 * gdbtypes.c (opaque_type_resolution): Make static.
1334 Add missing comment.
1335 (overload_debug): Add missing comment.
1336 (show_opaque_type_resolution): Likewise.
1337 (show_overload_debug): Likewise.
1338 (print_bit_vector): Remove unnecessary forward declaration.
1339 (print_arg_types): Likewise.
1340 (dump_fn_fieldlists): Likewise.
1341 (print_cplus_stuff): Likewise.
1342
b82d08cd
TT
13432012-08-15 Tom Tromey <tromey@redhat.com>
1344
1345 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1346 (gdb_bfd_ref): Initialize new field.
1347 (gdb_bfd_unref): Unref the archive BFD.
1348 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1349 parent archive.
1350
db6573d6
TT
13512012-08-15 Tom Tromey <tromey@redhat.com>
1352
1353 PR python/14387:
1354 * python/py-bpevent.c (create_breakpoint_event_object): Update
1355 comment.
1356 * python/py-event.c (evpy_add_attribute): Update comment.
1357 * python/py-exitedevent.c (create_exited_event_object): Fix
1358 reference counting and error handling.
1359 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1360 Fix reference counting.
1361 * python/py-signalevent.c (create_signal_event_object): Fix
1362 reference counting and error handling.
1363 * python/py-stopevent.c (emit_stop_event): Fix reference
1364 counting.
1365 * python/py-threadevent.c (get_event_thread): Return a
1366 borrowed reference.
1367 * python/py-type.c (convert_field): Fix reference counting.
1368
a036ba48
TT
13692012-08-15 Tom Tromey <tromey@redhat.com>
1370
1371 * dwarf2read.c (dwarf_decode_macro_bytes)
1372 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1373 as hash key.
1374
486c7739
MF
13752012-08-14 Mike Frysinger <vapier@gentoo.org>
1376
1377 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1378 stepi, nexti, finish, next, step, jump, and continue commands.
1379 * infrun.c (_initialize_infrun): Update help text for the handle
1380 command.
1381
4cf93a03
DE
13822012-08-14 Doug Evans <dje@google.com>
1383
70b099cf
DE
1384 * gdbtypes.c (struct extra): Delete, unused.
1385
5212577a
DE
1386 * gdbtypes.c: Whitespace cleanup.
1387 (address_space_name_to_int): Remove "extern" from definition.
1388 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1389
4cf93a03
DE
1390 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1391 TYPE_POINTER_TYPE (type).
1392
3756ef7e
GB
13932012-08-14 Gary Benson <gbenson@redhat.com>
1394
1395 * solib-svr4.c (svr4_free_library_list): Use free_so.
1396
40d72643
MF
13972012-08-13 Mike Frysinger <vapier@gentoo.org>
1398
1399 * .gitignore: Add go-exp.c.
1400
f47f77df
DE
14012012-08-13 Doug Evans <dje@google.com>
1402
1403 * value.c (show_convenience): Tweak comment.
1404 (_initialize_values): Mention convenience functions in the help text
1405 for "show convenience".
1406
7507c54a
YQ
14072012-08-13 Yao Qi <yao@codesourcery.com>
1408
1409 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1410 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1411 TERNOP_SLICE_COUNT.
1412 * eval.c (evaluate_subexp_standard): Likewise.
1413 * expprint.c (print_subexp_standard): Likewise.
1414 (dump_subexp_body_standard): Likewise.
1415 * parse.c (operator_length_standard): Likewise.
1416
5cad9736
YQ
14172012-08-13 Yao Qi <yao@codesourcery.com>
1418
1419 * std-operator.def: Remove OP_BITSTRING.
1420 * breakpoint.c (watchpoint_exp_is_const): Update.
1421 * eval.c (evaluate_subexp_standard): Remove handling to
1422 OP_BITSTRING.
1423 * expprint.c (print_subexp_standard): Likewise.
1424 (dump_subexp_body_standard): Likewise.
1425 * parse.c (operator_length_standard): Likewise.
1426 * valops.c (value_bitstring): Remove.
1427 * value.h: Remove the declaration of 'value_bitstring'.
1428
bad7670a
SDJ
14292012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1430
1431 * linespec.c (find_methods): Remove unused variables `i1' and
1432 `name_len'.
1433 (decode_line_full): Likewise for `arg_start'.
1434
d9dce7fa
SDJ
14352012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1436
1437 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1438 (zlib_decompress_section): Likewise for `section_data'.
1439 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1440
a72c3253
DE
14412012-08-10 Doug Evans <dje@google.com>
1442
1443 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1444 * NEWS: Document them.
1445 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1446 function/strfns.py.
1447 * python/py-type.c (typy_array_1): New function.
1448 (typy_array): Call it.
1449 (typy_vector): New function.
1450 (type_object_methods): Add "vector".
1451 * python/lib/gdb/function/__init__.py: New file.
1452 * python/lib/gdb/function/strfns.py: New file.
1453
200bc880
SP
14542012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1455
1456 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1457 for TYPE_FIELD_BITPOS.
1458 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1459
de0bea00
MF
14602012-08-10 Mike Frysinger <vapier@gentoo.org>
1461
1462 PR cli/10436:
1463 * common/vec.h (VEC_merge): Define.
1464 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1465 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1466 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1467 * completer.c: Include gdb_signals.h.
1468 (signal_completer): Define.
1469 * completer.h (signal_completer): Add prototype.
1470 * infcmd.c (_initialize_infcmd): Assign the command
1471 completer for "signal" to handle_completer.
1472 * infrun.c: Include completer.h.
1473 (handle_completer): Define.
1474 (_initialize_infrun): Declare a new local variable c. Store the
1475 result of add_com("handle") to it. Assign the command
1476 completer for "handle" to handle_completer.
1477
5b9afe8a
YQ
14782012-08-09 Yao Qi <yao@codesourcery.com>
1479
1480 * cli/cli-decode.c (set_cmd_prefix): New.
1481 (lookup_cmd_for_prefixlist): New.
1482 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1483 of each cmd_list_element in *prefixlist.
1484 (add_setshow_cmd_full): set_cmd_prefix.
1485 (add_alias_cmd): Likewise.
1486 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1487 Declare 'auto_boolean_enums'.
1488 * cli/cli-setshow.c: Include "observer.h".
1489 (notify_command_param_changed_p): New.
1490 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1491 Remove 'static'.
1492 (do_setshow_command): Split it to ...
1493 (do_set_command, do_show_command): ... them. New.
1494 (do_set_command): Call observer_notify_command_param_changed if
1495 notify_command_param_changed_p returns true.
1496 (cmd_show_list): Caller update.
1497 * auto-load.c (set_auto_load_cmd): Likewise.
1498 * remote.c (show_remote_cmd): Likewise.
1499 * cli/cli-setshow.h: Update declarations.
1500 * top.c (execute_command): Call do_set_command and do_show_command.
1501
1502 * NEWS: Mention new MI notification.
1503 * mi/mi-interp.c: Declare mi_command_param_changed.
1504 (mi_interpreter_init): Attach mi_command_param_changed to
1505 observer command_param_changed.
1506 (mi_command_param_changed): New.
1507 Remove mi_suppress_breakpoint_notifications.
1508 Define global variable mi_suppress_notification.
1509 (mi_breakpoint_created): Update.
1510 (mi_breakpoint_deleted): Likewise.
1511 (mi_breakpoint_modified): Likewise.
1512 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1513 'gdb-set' and set mi_suppress_notification.
1514 * mi/mi-main.h: (mi_suppress_notification): New struct.
1515
1969df89
JK
15162012-08-09 Andreas Tobler <andreast@fgznet.ch>
1517 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1520
8bfd80db
YQ
15212012-08-09 Yao Qi <yao@codesourcery.com>
1522
1523 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1524 (skiplist): Move it to skip.c.
1525 (init_cmd_lists): Remove code setting enablebreaklist and
1526 skiplist to NULL.
1527 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1528 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1529 skiplist.
1530 * gdbcmd.h: Likewise.
1531 * skip.c (_initialize_step_skip): Move 'skiplist' from
1532 cli/cli-cmds.c.
1533
28578e6b
YQ
15342012-08-09 Yao Qi <yao@codesourcery.com>
1535
1536 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1537 * gnu-nat.c, symfile.c: Likewise.
1538
260c0b2a
DE
15392012-08-08 Aaron Gamble <agamble@google.com>
1540
1541 * utils.c (prompt_for_continue_wait_time): New static global.
1542 (make_command_stats_cleanup): Initialize it.
1543 (report_command_stats): Subtract time waiting for user.
1544 (prompt_for_continue): Track time waiting for user.
1545 (defaulted_query): Track time waiting for user.
1546
4f485ebc
DE
15472012-08-08 Doug Evans <dje@google.com>
1548
1549 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1550 UNOP_MEMVAL_TYPE.
1551 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1552 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1553 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1554 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1555 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1556 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1557 elt.
1558 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1559 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1560 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1561 (dump_prefix_expression): Handle OP_TYPE.
1562
2acf2b39
KS
15632012-08-08 Keith Seitz <keiths@redhat.com>
1564
1565 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1566 addr_start.
1567
e6712ff1
DE
15682012-08-08 Doug Evans <dje@google.com>
1569
1570 * linux-thread-db.c: #include "gdb_vecs.h".
1571 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1572 updated.
1573 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1574 (thread_db_load_search): Use a vector to iterate over path elements.
1575 Handle text appearing after "$pdir".
1576
1577 * gdb_string.h: Moved to ...
1578 * common/gdb_string.h: ... here.
1579 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1580 gdb_string.h and gdb_assert.h.
1581
ab854e54
YQ
15822012-08-08 Yao Qi <yao@codesourcery.com>
1583
1584 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1585 (tic6x_value_to_register): Likewise.
1586 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1587 and set_gdbarch_value_to_register.
1588
4f69f4c2
JK
15892012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1590 Jean-Marc Saffroy <saffroy@gmail.com>
1591
1592 PR 11804
1593 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1594 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1595 * gcore.c (gcore_create_callback): New function comment. Add modified
1596 parameter. Only write modified regions. Set SEC_READONLY exactly
1597 according to MODIFIED.
1598 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1599 the passed modified value to FUNC.
1600 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1601 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1602 first. New variables modified and has_anonymous. Parse the lines of
1603 smaps file. Add the passed MODIFIED value to FUNC.
1604 * procfs.c (find_memory_regions_callback): Add the passed modified
1605 value.
1606
78ac5f83
TT
16072012-08-06 Tom Tromey <tromey@redhat.com>
1608
1609 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1610 (dwarf2_frame_cache): Use it.
1611 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1612 cache initialization constraint.
1613
2c12abee
TT
16142012-08-06 Tom Tromey <tromey@redhat.com>
1615
1616 PR python/14386:
1617 * varobj.c (update_dynamic_varobj_children): Don't call
1618 PyIter_Check.
1619
4979d7f0
TT
16202012-08-06 Tom Tromey <tromey@redhat.com>
1621
1622 PR cli/14392:
1623 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1624
f3c8a52a
JK
16252012-08-06 Nathaniel Flath <flat0103@gmail.com>
1626
1627 * NEWS: New entry for 'cd' default parameters.
1628 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1629
5a1cf4d6
TT
16302012-08-03 Tom Tromey <tromey@redhat.com>
1631
1632 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1633 return.
1634
7c3270ae
UW
16352012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1636
1637 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1638 to attempting lseek/write.
1639 (inf_child_fileio_pread): Likewise for pread.
1640
ccce17b0
YQ
16412012-08-02 Yao Qi <yao@codesourcery.com>
1642
1643 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1644 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1645 add_setshow_zinteger_cmd.
1646 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1647 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1648 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1649 instead of add_setshow_zinteger_cmd.
1650 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1651 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1652 instead of add_setshow_zinteger_cmd.
1653 * frame.c (frame_debug): Add 'unsigned'.
1654 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1655 add_setshow_zinteger_cmd.
1656 * frame.h: Update the declaration of 'frame_debug'.
1657 * gdbtypes.c (overload_debug): Add 'unsigned'.
1658 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1659 add_setshow_zinteger_cmd.
1660 * inferior.h: Update declaration of 'debug_infrun'.
1661 * infrun.c (debug_infrun): Add 'unsigned'.
1662 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1663 add_setshow_zinteger_cmd.
1664 * jit.c (jit_debug): Add 'unsigned'.
1665 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1666 add_setshow_zinteger_cmd.
1667 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1668 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1669 instead of add_setshow_zinteger_cmd.
1670 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1671 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1672 add_setshow_zinteger_cmd.
1673 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1674 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1675 instead of add_setshow_zinteger_cmd.
1676 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1677 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1678 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1679 intead of add_setshow_zinteger_cmd.
1680 * mips-tdep.c (mips_debug): Add 'unsigned'.
1681 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1682 instead of add_setshow_zinteger_cmd.
1683 * monitor.c (monitor_debug): Add 'unsigned'.
1684 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1685 add_setshow_zinteger_cmd.
1686 * observer.c (observer_debug): Add 'unsigned'.
1687 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1688 add_setshow_zinteger_cmd.
1689 * parse.c (expressiondebug): Add 'unsigned'.
1690 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1691 add_setshow_zinteger_cmd.
1692 * record.c (record_debug): Add 'unsigned'.
1693 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1694 add_setshow_zinteger_cmd.
1695 * record.h: Update the declaration of 'record_debug'.
1696 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1697 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1698 add_setshow_zinteger_cmd.
1699 * serial.c (global_serial_debug_p): Add 'unsigned'.
1700 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1701 add_setshow_zinteger_cmd.
1702 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1703 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1704 add_setshow_zinteger_cmd.
1705 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1706 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1707 add_setshow_zinteger_cmd.
1708 * target.c (targetdebug): Add 'unsigned'.
1709 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1710 add_setshow_zinteger_cmd.
1711 * valops.c (overload_debug): Add 'unsigned'.
1712 * varobj.c (varobjdebug): Add 'unsigned'.
1713 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1714 add_setshow_zinteger_cmd.
1715 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1716 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1717 instead of add_setshow_zinteger_cmd.
1718
1719 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1720 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1721 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1722 instead of add_setshow_zinteger_cmd.
1723 * gdbarch.c, gdbarch.h: Re-generated.
1724
95b07c96
YQ
17252012-08-02 Yao Qi <yao@codesourcery.com>
1726
1727 * nto-tdep.c: Don't include cli/cli-decode.h and
1728 cli/cli-cmds.h.
1729 (_initialize_nto_tdep): Remove.
1730 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1731 Remove field.
1732 Remove macro nto_internal_debugging.
1733
57295b0b
RH
17342012-08-01 Richard Henderson <rth@redhat.com>
1735
1736 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1737 (mep-*-*) [gdb_target_obs]: Likewise.
1738
f782ad9b
AS
17392012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1740
1741 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1742 linux_get_siginfo_type.
1743
a14dd77e
JK
17442012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1747 AT_ENTRY_POINT.
1748 (call_function_by_hand) <ON_STACK>: Call write_memory with
1749 gdbarch_breakpoint_from_pc, if possible.
1750 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1751 here.
1752
1467929f
YQ
17532012-07-31 Yao Qi <yao@codesourcery.com>
1754
1755 * tracepoint.c: Add 'static' for some variables.
1756
70976b65
YQ
17572012-07-31 Yao Qi <yao@codesourcery.com>
1758
1759 * go32-nat.c: Declare _initialize_go32_nat.
1760 * ser-go32.c: Declare _initialize_ser_dos.
1761 * top.c (do_chdir_cleanup): Add 'static'.
1762
eff9c3e6
KS
17632012-07-30 Keith Seitz <keiths@redhat.com>
1764
1765 * linespec.c (linespec_lex_number): A number followed
1766 by quotes is a valid number, too.
1767
728400d7
TT
17682012-07-30 Tom Tromey <tromey@redhat.com>
1769
1770 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1771
fcf303ab
UW
17722012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1773
1774 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1775 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1776
4e969b4f
AB
17772012-07-30 Andrew Burgess <aburgess@broadcom.com>
1778
1779 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1780 invalid or reevaluated to prevent prevent references to possibly
1781 delete'd type objects being left in the varobj.
1782
c4bfde41
JK
17832012-07-27 Tom Tromey <tromey@redhat.com>
1784 Jan Kratochvil <jan.kratochvil@redhat.com>
1785
1786 * copying.awk: Print buffer-read-only and vi ro markers.
1787 * copying.c: Rebuild.
1788 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1789 * gdbarch.c, gdbarch.h: Rebuild.
1790 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1791 buffer-read-only and vi ro markers.
1792 * features/arm-with-iwmmxt.c: Rebuild.
1793 * features/arm-with-m-fpa-layout.c: Rebuild.
1794 * features/arm-with-m-vfp-d16.c: Rebuild.
1795 * features/arm-with-m.c: Rebuild.
1796 * features/arm-with-neon.c: Rebuild.
1797 * features/arm-with-vfpv2.c: Rebuild.
1798 * features/arm-with-vfpv3.c: Rebuild.
1799 * features/i386/amd64-avx-linux.c: Rebuild.
1800 * features/i386/amd64-avx.c: Rebuild.
1801 * features/i386/amd64-linux.c: Rebuild.
1802 * features/i386/amd64.c: Rebuild.
1803 * features/i386/i386-avx-linux.c: Rebuild.
1804 * features/i386/i386-avx.c: Rebuild.
1805 * features/i386/i386-linux.c: Rebuild.
1806 * features/i386/i386-mmx-linux.c: Rebuild.
1807 * features/i386/i386-mmx.c: Rebuild.
1808 * features/i386/i386.c: Rebuild.
1809 * features/i386/x32-avx-linux.c: Rebuild.
1810 * features/i386/x32-avx.c: Rebuild.
1811 * features/i386/x32-linux.c: Rebuild.
1812 * features/i386/x32.c: Rebuild.
1813 * features/mips-dsp-linux.c: Rebuild.
1814 * features/mips-linux.c: Rebuild.
1815 * features/mips64-dsp-linux.c: Rebuild.
1816 * features/mips64-linux.c: Rebuild.
1817 * features/rs6000/powerpc-32.c: Rebuild.
1818 * features/rs6000/powerpc-32l.c: Rebuild.
1819 * features/rs6000/powerpc-403.c: Rebuild.
1820 * features/rs6000/powerpc-403gc.c: Rebuild.
1821 * features/rs6000/powerpc-405.c: Rebuild.
1822 * features/rs6000/powerpc-505.c: Rebuild.
1823 * features/rs6000/powerpc-601.c: Rebuild.
1824 * features/rs6000/powerpc-602.c: Rebuild.
1825 * features/rs6000/powerpc-603.c: Rebuild.
1826 * features/rs6000/powerpc-604.c: Rebuild.
1827 * features/rs6000/powerpc-64.c: Rebuild.
1828 * features/rs6000/powerpc-64l.c: Rebuild.
1829 * features/rs6000/powerpc-7400.c: Rebuild.
1830 * features/rs6000/powerpc-750.c: Rebuild.
1831 * features/rs6000/powerpc-860.c: Rebuild.
1832 * features/rs6000/powerpc-altivec32.c: Rebuild.
1833 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1834 * features/rs6000/powerpc-altivec64.c: Rebuild.
1835 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1836 * features/rs6000/powerpc-cell32l.c: Rebuild.
1837 * features/rs6000/powerpc-cell64l.c: Rebuild.
1838 * features/rs6000/powerpc-e500.c: Rebuild.
1839 * features/rs6000/powerpc-e500l.c: Rebuild.
1840 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1841 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1842 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1843 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1844 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1845 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1846 * features/rs6000/powerpc-vsx32.c: Rebuild.
1847 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1848 * features/rs6000/powerpc-vsx64.c: Rebuild.
1849 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1850 * features/rs6000/rs6000.c: Rebuild.
1851 * features/s390-linux32.c: Rebuild.
1852 * features/s390-linux32v1.c: Rebuild.
1853 * features/s390-linux32v2.c: Rebuild.
1854 * features/s390-linux64.c: Rebuild.
1855 * features/s390-linux64v1.c: Rebuild.
1856 * features/s390-linux64v2.c: Rebuild.
1857 * features/s390x-linux64.c: Rebuild.
1858 * features/s390x-linux64v1.c: Rebuild.
1859 * features/s390x-linux64v2.c: Rebuild.
1860 * features/tic6x-c62x-linux.c: Rebuild.
1861 * features/tic6x-c62x.c: Rebuild.
1862 * features/tic6x-c64x-linux.c: Rebuild.
1863 * features/tic6x-c64x.c: Rebuild.
1864 * features/tic6x-c64xp-linux.c: Rebuild.
1865 * features/tic6x-c64xp.c: Rebuild.
1866
826f0041
TT
18672012-07-27 Tom Tromey <tromey@redhat.com>
1868
1869 * c-exp.y (classify_name): Avoid assignment in condition.
1870
84552b16
PA
18712012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1872
1873 * amd64-windows-tdep.c: Include "frame.h".
1874 (amd64_windows_skip_trampoline_code): New function.
1875 (amd64_windows_init_abi): Add trampoline registration.
1876
a8a64aa8
YQ
18772012-07-27 Yao Qi <yao@codesourcery.com>
1878
1879 * tracepoint.c (cur_traceframe_number): Remove.
1880 (set_tfile_traceframe): Remove.
1881 (tfile_trace_find, tfile_fetch_registers): Update callers.
1882 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1883 (tfile_open, tfile_trace_find): Likewise.
1884
d99067cb
YQ
18852012-07-27 Yao Qi <yao@codesourcery.com>
1886
1887 * thread.c (switch_to_thread): Don't call registers_changed.
1888
f2e8016f
TT
18892012-07-26 Tom Tromey <tromey@redhat.com>
1890
f782ad9b
AS
1891 * Makefile.in (SFILES): Remove objc-exp.y.
1892 (YYFILES): Remove objc-exp.c.
1893 (YYOBJ): Remove objc-exp.o.
1894 (local-maintainer-clean): Don't mention objc-exp.c.
1895 * c-exp.y: Include objc-lang.h.
1896 (%union) <class>: New field.
1897 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1898 (exp): Clone subscript production for OBJC_LBRAC. Add various
1899 Objective C productions.
1900 (msglist, msgarglist, msgarg): New productions.
1901 (array_mod, func_mod, operator): Clone productions for
1902 OBJC_LBRAC.
1903 (parse_string_or_char): Handle '@' strings.
1904 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1905 (classify_name): Check la_name_of_this. Recognize ObjC class
1906 names.
1907 * objc-exp.y: Remove.
1908 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1909 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 1910
f66713d2
JK
19112012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1912
1913 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1914
7cfe01b4
JK
19152012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1918 and decrement.
1919
5ba19b4c
TT
19202012-07-26 Tom Tromey <tromey@redhat.com>
1921
1922 * copying.c: Rebuild.
1923 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1924 'no_class'.
1925
27618ce4
TT
19262012-07-26 Tom Tromey <tromey@redhat.com>
1927
1928 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1929 immediate_quit.
1930 (print_objfile_statistics): Likewise.
1931 (maintenance_print_symbols): Likewise.
1932 (maintenance_print_msymbols): Likewise.
1933 (maintenance_print_objfiles): Likewise.
1934 * psymtab.c (print_partial_symbols): Call QUIT.
1935 (maintenance_print_psymbols): Likewise. Don't modify
1936 immediate_quit.
1937 * copying.c (show_copying_command): Don't modify immediate_quit.
1938 (show_warranty_command): Likewise.
1939 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1940
dd3818c8
KS
19412012-07-26 Keith Seitz <keiths@redhat.com>
1942
1943 * linespec.c (linespec_lexer_lex_number): The input
1944 is also a valid number if the next character is a comma
1945 or colon.
1946
23a80689
JB
19472012-07-26 Joel Brobecker <brobecker@adacore.com>
1948
1949 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1950 configure options.
1951
29f77997
TG
19522012-07-26 Tristan Gingold <gingold@adacore.com>
1953
1954 * machoread.c: Include gdb_bfd.h.
1955
a55c1f32
TG
19562012-07-26 Tristan Gingold <gingold@adacore.com>
1957
1958 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1959 offset.
1960
56eb65bd
SP
19612012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1962
1963 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1964 SIZE to size_t.
1965 (dwarf2_evaluate_loc_desc): Likewise.
1966 (dwarf2_loc_desc_needs_frame): Likewise.
1967 (locexpr_describe_location_1): Likewise.
1968 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1969 size_t.
1970 (struct dwarf2_loclist_baton): Likewise.
1971 * dwarf2read.c (struct dwarf_block): Likewise.
1972 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1973 (decode_locdesc): Expand SIZE and I to size_t.
1974
aec8845c
JK
19752012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1978
33d7655b
JB
19792012-07-25 Joel Brobecker <brobecker@adacore.com>
1980
1981 * doublest.c (convert_doublest_to_floatformat): If the exponent
1982 is too small, treat the value as zero. If the exponent is too
1983 large, treat the value as infinity.
1984
a22d44ff
JB
19852012-07-25 Joel Brobecker <brobecker@adacore.com>
1986
1987 * configure.ac: Add --enable-lmcheck configure option.
1988 * configure: Regenerate.
1989
d6b28940
TT
19902012-07-25 Tom Tromey <tromey@redhat.com>
1991
f782ad9b
AS
1992 * NEWS: Mention maint info bfds.
1993 * gdb_bfd.c (all_bfds): New global.
1994 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1995 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1996 New functions.
d6b28940 1997
6e73ba20
RC
19982012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1999
2000 * configure.tgt: Add v850*-*-rtems*.
2001
d560eebd
TT
20022012-07-25 Tom Tromey <tromey@redhat.com>
2003
2004 * macrotab.c (macro_bcache_str): Remove cast.
2005
d7cbec71
HZ
20062012-07-25 Hui Zhu <hui_zhu@mentor.com>
2007
2008 * linespec.c (linespec_lexer_lex_number): Update comments,
2009 change the return and add check to make sure the input is
2010 the decimal numbers.
2011 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2012 false, call linespec_lexer_lex_string.
2013
882f447f
TT
20142012-07-24 Tom Tromey <tromey@redhat.com>
2015
2016 * symfile.c (symbol_file_add): Don't open BFD twice.
2017
53ab4066 20182012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
2019
2020 * breakpoint.c (create_breakpoint): Store condition for pending
2021 breakpoints.
2022
108fb0f7
AS
20232012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2024
2025 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2026 (m68k_return_value): Handle complex types like structures.
2027 (m68k_svr4_return_value): Likewise.
2028
1634dcbe
JK
20292012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2030
2031 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2032 parameters to bfd_get_section_name.
2033
e2d12c21
YQ
20342012-07-24 Yao Qi <yao@codesourcery.com>
2035
2036 * cli/cli-setshow.c: Handle case 'var_uinteger'
2037 and 'var_zuninteger' together. Handle case 'var_integer' and
2038 'var_zinteger' together.
2039
64b92e45
KS
20402012-07-23 Keith Seitz <keiths@redhat.com>
2041
2042 * linespec.c (convert_linespec_to_sal): Don't add
2043 any symbols to the result vector if symbol_to_sal
2044 returns zero.
2045
0f5f4ffe
KS
20462012-07-23 Keith Seitz <keiths@redhat.com>
2047
2048 * linespec.c (decode_objc): Record the function name
2049 in the linespec.
2050
da1cc82f
TT
20512012-07-23 Tom Tromey <tromey@redhat.com>
2052
2053 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2054 counting.
2055 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2056 (map_vmap): Acquire a reference to the BFD.
2057
6c18f3e0
SP
20582012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2059
2060 * p-valprint.c (pascal_object_print_value): Replace potentially
2061 unsafe alloca with xmalloc/xfree.
2062 * valops.c (search_struct_method): Likewise.
2063
695c3173
TT
20642012-07-23 Tom Tromey <tromey@redhat.com>
2065
2066 * solib-svr4.c (enable_break): Update.
2067 * bfd-target.h (target_bfd_reopen): Update documentation.
2068
08d2cd74
TT
20692012-07-23 Tom Tromey <tromey@redhat.com>
2070
2071 * symfile.c (separate_debug_file_exists): Update.
2072 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2073 (reread_symbols): Update.
2074 * elfread.c (build_id_verify): Update.
2075 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2076 bfd_open_maybe_remote.
2077
596f7d67
TT
20782012-07-23 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2081
8ac244b4
TT
20822012-07-23 Tom Tromey <tromey@redhat.com>
2083
2084 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2085 and 'abfd'.
2086 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2087 and 'abfd'.
2088 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2089 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2090 'abfd'.
2091 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2092 * objfiles.c (allocate_objfile): Acquire a new reference.
2093 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2094 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2095 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2096 a cleanup for 'nbfd'.
2097 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2098 for 'nbfd'.
2099 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2100 make a cleanup for 'abfd'.
2101 (symbol_file_add): Make a BFD cleanup.
2102
64c31149
TT
21032012-07-23 Tom Tromey <tromey@redhat.com>
2104
2105 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2106 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2107 * corelow.c (core_open): Use gdb_bfd_fopen.
2108 * dsrec.c (load_srec): Use gdb_bfd_openr.
2109 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2110 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2111 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2112 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2113 (gdb_bfd_fdopenr): New functions.
2114 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2115 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2116 (gdb_bfd_fdopenr): Declare.
2117 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2118 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2119 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2120 gdb_bfd_openr_next_archived_file.
2121 (macho_check_dsym): Use gdb_bfd_openr.
2122 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2123 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2124 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2125 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2126 gdb_bfd_openr.
2127 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2128 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2129 gdb_bfd_openr_next_archived_file.
2130 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2131 Use gdb_bfd_openr.
2132 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2133 gdb_bfd_openr.
2134 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2135 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2136 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2137 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2138 (symfile_bfd_open): Use gdb_bfd_fopen.
2139 (generic_load): Use gdb_bfd_openr.
2140 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2141
520b0001
TT
21422012-07-23 Tom Tromey <tromey@redhat.com>
2143
2144 * bfd-target.c (target_bfd_reopen): Update.
2145 * cli/cli-dump.c (bfd_openr_with_cleanup)
2146 (bfd_openw_with_cleanup): Update.
2147 * corelow.c (core_open): Update.
2148 * dsrec.c (load_srec): Update.
2149 * exec.c (exec_file_attach): Update.
2150 * gcore.c (create_gcore_bfd): Update.
2151 * gdb_bfd.c (gdb_bfd_ref): Return void.
2152 (gdb_bfd_open): Update.
2153 * gdb_bfd.h (gdb_bfd_ref): Return void.
2154 Update comments.
2155 * jit.c (jit_bfd_try_read_symtab): Update.
2156 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2157 * machoread.c (macho_symfile_read_all_oso): Update.
2158 (macho_check_dsym): Update.
2159 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2160 * remote-m32r-sdi.c (m32r_load): Update.
2161 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2162 * rs6000-nat.c (add_vmap): Update.
2163 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2164 Update.
2165 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2166 * solib-spu.c (spu_bfd_open): Update.
2167 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2168 * spu-linux-nat.c (spu_bfd_open): Update.
2169 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2170 (generic_load): Update.
2171 * windows-nat.c (windows_make_so): Update.
2172
2322ff16
SP
21732012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2174
2175 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2176
3def0b36
PA
21772012-07-20 Jeff Kenton <jkenton@tilera.com>
2178
2179 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2180 SIGTRAMP_FRAME unwinding.
2181
e615022a
DE
21822012-07-20 Doug Evans <dje@google.com>
2183
2184 * NEWS: Document new options "set/show use-deprecated-index-sections",
2185 and delete reference to --use-deprecated-index-sections.
2186 * symfile.h (use_deprecated_index_sections): Delete.
2187 * dwarf2read.c (use_deprecated_index_sections): Make static.
2188 (read_index_from_section): Update wording of how to load
2189 deprecated index sections.
2190 (_initialize_dwarf2_read): New options
2191 "set/show use-deprecated-index-sections".
2192 * main.c (captured_main): Delete --use-deprecated-index-sections.
2193
64776a0b
PA
21942012-07-20 Pedro Alves <palves@redhat.com>
2195
2196 PR threads/11692
2197 PR gdb/12203
2198
2199 * infrun.c (handle_inferior_event) <new thread>: Don't special
2200 case minus_one_ptid.
2201 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2202 * linux-thread-db.c (thread_get_info_callback): Don't return early
2203 if the thread is zombie.
2204 (thread_from_lwp): Change return type to void. Rewrite stale
2205 comment.
2206 (attach_thread): Don't return early if the thread is zombie,
2207 instead set its "dying" flag.
2208 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2209 (find_new_threads_callback): Don't return early if the thread is
2210 zombie.
2211
09826ec5
PA
22122012-07-20 Pedro Alves <palves@redhat.com>
2213
2214 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2215 * target.c (target_wait): Likewise.
2216 (str_comma_list_concat_elem, do_option, target_options_to_string):
2217 New functions.
2218 * target.h (target_options_to_string): Declare.
2219
f7a35f02
TT
22202012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2221 Tom Tromey <tromey@redhat.com>
2222
2223 * dwarf2read.c (dwarf_decode_macros)
2224 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2225 DW_MACRO_GNU_transparent_include_alt>: New cases.
2226 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2227 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2228
b81e1ee0
TT
22292012-07-20 Tom Tromey <tromey@redhat.com>
2230
2231 * dwarf2read.c (try_open_dwo_file): Don't call
2232 gdb_bfd_stash_filename.
2233
99c1624c
PA
22342012-07-20 Pedro Alves <palves@redhat.com>
2235
2236 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2237 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2238 (i386_process_record): Tweak description comments.
2239
4ffa4fc7
PA
22402012-07-20 Pedro Alves <palves@redhat.com>
2241
2242 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2243 (i386_process_record): Use record_read_memory.
2244 * record.c (record_read_memory): New function.
2245 (record_arch_list_add_mem, record_exec_insn): Use
2246 record_read_memory.
2247 * record.h (record_read_memory): Declare.
2248
c24343e2
YQ
22492012-07-20 Yao Qi <yao@codesourcery.com>
2250
2251 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2252 NULL for xfree.
2253
90f47860
PA
22542012-07-19 Pedro Alves <palves@redhat.com>
2255
2256 * record.c (record_resume): Ask the target beneath to report all
2257 signals.
2258
01093045
DE
22592012-07-19 Doug Evans <dje@google.com>
2260
2261 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2262 there's no section at address zero.
2263 (dwarf2_record_block_ranges): Ditto.
2264
a7c3d162
YQ
22652012-07-19 Yao Qi <yao@codesourcery.com>
2266
2267 * command.h, remote.c: Fix a typo in comment.
2268
608b4967
TT
22692012-07-19 Tom Tromey <tromey@redhat.com>
2270
2271 PR exp/13206:
2272 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2273 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2274 OP_DECLTYPE>: New cases.
2275 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2276 (type_exp): Add new productions.
2277 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2278 and decltype.
2279 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2280 New case.
2281 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2282 OP_DECLTYPE>: New case.
2283 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2284 New case.
2285 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2286 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2287
274b54d7
TT
22882012-07-19 Tom Tromey <tromey@redhat.com>
2289
2290 * c-exp.y (enum token_flags): New.
2291 (struct token) <cxx_only>: Remove.
2292 <flags>: New field.
2293 (tokentab3, tokentab2, ident_tokens): Update.
2294 (lex_one_token): Update. Handle FLAG_SHADOW.
2295
9eaf6705
TT
22962012-07-19 Tom Tromey <tromey@redhat.com>
2297
2298 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2299 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2300 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2301 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2302 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2303 type_exp production where appropriate.
2304 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2305 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2306 <UNOP_MEMVAL_TYPE>: New case.
2307 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2308 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2309 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2310 <UNOP_MEMVAL_TYPE>: New case.
2311 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2312 UNOP_REINTERPRET_CAST>: Update.
2313 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2314 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2315 UNOP_REINTERPRET_CAST>: Update.
2316 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2317 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2318 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2319 constants.
2320
6ace3df1
YQ
23212012-07-19 Yao Qi <yao@codesourcery.com>
2322 Jan Kratochvil <jan.kratochvil@redhat.com>
2323
2324 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2325 and case 'var_optional_filename' together.
2326 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2327 instead of add_setshow_optional_filename_cmd for setshow command
2328 'args'. Set completer for 'set args'.
2329
48faced0
DE
23302012-07-18 Doug Evans <dje@google.com>
2331
2332 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2333 * common/gdb_vecs.c: New file, contents from utils.c.
2334 * common/host-defs.h: New file, contents from defs.h.
2335 * utils.h: New file, contents from defs.h.
2336 * defs.h: Move all declarations of objects defined in utils.c
2337 to utils.h (except QUIT() and related).
2338 #include "utils.h", "host-defs.h".
2339 * probe.h (probe_p): Move here from gdb_vecs.h.
2340 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2341 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2342 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2343 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2344 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2345 (COMMON_OBS): Add gdb_vecs.o.
2346 (gdb_vecs.o): New rule.
2347
66f1999b
KS
23482012-07-18 Keith Seitz <keiths@redhat.com>
2349
2350 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2351 parameter. If non-zero, use SYMNAME as the canonical name
2352 for the SaL.
2353 Update all callers.
2354 (convert_linespec_to_sals): Use add_sal_to_sals for
2355 expressions, too.
2356 (decode_line_full): No need to "fill in missing canonical names"
2357 anymore. Simply make cleanups for the allocated names.
2358
5d94e27b
KS
23592012-07-18 Keith Seitz <keiths@redhat.com>
2360
2361 * linespec.c (struct linespec): Constify expression,
2362 source_filename, function_name, and label_name.
2363 (symbol_not_found_error): Make all parameters const.
2364 (linespec_parser_delete): No need to check for NULL
2365 when using xfree. Cast const char * to char * for xfree.
2366
af4908ba
KS
23672012-07-18 Keith Seitz <keiths@redhat.com>
2368
2369 * breakpoint.c (invalid_thread_id_error): New function.
2370 (find_condition_and_thread): Use invalid_thread_id_error.
2371 (watch_command_1): Likewise.
2372
853254db
TT
23732012-07-18 Tom Tromey <tromey@redhat.com>
2374
2375 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2376 * contrib/cc-with-tweaks.sh: New file.
2377
2ec9a5e0
TT
23782012-07-18 Tom Tromey <tromey@redhat.com>
2379
2380 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2381 (locate_dwz_sections): Recognize .gdb_index.
2382 (create_cus_from_index_list): New function.
2383 (create_cus_from_index): Use it. Handle .dwz data.
2384 (read_index_from_section): New function, extracted from
2385 dwarf2_read_index.
2386 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2387 if needed.
2388
36586728
TT
23892012-07-18 Tom Tromey <tromey@redhat.com>
2390
2391 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2392 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2393 <is_dwz>: New field.
2394 (struct dwz_file): New.
2395 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2396 (locate_dwz_sections, dwarf2_get_dwz_file)
2397 (get_abbrev_section_for_cu): New functions.
2398 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2399 (read_and_check_type_unit_head): Add abbrev_section argument.
2400 (create_debug_types_hash_table): Update.
2401 (init_cutu_and_read_dies): Use proper abbrev section.
2402 (init_cutu_and_read_dies_no_follow): Likewise.
2403 (set_partial_user): Do nothing if PST==NULL.
2404 (read_comp_units_from_section): New function.
2405 (create_all_comp_units): Use it.
2406 (scan_partial_symbols, partial_die_parent_scope): Update.
2407 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2408 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2409 (find_partial_die): Add offset_in_dwz argument. Update.
2410 (guess_partial_die_structure_name, fixup_partial_die): Update.
2411 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2412 DW_FORM_GNU_strp_alt.
2413 (read_indirect_string_from_dwz): New function.
2414 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2415 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2416 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2417 (follow_die_offset): Add offset_in_dwz argument.
2418 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2419 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2420 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2421 Handle new macro forms.
2422 (dwarf_decode_macros): Update.
2423 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2424 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2425 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2426 (create_debug_types_hash_table): Use correct abbrev section.
2427 (get_debug_line_section): New function.
2428 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2429 (process_full_comp_unit): Pass 'required' argument to
2430 end_symtab_get_static_block.
2431 * buildsym.h (end_symtab_get_static_block): Update.
2432 * buildsym.c (end_symtab_get_static_block): Add 'required'
2433 argument.
2434 (end_symtab, end_expandable_symtab): Update.
2435
4bf44c1c
TT
24362012-07-18 Tom Tromey <tromey@redhat.com>
2437
2438 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2439 (pagesize): Remove.
2440 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2441 (zlib_decompress_section): Remove.
2442 (dwarf2_read_section): Use gdb_bfd_map_section.
2443 (munmap_section_buffer): Remove.
2444 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2445 munmap_section_buffer.
2446 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2447 (struct gdb_bfd_section_data): New.
2448 (free_one_bfd_section): New function.
2449 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2450 (get_section_descriptor, zlib_decompress_section)
2451 (gdb_bfd_map_section): New functions.
2452 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2453
bb397797
TT
24542012-07-18 Tom Tromey <tromey@redhat.com>
2455
2456 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2457
6ec53d05
TT
24582012-07-18 Tom Tromey <tromey@redhat.com>
2459
2460 * gdb_bfd.c (struct gdb_bfd_data): New.
2461 (gdb_bfd_cache): New global.
2462 (struct gdb_bfd_cache_search): New.
2463 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2464 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2465 * gdb_bfd.h (gdb_bfd_open): Declare.
2466
f9a062ff
TT
24672012-07-18 Tom Tromey <tromey@redhat.com>
2468
2469 * utils.c (make_cleanup_bfd_unref): Rename from
2470 make_cleanup_bfd_close.
2471 * defs.h (make_cleanup_bfd_unref): Rename from
2472 make_cleanup_bfd_close.
2473 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2474 (bfd_openw_with_cleanup): Update.
2475 * corelow.c (core_open): Update.
2476 * dsrec.c (load_srec): Update.
2477 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2478 * remote-m32r-sdi.c (m32r_load): Update.
2479 * remote-mips.c (mips_load_srec): Update.
2480 (pmon_load_fast): Update.
2481 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2482 Update.
2483 (darwin_bfd_open): Update.
2484 * solib.c (solib_bfd_fopen): Update.
2485 * symfile-mem.c (symbol_file_add_from_memory): Update.
2486 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2487 (symfile_bfd_open): Update.
2488 (generic_load): Update.
2489
d6ad71ba
TT
24902012-07-18 Tom Tromey <tromey@redhat.com>
2491
2492 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2493 (pmon_load_fast): Likewise.
2494 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2495 (m32r_upload_command): Likewise.
2496 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2497 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2498 Use make_cleanup_bfd_close.
2499
a4453b7e
TT
25002012-07-18 Tom Tromey <tromey@redhat.com>
2501
2502 * symfile.c (symfile_bfd_open): Don't copy name. Call
2503 gdb_bfd_stash_filename.
2504 (load_command): Open the new BFD before freeing the old.
2505 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2506 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2507 Call gdb_bfd_stash_filename.
2508 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2509 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2510 gdb_bfd_stash_filename.
2511 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2512 Free found_pathname.
2513 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2514 gdb_bfd_stash_filename.
2515 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2516 * machoread.c (macho_add_oso_symfile): Call
2517 gdb_bfd_stash_filename.
2518 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2519 gdb_bfd_stash_filename.
2520 (macho_check_dsym): Don't copy filename. Call
2521 gdb_bfd_stash_filename.
2522 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2523 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2524 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2525 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2526 * exec.c (exec_close): Don't free the BFD's filename.
2527 (exec_file_attach): Don't copy the filename. Call
2528 gdb_bfd_stash_filename.
2529 * corelow.c (core_close): Don't free the BFD's filename.
2530 (core_open): Call gdb_bfd_stash_filename.
2531 * corefile.c (reopen_exec_file): Remove #if 0 code.
2532 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2533 pathname.
2534 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2535
cbb099e8
TT
25362012-07-18 Tom Tromey <tromey@redhat.com>
2537
2538 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2539 gdb_bfd_unref.
2540 (free_dwo_file): Use gdb_bfd_unref.
2541 * cli/cli-dump.c: Include gdb_bfd.h.
2542 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2543 (bfd_openr_with_cleanup): Likewise.
2544 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2545 gdb_bfd_unref.
2546 * utils.c: Include gdb_bfd.h.
2547 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2548 * symfile.c: Include gdb_bfd.h.
2549 (separate_debug_file_exists): Use gdb_bfd_unref.
2550 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2551 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2552 (generic_load): Use gdb_bfd_ref.
2553 (reread_symbols): Use gdb_bfd_unref.
2554 * symfile-mem.c: Include gdb_bfd.h.
2555 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2556 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2557 * solib.c: Include gdb_bfd.h.
2558 (solib_bfd_fopen): Use gdb_bfd_ref.
2559 (solib_bfd_open): Use gdb_bfd_unref.
2560 (free_so_symbols): Use gdb_bfd_unref.
2561 (reload_shared_libraries_1): Use gdb_bfd_unref.
2562 * solib-spu.c: Include gdb_bfd.h.
2563 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2564 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2565 gdb_bfd_unref.
2566 * solib-frv.c: Include gdb_bfd.h.
2567 (enable_break2): Use gdb_bfd_unref.
2568 * solib-dsbt.c: Include gdb_bfd.h.
2569 (enable_break2): Use gdb_bfd_unref.
2570 * solib-darwin.c: Include gdb_bfd.h.
2571 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2572 gdb_bfd_unref.
2573 (darwin_bfd_open): Use gdb_bfd_unref.
2574 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2575 * remote-mips.c: Include gdb_bfd.h.
2576 (mips_load_srec): Use gdb_bfd_ref.
2577 (pmon_load_fast): Use gdb_bfd_ref.
2578 * remote-m32r-sdi.c: Include gdb_bfd.h.
2579 (m32r_load): Use gdb_bfd_ref.
2580 * record.c: Include gdb_bfd.h.
2581 (record_save_cleanups): Use gdb_bfd_unref.
2582 (cmd_record_save): Use gdb_bfd_unref.
2583 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2584 gdb_bfd_unref.
2585 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2586 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2587 * objfiles.c: Include gdb_bfd.h.
2588 (free_objfile): Use gdb_bfd_unref.
2589 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2590 gdb_bfd.c.
2591 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2592 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2593 (macho_check_dsym): Likewise.
2594 * m32r-rom.c: Include gdb_bfd.h.
2595 (m32r_load): Use gdb_bfd_ref.
2596 (m32r_upload_command): Use gdb_bfd_ref.
2597 * jit.c: Include gdb_bfd.h.
2598 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2599 * gdb_bfd.h: New file.
2600 * gdb_bfd.c: New file.
2601 * gcore.c: Include gdb_bfd.h.
2602 (create_gcore_bfd): Use gdb_bfd_ref.
2603 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2604 (gcore_command): Use gdb_bfd_unref.
2605 * exec.c: Include gdb_bfd.h.
2606 (exec_close): Use gdb_bfd_unref.
2607 (exec_close_1): Use gdb_bfd_unref.
2608 (exec_file_attach): Use gdb_bfd_ref.
2609 * elfread.c: Include gdb_bfd.h.
2610 (build_id_verify): Use gdb_bfd_unref.
2611 * dsrec.c: Include gdb_bfd.h.
2612 (load_srec): Use gdb_bfd_ref.
2613 * corelow.c: Include gdb_bfd.h.
2614 (core_close): Use gdb_bfd_unref.
2615 (core_open): Use gdb_bfd_ref.
2616 * bfd-target.c: Include gdb_bfd.h.
2617 (target_bfd_xclose): Use gdb_bfd_unref.
2618 (target_bfd_reopen): Use gdb_bfd_ref.
2619 * Makefile.in (SFILES): Add gdb_bfd.c.
2620 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2621 (COMMON_OBS): Add gdb_bfd.o.
2622
ed1d1739
KS
26232012-07-18 Keith Seitz <keiths@redhat.com>
2624
2625 * breakpoint.c (find_condition_and_thread): Initialize
2626 TASK and REST.
2627 (create_breakpiont): find_condition_and_thread will now
2628 initialize COND_STRING, THREAD, and REST (and TASK).
2629 (addr_string_to_sals): Likewise.
2630
eab402df
PA
26312012-07-18 Pedro Alves <palves@redhat.com>
2632
2633 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2634 Pull the single step breakpoints out of the target.
2635
2b963b68
SDJ
26362012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2637
2638 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2639 * stap-probe.c (compile_probe_arg): Likewise.
2640
6bac7473
SDJ
26412012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2642
2643 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2644 (elf_compile_to_ax): Likewise.
2645 * infrun.c (insert_exception_resume_from_probe): Likewise.
2646 (check_exception_resume): Remove `objfile' variable.
2647 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2648 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2649 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2650 (compare_entries): Rename to...
2651 (compare_probes): ...this. Adjust function to work with
2652 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2653 respectively.
2654 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2655 `VEC (probe_p) *'.
2656 (print_ui_out_info): Adjust argument to be `struct probe *'.
2657 (info_probes_for_ops): Adjust internal computations to use
2658 `VEC (probe_p) *'.
2659 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2660 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2661 gen_info_probes_table_values>: Remove `objfile' argument.
2662 (struct probe) <objfile>: New field.
2663 (find_probe_by_pc): Remove `objfile' argument.
2664 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2665 (stap_get_probe_argument_count): Likewise.
2666 (stap_get_arg): Likewise.
2667 (stap_evaluate_probe_argument): Likewise.
2668 (stap_compile_to_ax): Likewise.
2669 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2670 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2671 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2672 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2673 sym_compile_to_ax>: Likewise.
2674
3347eb1a 26752012-07-18 Terry Guo <terry.guo@arm.com>
2676
2677 PR 14329
2678 * defs.h (GDB_MI_MSG_WIDTH): New.
2679 * ser_base (ser_base_read_error_fd): New function.
2680 (do_ser_base_readchar): Poll error file descriptor as well as
2681 standard output.
f782ad9b 2682 (generic_readchar): Refactor error handling.
3347eb1a 2683
80c8d323
JB
26842012-07-18 Joel Brobecker <brobecker@adacore.com>
2685
2686 * NEWS: Create a new section for the next release branch.
2687 Rename the section of the current branch, now that it has
2688 been cut.
2689
b45a0664 26902012-07-18 Joel Brobecker <brobecker@adacore.com>
2691
2692 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2693 * version.in: Bump version to 7.5.50.20120718-cvs.
2694
09cf2b22
KS
26952012-07-17 Keith Seitz <keiths@redhat.com>
2696
2697 * linespec.c (linespec_parse_line_offset): Make parameter
2698 const.
2699
8f043999
JK
27002012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 PR 11914
2703 * f-valprint.c (info_common_command): New variable frame_id.
2704 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2705 * printcmd.c (print_variable_and_value): Extend function comment.
2706 Add comment for invalidated FRAME.
2707 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2708 FI form FRAME_ID after each print_frame_local_vars.
2709 (struct print_variable_and_value_data): Change frame to frame_id.
2710 (do_print_variable_and_value): New variable frame, initialize it from
2711 p->frame_id. Add comment for invalidated FRAME.
2712 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2713 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2714 for invalidated FRAME.
2715
ae5e0686
MK
27162012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2717 Pedro Alves <palves@redhat.com>
2718
2719 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2720 loop.
2721
5049c5be
TT
27222012-07-16 Tom Tromey <tromey@redhat.com>
2723
2724 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2725
2908cac6
DE
27262012-07-15 Doug Evans <dje@google.com>
2727
094b34ac
DE
2728 * dwarf2read.c (stmt_list_hash): New struct.
2729 (type_unit_group): Embed "per_cu" member, remove pointer.
2730 New union member "t", move member "tus" into it, all uses updated.
2731 New member "hash", replaces member "line_offset, all uses updated.
2732 (quick_file_names): Replace member "offset" with "hash", all uses
2733 updated.
2734 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2735 (hash_file_name_entry, eq_file_name_entry): Call them.
2736 (hash_type_unit_group, eq_type_unit_group): Ditto.
2737 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2738 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2739 (dw2_get_file_names): Update.
2740 (create_type_unit_group): Replace "per_cu" arg with "cu".
2741 All callers updated. Fix "quick" (.gdb_index) handling.
2742 (get_type_unit_group): Replace "per_cu" arg with "cu".
2743 All callers updated.
2744 (build_type_unit_groups): Don't reset tu_stats.
2745
2908cac6
DE
2746 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2747 "tab_cur_size". Change member "tab" to be a htab_t.
2748 (create_filename_seen_cache): Update.
2749 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2750 (filename_seen): Update.
2751
a2b6eff5
DE
27522012-07-13 Doug Evans <dje@google.com>
2753
2754 * symtab.c (filename_seen): Update comment.
2755
4359dff1
JK
27562012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2757 Doug Evans <dje@google.com>
2758
2759 * buildsym.c (end_symtab_1): Split it to ...
2760 (end_symtab_get_static_block): ... this ...
2761 (end_symtab_from_static_block): ... and this function.
2762 (end_symtab, end_expandable_symtab): Call them.
2763 * buildsym.h (end_symtab_get_static_block)
2764 (end_symtab_from_static_block): New declarations.
2765 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2766 Set its valid CU ranges.
2767
a24f71ab
JK
27682012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2769
2770 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2771 DW_OP_GNU_parameter_ref.
2772
d76b7dbc
JK
27732012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2776 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2777
9fdc877b
DE
27782012-07-13 Doug Evans <dje@google.com>
2779
2780 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2781 (filename_seen_cache): New struct.
2782 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2783 (create_filename_seen_cache): New function.
2784 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2785 (filename_seen): Delete arg "first". New arg "cache". All callers
2786 updated.
2787 (output_source_filename_data): New struct.
2788 (output_source_filename): Delete arg "first". New arg "data".
2789 All callers updated.
2790 (sources_info): Delete local "first". New locals "data", "cleanups".
2791 Rewrite to use filename_seen_cache.
2792 (add_partial_filename_data): Delete member "first". New member
2793 "filename_seen_cache". All uses updated.
2794 (make_source_files_completion_list): Rewrite to use
2795 filename_seen_cache.
2796
f80c6f3f
DE
27972012-07-12 Doug Evans <dje@google.com>
2798
2799 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2800
0bfa869d
DE
28012012-07-10 Doug Evans <dje@google.com>
2802
f4dc4d17
DE
2803 PR gdb/13498
2804 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2805 all_type_unit_groups, type_unit_groups, tu_stats.
2806 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2807 All uses updated. Add type_unit_group to union "s".
2808 (type_unit_group): New struct.
2809 (IS_TYPE_UNIT_GROUP): New macro.
2810 (abbrev_table): Delete unused member "section".
2811 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2812 (dw2_get_cu): Assert not used with type_unit_group.
2813 (dw2_get_primary_cu): New function.
2814 (dw2_build_type_unit_groups_reader): New function.
2815 (dw2_build_type_unit_groups): New function.
2816 (dw2_get_file_names): Assert not called on type units.
2817 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2818 Redo loop to iterate over type unit groups instead of type units.
2819 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2820 (read_abbrev_offset): New function.
2821 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2822 updated.
2823 (create_partial_symtab): New function.
2824 (process_psymtab_comp_unit_reader): Assert not used with type units.
2825 Call create_partial_symtab.
2826 (process_psymtab_type_unit): Delete.
2827 (hash_type_unit_group, eq_type_unit_group): New functions.
2828 (allocate_type_unit_groups_table): New function.
2829 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2830 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2831 (create_type_unit_group, get_type_unit_group): New functions.
2832 (tu_abbrev_offset): New struct.
2833 (sort_tu_by_abbrev_offset): New function.
2834 (add_type_unit_group_to_table): New function.
2835 (build_type_unit_groups): New function.
2836 (build_type_psymtabs_reader): New function.
2837 (build_type_psymtab_dependencies): New function.
2838 (build_type_psymtabs): Rewrite.
2839 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2840 is seen in a type unit.
2841 (process_queue): Move symtab expansion debugging printfs here.
2842 Call process_full_type_unit for type units.
2843 (compute_symtab_includes): Assert not called for type units.
2844 (process_cu_includes): Don't call compute_symtab_includes for
2845 type units.
2846 (process_full_type_unit): New function.
2847 (process_imported_unit_die): Flag an error if called for type units.
2848 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2849 updated. Assert not called for type units.
2850 (read_file_scope): Call dwarf2_start_symtab.
2851 (setup_type_unit_groups): New function.
2852 (read_type_unit_scope): Rewrite.
2853 (abbrev_table_read_table): Initialize abbrev_table->offset.
2854 (abbrev_table_free_cleanup): New function.
2855 (dwarf2_start_symtab): New function.
2856 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
2857 * buildsym.c (finish_block_internal): New arg "expandable".
2858 All callers updated.
2859 (start_symtab): Move most contents to ...
2860 (restart_symtab): ... here. New function.
2861 (reset_symtab_globals): New function.
2862 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2863 Call reset_symtab_globals.
2864 (end_symtab, end_expandable_symtab): New functions.
2865 (set_missing_symtab, augment_type_symtab): New functions.
2866 * buildsym.h (end_expandable_symtab): Declare.
2867 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
2868 * psympriv.h (struct partial_symtab): New member "anonymous".
2869 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2870 anonymous psymtabs.
2871 (read_psymtabs_with_filename): Ditto.
2872 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2873 (expand_symtabs_matching_via_partial): Ditto.
2874 (dump_psymtab): Update.
0bfa869d
DE
2875 * dictionary.c (dict_add_pending): New function.
2876 * dictionary.h (dict_add_pending): Declare.
2877
45e58e77
DE
28782012-07-09 Doug Evans <dje@google.com>
2879
b74db436
DE
2880 * buildsym.c (start_subfile): Remove unnecessary check for
2881 name == NULL.
2882
fd55216c
DE
2883 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2884
6721b2ec
DE
2885 * dwarf2read.c (load_full_type_unit): Simplify.
2886
b4dd5633
DE
2887 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2888 to struct signatured_type **. All uses updated.
2889
45e58e77
DE
2890 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2891 All callers updated.
2892
e314d629
TT
28932012-07-09 Tom Tromey <tromey@redhat.com>
2894
2895 * c-exp.y (check_parameter_typelist): New function.
2896 (parameter_typelist): Call it.
2897 * eval.c (make_params): Handle '(void)' case.
2898 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2899 '(void)' case.
2900
aa7c7447
JK
29012012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * common/linux-ptrace.c: Include gdb_assert.h.
2904 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2905 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2906 stdint.h.
2907 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2908 functions.
2909 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2910 * linux-nat.c (linux_child_post_attach)
2911 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2912
889003ed
JK
29132012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2916 nptl <2.7 bug workaround for core files.
2917
da559b09
JK
29182012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2919
2920 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2921 clearing.
2922 (save_siginfo): Remove.
2923 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2924 call.
2925 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2926 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2927 * linux-nat.h (struct lwp_info): Remove field siginfo.
2928
f865ee35
JK
29292012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 Code cleanup for the next patch.
2932 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2933 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2934 call for it.
2935 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2936 (ia64_linux_stopped_data_address):
2937 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2938 the return value.
2939 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2940 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2941 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2942 call for it.
2943
76b83c51
JK
29442012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 PR 14321
2947 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2948 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2949
a6fb9c08
TT
29502012-07-06 Tom Tromey <tromey@redhat.com>
2951
2952 * c-exp.y (DOTDOTDOT): New token.
2953 (func_mod, exp): Use parameter_typelist.
2954 (parameter_typelist): New production.
2955 (tokentab3): Add "..." token.
2956 * eval.c (make_params): Handle varargs.
2957 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2958 varargs.
2959
71918a86
TT
29602012-07-06 Tom Tromey <tromey@redhat.com>
2961
2962 PR exp/9608:
2963 * c-exp.y (%union) <tvec>: Change type.
2964 (func_mod): Now uses <tvec> type.
2965 (exp): Update for tvec change.
2966 (direct_abs_decl): Push the typelist.
2967 (func_mod): Return a typelist.
2968 (nonempty_typelist): Update for tvec change.
2969 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2970 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2971 * parse.c (pop_type_list): New function.
2972 (push_typelist): New function.
2973 (follow_types): Handle tp_function_with_arguments.
2974 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2975 (enum type_pieces) <tp_function_with_arguments>: New constant.
2976 (union type_stack_elt) <typelist_val>: New field.
2977 (push_typelist): Declare.
2978
fcde5961
TT
29792012-07-06 Tom Tromey <tromey@redhat.com>
2980
2981 * c-exp.y (%union) <type_stack>: New field.
2982 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2983 (ptr_operator_ts): New production.
2984 (ptype): Update.
2985 * parse.c (type_stack_reserve): New function.
2986 (check_type_stack_depth): Use it.
2987 (pop_type_stack, append_type_stack, push_type_stack)
2988 (get_type_stack, type_stack_cleanup): New functions.
2989 (follow_types): Handle tp_type_stack.
2990 (_initialize_parse): Simplify initialization.
2991 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2992 constant.
2993 (union type_stack_elt) <stack_val>: New field.
2994 (get_type_stack, append_type_stack, push_type_stack)
2995 (type_stack_cleanup): Declare.
2996
1a7d0ce4
TT
29972012-07-06 Tom Tromey <tromey@redhat.com>
2998
2999 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3000 Remove.
3001 (struct type_stack): New.
3002 * parse.c (type_stack, type_stack_size, type_stack_depth):
3003 Remove.
3004 (type_stack): New global.
3005 (parse_exp_in_context, check_type_stack_depth)
3006 (insert_into_type_stack, insert_type, push_type, push_type_int)
3007 (insert_type_address_space, pop_type, pop_type_int)
3008 (_initialize_parse): Update.
3009
16d01384
TT
30102012-07-06 Tom Tromey <tromey@redhat.com>
3011
3012 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3013 Remove %type.
3014
9bfc60bf
SP
30152012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3016
3017 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3018
d5161074
SP
30192012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3020 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3023 alloca with xmalloc/xfree.
3024
a74bc576
SP
30252012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3026
3027 * MAINTAINERS (Write After Approval): Add myself to the list.
3028
667e0a4b
DE
30292012-07-05 Doug Evans <dje@google.com>
3030
3031 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3032
34b536a8
HZ
30332012-07-05 Hui Zhu <hui_zhu@mentor.com>
3034
3035 * ax-gdb.c (cli/cli-utils.h): New include.
3036 (linespec.h): Ditto.
3037 (agent_eval_command_one): New function.
3038 (agent_command_1): Ditto.
3039 (agent_command): Call function agent_command_1.
3040 (agent_eval_command): Ditto.
3041 (_initialize_ax_gdb): Change help for "maint agent"
3042 and "maint agent-eval".
3043
e6f0bce7
HZ
30442012-07-05 Hui Zhu <hui_zhu@mentor.com>
3045
3046 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3047 * cli/cli-utils.c (check_for_argument): New function.
3048 * cli/cli-utils.h (check_for_argument): Ditto.
3049
1b3371b1
L
30502012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3051
3052 * NEWS: Mention x32 ABI support.
3053
23e2d720
L
30542012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3055
3056 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3057 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3058
3059 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3060 and pc_regnum_from_eax to -1. Update SP regnum from
3061 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3062 needed.
3063
3064 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3065 pc_regnum_from_eax.
3066
836bf454
JK
30672012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3070 * dwarf2expr.h: Include gdbtypes.h.
3071 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3072 these forward declarations.
3073 (cu_offset, sect_offset): Move these ...
3074 * gdbtypes.h: Remove include dwarf2expr.h.
3075 (cu_offset, sect_offset): ... here.
3076
1e55e04f
L
30772012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3078
3079 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3080 (amd64_linux_sigtramp_code): This.
3081 (amd64_x32_linux_sigtramp_code): New.
3082 (LINUX_SIGTRAMP_LEN): Updated.
3083 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3084
7d0e21ad
JK
30852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3086
3087 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3088
8775fd2d
JK
30892012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 * config.in: Regenerate.
3092 * configure: Regenerate.
3093 * configure.ac: Remove check for gnu/libc-version.h.
3094 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3095 gnu/libc-version.h.
3096 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3097 variables libc_version, libc_major and libc_minor. Replace sscanf by
3098 inferior_has_bug. Extend the comment.
3099
fcb44371
JK
31002012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 * linux-thread-db.c (inferior_has_bug): New function.
3103 (thread_db_find_new_threads_silently): Return boolean as checked by
3104 inferior_has_bug, describe it in the comments.
3105 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3106 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 3107 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
3108 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3109 if UNTIL_NO_NEW,
3110
09406207
DE
31112012-07-02 Doug Evans <dje@google.com>
3112
0907af0c
DE
3113 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3114 related to queue management.
3115
09406207
DE
3116 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3117 instead of "debug dwarf2-die" in debugging printfs.
3118 (create_debug_info_hash_table_reader): Ditto.
3119 (create_debug_info_hash_table): Ditto.
3120 (init_dwo_file): Ditto.
3121 (init_cutu_and_read_dies): Add debugging printf.
3122 (init_cutu_and_read_dies_no_follow): Ditto.
3123 (process_psymtab_comp_unit_reader): Ditto.
3124
d3ce09f5
SS
31252012-07-02 Stan Shebs <stan@codesourcery.com>
3126
3127 Add target-side support for dynamic printf.
3128 * NEWS: Mention the additional style.
3129 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3130 (struct bp_location): New field cmd_bytecode.
3131 * breakpoint.c: Include format.h.
3132 (disconnected_dprintf): New global.
3133 (parse_cmd_to_aexpr): New function.
3134 (build_target_command_list): New function.
3135 (insert_bp_location): Call it.
3136 (remove_breakpoints_pid): Skip dprintf breakpoints.
3137 (print_one_breakpoint_location): Ditto.
3138 (dprintf_style_agent): New global.
3139 (dprintf_style_enums): Add dprintf_style_agent.
3140 (update_dprintf_command_list): Add agent case.
3141 (agent_printf_command): New function.
3142 (_initialize_breakpoint): Add new commands.
3143 * common/ax.def (printf): New bytecode.
3144 * ax.h (ax_string): Declare.
3145 * ax-gdb.h (gen_printf): Declare.
3146 * ax-gdb.c: Include cli-utils.h, format.h.
3147 (gen_printf): New function.
3148 (maint_agent_print_command): New function.
3149 (_initialize_ax_gdb): Add maint agent-printf command.
3150 * ax-general.c (ax_string): New function.
3151 (ax_print): Add printf disassembly.
3152 * Makefile.in (SFILES): Add format.c
3153 (COMMON_OBS): Add format.o.
3154 * common/format.h: New file.
3155 * common/format.c: New file.
3156 * printcmd.c: Include format.h.
3157 (ui_printf): Call parse_format_string.
3158 * remote.c (remote_state): New field breakpoint_commands.
3159 (PACKET_BreakpointCommands): New enum.
3160 (remote_breakpoint_commands_feature): New function.
3161 (remote_protocol_features): Add new BreakpointCommands entry.
3162 (remote_can_run_breakpoint_commands): New function.
3163 (remote_add_target_side_commands): New function.
3164 (remote_insert_breakpoint): Call it.
3165 (remote_insert_hw_breakpoint): Ditto.
3166 (_initialize_remote): Add new packet configuration for
3167 target-side breakpoint commands.
3168 * target.h (struct target_ops): New field
3169 to_can_run_breakpoint_commands.
3170 (target_can_run_breakpoint_commands): New macro.
3171 * target.c (update_current_target): Handle
3172 to_can_run_breakpoint_commands.
3173
2d7b58e8
JK
31742012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 Execute -ix and -iex only after system and user gdbinit files.
3177 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3178 processing down after gdbinit files.
3179
8690e634
JK
31802012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3181
3182 Add fnmatch-gnu module.
3183 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3184 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3185 * gnulib/aclocal.m4: Regenerate.
3186 * gnulib/config.in: Regenerate.
3187 * gnulib/configure: Regenerate.
3188 * gnulib/import/dummy.c: Remove.
3189 * gnulib/import/Makefile.am: Regenerate.
3190 * gnulib/import/Makefile.in: Likewise.
3191 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3192 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3193 * gnulib/import/alloca.c: New file.
3194 * gnulib/import/alloca.in.h: Likewise.
3195 * gnulib/import/config.charset: Likewise.
3196 * gnulib/import/fnmatch.c: Likewise.
3197 * gnulib/import/fnmatch.in.h: Likewise.
3198 * gnulib/import/fnmatch_loop.c: Likewise.
3199 * gnulib/import/localcharset.c: Likewise.
3200 * gnulib/import/localcharset.h: Likewise.
3201 * gnulib/import/m4/alloca.m4: Likewise.
3202 * gnulib/import/m4/codeset.m4: Likewise.
3203 * gnulib/import/m4/configmake.m4: Likewise.
3204 * gnulib/import/m4/fcntl-o.m4: Likewise.
3205 * gnulib/import/m4/fnmatch.m4: Likewise.
3206 * gnulib/import/m4/glibc21.m4: Likewise.
3207 * gnulib/import/m4/localcharset.m4: Likewise.
3208 * gnulib/import/m4/locale-fr.m4: Likewise.
3209 * gnulib/import/m4/locale-ja.m4: Likewise.
3210 * gnulib/import/m4/locale-zh.m4: Likewise.
3211 * gnulib/import/m4/mbrtowc.m4: Likewise.
3212 * gnulib/import/m4/mbsinit.m4: Likewise.
3213 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3214 * gnulib/import/m4/mbstate_t.m4: Likewise.
3215 * gnulib/import/m4/stdbool.m4: Likewise.
3216 * gnulib/import/m4/wchar_h.m4: Likewise.
3217 * gnulib/import/m4/wctype_h.m4: Likewise.
3218 * gnulib/import/m4/wint_t.m4: Likewise.
3219 * gnulib/import/mbrtowc.c: Likewise.
3220 * gnulib/import/mbsinit.c: Likewise.
3221 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3222 * gnulib/import/mbsrtowcs-state.c: Likewise.
3223 * gnulib/import/mbsrtowcs.c: Likewise.
3224 * gnulib/import/ref-add.sin: Likewise.
3225 * gnulib/import/ref-del.sin: Likewise.
3226 * gnulib/import/stdbool.in.h: Likewise.
3227 * gnulib/import/streq.h: Likewise.
3228 * gnulib/import/strnlen1.c: Likewise.
3229 * gnulib/import/strnlen1.h: Likewise.
3230 * gnulib/import/verify.h: Likewise.
3231 * gnulib/import/wchar.in.h: Likewise.
3232 * gnulib/import/wctype.in.h: Likewise.
3233
202cbf1c
JK
32342012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 Support shell wildcards for 'set auto-load safe-path'.
3237 * auto-load.c: Include fnmatch.h.
3238 (filename_is_in_dir): Rename to ...
3239 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3240 it. Update function comment. Rename dir_len to pattern_len. New
3241 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3242 messages. Use gdb_filename_fnmatch.
3243 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3244 pattern.
3245 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3246 * defs.h (gdb_filename_fnmatch): New declaration.
3247 * utils.c: Include fnmatch.h.
3248 (gdb_filename_fnmatch): New function.
3249
fb7b5af4
SDJ
32502012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3251
3252 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3253 `-probe' and `-probe-stap' options.
3254
72d0e2c5
YQ
32552012-07-01 Yao Qi <yao@codesourcery.com>
3256
3257 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3258 always_inserted_off, and always_inserted_enums.
3259 Change always_inserted_mode's type to 'enum auto_boolean'.
3260 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3261 callers.
3262 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3263 of add_setshow_enum_cmd.
3264 * infrun.c: Remove can_use_displaced_stepping_auto,
3265 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3266 can_use_displaced_stepping_enum.
3267 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3268 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3269 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3270 add_setshow_enum_cmd.
3271
42e7ad6c
DE
32722012-06-30 Doug Evans <dje@google.com>
3273
3274 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3275 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3276 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3277
39cf75f7
DE
32782012-06-29 Doug Evans <dje@google.com>
3279
3280 * linespec.c: #include "stack.h".
3281 (decode_line_with_current_source): Moved here from symtab.c and
3282 renamed from decode_line_spec. All callers updated.
3283 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3284 renamed from decode_line_spec_1. All callers updated.
3285 * linespec.h (decode_line_with_current_source): Move declaration here
3286 from symtab.h and renamed from decode_line_spec.
3287 (decode_line_with_last_displayed): Move declaration here from symtab.h
3288 and renamed from decode_line_spec_1.
3289 * macrocmd.c: #include "linespec.h".
3290 * symtab.c: Remove #include "linespec.h".
3291
433df2d4
DE
32922012-06-28 Doug Evans <dje@google.com>
3293
1ce1cefd
DE
3294 * dwarf2read.c (get_cu_length): New function.
3295 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3296 (create_debug_types_hash_table): Ditto.
3297 (init_cutu_and_read_dies): Ditto.
3298 (init_cutu_and_read_dies_no_follow): Ditto.
3299
3b80fe9b
DE
3300 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3301
433df2d4
DE
3302 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3303 (struct abbrev_table): Define.
3304 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3305 abbrev_table.
3306 (init_cutu_and_read_dies): Update.
3307 (abbrev_table_alloc_abbrev): New function. Replaces
3308 dwarf_alloc_abbrev. All callers updated.
3309 (abbrev_table_add_abbrev): New function.
3310 (abbrev_table_lookup_abbrev): New function. Replaces
3311 dwarf2_lookup_abbrev. All callers updated.
3312 (abbrev_table_read_table): New function. Contents moved here from
3313 dwarf2_read_abbrevs.
3314 (dwarf2_read_abbrevs): Call it.
3315 (abbrev_table_free): New function.
3316 (dwarf2_free_abbrev_table): Call it.
3317
71caed83
SS
33182012-06-28 Stan Shebs <stan@codesourcery.com>
3319
3320 * osdata.c (info_osdata_command): Filter out "Title" columns
3321 from non-MI uses.
3322 * common/linux-osdata.c (struct osdata_type): Add title field.
3323 (osdata_table): Add titles to each entry.
3324 (linux_command_xfer_osdata): Add a column for title data.
3325
37ce89eb
SS
33262012-06-28 Stan Shebs <stan@codesourcery.com>
3327
3328 Make logging work for MI.
3329 * NEWS: Mention it.
3330 * interps.h (interp_set_logging_ftype): New typedef.
3331 (struct interp_procs): New field set_logging_proc.
3332 (current_interp_set_logging): Declare.
3333 * interps.c (current_interp_set_logging): New function.
3334 * cli/cli-logging.c: Include interps.h.
3335 (set_logging_redirect): Call current_interp_set_logging.
3336 (pop_output_files): Ditto.
3337 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3338 * mi/mi-console.h (mi_console_set_raw): Declare.
3339 * mi/mi-console.c (mi_console_set_raw): New function.
3340 * mi/mi-interp.c (saved_raw_stdout): New global.
3341 (mi_set_logging): New function.
3342 (_initialize_mi_interp): Add it to interp procs.
3343
659c9f3a
DE
33442012-06-28 Doug Evans <dje@google.com>
3345
a743abeb
DE
3346 * symtab.c (lookup_symbol_aux_objfile): Use
3347 ALL_OBJFILE_PRIMARY_SYMTABS.
3348
659c9f3a
DE
3349 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3350
da2d6d3d
JK
33512012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * common/buffer.c: Include inttypes.h and stdint.h.
3354 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3355
e5ef252a
PA
33562012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3357 Pedro Alves <palves@redhat.com>
3358
3359 * gdbthread.h (ALL_THREADS): New macro.
3360 (thread_list): Declare.
3361 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3362 going, but instead fall through to the stepping handling.
3363 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3364 the passed in signal. Adjust debug output.
3365 (resume_callback): Rename to ...
3366 (linux_nat_resume_callback): ... this. Pass the thread's last
3367 stop signal, if in "pass" state.
3368 (linux_nat_resume): Adjust to rename.
3369 (stop_wait_callback): New assertion. Don't respawn signals;
3370 instead let the LWP remain with SIGNALLED set.
3371 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3372 * remote.c (append_pending_thread_resumptions): New.
3373 (remote_vcont_resume): Call it.
3374 * target.h (target_resume): Extend comment.
3375
1d7975eb
IS
33762012-06-28 Iain Sandoe <iain@codesourcery.com>
3377
3378 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3379
2e3cf129
DE
33802012-06-27 Doug Evans <dje@google.com>
3381
3382 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3383 Delete have_addr_base, unused. All uses updated.
3384 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3385 (dwarf2_get_pc_bounds): Add ranges_base.
3386 (dwarf2_record_block_ranges): Ditto.
3387
1bb9788d
TT
33882012-06-27 Tom Tromey <tromey@redhat.com>
3389
3390 PR macros/7961:
3391 * varobj.c (varobj_create): Update.
3392 (varobj_set_value): Update.
3393 * tracepoint.c (validate_actionline): Update.
3394 (encode_actions_1): Update.
3395 * parse.c (parse_exp_1): Add 'pc' argument.
3396 (parse_exp_in_context): Add 'pc' argument. Change how
3397 expression_context_pc is set.
3398 (parse_expression): Update.
3399 (parse_field_expression): Update.
3400 * expression.h (parse_exp_1): Update.
3401 * eval.c (parse_to_comma_and_eval): Update.
3402 * breakpoint.c (set_breakpoint_condition): Update.
3403 (update_watchpoint): Update.
3404 (init_breakpoint_sal): Update
3405 (find_condition_and_thread): Update.
3406 (watch_command_1): Update.
3407 (update_breakpoint_locations): Update.
3408 * ada-lang.c (ada_read_renaming_var_value): Update.
3409 (create_excep_cond_exprs): Update.
3410
0bc3a05c
DE
34112012-06-27 Doug Evans <dje@google.com>
3412
3413 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3414 type units.
3415
4bdcc0c1
DE
34162012-06-26 Doug Evans <dje@google.com>
3417
3418 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3419 prototype.
3420 (error_check_comp_unit_head): New arg abbrev_section. All callers
3421 updated.
3422 (read_and_check_comp_unit_head): Ditto.
3423 (read_and_check_type_unit_head): Ditto.
3424
ee0bf529
SCR
34252012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3426
3427 New attribute 'last' for gdb.Symtab_and_line.
3428 * NEWS (Python Scripting): Add entry about the new attribute.
3429 * python/py-symtab.c (salpy_get_last): New function which
3430 implements the get method for the 'last' attribute of
3431 gdb.Symtab_and_line.
3432 (sal_object_getset): Add entry for the 'last' attribute.
3433
1c658ad5
DE
34342012-06-26 Doug Evans <dje@google.com>
3435
09262596
DE
3436 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3437 (dwo_sections): Add macinfo, macro.
3438 (dwarf2_locate_dwo_sections): Watch for macro sections.
3439 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3440 All callers updated. Handle DWO files.
3441
45cfd468
DE
3442 * NEWS: Mention new options "set debug dwarf2-read" and
3443 "set debug symtab-create".
3444 * dwarf2read.c (dwarf2_read_debug): New static global.
3445 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3446 (process_queue): Ditto.
3447 (process_full_comp_unit): Ditto.
3448 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3449 * elfread.c (elf_symfile_read): Add debugging printf.
3450 * minsyms.c (install_minimal_symbols): Ditto.
3451 * psymtab.c (allocate_psymtab): Ditto.
3452 * symfile.c (allocate_symtab): Ditto.
3453 * symtab.c (symtab_create_debug): New global.
3454 (_initialize_symtab): Add new option "set debug symtab-create".
3455 * symtab.h (symtab_create_debug): Declare.
3456
1c658ad5
DE
3457 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3458 (lookup_dwo_type_unit): Ditto.
3459
6fea9e18
L
34602012-06-26 Roland McGrath <roland@hack.frob.com>
3461 H.J. Lu <hongjiu.lu@intel.com>
3462
3463 * amd64-linux-nat.c: Include <sys/user.h>.
3464 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3465 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3466 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3467
3468 * configure.ac: Check if the fs_base and gs_base members of
3469 `struct user_regs_struct' exist.
3470 * config.in: Regenerated.
3471 * configure: Likewise.
3472
adb4fe3b
ME
34732012-06-25 Michael Eager <eager@eagercon.com>
3474
3475 PR python/14291
f782ad9b 3476 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3477
fc51cce1
MGD
34782012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3479
3480 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3481 register as a stack alignment in ARM mode.
3482
40a73391
JK
34832012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3484
3485 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3486 * gnulib/config.in: Regenerate.
3487 * gnulib/configure: Likewise.
3488 * gnulib/import/m4/extensions.m4: Update it.
3489 * gnulib/import/m4/gnulib-common.m4: Likewise.
3490 * gnulib/import/m4/memmem.m4: Likewise.
3491 * gnulib/import/m4/mmap-anon.m4: Likewise.
3492 * gnulib/import/m4/multiarch.m4: Likewise.
3493 * gnulib/import/stdint.in.h: Likewise.
3494
972daa01
YQ
34952012-06-24 Yao Qi <yao@codesourcery.com>
3496
3497 * corefile.c (write_memory_with_notification): New.
3498 * gdbcore.h: Declare write_memory_with_notification.
3499 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3500 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3501 * valops.c (value_assign): Likewise.
3502 * python/py-inferior.c (infpy_write_memory): Call
3503 'write_memory_with_notification'.
3504
8d6e0714
JK
35052012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 * cc-with-index.sh: Use also -ex "set auto-load no".
3508
156942c7
DE
35092012-06-23 Doug Evans <dje@google.com>
3510
3511 PR 14125
3512 * NEWS: Document additions to .gdb_index.
3513 * dwarf2read.c: #include "gdb/gdb-index.h".
3514 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3515 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3516 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3517 (dwarf2_read_index): Recognize version 7.
3518 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3519 block_kind, domain): All callers updated.
3520 (dw2_find_symbol_file): Handle new index CU values.
3521 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3522 (add_index_entry): New args is_static, kind. All callers updated.
3523 (offset_type_compare, uniquify_cu_indices): New functions
3524 (symbol_kind): New function.
3525 (write_psymtabs_to_index): Remove duplicate CU values.
3526 (write_psymtabs_to_index): Write .gdb_index version 7.
3527
352b3eda
JB
35282012-06-22 Joel Brobecker <brobecker@adacore.com>
3529
3530 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3531 * configure: Regenerate.
3532
2678e2af
YQ
35332012-06-20 Yao Qi <yao@codesourcery.com>
3534
3535 * python/py-inferior.c: Update comments of infpy_read_memory
3536 and infpy_write_memory.
3537
95c391b6
TT
35382012-06-19 Tom Tromey <tromey@redhat.com>
3539
3540 PR exp/9514:
3541 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3542 (push_type_address_space): Remove.
3543 * parse.c (insert_into_type_stack): New function.
3544 (insert_type): Likewise.
3545 (insert_type_address_space): Rename from push_type_address_space.
3546 Insert tp_space_identifier.
3547 * c-exp.y (ptr_operator): New production.
3548 (abs_decl): Use ptr_operator.
3549 (space_identifier): Call insert_type_address_space.
3550 (ptype): Don't use const_or_volatile_or_space_identifier.
3551 (const_or_volatile_noopt): Call insert_type.
3552 (conversion_type_id, conversion_declarator): New productions.
3553 (operator): Use conversion_type_id.
3554
6ac9ef80
DE
35552012-06-18 Doug Evans <dje@google.com>
3556
422d65e7
DE
3557 * symtab.h (minimal_symbol): New member created_by_gdb.
3558 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3559 created by gdb.
3560 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3561 (search_symbols): Call it instead of lookup_symbol.
3562 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3563
49f6c839
DE
3564 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3565 Adjust address for DW_OP_GNU_addr_index.
3566 * dwarf2expr.h (dwarf_expr_context): Update comment.
3567 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3568 all callers updated. Handle TLS vars described with
3569 DW_OP_GNU_const_index.
3570 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3571 and DW_OP_GNU_const_index.
3572 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3573
6ac9ef80
DE
3574 * block.c (find_block_in_blockvector): Make explicit the fact that we
3575 ignore GLOBAL_BLOCK.
3576
4cd18215
TT
35772012-06-18 Tom Tromey <tromey@redhat.com>
3578
3579 * c-exp.y (operator): Remove trailing space after "delete" and
3580 "delete[]".
3581
a9b8d892
JK
35822012-06-18 Mark Kettenis <kettenis@gnu.org>
3583 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 Switch i386 and derived targets to ON_STACK.
3586 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3587 (amd64_dicos_init_abi): Remove its installment.
3588 * dicos-tdep.c (dicos_init_abi): Remove the
3589 set_gdbarch_call_dummy_location call. Update the comment here.
3590 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3591 (i386_dicos_init_abi): Remove its installment.
3592 * i386-tdep.c (i386_push_dummy_code): New function.
3593 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3594 i386_push_dummy_code.
3595
e2e4d78b
JK
35962012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 Remove stale dummy frames.
3599 * breakpoint.c: Include dummy-frame.h.
3600 (longjmp_breakpoint_ops): New variable.
3601 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3602 bp_longjmp_call_dummy.
3603 (bpstat_what, bptype_string, print_one_breakpoint_location)
3604 (init_bp_location): Support bp_longjmp_call_dummy.
3605 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3606 (set_longjmp_breakpoint_for_call_dummy)
3607 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3608 functions.
3609 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3610 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3611 FIXME comment and extend the other comment for bp_call_dummy.
3612 (set_longjmp_breakpoint_for_call_dummy)
3613 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3614 * dummy-frame.c: Include gdbthread.h.
3615 (pop_dummy_frame_bpt): New function.
3616 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3617 (dummy_frame_discard): New function.
3618 (cleanup_dummy_frames): Update the comment about longjmps.
3619 * dummy-frame.h (dummy_frame_discard): New declaration.
3620 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3621 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3622 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3623 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3624 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3625 keep_going if IS_LONGJMP and there is no other reason to stop.
3626
09d5912c
TT
36272012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3628
3629 * remote-sim.c (sim_command_completer): Initialize
3630 variable 'result'.
3631
1788b2d3
JK
36322012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3633
3634 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3635 * dwarf2loc.c (call_site_parameter_matches): Support
3636 CALL_SITE_PARAMETER_PARAM_OFFSET.
3637 (needs_dwarf_reg_entry_value): Push stub value.
3638 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3639 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3640 * gdbtypes.h (enum call_site_parameter_kind): New item
3641 CALL_SITE_PARAMETER_PARAM_OFFSET.
3642 (struct call_site.parameter.u): New field param_offset.
3643
24c5c679
JK
36442012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 Code cleanup: Generalize call_site.parameter key.
3647 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3648 variable dwarf_reg. New variable kind_u. Update parameters to
3649 push_dwarf_reg_entry_value.
3650 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3651 * dwarf2expr.h (enum call_site_parameter_kind)
3652 (union call_site_parameter_u): Forward declarations.
3653 (struct dwarf_expr_context_funcs): Update parameters and their
3654 description for push_dwarf_reg_entry_value.
3655 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3656 * dwarf2loc.c (call_site_parameter_matches): New function.
3657 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3658 description. Use call_site_parameter_matches.
3659 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3660 Update parameters and their description.
3661 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3662 New variable kind_u. Adjust the caller for updated parameters.
3663 (needs_dwarf_reg_entry_value): Update parameters.
3664 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3665 instead of attr. Update for the changed fields of struct
3666 call_site_parameter.
3667 * gdbtypes.h: Include dwarf2expr.h.
3668 (enum call_site_parameter_kind): New.
3669 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3670 fb_offset into new union u.
3671
ac142d96
L
36722012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3673
3674 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3675 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3676 for x32.
3677
ba224c70
L
36782012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3679
3680 * amd64-linux-nat.c (compat_x32_clock_t): New.
3681 (compat_x32_siginfo_t): Likewise.
3682 (compat_x32_siginfo_from_siginfo): Likewise.
3683 (siginfo_from_compat_x32_siginfo): Likewise.
3684 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3685 and siginfo_from_compat_x32_siginfo for x32.
3686
7ecbc825
HZ
36872012-06-15 Hui Zhu <hui_zhu@mentor.com>
3688
3689 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3690
233dfcf0
L
36912012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3692
3693 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3694 instead of gdbarch_ptr_bit.
3695 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3696 (amd64_supply_native_gregset): Likewise.
3697 (amd64_collect_native_gregset): Likewise.
3698 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3699 (amd64_supply_xsave): Likewise.
3700 (amd64_collect_fxsave): Likewise.
3701 (amd64_collect_xsave): Likewise.
3702
6da38f42
L
37032012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3704
3705 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3706 (amd64_linux_read_description): Check DS segment register for
3707 x32 process.
3708
663b969e
TT
37092012-06-15 Tom Tromey <tromey@redhat.com>
3710
3711 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3712 init_cutu_and_read_dies.
3713
d6f05027
IS
37142012-06-15 Iain Sandoe <iain@codesourcery.com>
3715
3716 * MAINTAINERS (Write After Approval): Add myself to the list.
3717
6598ed07
TT
37182012-06-15 Tom Tromey <tromey@redhat.com>
3719
3720 * valops.c (value_find_oload_method_list): Now static.
3721 * value.h (value_find_oload_method_list): Don't declare.
3722
2b214ea6
TT
37232012-06-15 Tom Tromey <tromey@redhat.com>
3724
3725 * valops.c (find_overload_match): Use value_ind.
3726
a210c238
MR
37272012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3728
3729 * infrun.c (handle_inferior_event): Correct indentation.
3730
3771a44c
DE
37312012-06-14 Doug Evans <dje@google.com>
3732
3733 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3734 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3735 All uses updated.
3736 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3737 updated. Handle DEBUG_LOC_START_LENGTH.
3738 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3739 (loclist_describe_location): Ditto.
3740
1c5a993e
MR
37412012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3742
3743 PR backtrace/13866
3744 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3745 after hiding inline functions.
3746
0b155465
JB
37472012-06-13 Joel Brobecker <brobecker@adacore.com>
3748
3749 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3750 _initialize_inf_ttrace.
3751
45717bac
JB
37522012-06-13 Joel Brobecker <brobecker@adacore.com>
3753
3754 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3755 _initialize_hppa_hpux_nat.
3756
34370865
JB
37572012-06-13 Joel Brobecker <brobecker@adacore.com>
3758
3759 * remote-sim.c (sim_command_completer): Change type of return
3760 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3761
284c5a60
MK
37622012-06-13 Mark Kettenis <kettenis@gnu.org>
3763 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 PR tdep/14222
3766 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3767 stack on a 16-byte boundary.
3768
2535757a
TT
37692012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3770
3771 * jit.c (finalize_symtab): Set function's return type to 'void' by
3772 default.
3773
fff4548b
MK
37742012-06-13 Mark Kettenis <kettenis@gnu.org>
3775 H.J. Lu <hongjiu.lu@intel.com>
3776
5a83521a
MK
3777 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3778 Move bits common to both the classic LP64 and the new x32 ILP32
3779 ABI here.
3780 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3781 (amd64_x32_linux_init_abi): New function.
3782 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3783 subtype.
3784
fff4548b
MK
3785 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3786 * i386-tdep.c (i386_pseudo_register_name): Make public.
3787 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3788 * amd64-tdep.c (amd64_dword_names): Add "eip".
3789 (amd64_x32_pseudo_register_type): New function
3790 (amd64_x32_init_abi): New function.
3791
dd80ea3c
JK
37922012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 PR build/14003
3795 * inferior.h (struct inferior_suspend_state): Comment out.
3796 (struct inferior): Comment out the field suspend.
3797 * infrun.c (struct infcall_suspend_state): Comment out the field
3798 inferior_suspend.
3799 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3800 out its assignment.
3801
50af5481
JK
38022012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3805 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3806 function comment. Return ERROR for unresolved cases. Implement
3807 returning proper NAME.
3808 (yylex): Accept also NAME from classify_inner_name.
3809 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3810 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3811 LOC_TYPEDEF type.
3812 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3813
d55637df
TT
38142012-06-13 Tom Tromey <tromey@redhat.com>
3815
3816 * breakpoint.c (condition_completer): New function.
3817 (_initialize_breakpoint): Use it.
3818 * value.c (complete_internalvar): New function.
3819 * value.h (complete_internalvar): Declare.
3820
49c4e619
TT
38212012-06-13 Tom Tromey <tromey@redhat.com>
3822
3823 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3824 * breakpoint.c (catch_syscall_completer): Return a VEC.
3825 * cli/cli-cmds.c (complete_command): Update.
3826 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3827 (complete_on_enum): Likewise.
3828 * command.h: Include gdb_vecs.h.
3829 (completer_ftype): Change return type.
3830 (complete_on_cmdlist, complete_on_enum): Likewise.
3831 * completer.c (noop_completer, filename_completer)
3832 (location_completer): Return a VEC.
3833 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3834 to a VEC.
3835 (expression_completer, complete_line_internal, complete_line)
3836 (command_completer): Return a VEC.
3837 (gdb_completion_word_break_characters, line_completion_function):
3838 Update.
3839 * completer.h: Include gdb_vecs.h.
3840 (complete_line, noop_completer, filename_completer)
3841 (expression_completer, location_completer, command_completer):
3842 Update.
3843 * f-lang.c (f_word_break_characters): Return a VEC.
3844 * interps.c (interpreter_completer): Return a VEC.
3845 * language.h (struct language_defn)
3846 <la_make_symbol_completion_list>: Return a VEC.
3847 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3848 * symtab.c (free_completion_list): Take a VEC.
3849 (return_val_size, return_val_index): Remove.
3850 (return_val): Now a VEC.
3851 (completion_list_add_name): Update.
3852 (default_make_symbol_completion_list_break_on)
3853 (default_make_symbol_completion_list, make_symbol_completion_list)
3854 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3855 Return a VEC.
3856 (add_filename_to_list): Update.
3857 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3858 <list>: Now a VEC.
3859 (maybe_add_partial_symtab_filename): Update.
3860 (make_source_files_completion_list): Return a VEC.
3861 * symtab.h (default_make_symbol_completion_list_break_on)
3862 (default_make_symbol_completion_list, make_symbol_completion_list)
3863 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3864 (make_source_files_completion_list): Update.
3865
625e8578
TT
38662012-06-13 Tom Tromey <tromey@redhat.com>
3867
3868 * breakpoint.c (add_catch_command): Use completer_ftype.
3869 * breakpoint.h: Include command.h.
3870 (add_catch_command): Use completer_ftype.
3871 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3872 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3873 Use completer_ftype.
3874 * command.h (completer_ftype): New typedef.
3875 (set_cmd_completer): Use it.
3876 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3877 completer_ftype.
3878
5eb3b062
PA
38792012-06-13 Pedro Alves <palves@redhat.com>
3880
3881 Partial revert of previous change.
3882
3883 * serial.c (scb_base): New global.
3884 (serial_for_fd): New.
3885 (serial_open, serial_fdopen_ops): Link new serial in open serials
3886 chain.
3887 (do_serial_close): Unlink serial from the open serials chain.
3888
8b3ee56d
PA
38892012-06-12 Pedro Alves <palves@redhat.com>
3890
3891 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3892 threads here.
3893 (prepare_for_detach): No longer context switch here in non-stop
3894 mode.
3895 (fetch_inferior_event): Ditto.
3896 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3897 to the event thread before removing breakpoints. Switch to the
3898 event thread before inserting breakpoints and resuming.
3899 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3900 event thread before resuming.
3901 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3902 Switch to the event thread before removing breakpoints.
3903
5d60742e
EZ
39042012-06-12 Eli Zaretskii <eliz@gnu.org>
3905
3906 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3907 special characters correctly for the Windows shells. See
3908 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3909 report.
3910 [!__MINGW32__]: Remove extra double quote character from special
3911 characters.
3912
a6feecf7
SS
39132012-06-11 Stan Shebs <stan@codesourcery.com>
3914
3915 * ui-out.h: Remove #if 0 declarations.
3916 * ui-out.c: Remove #if 0 functions.
3917
ddefb60f
PA
39182012-06-11 Pedro Alves <palves@redhat.com>
3919
3920 * ser-base.c (run_async_handler_and_reschedule): New.
3921 (fd_event, push_event): Use it.
3922 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3923 reference count to 1.
3924 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3925 instead of xfree.
3926 (serial_is_open, serial_ref, serial_unref): New.
3927 * serial.h (serial_open): Adjust comment.
3928 (serial_is_open): Declare.
3929 (serial_close): Adjust comment.
3930 (serial_ref, serial_unref) Declare.
3931 (struct serial): New field 'refcnt'.
3932
d5ad6aa5
PA
39332012-06-11 Pedro Alves <palves@redhat.com>
3934
3935 Remove #if 0'd "connect" command, and unnecessary associated
3936 refcounting and serial reuse bits.
3937
3938 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3939 * serial.c (last_serial_opened): Delete.
3940 (scb_base): Delete.
3941 (serial_open): Adjust.
3942 (serial_for_fd): Delete.
3943 (serial_fdopen_ops, do_serial_close): Adjust.
3944 (serial_fdopen_ops): Adjust.
3945
318aa544
PA
39462012-06-11 Pedro Alves <palves@redhat.com>
3947
3948 * serial.c (do_serial_close): Remove early return when SCB is
3949 null.
3950
07261596
TT
39512012-06-11 Tom Tromey <tromey@redhat.com>
3952
3953 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3954
cc80f267
JK
39552012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3956
3957 Fix regression by the "ambiguous linespec" series.
3958 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3959 get_last_displayed_symtab and get_last_displayed_line and depending
3960 on CURSAL.
3961
356d9f9d
TT
39622012-06-11 Tom Tromey <tromey@redhat.com>
3963
3964 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3965 (dw2_find_symbol_file): Use it.
3966
232b8704
ME
39672012-06-11 Michael Eager <eager@eagercon.com>
3968
3969 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3970 * mips-linux-tdep.h (mips_signals): New
3971
e81a37f7
TT
39722012-06-11 Tom Tromey <tromey@redhat.com>
3973
3974 * infrun.c (handle_inferior_event)
3975 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3976 breakpoint.
3977 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3978 exception logic in all cases. Update comments.
3979 (insert_longjmp_resume_breakpoint): Set the exception resume
3980 breakpoint.
3981
2e81047f
MR
39822012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3983
3984 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3985
4e32eda7
SCR
39862012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3987
3988 * valarith.c (binop_types_user_defined_p): Fix a typo.
3989
18648a37 39902012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 3991 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
3992
3993 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3994 * arch-utils.h: Declare.
3995 * gdbarch.sh: Add return_in_first_hidden_param_p.
3996 * gdbarch.c, gdbarch.h: Regenerated.
3997 * infcall.c (call_function_by_hand): Call
3998 gdbarch_return_in_first_hidden_param_p instead of
3999 language_pass_by_reference.
4000
4001 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4002 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4003 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4004 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4005 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4006 `cplus_return_struct_by_reference'.
4007 (tic6x_return_value): Handle language cplusplus.
4008 (tic6x_return_in_first_hidden_param_p): New.
4009 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4010
034e5797
DE
40112012-06-07 Doug Evans <dje@google.com>
4012
4013 * dwarf2read.c (dwarf2_cu): Add comment.
4014
6a00aa1e
MR
40152012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4016
4017 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4018 variable.
4019 (mips_eabi_push_dummy_call): Likewise.
4020 (mips_n32n64_push_dummy_call): Likewise.
4021 (mips_o32_push_dummy_call): Likewise.
4022 (mips_o64_push_dummy_call): Likewise.
4023
eaa05d59
MR
40242012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4025
4026 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4027
de13fcf2
MR
40282012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4029
4030 * mips-tdep.c (mips_pseudo_register_type): Use
4031 mips_float_register_p.
4032
c3a01a22
PA
40332012-06-06 Pedro Alves <palves@redhat.com>
4034
4035 * infrun.c (handle_inferior_event): Remove calls to
4036 reinit_frame_cache that follow a context_switch call.
4037
d25f45d9
PA
40382012-06-06 Pedro Alves <palves@redhat.com>
4039
4040 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4041 context_switch and remove stale comment.
4042
359f5fe6
PA
40432012-06-06 Pedro Alves <palves@redhat.com>
4044
4045 * infrun.c (struct execution_control_state): Remove
4046 `new_thread_event' field.
4047 (handle_inferior_event): Simplify new threads handling; don't
4048 resume the inferior if we find a new thread.
4049
2d4c29c5
TS
40502012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4051
4052 * NEWS: Document the deprecation of SH's 'regs' command.
4053 * inferior.h (all_registers_info): Add function declaration.
4054 * sh-tdep.c (sh_show_regs): Remove variable.
4055 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4056 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4057 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4058 (sh_show_regs_command): Remove functions.
4059 (sh_gdbarch_init): Don't set sh_show_regs.
4060 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4061 'info all-registers'.
4062 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4063 (sh64_show_regs): Remove functions.
4064 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4065
f5f1cdb6
JK
40662012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4067
4068 * configure.ac: Move development=true below AC_INIT.
4069 * configure: Regenerate.
4070
bf6309af
SS
40712012-06-05 Stan Shebs <stan@codesourcery.com>
4072
4073 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4074 gdb_stdout.
4075
45aa4659
JK
40762012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4077
4078 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4079 argument as ssize_t.
4080 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4081 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4082 * target.c (target_read_stack, target_write_memory)
4083 (target_write_raw_memory): Likewise.
4084 * target.h (target_read_stack, target_write_memory)
4085 (target_write_raw_memory): Likewise.
4086
1b162304
JK
40872012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4090 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4091 * target.c (target_read_memory): Change LEN to ssize_t.
4092 * target.h (target_read_memory): Change LEN to ssize_t.
4093
8556afb4
PA
40942012-06-05 Pedro Alves <palves@redhat.com>
4095
4096 PR backtrace/13866
4097
4098 * breakpoint.c (until_break_command): Only fetch the selected
4099 frame after decode_line_1.
4100
fb139f32
PA
41012012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4102
4103 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4104 event breakpoint at _start, __start or main if a program
4105 interpreter is not found.
4106
a8e1bb34
JB
41072012-06-05 Joel Brobecker <brobecker@adacore.com>
4108
4109 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4110 Add declaration.
4111 * windows-tdep.c: #include "objfiles.h".
4112 (windows_iterate_over_objfiles_in_search_order): New function.
4113 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4114 iterate_over_objfiles_in_search_order gdbarch method to
4115 windows_iterate_over_objfiles_in_search_order.
4116 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4117
19630284
JB
41182012-06-05 Joel Brobecker <brobecker@adacore.com>
4119
4120 * gdbarch.sh: Add generation of
4121 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4122 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4123 (iterate_over_objfiles_in_search_order): New gdbarch method.
4124 * gdbarch.h, gdbarch.c: Regenerate.
4125 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4126 Add declaration.
4127 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4128 New function.
4129 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4130 out of lookup_symbol_aux_symtabs.
4131 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4132 call to lookup_symbol_aux_objfile.
4133 (struct global_sym_lookup_data): New type.
4134 (lookup_symbol_global_iterator_cb): New function.
4135 (lookup_symbol_global): Search for symbol using
4136 gdbarch_iterate_over_objfiles_in_search_order and
4137 lookup_symbol_global_iterator_cb.
4138 * findvar.c (struct minsym_lookup_data): New type.
4139 (minsym_lookup_iterator_cb): New function.
4140 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4141 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4142 and minsym_lookup_iterator_cb.
4143
67ff19f7
JB
41442012-06-05 Joel Brobecker <brobecker@adacore.com>
4145
4146 Revert the following patch:
4147 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4148 try locating the symbol in the symbol's own objfile first, before
4149 extending the search to all objfiles.
4150 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4151 out of lookup_symbol_aux_symtabs.
4152 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4153 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4154 Do not search EXCLUDE_OBJFILE.
4155 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4156 (lookup_symbol_global): Search for matches in the block's objfile
4157 first, before searching all other objfiles.
4158
ccab2054
JB
41592012-06-05 Joel Brobecker <brobecker@adacore.com>
4160
4161 * breakpoint.c (find_condition_and_thread): Stop parsing
4162 as soon as the first invalid keyword is found.
4163
e23d4a9c
JB
41642012-06-05 Joel Brobecker <brobecker@adacore.com>
4165
4166 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4167
70160166
JB
41682012-06-05 Joel Brobecker <brobecker@adacore.com>
4169
4170 * config/djgpp/djcheck.sh: Add copyright header.
4171
399501a5
JB
41722012-06-05 Joel Brobecker <brobecker@adacore.com>
4173
4174 * copyright.py (update_files, main): Fix path to update-copyright
4175 script.
4176
3770a159
JB
41772012-06-05 Joel Brobecker <brobecker@adacore.com>
4178
4179 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4180 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4181 for which a reminder to update by hand is printed.
4182
4aad0dfc
DE
41832012-06-04 Doug Evans <dje@google.com>
4184
4185 * buildsym.c (make_blockvector): Add comment.
4186
1f8cf220
PA
41872012-06-04 Pedro Alves <palves@redhat.com>
4188
4189 * arch-utils.c (default_gdb_signal_from_target): Delete.
4190 * arch-utils.h (default_gdb_signal_from_target): Delete.
4191 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4192 gdbarch_gdb_signal_from_target_p.
4193 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4194 predicate).
4195 * gdbarch.h: Regenerate.
4196 * gdbarch.c: Regenerate.
4197
86b49880
PA
41982012-06-04 Pedro Alves <palves@redhat.com>
4199
4200 * gdbarch.sh (gdb_signal_from_target): Mention that the
4201 implementation of the method must be host independent.
4202 * gdbarch.h: Regenerate.
4203
fe78531d
JK
42042012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4207 parameters.
4208 (target_read_memory_bfd): New function.
4209 (symbol_file_add_from_memory): Use it.
4210
d790cf0a
DE
42112012-06-03 Doug Evans <dje@google.com>
4212
78e5175a
DE
4213 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4214 of primary symtab.
4215 (basic_lookup_transparent_type): Ditto.
4216
d790cf0a
DE
4217 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4218 (ALL_PRIMARY_SYMTABS): Use it.
4219 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4220 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4221 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4222 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4223 (basic_lookup_transparent_type): Ditto.
4224
c6e5ee5e
SDJ
42252012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4226
4227 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4228 it to optimize resolution of demangled name.
4229
a68ffae9
JK
42302012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4231
4232 * configure.ac (development): Define new variable.
4233 Call AC_CHECK_LIB for mcheck if $development.
4234 (ERROR_ON_WARNING): Enable it by default only if $development.
4235 * config.in: Regenerate.
4236 * configure: Regenerate.
4237
5299c1c4
JK
42382012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4239
4240 * target.c (target_read_memory): Make LEN argument as size_t.
4241 * target.h (target_read_memory): Likewise.
4242
42432012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
4244
4245 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4246
0c56f59b
EBM
42472012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4248
4249 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4250 BookE interface for PowerPC server processors if not available
4251 in the Linux Kernel.
4252
71bdabee
KS
42532012-05-31 Keith Seitz <keiths@redhat.com>
4254
4255 * linespec.c (decode_objc): Add cleanup to free
4256 INFO.FILE_SYMTABS.
4257 (find_linespec_symbols): Add cleanup to free CLASSES.
4258 * symfile.c (find_separate_debug_file_by_debuglink): Add
4259 cleanup to free DEBUGLINK.
4260 * ui-out.c (clear_header_list): No need to check if
4261 HEADER_NEXT.COLHDR is NULL.
4262 Free HEADER_NEXT.COL_NAME.
4263
acbd605d
MGD
42642012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4265
4266 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4267 warning.
4268
65662cde
PA
42692012-05-30 Jeff Kenton <jkenton@tilera.com>
4270
4271 * configure.host (gdb_host_cpu): Handle tilegx*.
4272 (gdb_host): Handle tilegx-*-linux*.
4273 * tilegx-linux-nat.c: New file.
4274 * config/tilegx/linux.mh: New file.
4275
ade64f0e
PA
42762012-05-30 Jeff Kenton <jkenton@tilera.com>
4277
4278 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4279 tilegx-linux-tdep.o.
4280 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4281 tilegx-linux-tdep.c.
4282 * configure.tgt: Handle tilegx-*-linux*.
4283 * tilegx-tdep.h: New file.
4284 * tilegx-tdep.c: New file.
4285 * tilegx-linux-tdep.c: New file.
4286 * regformats/reg-tilegx.dat: New file.
4287
bb08bdbd
EBM
42882012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4289
4290 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4291 accounting of hw watchpoints on ppc.
4292
ebd86fb5
TJB
42932012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4294
4295 * source.c (openp): Expand tilde in path entries.
4296
0a0edcd5
DE
42972012-05-29 Doug Evans <dje@google.com>
4298
98cc87bd
DE
4299 * buildsym.c (block_compar): Fix comment.
4300 (end_symtab): Fix and clarify some comments.
4301
0a0edcd5
DE
4302 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4303 cleanup_undefined_types.
4304 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4305 All callers updated.
4306
6f0c7050
TT
43072012-05-29 Tom Tromey <tromey@redhat.com>
4308
4309 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4310 fails.
4311 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4312 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4313 fails.
4314 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4315 fails.
4316
ec95993c
TG
43172012-05-29 Tristan Gingold <gingold@adacore.com>
4318
4319 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4320 (struct darwin_info): ... New struct.
4321 (solib_darwin_pspace_data): New variable.
4322 (darwin_pspace_data_cleanup): New function.
4323 (get_darwin_info): Likewise.
4324 (darwin_dyld_version_ok, darwin_load_image_infos)
4325 (darwin_solib_get_all_image_info_addr_at_init)
4326 (darwin_solib_read_all_image_info_addr): Add info argument.
4327 Adjust code.
4328 (darwin_current_sos): Use per pspace structure.
4329 (darwin_solib_create_inferior_hook): Likewise.
4330 (darwin_clear_solib): Likewise.
4331 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4332
ae25568b
PA
43332012-05-28 Pedro Alves <palves@redhat.com>
4334
4335 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4336 block that uses them. Clear ecss before handling each event.
4337
0c5bf5a9
JK
43382012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 * solib-svr4.c (svr4_current_sos): New comment on
4341 svr4_current_sos_via_xfer_libraries fall back.
4342
bfb05775
JK
43432012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
4345 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4346 it as a fallback for TYPE_IS_OPAQUE.
4347 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4348 symbols for lookup_symbol.
4349
685b1105
JK
43502012-05-24 John Steele Scott <toojays@toojays.net>
4351
4352 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4353 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4354 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4355 (check_producer): ... this new function, which also checks for ICC
4356 and caches the result.
4357 (producer_is_icc): New function.
4358 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4359 producer was ICC.
4360
22203bbf
PA
43612012-05-24 Pedro Alves <palves@redhat.com>
4362
4363 PR gdb/7205
4364
4365 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4366 (default_gdb_signal_to_target): ... this. Add comment.
4367 (default_gdb_signal_from_host): Rename to ...
4368 (default_gdb_signal_from_target): ... this. Add comment.
4369 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4370 (default_gdb_signal_to_target): ... this.
4371 (default_gdb_signal_from_host): Rename to ...
4372 (default_gdb_signal_from_target): ... this.
4373 * corelow.c (core_open): Adjust to naming change. Replace comment.
4374 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4375 (gdb_signal_from_target): ... this. Adjust to
4376 default_gdb_signal_from_host naming change. Extend comment.
4377 (gdb_signal_to_host): Rename to ...
4378 (gdb_signal_to_target): ... this. Adjust to
4379 default_gdb_signal_to_host naming change.
4380 * gdbarch.h, gdbarch.c: Renegerate.
4381
a493e3e2
PA
43822012-05-24 Pedro Alves <palves@redhat.com>
4383
4384 PR gdb/7205
4385
f782ad9b 4386 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4387
2ea28649
PA
43882012-05-24 Pedro Alves <palves@redhat.com>
4389
4390 PR gdb/7205
4391
4392 Replace target_signal with gdb_signal throughout.
4393
b09846a9
PA
43942012-05-24 Pedro Alves <palves@redhat.com>
4395
4396 PR tui/14159
4397
4398 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4399 string, instead of reusing the va_list argument.
4400
e77c107e
TT
44012012-05-24 Tom Tromey <tromey@redhat.com>
4402
4403 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4404 Remove.
4405
9fccedf7
DE
44062012-05-23 Doug Evans <dje@google.com>
4407
d50bd42b
DE
4408 * symtab.c (search_symbols): Formatting fixes.
4409 (print_symbol_info): Formatting fixes.
4410
9fccedf7
DE
4411 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4412 int64_t change to leb128 API.
4413 (read_encoded_value, decode_frame_entry_1): Ditto.
4414 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4415 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4416 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4417 (execute_stack_op): Ditto.
4418 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4419 (safe_read_uleb128, safe_read_sleb128): Ditto.
4420 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4421 (dwarf2_compile_expr_to_ax): Ditto.
4422 (locexpr_describe_location_piece): Ditto.
4423 (disassemble_dwarf_expression): Ditto.
4424 (locexpr_describe_location_1): Ditto.
4425
f3e0e960
SS
44262012-05-23 Stan Shebs <stan@codesourcery.com>
4427 Kwok Cheung Yeung <kcy@codesourcery.com>
4428
4429 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4430 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4431 (mi-cmd-info.o): New rule.
4432 * osdata.h (info_osdata_command): New declaration.
4433 * osdata.c (info_osdata_command): Change to non-static.
4434 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4435 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4436 * mi/mi-cmd-info.c: New file.
4437
c51fe631
DE
44382012-05-23 Doug Evans <dje@google.com>
4439
71cddcc1
DE
4440 * symtab.c (search_symbols): Pass NULL for file_matcher to
4441 expand_symtabs_matching if there are no files to match.
4442
c51fe631
DE
4443 * gdbtypes.c (lookup_typename): Simplify.
4444
a79378d4
PA
44452012-05-23 Pedro Alves <palves@redhat.com>
4446
4447 * arch-utils.h (default_target_signal_to_host): Delete.
4448 * arch-utils.c (default_target_signal_to_host): Delete.
4449 * gdbarch.sh (target_signal_to_host): Remove.
4450 * gdbarch.h, gdbarch.c: Regenerate.
4451
f664829e
DE
44522012-05-22 Doug Evans <dje@google.com>
4453
4454 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4455 "const gdb_byte *".
4456 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4457 (execute_cfa_program): Update to match API of leb128 functions.
4458 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4459 "const gdb_byte *".
4460 (read_unsigned_leb128, read_signed_leb128): Delete.
4461 (read_initial_length): Change type of buf argument to
4462 "const gdb_byte *".
4463 (read_encoded_value): Update to match API of leb128 functions.
4464 (decode_frame_entry): Change result to "const gdb_byte *", and
4465 similarly for "start" parameter.
4466 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4467 (dwarf2_build_frame_info): Change local frame_ptr to
4468 "const gdb_byte *".
4469 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4470 read_uleb128, read_sleb128. All callers updated.
4471 (safe_skip_leb128): New function.
4472 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4473 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4474 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4475 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4476 read_uleb128, read_sleb128.
4477 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4478 (execute_stack_op): Update to match API of leb128 functions.
4479 * dwarf2expr.h: #include "leb128.h".
4480 (read_uleb128, read_sleb128): Delete.
4481 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4482 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4483 * dwarf2loc.c (debug_loc_kind): New enum.
4484 (decode_debug_loc_addresses): New function.
4485 (decode_debug_loc_dwo_addresses): New function.
4486 (dwarf2_find_location_expression): Rewrite.
4487 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4488 (locexpr_describe_location_piece): Ditto.
4489 (disassemble_dwarf_expression): Ditto.
4490 (locexpr_describe_location_1): Ditto.
4491 (loclist_describe_location): Rewrite.
4492 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4493 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4494 (dwarf2_section_buffer_overflow_complaint): Renamed from
4495 dwarf2_macros_too_long_complaint. All callers updated.
4496 (skip_leb128): Delete.
4497 (init_cu_die_reader): Initialize reader->buffer_end.
4498 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4499 (skip_form_bytes): New arg buffer_end. All callers updated.
4500 Replace call to skip_leb128 with gdb_skip_leb128.
4501 (skip_unknown_opcode): New arg mac_end. All callers updated.
4502 (fill_in_loclist_baton): Initialize baton->from_dwo.
4503
837a1b32
MR
45042012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4505
4506 * mips-linux-nat.c (mips_linux_read_description): Use a more
4507 verbose error message.
4508
d0e64392
MR
45092012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4510
4511 * NEWS: Add MIPS/Linux DSP support.
4512 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4513 (SIGCONTEXT_DSPCTL): New macro.
4514 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4515 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4516 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4517 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4518 (N64_SIGCONTEXT_HI3): Likewise.
4519 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4520 (N64_SIGCONTEXT_LO3): Likewise.
4521 (N64_SIGCONTEXT_DSPCTL): Likewise.
4522 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4523 (mips_linux_o32_sigframe_init): Handle DSP registers.
4524 (mips_linux_n32n64_sigframe_init): Likewise.
4525
8bea7ed1
PM
45262012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4527
4528 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4529 call to abort.
4530
dab06dbe
PA
45312012-05-22 Pedro Alves <palves@redhat.com>
4532
4533 * target.h (store_waitstatus): Move declaration ...
4534 * inf-child.h (store_waitstatus): ... here.
4535 * target.c: Move inclusion of gdb_wait.h, and ...
4536 (store_waitstatus): ... this ...
4537 * inf-child.c: ... here.
4538 * linux-nat.c: Include inf-child.h.
4539 * rs6000-nat.c: Include inf-child.h.
4540 * spu-linux-nat.c: Include inf-child.h.
4541
43011e52
PM
45422012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4543
4544 * tracepoint.c (start_tracing): Add missing i18n markup.
4545 (stop_tracing, set_trace_user): Ditto.
4546 (set_trace_notes, set_trace_stop_notes): Ditto.
4547
b1af9e97
TT
45482012-05-21 Tom Tromey <tromey@redhat.com>
4549
4550 PR c++/7173:
4551 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4552 types.
4553 * value.h (value_cast_pointers): Update.
4554 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4555 (value_cast): Update.
4556 (update_search_result): New function.
4557 (do_search_struct_field): New, from search_struct_field. Check
4558 for ambiguous results.
4559 (search_struct_field): Rewrite.
4560 * infcall.c (value_arg_coerce): Update.
4561 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4562 value_cast_pointers.
4563 * ada-lang.c (ada_convert_actual): Update.
4564
e9e5e6b3
TT
45652012-05-21 Tom Tromey <tromey@redhat.com>
4566
4567 * macroexp.c (macro_stringify): Terminate the string.
4568
1564a261
JK
45692012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4572 Describe it.
4573 * auto-load.c (auto_load_expand_dir_vars): New function.
4574 (auto_load_safe_path_vec_update): Use it, remove the
4575 substitute_path_component call thanks to it.
4576 (auto_load_objfile_script): Remove the debug_file_directory processing.
4577 Use auto_load_expand_dir_vars, remove the substitute_path_component
4578 call thanks to it.
4579 * configure: Regenerate.
4580 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4581 path. Escape $ also for $debugdir.
4582 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4583 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4584
a3ec0bb1
DE
45852012-05-20 Doug Evans <dje@google.com>
4586
4587 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4588 before use. Check for symtab->includes == NULL before scanning it.
4589
d467df4e
MR
45902012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4591
4592 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4593
4cc0665f
MR
45942012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4595
4596 * NEWS: Add microMIPS support and "set mips compression",
4597 "show mips compression" commands.
4598 * mips-tdep.h (mips_isa): New enum.
4599 (gdbarch_tdep): Add mips_isa.
4600 (mips_pc_is_mips16): Update prototype.
4601 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4602 * mips-tdep.c (mips_compression_mips16): New variable.
4603 (mips_compression_micromips): Likewise.
4604 (mips_compression_strings): Likewise.
4605 (mips_compression_string): Likewise.
4606 (is_mips16_isa, is_micromips_isa): New functions.
4607 (is_mips16_addr): Rename to...
4608 (is_compact_addr): ... this.
4609 (unmake_mips16_addr): Likewise to...
4610 (unmake_compact_addr): ... this.
4611 (make_mips16_addr): Likewise to...
4612 (make_compact_addr): ... this.
4613 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4614 functions.
4615 (mips_elf_make_msymbol_special): Handle microMIPS code.
4616 (msymbol_is_special): Rename to...
4617 (msymbol_is_mips16): ... this.
4618 (mips_make_symbol_special, mips_pc_is_mips16): Update
4619 accordingly.
4620 (msymbol_is_mips, msymbol_is_micromips): New functions.
4621 (mips16_to_32_reg): Rename to...
4622 (mips_reg3_to_reg): ... this.
4623 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4624 (mips_pc_isa): Likewise.
4625 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4626 code.
4627 (mips_fetch_instruction): Pass return status instead of printing
4628 an error message if requested. Handle microMIPS code. Bail out
4629 on an invalid ISA.
4630 (micromips_op): New macro.
4631 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4632 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4633 (b6s4_op, b7s3_reg): Likewise.
4634 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4635 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4636 (mips_insn_size): New function.
4637 (mips32_next_pc): Update mips_fetch_instruction call.
4638 (micromips_relative_offset7): New function.
4639 (micromips_relative_offset10): Likewise.
4640 (micromips_relative_offset16): Likewise.
4641 (micromips_pc_insn_size): Likewise.
4642 (micromips_bc1_pc): Likewise.
4643 (micromips_next_pc): Likewise.
4644 (unpack_mips16): Update mips_fetch_instruction call.
4645 (extended_mips16_next_pc): Update according to change to
4646 mips16_to_32_reg.
4647 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4648 code.
4649 (mips16_scan_prologue): Update mips_fetch_instruction call.
4650 Update according to change to mips16_to_32_reg.
4651 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4652 (mips_insn16_frame_base_sniffer): Likewise.
4653 (micromips_decode_imm9): New function.
4654 (micromips_scan_prologue): Likewise.
4655 (mips_micro_frame_cache): Likewise.
4656 (mips_micro_frame_this_id): Likewise.
4657 (mips_micro_frame_prev_register): Likewise.
4658 (mips_micro_frame_sniffer): Likewise.
4659 (mips_micro_frame_unwind): New variable.
4660 (mips_micro_frame_base_address): New function.
4661 (mips_micro_frame_base): New variable.
4662 (mips_micro_frame_base_sniffer): New function.
4663 (mips32_scan_prologue): Update mips_fetch_instruction call.
4664 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4665 rather than for MIPS16.
4666 (mips_insn32_frame_base_sniffer): Likewise.
4667 (mips_addr_bits_remove): Handle microMIPS code.
4668 (deal_with_atomic_sequence): Rename to...
4669 (mips_deal_with_atomic_sequence): ... this. Update the type
4670 of the variable used to hold an instruction. Remove the ISA bit
4671 check. Update mips_fetch_instruction call.
4672 (micromips_deal_with_atomic_sequence): New function.
4673 (deal_with_atomic_sequence): Likewise.
4674 (mips_about_to_return): Handle microMIPS code. Update
4675 mips_fetch_instruction call.
4676 (heuristic_proc_start): Check for the standard MIPS ISA rather
4677 than for MIPS16. Update mips_pc_is_mips16 and
4678 mips_fetch_instruction calls. Handle microMIPS code.
4679 (mips_push_dummy_code): Handle microMIPS code.
4680 (mips_eabi_push_dummy_call): Likewise.
4681 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4682 (mips_o64_push_dummy_call): Handle microMIPS code.
4683 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4684 (is_delayed): Remove function.
4685 (mips_single_step_through_delay): Replace the call to is_delayed
4686 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4687 Handle microMIPS code.
4688 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4689 microMIPS code.
4690 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4691 call.
4692 (micromips_in_function_epilogue_p): New function.
4693 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4694 call.
4695 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4696 Handle microMIPS.
4697 (gdb_print_insn_mips): Likewise.
4698 (mips_breakpoint_from_pc): Likewise.
4699 (mips_remote_breakpoint_from_pc): New function.
4700 (mips32_instruction_has_delay_slot): Simplify making use of the
4701 updated mips_fetch_instruction interface.
4702 (micromips_instruction_has_delay_slot): New function.
4703 (mips16_instruction_has_delay_slot): Simplify making use of the
4704 updated mips_fetch_instruction interface.
4705 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4706 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4707 calls. Handle microMIPS code.
4708 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4709 (mips_skip_trampoline_code): Handle microMIPS code.
4710 (global_mips_compression): New function.
4711 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4712 file flags. Register the microMIPS remote breakpoint handler
4713 and heuristic frame unwinder.
4714 (show_mips_compression): New function.
4715 (_initialize_mips_tdep): Add the "set mips compression" and
4716 "show mips compression" commands.
4717
22e048c9
SDJ
47182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4719
4720 * ada-lang.c:
4721 * ada-tasks.c:
4722 * ada-varobj.c:
4723 * amd64-darwin-tdep.c:
4724 * arm-symbian-tdep.c:
4725 * arm-tdep.c:
4726 * avr-tdep.c:
4727 * ax-gdb.c:
4728 * bfin-linux-tdep.c:
4729 * breakpoint.c:
4730 * c-valprint.c:
4731 * cli/cli-cmds.c:
4732 * coffread.c:
4733 * cp-support.c:
4734 * cris-tdep.c:
4735 * dwarf2-frame-tailcall.c:
4736 * dwarf2-frame.c:
4737 * dwarf2expr.c:
4738 * dwarf2loc.c:
4739 * dwarf2read.c:
4740 * elfread.c:
4741 * eval.c:
4742 * expprint.c:
4743 * f-valprint.c:
4744 * frv-tdep.c:
4745 * h8300-tdep.c:
4746 * hppa-hpux-tdep.c:
4747 * hppa-tdep.c:
4748 * hppanbsd-tdep.c:
4749 * i386-nto-tdep.c:
4750 * i386-tdep.c:
4751 * i387-tdep.c:
4752 * ia64-tdep.c:
4753 * jit.c:
4754 * linespec.c:
4755 * linux-tdep.c:
4756 * lm32-tdep.c:
4757 * m2-valprint.c:
4758 * m32c-tdep.c:
4759 * m32r-rom.c:
4760 * m32r-tdep.c:
4761 * m68k-tdep.c:
4762 * m68klinux-tdep.c:
4763 * mi/mi-main.c:
4764 * microblaze-tdep.c:
4765 * mips-linux-tdep.c:
4766 * mips-tdep.c:
4767 * mn10300-tdep.c:
4768 * p-valprint.c:
4769 * parse.c:
4770 * ppc-linux-tdep.c:
4771 * ppc-sysv-tdep.c:
4772 * printcmd.c:
4773 * python/py-finishbreakpoint.c:
4774 * python/py-inferior.c:
4775 * python/py-infthread.c:
4776 * python/py-type.c:
4777 * python/python.c:
4778 * remote-fileio.c:
4779 * remote-m32r-sdi.c:
4780 * remote-mips.c:
4781 * reverse.c:
4782 * rl78-tdep.c:
4783 * rs6000-aix-tdep.c:
4784 * rs6000-tdep.c:
4785 * s390-tdep.c:
4786 * score-tdep.c:
4787 * sh64-tdep.c:
4788 * skip.c:
4789 * solib-darwin.c:
4790 * solib-dsbt.c:
4791 * solib-frv.c:
4792 * sparc-tdep.c:
4793 * spu-multiarch.c:
4794 * spu-tdep.c:
4795 * stack.c:
4796 * symfile.c:
4797 * symtab.c:
4798 * tic6x-tdep.c:
4799 * tracepoint.c:
4800 * v850-tdep.c:
4801 * valarith.c:
4802 * valprint.c:
4803 * value.c:
4804 * xcoffread.c:
4805 * xtensa-tdep.c:
4806 * ada-lang.c:
4807 * ada-tasks.c:
4808 * ada-varobj.c:
4809 * amd64-darwin-tdep.c:
4810 * arm-symbian-tdep.c:
4811 * arm-tdep.c: Delete unused variables.
4812
aff139ff
JK
48132012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4814
4815 Rename $ddir to $datadir.
4816 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4817 * auto-load.c (auto_load_safe_path_vec_update)
4818 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4819 * configure: Regenerate.
4820 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4821 Likewise. Remove the 'use $ddir' help string.
4822
f7bfa992
JK
48232012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4824
4825 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4826 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4827
9cb709b6
TT
48282012-05-18 Tom Tromey <tromey@redhat.com>
4829
4830 PR exp/13907:
4831 * valprint.h (struct value_print_options) <symbol_print>: New
4832 field.
4833 * valprint.c (user_print_options): Add default for symbol_print.
4834 (show_symbol_print): New function.
4835 (generic_val_print): Respect symbol_print.
4836 (_initialize_valprint): Add "print symbol" setting.
4837 * f-valprint.c (f_val_print): Respect symbol_print.
4838 * c-valprint.c (c_val_print): Respect symbol_print.
4839 * NEWS: Update.
4840 * printcmd.c (print_address_symbolic): Return int. Ignore some
4841 zero-size symbols.
4842 (print_address_demangle): Return int.
4843 * defs.h: (print_address_symbolic): Return int.
4844 * value.h (print_address_demangle): Return int.
4845
b012acdd
TT
48462012-05-18 Tom Tromey <tromey@redhat.com>
4847
4848 * valprint.c (val_print_string): Don't print leading space.
4849 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4850 print space before string or vtbl.
4851 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4852 before string.
4853 * jv-valprint.c (java_value_print): Print space before string.
4854 * go-valprint.c (print_go_string): Print space before string.
4855 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4856 space before string.
4857 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4858 space before string or vtbl.
4859 * auxv.c (fprint_target_auxv): Print space after address.
4860
1d51a733
TT
48612012-05-18 Tom Tromey <tromey@redhat.com>
4862
4863 * printcmd.c (print_address_demangle): Remove special case for 0.
4864
edf0c1b7
TT
48652012-05-18 Tom Tromey <tromey@redhat.com>
4866
4867 * printcmd.c (print_address_demangle): Add 'opts' argument.
4868 * p-valprint.c (pascal_val_print): Update.
4869 * jv-valprint.c (java_val_print): Update.
4870 * value.h: Update.
4871 * valprint.c (generic_val_print): Update.
4872 (print_function_pointer_address): Add 'options' argument. Remove
4873 'addressprint' argument. Update.
4874 * m2-valprint.c (print_unpacked_pointer): Update.
4875 * gnu-v3-abi.c (print_one_vtable): Update.
4876 (gnuv3_print_method_ptr): Update.
4877 * f-valprint.c (f_val_print): Update.
4878 * cp-valprint.c (cp_print_value_fields): Update.
4879 * valprint.h (print_function_pointer_address): Update.
4880 * c-valprint.c (c_val_print): Update.
4881
9703b513
TT
48822012-05-18 Tom Tromey <tromey@redhat.com>
4883
4884 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4885 directly corresponding to the found psymtab.
4886 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4887 (dw2_find_pc_sect_symtab): Use it.
4888 * block.h (blockvector_contains_pc): Declare.
4889 * block.c (find_block_in_blockvector): New function.
4890 (blockvector_for_pc_sect): Use it.
4891 (blockvector_contains_pc): New function.
4892
5a439849
MR
48932012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4894
4895 * mips-tdep.h (mips_write_pc): New prototype.
4896 * mips-tdep.c (mips_write_pc): Make external, add description.
4897 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4898 add description.
4899
8376de04
MR
49002012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4901
4902 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4903 mips_regnum->pc.
4904 (mips_unwind_pc, mips_write_pc): Likewise.
4905 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4906 gdbarch_read_pc.
4907
d3581e61
JB
49082012-05-17 Joel Brobecker <brobecker@adacore.com>
4909
4910 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4911 proc_warn, proc_error, proc_get_status, proc_flags,
4912 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4913 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4914 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4915 proc_stop_process, proc_wait_for_stop, proc_run_process,
4916 proc_set_traced_signals, proc_set_traced_faults,
4917 proc_set_traced_sysentry, proc_set_traced_sysexit,
4918 proc_set_held_signals, proc_get_held_signals,
4919 proc_get_traced_signals, proc_get_traced_faults,
4920 proc_get_traced_sysentry, proc_get_traced_sysexit,
4921 proc_clear_current_fault, proc_set_current_signal,
4922 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4923 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4924 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4925 proc_get_current_thread, proc_get_current_thread,
4926 proc_get_current_thread, proc_update_threads,
4927 proc_update_threads, proc_update_threads, proc_update_threads,
4928 proc_iterate_over_threads, procfs_find_new_threads,
4929 procfs_pid_to_str): Make static. Remove advance declaration.
4930 (proc_cursig): Make static. Conditionalized defintion on
4931 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4932 (proc_syscall, proc_set_kill_on_last_close,
4933 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4934 proc_get_pending_signals, proc_get_signal_actions,
4935 proc_trace_signal, proc_ignore_signal): Delete.
4936
81b9b86e
SDJ
49372012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4938
4939 * coffread.c (cs_section_address): Passing proper argument for
4940 `bfd_get_section_vma'.
4941 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4942 `bfd_get_section_flags'.
4943 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4944 `bfd_get_section_vma'.
4945
abc9d0dc
TT
49462012-05-16 Tom Tromey <tromey@redhat.com>
4947
4948 PR macros/13205:
4949 * macrotab.h: (macro_define_special): Declare.
4950 (enum macro_special_kind): New.
4951 (struct macro_definition) <argc, replacement>: Update comments.
4952 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4953 (macro_define_object_internal): New function.
4954 (macro_define_object): Use it.
4955 (macro_define_special): New function.
4956 (fixup_definition): New function.
4957 (macro_lookup_definition, foreach_macro_in_scope)
4958 (foreach_macro): Use fixup_definition.
4959 * macroexp.h (macro_stringify): Declare.
4960 * macroexp.c (free_buffer_return_text): New function.
4961 (stringify): Constify "arg".
4962 (macro_stringify): New function.
4963 * dwarf2read.c (macro_start_file): Call macro_define_special.
4964
6a3a010b 49652012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 4966 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
4967
4968 * breakpoint.h (bp_location): Add related_address member.
4969 * inferior.h (get_return_value): Take a pointer to struct value
4970 instead of struct type for the function requested.
4971 * value.h (using_struct_return): Likewise.
4972 * gdbarch.sh (return_value): Take a pointer to struct value
4973 instead of struct type for the function requested.
4974 * breakpoint.c (set_breakpoint_location_function): Initialize
4975 related_address for bp_gnu_ifunc_resolver breakpoints.
4976 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4977 requested function's address to gdbarch_return_value.
4978 * eval.c (evaluate_subexp_standard): Pass the requested
4979 function's address to using_struct_return.
4980 * infcall.c (call_function_by_hand): Pass the requested
4981 function's address to using_struct_return and
4982 gdbarch_return_value.
4983 * infcmd.c (get_return_value): Take a pointer to struct value
4984 instead of struct type for the function requested.
4985 (print_return_value): Update accordingly.
4986 (finish_command_continuation): Likewise.
4987 * stack.c (return_command): Pass the requested function's
4988 address to using_struct_return and gdbarch_return_value.
4989 * value.c (using_struct_return): Take a pointer to struct value
4990 instead of struct type for the function requested. Pass the
4991 requested function's address to gdbarch_return_value.
4992 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4993 New function_value member, replacing function_type.
4994 (bpfinishpy_dealloc): Update accordingly.
4995 (bpfinishpy_pre_stop_hook): Likewise.
4996 (bpfinishpy_init): Likewise. Record the requested function's
4997 address.
4998 * mips-tdep.c (mips_fval_reg): New enum.
4999 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5000 words put in GP registers.
5001 (mips_o64_push_dummy_call): Update a comment.
5002 (mips_o32_return_value): Take a pointer to struct value instead
5003 of struct type for the function requested and use it to check if
5004 using the MIPS16 calling convention. Return the designated
5005 general purpose registers for floating-point values returned in
5006 MIPS16 mode.
5007 (mips_o64_return_value): Likewise.
5008 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5009 (ppc_sysv_abi_broken_return_value): Likewise.
5010 (ppc64_sysv_abi_return_value): Likewise.
5011 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5012 value instead of struct type for the function requested.
5013 * amd64-tdep.c (amd64_return_value): Likewise.
5014 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5015 * arm-tdep.c (arm_return_value): Likewise.
5016 * avr-tdep.c (avr_return_value): Likewise.
5017 * bfin-tdep.c (bfin_return_value): Likewise.
5018 * cris-tdep.c (cris_return_value): Likewise.
5019 * frv-tdep.c (frv_return_value): Likewise.
5020 * h8300-tdep.c (h8300_return_value): Likewise.
5021 (h8300h_return_value): Likewise.
5022 * hppa-tdep.c (hppa32_return_value): Likewise.
5023 (hppa64_return_value): Likewise.
5024 * i386-tdep.c (i386_return_value): Likewise.
5025 * ia64-tdep.c (ia64_return_value): Likewise.
5026 * iq2000-tdep.c (iq2000_return_value): Likewise.
5027 * lm32-tdep.c (lm32_return_value): Likewise.
5028 * m32c-tdep.c (m32c_return_value): Likewise.
5029 * m32r-tdep.c (m32r_return_value): Likewise.
5030 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5031 * m68k-tdep.c (m68k_return_value): Likewise.
5032 (m68k_svr4_return_value): Likewise.
5033 * m88k-tdep.c (m88k_return_value): Likewise.
5034 * mep-tdep.c (mep_return_value): Likewise.
5035 * microblaze-tdep.c (microblaze_return_value): Likewise.
5036 * mn10300-tdep.c (mn10300_return_value): Likewise.
5037 * moxie-tdep.c (moxie_return_value): Likewise.
5038 * mt-tdep.c (mt_return_value): Likewise.
5039 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5040 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5041 (ppc_sysv_abi_broken_return_value): Likewise.
5042 (ppc64_sysv_abi_return_value): Likewise.
5043 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5044 * rl78-tdep.c (rl78_return_value): Likewise.
5045 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5046 * rx-tdep.c (rx_return_value): Likewise.
5047 * s390-tdep.c (s390_return_value): Likewise.
5048 * score-tdep.c (score_return_value): Likewise.
5049 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5050 (sh_return_value_fpu): Likewise.
5051 * sh64-tdep.c (sh64_return_value): Likewise.
5052 * sparc-tdep.c (sparc32_return_value): Likewise.
5053 * sparc64-tdep.c (sparc64_return_value): Likewise.
5054 * spu-tdep.c (spu_return_value): Likewise.
5055 * tic6x-tdep.c (tic6x_return_value): Likewise.
5056 * v850-tdep.c (v850_return_value): Likewise.
5057 * vax-tdep.c (vax_return_value): Likewise.
5058 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5059 * xtensa-tdep.c (xtensa_return_value): Likewise.
5060 * gdbarch.c: Regenerate.
5061 * gdbarch.h: Regenerate.
5062
29ca12b3
TT
50632012-05-15 Tom Tromey <tromey@redhat.com>
5064
5065 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5066
588ae58c
JB
50672012-05-15 Joel Brobecker <brobecker@adacore.com>
5068
5069 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5070 of command in two error message.
5071
855a6e68
JB
50722012-05-15 Joel Brobecker <brobecker@adacore.com>
5073
5074 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5075
d634f2de
JB
50762012-05-15 Joel Brobecker <brobecker@adacore.com>
5077
5078 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5079
9cc815f5
JK
50802012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 * NEWS (show auto-load scripts-directory): Add forgotten command.
5083
6a609e58
JK
50842012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5085
5086 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5087 parameters.
5088
ac1438b5
L
50892012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5090
5091 * amd64-tdep.c: Include features/i386/x32.c and
5092 features/i386/x32-avx.c.
5093 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5094 initialize_tdesc_x32_avx.
5095
e7e0cddf
SS
50962012-05-14 Stan Shebs <stan@codesourcery.com>
5097
5098 Add dynamic printf.
5099 * breakpoint.h (enum bptype): New type bp_dprintf.
5100 (struct breakpoint): New field extra_string.
5101 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5102 (create_breakpoint): Add extra_string arg.
5103 * breakpoint.c (dprintf_breakpoint_ops): New.
5104 (is_breakpoint): Add bp_dprintf.
5105 (bpstat_what): Add dprintf case.
5106 (bptype_string): Ditto.
5107 (print_one_breakpoint_location): Ditto.
5108 (init_bp_location): Ditto.
5109 (bkpt_print_mention): Ditto.
5110 (dprintf_style_enums): New array.
5111 (dprintf_style): New global.
5112 (dprintf_function): New global.
5113 (dprintf_channel): New global.
5114 (update_dprintf_command_list): New function.
5115 (update_dprintf_commands): New function.
5116 (init_breakpoint_sal): Add extra_string argument, handle it.
5117 (create_breakpoint_sal): Add extra_string argument.
5118 (create_breakpoints_sal): Add extra_string argument, update callers.
5119 (find_condition_and_thread): Add extra argument.
5120 (create_breakpoint): Add extra_string argument, record it.
5121 (dprintf_command): New function.
5122 (break_command_1): Add arg to create_breakpoint call.
5123 (handle_gnu_v3_exceptions): Ditto.
5124 (trace_command): Ditto.
5125 (ftrace_command): Ditto.
5126 (strace_command): Ditto.
5127 (bkpt_print_mention): Add dprintf case.
5128 (create_breakpoint_sal_default): Add extra_string argument.
5129 (_initialize_breakpoint): Add new commands.
5130 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5131 * python/py-breakpoint.c (bppy_init): Ditto.
5132 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5133
8ae38c14
MR
51342012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5135
5136 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5137
9f676e66
SCR
51382012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5139
5140 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5141 unsigned long long.
5142
7efc75aa
SCR
51432012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5144
5145 Add a new function gdb.find_pc_line to the Python API.
5146 * NEWS (Python Scripting): Add entry about the new function.
5147 * python/python.c (gdbpy_find_pc_line): New function which
5148 implements gdb.find_pc_line.
5149 (GdbMethods): Add entry for the new function.
5150
70af3797
PA
51512012-05-12 Pedro Alves <palves@redhat.com>
5152
5153 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5154 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5155
06da564e
EZ
51562012-05-12 Eli Zaretskii <eliz@gnu.org>
5157
5158 * inferior.c: Include completer.h
5159 (initialize_inferiors): Set completer of add-inferior to
5160 filename_completer.
5161
0288cee2
L
51622012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5163
5164 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5165 gdbarch_ptr_bit for x32 core dump.
5166
f6537a2c
L
51672012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5168
5169 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5170 and features/i386/x32-avx-linux.c.
5171
85d4a676
SS
51722012-05-11 Stan Shebs <stan@codesourcery.com>
5173 Kwok Cheung Yeung <kcy@codesourcery.com>
5174
5175 * NEWS: Describe new info os commands.
5176 * common/linux-osdata.c (PID_T, TIME_T): Define.
5177 (MAX_PID_T_STRLEN): New.
5178 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5179 MAX_PID_T_STRLEN.
5180 (command_from_pid): Add comment. Change to use PID_T.
5181 (commandline_from_pid): Change to use PID_T.
5182 (user_from_pid): Add comment.
5183 (get_process_owner): Add comment. Change to use PID_T and
5184 MAX_PID_T_STRLEN.
5185 (get_number_of_cpu_cores): Add comment.
5186 (get_cores_used_by_process): Add comment. Change to use PID_T and
5187 MAX_PID_T_STRLEN.
5188 (linux_xfer_osdata_processes): Change to use PID_T and
5189 MAX_PID_T_STRLEN.
5190 (compare_processes): New function.
5191 (linux_xfer_osdata_processgroups): New function.
5192 (linux_xfer_osdata_threads): Change to use PID_T.
5193 (linux_xfer_osdata_fds): New function.
5194 (format_socket_state, print_sockets): New functions.
5195 (union socket_addr): New union.
5196 (linux_xfer_osdata_isockets): New function.
5197 (time_from_time_t, group_from_gid): New functions.
5198 (linux_xfer_osdata_shm): New function.
5199 (linux_xfer_osdata_sem): New function.
5200 (linux_xfer_osdata_msg): New function.
5201 (linux_xfer_osdata_modules): New function.
5202 (osdata_table): Add new entries.
5203 * common/buffer.c (buffer_xml_printf): Add support for long and
5204 long long format specifiers.
5205
f24afd6d
L
52062012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5207
5208 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5209 (tdesc_x32_avx_linux): Likewise.
5210
7349ff92
JK
52112012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 Implement multi-component --with-auto-load-dir.
5214 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5215 entries.
5216 (--with-auto-load-safe-path): Update the default value description.
5217 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5218 New.
5219 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5220 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5221 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5222 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5223 "set auto-load scripts-directory".
5224 * config.in: Regenerate.
5225 * configure: Regenerate.
5226 * configure.ac (--with-auto-load-dir): New configure option.
5227 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5228
6dea1fbd
JK
52292012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 Provide $ddir substitution for --with-auto-load-safe-path.
5232 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5233 entries.
5234 * auto-load.c: Include observer.h.
5235 (auto_load_safe_path_vec_update): Call substitute_path_component for
5236 each component. New variable ddir_subst.
5237 (auto_load_gdb_datadir_changed): New function.
5238 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5239 AUTO_LOAD_SAFE_PATH. New comment.
5240 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5241 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5242 * config.in: Regenerate.
5243 * configure: Regenerate.
5244 * configure.ac (--auto-load-safe-path): Rename
5245 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5246 GDB_DATADIR/auto-load.
5247 * defs.h (substitute_path_component): New declaration.
5248 * top.c: Include observer.h.
5249 (set_gdb_datadir): New function.
5250 (init_main): Install it for "set data-directory".
5251 * utils.c (substitute_path_component): New function.
5252
b09aca3a
JK
52532012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5254
5255 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5256 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5257 DEBUG_FILE_DIRECTORY. Handle multiple components of
5258 DEBUG_FILE_DIRECTORY.
5259
95554aad
TT
52602012-05-10 Tom Tromey <tromey@redhat.com>
5261
5262 * dwarf2read.c (recursively_write_psymbols): New function.
5263 (write_psymtabs_to_index): Use it.
5264
5265 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5266 field.
5267 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5268 (load_partial_comp_unit): Update.
5269 (queue_comp_unit): Add argument 'pretend_language'.
5270 (process_queue): Update.
5271 (psymtab_to_symtab_1): Skip dependencies that have a user.
5272 (load_partial_comp_unit_reader): Give meaning to the 'data'
5273 argument.
5274 (load_full_comp_unit): Add 'pretend_language' argument.
5275 (process_full_comp_unit): Add 'pretend_language' argument. Set
5276 language on CU.
5277 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5278 Update.
5279 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5280 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5281 Update.
5282 (prepare_one_comp_unit): Add 'pretend_language' argument.
5283
5284 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5285 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5286 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5287 (dw2_do_instantiate_symtab): Check whether symtab was read in
5288 before queueing.
5289 (dw2_instantiate_symtab): Add assertion. Call
5290 process_cu_includes.
5291 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5292 (partial_symtab_p): New typedef.
5293 (set_partial_user): New function.
5294 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5295 (scan_partial_symbols): Add imported CU to imported_symtabs.
5296 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5297 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5298 (get_symtab, recursively_compute_inclusions)
5299 (compute_symtab_includes, process_cu_includes)
5300 (process_imported_unit_die): New functions.
5301 (process_die) <DW_TAG_imported_unit>: New case.
5302 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5303
5304 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5305 comment.
5306 (struct partial_die_info) <locdesc>: Remove.
5307 <d>: New field.
5308 (process_psymtab_comp_unit): Add 'read_partial' argument.
5309 Update.
5310 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5311 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5312 (add_partial_symbol): Update.
5313 (process_die): Handle DW_TAG_partial_unit.
5314 (read_file_scope): Update comment.
5315 (load_partial_dies): Handle DW_TAG_imported_unit.
5316 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5317 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5318
e871fbb9
TT
53192012-05-10 Tom Tromey <tromey@redhat.com>
5320
5321 * cc-with-dwz.sh: New file.
5322
b5b04b5b
TT
53232012-05-10 Tom Tromey <tromey@redhat.com>
5324
5325 * symtab.h (struct symtab) <includes, user>: New fields.
5326 * block.h (struct block_iterator) <d, idx, which>: New fields.
5327 * block.c (initialize_block_iterator, find_iterator_symtab)
5328 (block_iterator_step, block_iter_name_step)
5329 (block_iter_match_step): New functions.
5330 (block_iterator_first, block_iterator_next)
5331 (block_iter_name_first, block_iter_name_next)
5332 (block_iter_match_first, block_iter_match_next): Rewrite.
5333 (get_block_symtab): New function.
5334
84a146c9
TT
53352012-05-10 Tom Tromey <tromey@redhat.com>
5336
5337 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5338 set_block_symtab.
5339 * jit.c (finalize_symtab): Use allocate_global_block,
5340 set_block_symtab.
5341 * buildsym.c (finish_block_internal): New function, from old
5342 finish_block.
5343 (finish_block): Rewrite.
5344 (end_symtab): Use finish_block_internal, set_block_symtab.
5345 * block.h (struct global_block): New.
5346 (allocate_global_block, set_block_symtab): Declare.
5347 * block.c (allocate_global_block, set_block_symtab): New
5348 functions.
5349
9439a077
TT
53502012-05-10 Tom Tromey <tromey@redhat.com>
5351
5352 * psymtab.c (partial_map_expand_apply): Add assertion.
5353 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5354 (psymtab_to_symtab): Find unshared psymtab.
5355 (dump_psymtab): Print including psymtabs.
5356 (recursively_search_psymtabs): New function.
5357 (expand_symtabs_matching_via_partial): Use it.
5358 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5359 fields.
5360 (enum psymtab_search_status): New.
5361
8157b174
TT
53622012-05-10 Tom Tromey <tromey@redhat.com>
5363
5364 * tracepoint.c (scope_info): Update.
5365 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5366 (find_pc_sect_symtab, search_symbols)
5367 (default_make_symbol_completion_list_break_on)
5368 (make_file_symbol_completion_list): Update.
5369 * symmisc.c (dump_symtab_1): Update.
5370 * stack.c (print_frame_args, iterate_over_block_locals)
5371 (print_frame_labels, iterate_over_block_arg_vars): Update.
5372 * python/py-block.c (block_object) <dict>: Remove.
5373 <block>: New field.
5374 <iter>: Change type.
5375 (blpy_iter): Update.
5376 (blpy_block_syms_iternext): Update.
5377 * psymtab.c (map_block): Use block iterators.
5378 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5379 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5380 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5381 * infrun.c (check_exception_resume): Update.
5382 * cp-support.c (make_symbol_overload_list_block): Update.
5383 * coffread.c (patch_opaque_types): Update.
5384 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5385 * block.h (struct block_iterator): New.
5386 (block_iterator_first, block_iterator_next, block_iter_name_first)
5387 (block_iter_name_next, block_iter_match_first)
5388 (block_iter_match_next): Declare.
5389 (ALL_BLOCK_SYMBOLS): Redefine.
5390 * block.c (block_iterator_first, block_iterator_next)
5391 (block_iter_name_first, block_iter_name_next)
5392 (block_iter_match_first, block_iter_match_next): New functions.
5393 * ada-lang.c (ada_add_block_symbols)
5394 (ada_make_symbol_completion_list): Use block iterator.
5395
a2ca7a52
TT
53962012-05-10 Tom Tromey <tromey@redhat.com>
5397
5398 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5399 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5400 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5401 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5402 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5403 Update.
5404
64ea88dc
JB
54052012-05-10 Joel Brobecker <brobecker@adacore.com>
5406
5407 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5408 print-file-var-lib2.c, print-file-var-main.c and
5409 print-file-var.exp (located in gdb/testsuite/gdb.base).
5410
99a547d6
JB
54112012-05-10 Joel Brobecker <brobecker@adacore.com>
5412
5413 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5414 try locating the symbol in the symbol's own objfile first, before
5415 extending the search to all objfiles.
5416 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5417 out of lookup_symbol_aux_symtabs.
5418 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5419 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5420 Do not search EXCLUDE_OBJFILE.
5421 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5422 (lookup_symbol_global): Search for matches in the block's objfile
5423 first, before searching all other objfiles.
5424
0ece64fd
TG
54252012-05-10 Tristan Gingold <gingold@adacore.com>
5426
5427 * printcmd.c (set_command): Add pre/post inc/dec.
5428
3d16a105
FCE
54292012-05-09 Frank Ch. Eigler <fche@redhat.com>
5430
5431 * gdb.1: Document -ex option.
5432
2efbc0f7
JB
54332012-05-09 Joel Brobecker <brobecker@adacore.com>
5434
5435 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5436 * inferior.h (AT_SYMBOL): Delete.
5437
2c76a0c7
JB
54382012-05-09 Joel Brobecker <brobecker@adacore.com>
5439
5440 * mips-tdep.c (mips_push_dummy_code): New function.
5441 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5442 ON_STACK and install mips_push_dummy_code as our gdbarch
5443 push_dummy_code routine.
5444
9401a810
PA
54452012-05-09 Pedro Alves <palves@redhat.com>
5446
5447 * target.c (set_maintenance_target_async_permitted): Rename to ...
5448 (set_target_async_command): ... this.
5449 (show_maintenance_target_async_permitted): Rename to ...
5450 (show_target_async_command): ... this.
5451 (initialize_targets): Adjust.
5452
3929b321
DE
54532012-05-08 Doug Evans <dje@google.com>
5454
5455 * go-exp.y (classify_name): Add missing assignment of fields of
5456 yylval.ssym.
5457
c41535fd
EZ
54582012-05-08 Eli Zaretskii <eliz@gnu.org>
5459
5460 Display the ">" prompt in interactive mode while reading canned
5461 commands, even when the current interpreter is MI.
5462
5463 * interps.c (interp_set_temp): New function.
5464
5465 * interps.h (interp_set_temp): Add prototype.
5466
5467 * cli/cli-script.c (restore_interp): New cleanup function.
5468 (read_command_lines): Temporarily override the current interpreter
5469 with CLI and arrange for restoring the original one.
5470
c0749c4d
JS
54712012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5472
5473 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5474
d7333987
SDJ
54752012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 * probe.c (parse_probes): Move conditional to check for
5478 debuginfo files from here...
5479 * stap-probe.c (stap_get_probes): ... to here.
5480
649e6d92
MK
54812012-05-07 Mark Kettenis <kettenis@gnu.org>
5482 H.J. Lu <hongjiu.lu@intel.com>
5483
5484 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5485 `movl %esp, %ebp' for the X32 ABI.
5486
f39c6ffd
TT
54872012-05-07 Tom Tromey <tromey@redhat.com>
5488
5489 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5490 get_DW_TAG_name.
5491 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5492 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5493 (dwarf_stack_op_name): Remove.
5494 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5495 (decode_locdesc): Use get_DW_OP_name.
5496 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5497 (dwarf2_compile_expr_to_ax): Likewise.
5498 (disassemble_dwarf_expression): Likewise.
5499 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5500
1e1f6591
CLT
55012012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5502
5503 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5504 (sh_linux_sigtramp_cache): New function.
5505 (sh_linux_sigreturn_init): New function.
5506 (sh_linux_rt_sigreturn_init): New function.
5507 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5508 patterns.
5509 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5510 syscall codes.
5511 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5512 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5513 (sh_linux_init_abi): Add init calls to register new tramp_frame
5514 definitions under 32-bit SH, update comments.
5515
545c08b4
PA
55162012-05-07 Pedro Alves <palves@redhat.com>
5517
daac165e
PA
5518 PR gdb/10952
5519
545c08b4
PA
5520 * amd64-linux-tdep.c: Include glibc-tdep.h.
5521 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5522 gdbarch_skip_solib_resolver callback.
5523
af2c1515
JK
55242012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5527 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5528 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5529 (add_auto_load_safe_path): Change the error message.
5530 (_initialize_auto_load): Change the "safe-path" help text.
5531 * configure: Regenerate
5532 * configure.ac (--without-auto-load-safe-path): Set
5533 WITH_AUTO_LOAD_SAFE_PATH to /.
5534
1067f998
SDJ
55352012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5536
5537 * stap-probe.h: Do not include unecessary `probe.h'.
5538
45dfa85a
AM
55392012-05-05 Alan Modra <amodra@gmail.com>
5540
5541 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5542 bfd_und_section_ptr.
5543 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5544 and bfd_com_section_ptr.
5545
cf093994
JB
55462012-05-04 Joel Brobecker <brobecker@adacore.com>
5547
762ebb75 5548 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5549
d40dc7a8
JB
55502012-05-04 Joel Brobecker <brobecker@adacore.com>
5551
5552 * windows-nat.h (segment_register_p_ftype): New typedef.
5553 (windows_set_segment_register_p): Add declaration.
5554 * windows-nat.c (segment_register_p): New static global.
5555 (windows_set_segment_register_p): New function.
5556 (do_windows_fetch_inferior_registers): Add special handling
5557 for segment registers.
5558 * amd64-windows-nat.c: #include "amd64-tdep.h".
5559 (amd64_windows_segment_register_p): New function.
5560 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5561 * i386-windows-nat.c: #include "i386-tdep.h".
5562 (i386_windows_segment_register_p): New function.
5563 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5564
52b3699b
TG
55652012-05-04 Tristan Gingold <gingold@adacore.com>
5566
5567 * printcmd.c (set_command): Emit a warning if the expression is not
5568 an assignment.
5569
94c74239
JB
55702012-05-03 Joel Brobecker <brobecker@adacore.com>
5571
5572 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5573 Make static.
5574
fcf57f19
SDJ
55752012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5576
5577 * stap-probe.c (stap_is_operator): Change declaration.
5578 (stap_get_opcode): Change return value.
5579 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5580 `stap_parse_argument_1'.
5581
27d2932e
PA
55822012-05-03 Pedro Alves <pedro@codesourcery.com>
5583
5584 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5585 debug log.
5586
a20ee7a4
SCR
55872012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5588
5589 Add two new methods global_block and static_block to gdb.Symtab
5590 objects.
5591 * NEWS (Python scripting): Add entry about the new methods.
5592 * python/py-symtab.c (stpy_global_block): New function which
5593 implements the gdb.Symtab.global_block() method.
5594 (stpy_static_block): New function which implements the
5595 gdb.Symtab.static_block() method.
5596 (symtab_object_methods): Add entries for the two new methods.
5597
943cb756
DE
55982012-05-03 Doug Evans <dje@google.com>
5599
5600 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5601 files.
5602
f4644a3f
YQ
56032012-05-03 Yao Qi <yao@codesourcery.com>
5604
5605 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5606 space.
5607 (i386_process_record): Ditto.
5608
ef61f180
JB
56092012-05-02 Joel Brobecker <brobecker@adacore.com>
5610
5611 * infcall.c (unwind_on_signal_p): Make static.
5612
02f1df11
JB
56132012-05-02 Joel Brobecker <brobecker@adacore.com>
5614
5615 * sol-thread.c (solaris_pid_to_str): Make static.
5616 (_initialize_sol_thread): Add prototype.
5617
39023530
JB
56182012-05-02 Joel Brobecker <brobecker@adacore.com>
5619
5620 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5621
c6b0c501
CF
56222012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5623
5624 * MAINTAINERS: Remove myself.
5625
1ef71717
JK
56262012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 Fix --without-auto-load-safe-path for MS-Windows host platform.
5629 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5630
b31b86a7
EZ
56312012-05-02 Eli Zaretskii <eliz@gnu.org>
5632
5633 * gdb_curses.h: Undefine KEY_EVENT before including curses
5634 headers. Move "#undef MOUSE_MOVED" before any curses header
5635 inclusion.
5636
777532fc
SDJ
56372012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5638
5639 * features/i386/i386-mmx-linux.c: Regenerate.
5640 * features/rs6000/powerpc-32.c: Likewise.
5641 * features/rs6000/powerpc-32l.c: Likewise.
5642 * features/rs6000/powerpc-403.c: Likewise.
5643 * features/rs6000/powerpc-403gc.c: Likewise.
5644 * features/rs6000/powerpc-405.c: Likewise.
5645 * features/rs6000/powerpc-505.c: Likewise.
5646 * features/rs6000/powerpc-601.c: Likewise.
5647 * features/rs6000/powerpc-602.c: Likewise.
5648 * features/rs6000/powerpc-603.c: Likewise.
5649 * features/rs6000/powerpc-604.c: Likewise.
5650 * features/rs6000/powerpc-64.c: Likewise.
5651 * features/rs6000/powerpc-64l.c: Likewise.
5652 * features/rs6000/powerpc-750.c: Likewise.
5653 * features/rs6000/powerpc-860.c: Likewise.
5654 * features/rs6000/powerpc-e500.c: Likewise.
5655 * features/rs6000/powerpc-e500l.c: Likewise.
5656 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5657 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5658 * features/rs6000/rs6000.c: Likewise.
5659
d71871bc
SDJ
56602012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5661
5662 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5663 variable.
5664 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5665 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5666 (stap_parse_argument) <e>: Likewise.
5667 (handle_stap_probe) <byte_order>: Likewise.
5668
fd820528
DE
56692012-04-30 Doug Evans <dje@google.com>
5670
5671 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5672 init_and_read_dies_worker. All callers updated.
5673 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5674 replaced with init_cutu_and_read_dies.
5675 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5676 (find_partial_die): Remove FIXME. Don't free current CU.
5677
ec3f619d 56782012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5679
5680 * contrib: New directory.
5681 * contrib/test_pubnames_and_indexes.py: New file.
5682
fceca515
DE
56832012-04-30 Doug Evans <dje@google.com>
5684
5685 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5686 All callers updated.
5687 (init_cu_die_reader): Verify the section is non-empty.
5688 (dwarf_decode_line_header): Don't dereference section->asection
5689 until we know the section is present.
5690
311fe7e1
SDJ
56912012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5692
5693 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5694 probes.
5695
5977971a
YQ
56962012-04-29 Yao Qi <yao@codesourcery.com>
5697
5698 * gdb-code-style.el: New hook gdb-markup-hook
5699 and gdb-comment-hook.
5700
dee91e82
DE
57012012-04-28 Doug Evans <dje@google.com>
5702
3019eac3
DE
5703 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5704 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5705 objfile->obfd.
5706 * symfile.h (dwarf2_debug_sections): New member addr.
5707 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5708 (ctx_no_get_addr_index): New function.
5709 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5710 (ctx_no_get_addr_index): Declare.
5711 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5712 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5713 (dwarf_expr_ctx_funcs): Update.
5714 (needs_get_addr_index): New function.
5715 (needs_frame_ctx_funcs): Update.
5716 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5717 * dwarf2read.c: #include "gdbcore.h".
5718 (dwarf2_per_objfile): New members addr, dwo_files.
5719 (dwarf2_elf_names): Add entry for addr.
5720 (struct dwo_section_names): New type.
5721 (dwo_section_names): New static global.
5722 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5723 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5724 old debug_types_section member updated to use this.
5725 Rename member debug_types_section to info_or_types_section,
5726 all uses updated.
5727 (signatured_type): Rename member type_offset to type_offset_in_tu,
5728 all uses updated. New member type_offset_in_section.
5729 (struct dwo_sections): New type.
5730 (struct dwo_unit): New type.
5731 (struct dwo_file): New type.
5732 (die_reader_specs): New member dwo_file.
5733 (dwarf2_locate_sections): Watch for .debug_addr.
5734 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5735 (dwarf2_read_section): Get bfd of section from bfd's asection,
5736 instead of objfile.
5737 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5738 (create_signatured_type_table_from_index): Initialize
5739 sig_type->info_or_types_section.
5740 (dw2_get_file_names): Statement lists for type units with DWO files
5741 live in the DWO file.
5742 (create_debug_types_hash_table): New function.
5743 (create_all_type_units): Rewrite.
5744 (init_cu_die_reader): New arg dwo_file, all callers updated.
5745 (init_and_read_dies_worker): Get section from
5746 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5747 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5748 continue reading the CU/TU from there.
5749 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5750 updated. Get section from this_cu->info_or_types_section.
5751 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5752 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5753 DW_FORM_GNU_str_index.
5754 (hash_dwo_file, eq_dwo_file): New functions.
5755 (allocate_dwo_file_hash_table): New function.
5756 (hash_dwo_unit, eq_dwo_unit): New functions.
5757 (allocate_dwo_unit_table): New function.
5758 (dwarf2_locate_dwo_sections): New function.
5759 (struct create_dwo_info_table_data): New type.
5760 (create_debug_info_hash_table_reader): New function.
5761 (create_debug_info_hash_table): New function.
5762 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5763 (lookup_dwo_file): New function.
5764 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5765 (free_dwo_file, free_dwo_file_cleanup): New functions.
5766 (free_dwo_file_from_slot, free_dwo_files): New functions.
5767 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5768 (dwarf2_record_block_ranges): Ditto.
5769 (read_partial_die): Ditto.
5770 (process_enumeration_scope): Update to use type_offset_in_section.
5771 (read_full_die_1): New function.
5772 (read_full_die): Rewrite.
5773 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5774 DW_FORM_GNU_str_index.
5775 (read_addr_index_1, read_addr_index): New functions.
5776 (read_addr_index_from_leb128): New function.
5777 (struct dwarf2_read_addr_index_data): New type.
5778 (dwarf2_read_addr_index_reader): New function.
5779 (dwarf2_read_addr_index): New function.
5780 (read_str_index): New function.
5781 (leb128_size): New function.
5782 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5783 If processing a type unit from a DWO file, get the line section
5784 from the DWO file.
5785 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5786 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5787 DW_FORM_GNU_str_index.
5788 (lookup_die_type): Check whether section offset of type's die is
5789 known before looking it up. Remove assert. Condition can
5790 legimately happen for inter-cu type references.
5791 (dwarf_attr_name): Handle Fission attributes.
5792 (dwarf_form_name): Handle Fission forms.
5793 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5794 DW_FORM_GNU_str_index.
5795 (follow_die_sig): Update to use type_offset_in_section.
5796 (decode_locdesc): New case DW_OP_GNU_addr_index.
5797 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5798 DW_FORM_GNU_str_index.
5799 (cu_debug_loc_section): New function.
5800 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5801 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5802 Free DWO files if present.
5803 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5804
dee91e82
DE
5805 Refactor DIE reading.
5806 * dwarf2read.c (dwarf2_per_objfile): Replace members
5807 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5808 (die_reader_specs): New member "die_section". Temporarily make
5809 member "buffer" non-const, pending constifying all info_ptr uses.
5810 (die_reader_func_ftype): New typedef.
5811 (dw2_get_file_names_reader): New function.
5812 (dw2_get_file_names): Rewrite.
5813 (read_and_check_type_unit_head): Rename arg type_offset to
5814 type_offset_in_tu.
5815 (create_all_type_units): Improve debugging message.
5816 Improve dummy type unit check.
5817 (init_cu_die_reader): New arg "section". All callers updated.
5818 (init_and_read_dies_worker): New function.
5819 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5820 (init_cutu_and_read_dies_no_follow): New function.
5821 (init_cutu_and_read_dies_simple): New function.
5822 (process_psymtab_comp_unit_reader): New function.
5823 (process_psymtab_comp_unit): Delete args section,
5824 is_debug_types_section. Rewrite. All callers updated.
5825 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5826 All callers updated. Rewrite.
5827 (load_partial_comp_unit_reader): New function.
5828 (load_partial_comp_unit): Rewrite.
5829 (skip_children): New arg reader. Delete args buffer, cu.
5830 All callers updated.
5831 (skip_one_die): New arg reader. Delete args buffer, cu.
5832 All callers updated.
5833 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5834 All callers updated.
5835 (load_full_comp_unit_reader): New function.
5836 (load_full_comp_unit): Rewrite.
5837 (read_comp_unit): Delete.
5838 (read_die_and_children_1): Delete, contents moved ...
5839 (read_die_and_children): ... here.
5840 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5841 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5842 All callers updated.
5843 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5844 All callers updated.
5845 (find_partial_die): Rewrite load_all_dies support.
5846 (read_attribute_value): New arg reader. Delete args abfd, cu.
5847 All callers updated.
5848 (read_attribute): New arg reader. Delete args abfd, cu.
5849 All callers updated.
5850 (load_full_type_unit): Add assert.
5851 (read_signatured_type_reader): New function.
5852 (read_signatured_type): Rewrite.
5853 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5854 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5855 All callers updated. Set per_cu->cu = NULL after freeing it.
5856 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5857 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5858 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5859 (set_die_type): Update.
5860 (get_die_type_at_offset): Update.
5861 (read_file_scope): Call prepare_one_comp_unit.
5862 (read_type_unit_scope): Ditto.
5863 (prepare_one_comp_unit): Set producer if present.
5864
72d59e0d
SDJ
58652012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5866
5867 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5868 gettext function on `error'.
5869
0fefef59
DE
58702012-04-27 Doug Evans <dje@google.com>
5871
5872 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5873 is empty.
5874
28106bc2
SDJ
58752012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5876 Tom Tromey <tromey@redhat.com>
5877
5878 * breakpoint.c (struct breakpoint_objfile_data)
5879 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5880 <exception_probes>: New fields.
5881 (free_breakpoint_probes): New function.
5882 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5883 `_Unwind_DebugHook'.
5884 (create_exception_master_breakpoint): Likewise.
5885 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5886 * infrun.c: Including necessary header files for handling SystemTap
5887 probes.
5888 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5889 via SystemTap probes.
5890 (check_exception_resume): Remove `func' argument. Handle exception
5891 unwinding breakpoint set via a SystemTap probe.
5892 (insert_exception_resume_from_probe): New function.
5893
55aa24fb
SDJ
58942012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5895 Tom Tromey <tromey@redhat.com>
5896 Jan Kratochvil <jan.kratochvil@redhat.com>
5897
5898 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5899 (COMMON_OBS): Likewise.
5900 (HFILES_NO_SRCDIR): Add `probe'.
5901 * NEWS: Mention support for static and SystemTap probes.
5902 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5903 SystemTap probes' arguments parser.
5904 * arm-linux-tdep.c: Including headers needed to perform the parsing
5905 of SystemTap probes' arguments.
5906 (arm_stap_is_single_operand): New function.
5907 (arm_stap_parse_special_token): Likewise.
5908 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5909 probes' arguments parser.
5910 * ax-gdb.c (require_rvalue): Removing static declaration.
5911 (gen_expr): Likewise.
5912 * ax-gdb.h (gen_expr): Declaring function.
5913 (require_rvalue): Likewise.
5914 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5915 (bkpt_probe_breakpoint_ops): New variable.
5916 (momentary_breakpoint_from_master): Set the `probe' value.
5917 (add_location_to_breakpoint): Likewise.
5918 (break_command_1): Using proper breakpoint_ops according to the
5919 argument passed by the user in the command line.
5920 (bkpt_probe_insert_location): New function.
5921 (bkpt_probe_remove_location): Likewise.
5922 (bkpt_probe_create_sals_from_address): Likewise.
5923 (bkpt_probe_decode_linespec): Likewise.
5924 (tracepoint_probe_create_sals_from_address): Likewise.
5925 (tracepoint_probe_decode_linespec): Likewise.
5926 (tracepoint_probe_breakpoint_ops): New variable.
5927 (trace_command): Using proper breakpoint_ops according to the
5928 argument passed by the user in the command line.
5929 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5930 static probes on breakpoints and tracepoints.
5931 * breakpoint.h (struct bp_location) <probe>: New field.
5932 * cli-utils.c (skip_spaces_const): New function.
5933 (extract_arg): Likewise.
5934 * cli-utils.h (skip_spaces_const): Likewise.
5935 (extract_arg): Likewise.
5936 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5937 * configure.ac: Append `stap-probe.o' to be generated when ELF
5938 support is present.
5939 * configure: Regenerate.
5940 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5941 * elfread.c: Include `probe.h' and `arch-utils.h'.
5942 (probe_key): New variable.
5943 (elf_get_probes): New function.
5944 (elf_get_probe_argument_count): Likewise.
5945 (elf_evaluate_probe_argument): Likewise.
5946 (elf_compile_to_ax): Likewise.
5947 (elf_symfile_relocate_probe): Likewise.
5948 (stap_probe_key_free): Likewise.
5949 (elf_probe_fns): New variable.
5950 (elf_sym_fns): Add `sym_probe_fns' value.
5951 (elf_sym_fns_lazy_psyms): Likewise.
5952 (elf_sym_fns_gdb_index): Likewise.
5953 (_initialize_elfread): Initialize objfile cache for static
5954 probes.
5955 * gdb_vecs.h (struct probe): New forward declaration.
5956 (probe_p): New VEC declaration.
5957 * gdbarch.c: Regenerate.
5958 * gdbarch.h: Regenerate.
5959 * gdbarch.sh (stap_integer_prefix): New variable.
5960 (stap_integer_suffix): Likewise.
5961 (stap_register_prefix): Likewise.
5962 (stap_register_suffix): Likewise.
5963 (stap_register_indirection_prefix): Likewise.
5964 (stap_register_indirection_suffix): Likewise.
5965 (stap_gdb_register_prefix): Likewise.
5966 (stap_gdb_register_suffix): Likewise.
5967 (stap_is_single_operand): New function.
5968 (stap_parse_special_token): Likewise.
5969 (struct stap_parse_info): Forward declaration.
5970 * i386-tdep.c: Including headers needed to perform the parsing
5971 of SystemTap probes' arguments.
5972 (i386_stap_is_single_operand): New function.
5973 (i386_stap_parse_special_token): Likewise.
5974 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5975 probes' arguments parser.
5976 * i386-tdep.h (i386_stap_is_single_operand): New function.
5977 (i386_stap_parse_special_token): Likewise.
5978 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5979 * mipsread.c (ecoff_sym_fns): Likewise.
5980 * objfiles.c (objfile_relocate1): Support relocation for static
5981 probes.
5982 * parse.c (prefixify_expression): Remove static declaration.
5983 (initialize_expout): Likewise.
5984 (reallocate_expout): Likewise.
5985 * parser-defs.h (initialize_expout): Declare function.
5986 (reallocate_expout): Likewise.
5987 (prefixify_expression): Likewise.
5988 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5989 of SystemTap probes' arguments.
5990 (ppc_stap_is_single_operand): New function.
5991 (ppc_stap_parse_special_token): Likewise.
5992 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5993 probes' arguments parser.
5994 * probe.c: New file, for generic statically defined probe support.
5995 * probe.h: Likewise.
5996 * s390-tdep.c: Including headers needed to perform the parsing of
5997 SystemTap probes' arguments.
5998 (s390_stap_is_single_operand): New function.
5999 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6000 probes' arguments parser.
6001 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6002 * stap-probe.c: New file, for SystemTap probe support.
6003 * stap-probe.h: Likewise.
6004 * symfile.h: Include `gdb_vecs.h'.
6005 (struct sym_probe_fns): New struct.
6006 (struct sym_fns) <sym_probe_fns>: New field.
6007 * symtab.c (init_sal): Initialize `probe' field.
6008 * symtab.h (struct probe): Forward declaration.
6009 (struct symtab_and_line) <probe>: New field.
6010 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6011 locations.
6012 (stop_tracing): Likewise.
6013 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6014
22d2b532
SDJ
60152012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6016 Tom Tromey <tromey@redhat.com>
6017
6018 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6019 and to compile agent expressions.
6020 * infrun.c (siginfo_make_value): New argument `ignore'.
6021 (siginfo_funcs): New struct.
6022 (_initialize_infrun): New argument when calling
6023 `create_internalvar_type_lazy'.
6024 * thread.c (thread_id_make_value): New argument `ignore'.
6025 (thread_funcs): New struct.
6026 (_initialize_thread): New argument when calling
6027 `create_internalvar_type_lazy'.
6028 * tracepoint.c (sdata_make_value): New argument `ignore'.
6029 (sdata_funcs): New struct.
6030 (_initialize_tracepoint): New argument when calling
6031 `create_internalvar_type_lazy'.
6032 * value.c (make_value): New struct.
6033 (create_internalvar_type_lazy): New argument `data'.
6034 (compile_internalvar_to_ax): New function.
6035 (value_of_internalvar): Properly handling `make_value' case.
6036 (clear_internalvar): Likewise.
6037 (show_convenience): Adding `TRY_CATCH' block.
6038 * value.h (internalvar_make_value): Delete, replace by...
6039 (struct internalvar_funcs): ... this.
6040 (create_internalvar_type_lazy) <fun>: Delete argument.
6041 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6042 (compile_internalvar_to_ax): New function.
6043 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6044 (tlb_funcs): New struct.
6045 (_initialize_windows_tdep): New argument when calling
6046 `create_internalvar_type_lazy'.
6047
91da1414
MW
60482012-04-27 Mark Wielaard <mjw@redhat.com>
6049
6050 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6051 see whether it is an address or a constant offset from DW_AT_low_pc.
6052 (dwarf2_record_block_ranges): Likewise.
6053 (read_partial_die): Likewise.
6054
4ab9d8ec
MW
60552012-04-26 Mark Wielaard <mjw@redhat.com>
6056
6057 * MAINTAINERS (Write After Approval): Add myself to the list.
6058
a0911fd0
MR
60592012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6060
6061 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6062 (proc_prettyprint_signal): Likewise.
6063 (proc_prettyprint_faultset): Likewise.
6064 (proc_prettyprint_fault): Likewise.
6065 (proc_prettyprint_actionset): Likewise.
6066 (proc_prettyprint_flags): Move to new proc-flags.c section.
6067 (proc_prettyfprint_flags): New prototype.
6068 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6069 (proc_syscall, proc_cursig): Likewise.
6070 (proc_set_kill_on_last_close): Likewise.
6071 (proc_unset_kill_on_last_close): Likewise.
6072 (proc_set_watchpoint): Make static.
6073 (proc_delete_dead_threads): Likewise.
6074 (procfs_set_watchpoint): Likewise.
6075 (_initialize_procfs): Add prototype.
6076 * proc-events.c: Include proc-utils.h.
6077 (init_syscall_table): Make static.
6078 * proc-api.c (_initialize_proc_api): Add prototype.
6079 * proc-flags.c: Include proc-utils.h.
6080
9009e1ae
MR
60812012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6082
6083 * configure.ac: Add AC_ARG_PROGRAM.
6084 * configure: Regenerate.
6085
4fae6e18
JK
60862012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6087
6088 Fix DW_AT_lower_bound defaults for DWARF-4+.
6089 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6090 high. New variable low_default_is_valid. Implement DWARF-4+
6091 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6092 no default by the DWARF standard.
6093
14132e89 60942012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 6095 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
6096
6097 * infrun.c (handle_inferior_event): Move the check for return
6098 trampolines ahead of the check for function trampolines.
6099 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6100 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6101 (mips_str_mips16_ret_stub): Likewise.
6102 (mips_str_call_fp_stub): Likewise.
6103 (mips_str_call_stub): Likewise.
6104 (mips_str_fn_stub): Likewise.
6105 (mips_str_pic): Likewise.
6106 (mips_in_frame_stub): New function.
6107 (mips_unwind_pc): Return the return address rather than the PC
6108 if the PC of an intermediate frame is inside a call thunk.
6109 (mips_is_stub_suffix): New function.
6110 (mips_is_stub_mode): Likewise.
6111 (mips_get_mips16_fn_stub_pc): Likewise.
6112 (mips_skip_mips16_trampoline_code): Update to handle all the
6113 currently generated stub types. Don't recurse into __fn_stub
6114 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6115 Use cooked register accesses.
6116 (mips_in_return_stub): Reintroduce function.
6117 (mips_skip_trampoline_code): Traverse trampolines recursively.
6118 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6119
518f0db5 61202012-04-26 Joel Brobecker <brobecker@adacore.com>
6121
6122 GDB 7.4.1 released.
6123
3184d3f9
JL
61242012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6125
6126 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6127 * features/arm-with-m-vfp-d16.xml: New file. Describes
6128 Cortex-M with VFPv4-sp-d16 FPU register layout.
6129 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6130 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6131 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6132 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6133 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6134
b6201d44
DE
61352012-04-25 Doug Evans <dje@google.com>
6136
6137 * cli/cli-decode.c (print_doc_line): Use stream instead of
6138 current_uiout.
6139
4e2f8df6
SDJ
61402012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6141
6142 * features/arm-with-iwmmxt.c: Regenerate.
6143 * features/arm-with-m-fpa-layout.c: Likewise.
6144 * features/arm-with-m.c: Likewise.
6145 * features/arm-with-neon.c: Likewise.
6146 * features/arm-with-vfpv2.c: Likewise.
6147 * features/arm-with-vfpv3.c: Likewise.
6148 * features/mips-dsp-linux.c: Likewise.
6149 * features/mips-linux.c: Likewise.
6150 * features/mips64-dsp-linux.c: Likewise.
6151 * features/mips64-linux.c: Likewise.
6152 * features/s390-linux32.c: Likewise.
6153 * features/s390-linux32v1.c: Likewise.
6154 * features/s390-linux32v2.c: Likewise.
6155 * features/s390-linux64.c: Likewise.
6156 * features/s390-linux64v1.c: Likewise.
6157 * features/s390-linux64v2.c: Likewise.
6158 * features/s390x-linux64.c: Likewise.
6159 * features/s390x-linux64v1.c: Likewise.
6160 * features/s390x-linux64v2.c: Likewise.
6161 * features/tic6x-c62x-linux.c: Likewise.
6162 * features/tic6x-c62x.c: Likewise.
6163 * features/tic6x-c64x-linux.c: Likewise.
6164 * features/tic6x-c64x.c: Likewise.
6165 * features/tic6x-c64xp-linux.c: Likewise.
6166 * features/tic6x-c64xp.c: Likewise.
6167 * target-descriptions.c: Only generate `field_type' and `type'
6168 variables when needed.
6169
2def3e66
JB
61702012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6171
6172 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6173
a766d390
DE
61742012-04-25 Doug Evans <dje@google.com>
6175
6176 Initial pass at Go language support.
6177 * NEWS: Mention Go.
6178 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6179 go-valprint.c.
6180 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6181 (YYFILES): Add go-exp.c.
6182 (YYOBJ): Add go-exp.o.
6183 (local-maintainer-clean): Delete go-exp.c.
6184 * defs.h (enum language): Add language_go.
6185 * dwarf2read.c: #include "go-lang.h".
6186 (fixup_go_packaging): New function.
6187 (process_full_comp_unit): Call it when processing Go CUs.
6188 (dwarf2_physname): Add Go support.
6189 (read_file_scope): Handle missing language spec for GNU Go.
6190 (set_cu_language): Handle DW_LANG_Go.
6191 * go-exp.y: New file.
6192 * go-lang.h: New file.
6193 * go-lang.c: New file.
6194 * go-typeprint.c: New file.
6195 * go-valprint.c: New file.
6196 * symtab.c: #include "go-lang.h".
6197 (symbol_set_language): Handle language_go.
6198 (symbol_find_demangled_name, symbol_set_names): Ditto.
6199 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6200
4e2af517
JM
62012012-04-24 Jim Meyering <meyering@redhat.com>
6202
6203 avoid a few strncpy-induced buffer overruns
6204 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6205 fname and psargs before trying to concatenate.
6206 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6207 "name" before applying strchr.
6208
b77b7f52
SCR
62092012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6210
6211 * CONTRIBUTE: Use unified diff instead of context diff when
6212 generating patches.
6213
6321c22a
MR
62142012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6215
6216 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6217 code. Handle JR.HB correctly.
6218
742c84f6
MR
62192012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6220
6221 * mips-tdep.c
6222 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6223 with the other MIPS16 helpers.
6224
7fc7e0c3
SDJ
62252012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6226
6227 * observer.sh: Conditionally declare `args', thus cleaning up
6228 unused instances of this variable.
6229
20388dd6
YQ
62302012-04-24 Yao Qi <yao@codesourcery.com>
6231
6232 Revert this patch to allow breakpoint always-inserted
6233 in record target.
6234 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
6235 * breakpoint.c: Include record.h.
6236 (breakpoints_always_inserted_mode): Return false when the record
6237 target is in use.
20388dd6
YQ
6238
6239 * breakpoint.c (iterate_over_bp_locations): New.
6240 * breakpoint.h: Declare.
6241 New typedef walk_bp_location_callback.
6242 * record.c (record_open): Call record_init_record_breakpoints.
6243 (record_sync_record_breakpoints): New.
6244 (record_init_record_breakpoints): New.
6245 * NEWS: Mention supporting breakpoint always-inserted mode in
6246 record target.
6247
4734f50e
MK
62482012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6249
6250 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6251 any thread.
6252
c326b90e
YQ
62532012-04-24 Yao Qi <yao@codesourcery.com>
6254
6255 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6256 (is_catchpoint): ... it.
6257 (print_one_breakpoint_location): Caller update.
6258 * breakpoint.h: Update declaration.
6259
d8fb5a1e
DM
62602012-04-23 David S. Miller <davem@davemloft.net>
6261
6262 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6263
34431a2a
TT
62642012-04-23 Tom Tromey <tromey@redhat.com>
6265
6266 * buildsym.c (add_free_pendings): Remove.
6267 * buildsym.h (add_free_pendings): Remove.
6268
4568ecf9
DE
62692012-04-23 Doug Evans <dje@google.com>
6270
6271 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6272 attr.u.unsnd instead of attr.u.addr.
6273 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6274 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6275 DW_FORM_ref_udata.
6276 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6277 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6278 DW_FORM_ref_udata.
6279 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6280
dca9aa3a
MR
62812012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6282
6283 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6284 (mips_o32_return_value): Likewise.
6285 (mips_o64_return_value): Likewise.
6286
c8ea1972
PH
62872012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6288
6289 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6290 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6291 their treatment in eval.c.
c8ea1972 6292
8d1b3521
DM
62932012-04-21 David S. Miller <davem@davemloft.net>
6294
6295 * sparc-tdep.c (X_DISP10): Define.
6296 (sparc_analyze_control_transfer): Handle compare-and-branch.
6297
03145bf4
JL
62982012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6299
6300 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6301 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6302
004159a2 63032012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 6304 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
6305
6306 * mips-tdep.c (mips_float_register_p): New function.
6307 (mips_convert_register_float_case_p): Use mips_float_register_p.
6308 (mips_register_type): Likewise.
6309 (mips_print_register): Likewise.
6310 (print_gp_register_row): Likewise.
6311 (mips_print_registers_info): Likewise.
6312
7f0e6aae
MR
63132012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6314
6315 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6316 of mips16 symbols.
6317
bc17beea
AP
63182012-04-20 Andrew Pinski <apinski@cavium.com>
6319
6320 * MAINTAINERS (Write After Approval): Add myself to the list.
6321
1730a5a5
SDJ
63222012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6323
6324 * MAINTAINERS: Update my e-mail address.
6325
38ea300a
PA
63262012-04-20 Pedro Alves <palves@redhat.com>
6327
6328 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6329 $srcdir.
6330 * configure: Regenerate.
6331
111dfaae
SDJ
63322012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6333
6334 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6335 declaration.
6336 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6337
4fb2c64a
JK
63382012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6339
6340 Fix compilation compatibility with python-2.4
6341 * python/py-type.c (convert_field): Cast ADDRSTRING for
6342 PyObject_SetAttrString as non-const. New comment.
6343
6328eb38
TT
63442012-04-19 Tom Tromey <tromey@redhat.com>
6345
6346 * top.c (quit_target): Use all_cleanups.
6347 * main.c (captured_command_loop): Use all_cleanups.
6348 * exceptions.c (throw_exception): Use all_cleanups.
6349
c971b7fa
PA
63502012-04-19 Pedro Alves <palves@redhat.com>
6351
6352 * Makefile.in (GNULIB_BUILDDIR): New.
6353 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6354 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6355 (CLEANDIRS). Remove gnulib/import.
6356 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6357 (all-lib): Ditto.
6358 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6359 (gnulib/import/Makefile): Replace gnulib/import with
6360 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6361 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6362 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6363 acx_configure_dir.m4.
6364 * acinclude.m4: Include acx_configure_dir.m4.
6365 * acx_configure_dir.m4: New file.
6366 * aclocal.m4: Regenerate.
a09130f9
PA
6367 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6368 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6369 (GNULIB): New variable.
6370 (GNULIB_STDINT_H): Adjust.
6371 (AC_OUTPUT): Don't output gnulib/Makefile.
6372 * gdb/defs.h: Include build-gnulib/config.h.
6373 * aclocal.m4: Regenerate.
6374 * config.in: Regenerate.
6375 * configure: Regenerate.
6376
6377 * gnulib/Makefile.in: New file.
6378 * gnulib/configure.ac: New file.
6379 * gnulib/aclocal.m4: New file.
6380 * gnulib/config.in: New file.
6381 * gnulib/configure: New file.
c971b7fa
PA
6382 * gnulib/: Re-run gnulib-tool to adjust.
6383
b10faa68
DE
63842012-04-19 Doug Evans <dje@google.com>
6385
6386 * cleanups.h (struct cleanup): Move to cleanups.c.
6387 (make_cleanup_dtor_ftype): New typedef.
6388 (make_cleanup_dtor): Use it.
6389 (ALL_CLEANUPS): Replace with ...
6390 (all_cleanups): ... this. Declare. All uses updated.
6391 * cleanups.c: #include "gdb_assert.h".
6392 (sentinel_cleanup): New static global.
6393 (SENTINEL_CLEANUP): Define.
6394 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6395 (make_my_cleanup2): Assert result is non-NULL.
6396 (all_cleanups): New function.
6397 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6398 of NULL.
6399
d8c267cc
PA
64002012-04-19 Pedro Alves <palves@redhat.com>
6401
6402 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6403 Adjust paths to gnulib imported files.
6404
809277f8
PA
64052012-04-19 Pedro Alves <palves@redhat.com>
6406
6407 * gnulib/: Move whole directory ...
6408 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6409 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6410 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6411 (aclocal_m4_deps): Adjust.
6412 * aclocal.m4: Regenerate.
6413 * configure: Regenerate.
6414 * configure.ac: Adjust AC_OUTPUT output.
6415
aad9eab9
YQ
64162012-04-19 Yao Qi <yao@codesourcery.com>
6417
6418 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6419 (vec.o): New rule.
6420 * vec.c: Move it ...
6421 * common/vec.c: ... here.
6422 * vec.h: Move it ...
6423 * common/vec.h: ... here.
6424
48fe4669
YQ
64252012-04-19 Yao Qi <yao@codesourcery.com>
6426
6427 * gdb-code-style.el: New.
6428
770d76d7
PA
64292012-04-18 Pedro Alves <palves@redhat.com>
6430
6431 Update gnulib from latest git.
6432 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6433
6434 * gnulib/Makefile.am: Update.
6435 * gnulib/dummy.c: Update.
6436 * gnulib/extra/arg-nonnull.h: Update.
6437 * gnulib/extra/c++defs.h: Update.
6438 * gnulib/extra/update-copyright: Update.
6439 * gnulib/extra/warn-on-use.h: Update.
6440 * gnulib/inttypes.in.h: Update.
6441 * gnulib/m4/00gnulib.m4: Update.
6442 * gnulib/m4/extensions.m4: Update.
6443 * gnulib/m4/gnulib-cache.m4: Update.
6444 * gnulib/m4/gnulib-common.m4: Update.
6445 * gnulib/m4/gnulib-comp.m4: Update.
6446 * gnulib/m4/gnulib-tool.m4: Update.
6447 * gnulib/m4/include_next.m4: Update.
6448 * gnulib/m4/inttypes-pri.m4: Update.
6449 * gnulib/m4/inttypes.m4: Update.
6450 * gnulib/m4/longlong.m4: Update.
6451 * gnulib/m4/memchr.m4: Update.
6452 * gnulib/m4/memmem.m4: Update.
6453 * gnulib/m4/mmap-anon.m4: Update.
6454 * gnulib/m4/multiarch.m4: Update.
6455 * gnulib/m4/onceonly.m4: Update.
6456 * gnulib/m4/stddef_h.m4: Update.
6457 * gnulib/m4/stdint.m4: Update.
6458 * gnulib/m4/string_h.m4: Update.
6459 * gnulib/m4/warn-on-use.m4: Update.
6460 * gnulib/m4/wchar_h.m4: Update.
6461 * gnulib/m4/wchar_t.m4: Update.
6462 * gnulib/m4/wint_t.m4: Update.
6463 * gnulib/memchr.c: Update.
6464 * gnulib/memmem.c: Update.
6465 * gnulib/stddef.in.h: Update.
6466 * gnulib/stdint.in.h: Update.
6467 * gnulib/str-two-way.h: Update.
6468 * gnulib/string.in.h: Update.
6469 * gnulib/wchar.in.h: Update.
6470
6471 * gnulib/extra/arg-nonnull.h: Delete.
6472 * gnulib/extra/c++defs.h: Delete.
6473 * gnulib/extra/warn-on-use.h: Delete.
6474 * gnulib/m4/wchar_h.m4: Delete.
6475 * gnulib/m4/wint_t.m4: Delete.
6476 * gnulib/wchar.in.h: Delete.
6477
6478 * gnulib/extra/snippets/arg-nonnull.h: New.
6479 * gnulib/extra/snippets/c++defs.h: New.
6480 * gnulib/extra/snippets/warn-on-use.h: New.
6481
6482 * aclocal.m4: Regenerate.
6483 * config.in: Regenerate.
6484 * configure: Regenerate.
6485 * gnulib/Makefile.in: Regenerate.
6486
174e088e
PA
64872012-04-18 Pedro Alves <palves@redhat.com>
6488
6489 Reimport the update-copyright module from gnulib
6490 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6491
6492 * configure: Regenerate.
6493 * gnulib/Makefile.am: Update.
6494 * gnulib/Makefile.in: Regenerate.
6495 * gnulib/extra/update-copyright: Update.
6496 * gnulib/m4/gnulib-cache.m4: Update.
6497 * gnulib/m4/gnulib-comp.m4: Update.
6498
7f533142
JB
64992012-04-18 Tristan Gingold <gingold@adacore.com>
6500
6501 * configure.ac (aix): Put -lpthread into libs.
6502 * configure: Regenerate.
6503
001822aa
TT
65042012-04-18 Tom Tromey <tromey@redhat.com>
6505
6506 * linespec.c (convert_linespec_to_sals): Don't use
6507 SYMBOL_OBJ_SECTION.
6508 (compare_msymbols): Arguments are minsym_and_objfile, not
6509 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6510
db026a31
PA
65112012-04-18 Pedro Alves <palves@redhat.com>
6512
6513 Revert gnulib/ part of:
6514 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6515 Copyright year update in most files (performed by copyright.sh).
6516
12df843f
JK
65172012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6518
6519 Fix 64-bit constants on 32-bit hosts.
6520 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6521 from unsigned long to ULONGEST.
6522 (read_signed_leb128): Change declaration return type from long to
6523 LONGEST.
6524 (dwarf2_const_value_attr): Change declaration parameter value from long
6525 to LONGEST.
6526 (dwarf2_compute_name): Change variable value from long to LONGEST.
6527 (read_unsigned_leb128): Change return type, variable result and some
6528 casts from unsigned long to ULONGEST.
6529 (read_signed_leb128): Change return type, variable result and some
6530 casts from long to LONGEST.
6531 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6532 value from long to LONGEST.
6533 (dwarf2_const_value): Change variable value from long to LONGEST.
6534 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6535 plongest and hex_string.
6536 * symtab.h (struct general_symbol_info): Change ivalue from long to
6537 LONGEST, remove the comment.
6538 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6539 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6540
14e75d8e
JK
65412012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6542
6543 PR symtab/7259:
6544 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6545 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6546 (ada_discrete_type_low_bound): Fix function comment. Use
6547 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6548 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6549 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6550 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6551 Use TYPE_FIELD_ENUMVAL.
6552 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6553 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6554 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6555 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6556 TYPE_CODE_ENUM.
6557 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6558 * dwarf2read.c (process_enumeration_scope): Likewise.
6559 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6560 field.bitpos.
6561 (class StructMainTypePrettyPrinter): Support also
6562 FIELD_LOC_KIND_ENUMVAL.
6563 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6564 TYPE_CODE_ENUM.
6565 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6566 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6567 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6568 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6569 field enumval.
6570 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6571 accommodate enumval.
6572 (struct call_site): Adjust loc_kind to accommodate enumval.
6573 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6574 (TYPE_FIELD_ENUMVAL): New macros.
6575 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6576 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6577 TYPE_CODE_ENUM.
6578 * p-typeprint.c (pascal_type_print_base): Likewise.
6579 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6580 enumval.
6581 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6582 * python/py-type.c (convert_field): New variable addrstring. Use
6583 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6584 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6585 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6586 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6587 TYPE_CODE_ENUM.
6588 * valprint.c (generic_val_print): Likewise.
6589
380bca97
DE
65902012-04-17 Doug Evans <dje@google.com>
6591
dcc07052
DE
6592 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6593
380bca97
DE
6594 * dwarf2read.c: Whitespace fixes.
6595 (lookup_signatured_type): Tweak comment.
6596 (get_die_type_at_offset): Fix comment.
6597
ec92004f
JB
65982012-04-17 Joel Brobecker <brobecker@adacore.com>
6599
6600 * xcoffread.c (xcoff_secnum_to_sections): New function.
6601 (secnum_to_section, secnum_to_bfd_section): Reimplement
6602 using xcoff_secnum_to_sections. Rename "secnum" parameter
6603 into "n_scnum".
6604 (RECORD_MINIMAL_SYMBOL): Delete.
6605 (record_minimal_symbol): New function.
6606 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6607 by call to record_minimal_symbol and set misc_func_recorded
6608 to 1. Set last_csect_sec to the XCOFF section index instead
6609 of GDB's section_offset index. Update calls to
6610 prim_record_minimal_symbol_and_info to pass the BFD section
6611 as well.
6612
40301fb7
JB
66132012-04-17 Joel Brobecker <brobecker@adacore.com>
6614
6615 * xcoffread.c (read_xcoff_symtab): Delete variables
6616 last_csect_val and last_csect_sec and associated code.
6617
e0088cfd
DE
66182012-04-17 Doug Evans <dje@google.com>
6619
58d5e2c3
DE
6620 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6621 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6622 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6623 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6624
c27f5738
DE
6625 * cleanups.h: New file.
6626 * cleanups.c: New file.
6627 * Makefile.in (SFILES): Add cleanups.c.
6628 (HFILES_NO_SRCDIR): Add cleanups.h.
6629 (COMMON_OBS): Add cleanups.o.
6630 * defs.h (struct cleanup): Moved to cleanups.h.
6631 (do_cleanups,do_final_cleanups): Ditto.
6632 (discard_cleanups,discard_final_cleanups): Ditto
6633 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6634 (save_cleanups,save_final_cleanups): Ditto.
6635 (restore_cleanups,restore_final_cleanups): Ditto.
6636 (null_cleanup): Ditto.
6637 (make_my_cleanup,make_my_cleanup2): Ditto.
6638 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6639 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6640 (do_cleanups,do_final_cleanups): Ditto.
6641 (discard_cleanups,discard_final_cleanups): Ditto
6642 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6643 (save_cleanups,save_final_cleanups): Ditto.
6644 (restore_cleanups,restore_final_cleanups): Ditto.
6645 (null_cleanup): Ditto.
6646 (make_my_cleanup,make_my_cleanup2): Ditto.
6647 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6648
e0088cfd
DE
6649 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6650 make_my_cleanup.
6651 (make_cleanup_dyn_string_delete): Ditto.
6652 (make_cleanup_ui_file_delete): Ditto.
6653 (make_cleanup_ui_out_redirect_pop): Ditto.
6654 (make_cleanup_free_section_addr_info): Ditto.
6655 (make_cleanup_restore_integer): Ditto.
6656 (make_cleanup_unpush_target): Ditto.
6657 (make_cleanup_value_free_to_mark): Ditto.
6658 (make_cleanup_value_free): Ditto.
6659 (make_cleanup_free_so): Ditto.
6660
4dc84fd1
JK
66612012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 New option "set debug auto-load".
6664 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6665 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6666 (auto_load_safe_path_vec_update)
6667 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6668 if DEBUG_AUTO_LOAD.
6669 (file_is_auto_load_safe): New parameters debug_fmt and ....
6670 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6671 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6672 caller by explanatory string.
6673 (_initialize_auto_load): Register "set debug auto-load".
6674 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6675 and ....
6676 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6677 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6678 by explanatory string.
6679 * main.c (captured_main): Likewise.
6680 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6681 (source_section_scripts): Likewise.
6682
bccbefd2
JK
66832012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 New option "set auto-load safe-path".
6686 * NEWS: New commands "set auto-load safe-path"
6687 and "show auto-load safe-path".
6688 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6689 (auto_load_safe_path, auto_load_safe_path_vec)
6690 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6691 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6692 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6693 (source_gdb_script_for_objfile): New variable is_safe. Call
6694 file_is_auto_load_safe. Return if it is not.
6695 (struct loaded_script): New field loaded.
6696 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6697 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6698 output "Missing" to "No".
6699 (_initialize_auto_load): New variable cmd. Initialize
6700 auto_load_safe_path. Register "set auto-load safe-path",
6701 "show auto-load safe-path" and "add-auto-load-safe-path".
6702 * auto-load.h (maybe_add_script): Add parameter loaded.
6703 (file_is_auto_load_safe): New declaration.
6704 * config.in: Regenerate.
6705 * configure: Regenerate.
6706 * configure.ac: New parameters --with-auto-load-safe-path
6707 and --without-auto-load-safe-path.
6708 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6709 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6710 * main.c (captured_main): Check file_is_auto_load_safe for
6711 LOCAL_GDBINIT.
6712 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6713 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6714 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6715 not.
6716
bf88dd68
JK
67172012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 auto-load: Implementation.
6720 * NEWS: New descriptions for "info auto-load",
6721 "info auto-load gdb-scripts", "info auto-load python-scripts",
6722 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6723 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6724 and "show auto-load-scripts". New description for "set auto-load",
6725 "show auto-load", "set auto-load gdb-scripts",
6726 "show auto-load gdb-scripts", "set auto-load python-scripts",
6727 "show auto-load python-scripts", "set auto-load local-gdbinit",
6728 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6729 "show auto-load libthread-db".
6730 * auto-load.c: Remove include python/python-internal.h. Add includes
6731 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6732 cli/cli-setshow.h.
6733 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6734 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6735 (gdbpy_global_auto_load): Rename to ...
6736 (global_auto_load): ... here.
6737 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6738 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6739 (script_language_gdb, source_gdb_script_for_objfile): New.
6740 (struct loaded_script): New field language.
6741 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6742 LANGUAGE.
6743 (maybe_add_script): Add parameter language. Drop redundant
6744 entry.full_path initialization. Initialize entry.language and
6745 (*slot)->language.
6746 (auto_load_objfile_script): Change parameter suffix to language.
6747 Remove the call of maybe_add_script.
6748 Call language->source_script_for_objfile.
6749 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6750 New.
6751 (collect_matching_scripts): Adjust it for
6752 struct collect_matching_scripts_data.
6753 (auto_load_info_scripts_pattern_nl): New variable.
6754 (info_auto_load_scripts): Rename to ...
6755 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6756 for struct collect_matching_scripts_data.
6757 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6758 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6759 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6760 (auto_load_info_cmdlist_get): New.
6761 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6762 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6763 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6764 "info auto-load local-gdbinit".
6765 * auto-load.h (struct script_language): New.
6766 (gdbpy_global_auto_load): Rename to ...
6767 (global_auto_load): ... here.
6768 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6769 (auto_load_local_gdbinit_loaded): New declarations.
6770 (maybe_add_script): New parameter language.
6771 (auto_load_objfile_script): Change parameter suffix to language.
6772 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6773 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6774 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6775 declarations.
6776 * linux-thread-db.c: Include auto-load.h and ctype.h.
6777 (auto_load_thread_db, show_auto_load_thread_db): New.
6778 (struct thread_db_info): New field filename.
6779 (delete_thread_db_info): Call xfree for FILENAME.
6780 (try_thread_db_load): Initialize FILENAME.
6781 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6782 if !AUTO_LOAD_THREAD_DB.
6783 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6784 (_initialize_thread_db): Install auto_load_thread_db
6785 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6786 as "info auto-load libthread-db".
6787 * main.c (captured_main): Rename gdbpy_global_auto_load to
6788 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6789 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6790 (print_gdb_help): Extend the help for 'local init file'.
6791 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6792 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6793 (auto_load_scripts): Rename to ...
6794 (auto_load_python_scripts): ... here, update the comment.
6795 (gdbpy_load_auto_script_for_objfile): New declaration.
6796 (show_auto_load_python_scripts, script_language_python)
6797 (gdbpy_load_auto_script_for_objfile): New.
6798 (source_section_scripts): Refactor the code.
6799 (load_auto_scripts_for_objfile): Rename to ...
6800 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6801 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6802 (info_auto_load_python_scripts): New.
6803 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6804 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6805 Register "set auto-load-scripts" as its deprecated alias. Register
6806 "info auto-load python-scripts". Register "info auto-load-scripts" as
6807 its deprecated alias.
6808 (load_auto_scripts_for_objfile): Rename to ...
6809 (gdbpy_load_auto_scripts_for_objfile): ... here.
6810 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6811 (gdbpy_load_auto_scripts_for_objfile): ... here.
6812
e2207b9a
JK
68132012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 auto-load: Move files.
6816 * Makefile.in (SFILES): Add auto-load.c.
6817 (HFILES_NO_SRCDIR): Add auto-load.h.
6818 (COMMON_OBS): Add auto-load.o.
6819 (distclean): Change .gdbinit for gdb-gdb.gdb.
6820 * auto-load.c: New file, with parts from python/py-auto-load.c.
6821 * auto-load.h: New file, with parts from python/python.h.
6822 * configure: Regenerate.
6823 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6824 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6825 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6826 * main.c: Include auto-load.h.
6827 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6828 command.h, observer.h and progspace.h to auto-load.c. Add include
6829 auto-load.h.
6830 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6831 (struct loaded_script, auto_load_pspace_data)
6832 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6833 (hash_loaded_script_entry, eq_loaded_script_entry)
6834 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6835 (maybe_add_script): Move to auto-load.c.
6836 (source_section_scripts): Change maybe_add_script parameters passing,
6837 use script_not_found_warning_print.
6838 (clear_section_scripts, auto_load_objfile_script)
6839 (auto_load_new_objfile, loaded_script_ptr)
6840 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6841 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6842 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6843 auto_load_new_objfile and info_auto_load_scripts initizations to
6844 auto-load.c.
6845 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6846
e4ab2fad
JK
68472012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 Code cleanup.
6850 * charset.c (find_charset_names): Remove variables ix and elt.
6851 Use free_char_ptr_vec.
6852 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6853 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6854 debugdir_end. New variable debugdir_len.
6855 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6856 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6857 declarations.
6858 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6859 and elt. Use free_char_ptr_vec.
6860 * source.c (add_path): Remove variables argv, arg and argv_index.
6861 New variables dir_vec, back_to, ix and name.
6862 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6863 make_cleanup_freeargv. Remove variable separator. Simplify the code
6864 no longer expecting DIRNAME_SEPARATOR.
6865 (openp): Remove variable p, p1 and len. New variables dir_vec,
6866 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6867 no longer expecting DIRNAME_SEPARATOR.
6868 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6869 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6870 debugdir_end.
6871 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6872 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6873 (dirnames_to_char_ptr_vec): New functions.
6874
5ee4ed9f
JK
68752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 Code cleanup.
6878 * source.c (add_path): Remove always true conditional 'p == 0' and
6879 unindent its code block.
6880
f41f5e61
PA
68812012-04-17 Pedro Alves <palves@redhat.com>
6882
6883 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6884 (FIELD_BITPOS_LVAL): ... this.
6885 (FIELD_BITPOS): New.
6886 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6887 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6888 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6889 SET_FIELD_BITPOS.
6890 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6891 SET_FIELD_BITPOS.
6892 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6893 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6894 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6895 SET_FIELD_BITPOS.
6896
945b3a32
JK
68972012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6898
6899 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6900 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6901 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6902 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6903 * jv-lang.c (java_link_class_type): Likewise, once.
6904 * stabsread.c (read_enum_type): Likewise.
6905
42476b70
YQ
69062012-04-16 Yao Qi <yao@codesourcery.com>
6907
6908 * common/agent.c (agent_run_command): Add one more parameter `len'.
6909 Update callers.
6910 * common/agent.h: Update declaration.
6911 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6912 Update.
6913 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6914
8264ba82
AG
69152012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6916
6917 PR mi/13393
6918 * value.c (value_actual_type): New function.
6919 * value.h (value_actual_type): New declaration.
6920 * varobj.c (update_type_if_necessary): New function.
6921 (varobj_create): Call value_actual_type instead of
6922 value_type.
6923 (install_dynamic_child): distinct changed and type changed MI variable
6924 objects.
6925 (update_dynamic_varobj_children): Updated for install_dynamic_child
6926 change. All callers updated.
a09130f9 6927 (varobj_update): Support for MI variable object type change if
8264ba82
AG
6928 the value changed and RTTI is used to determine the type.
6929 (create_child_with_value): Call value_actual_type instead of
6930 value_type.
a09130f9 6931 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
6932 specify whether the given value should be casted to enclosing type.
6933 All callers updated.
6934
55a8c076
YQ
69352012-04-14 Yao Qi <yao@codesourcery.com>
6936
6937 Import gnulib module inttypes from git
6938 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6939 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
6940 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6941 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
6942 * aclocal.m4, config.in, configure: Regenerated.
6943 * gnulib/Makefile.am: Update.
6944 * gnulib/Makefile.in: Update.
6945 * gnulib/m4/gnulib-cache.m4: Update.
6946 * gnulib/m4/gnulib-comp.m4: Update.
6947 * gnulib/inttypes.in.h: New.
6948 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 6949 * gnulib/m4/inttypes.m4: New.
55a8c076 6950
ca7781d2
LM
69512012-04-13 Luis Machado <lgustavo@codesourcery.com>
6952
6953 * infrun.c (resume): Update PC address to the real PC after
6954 preparing to do displaced stepping.
6955
e319fa28
DE
69562012-04-12 Doug Evans <dje@google.com>
6957
6958 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6959 All callers updated.
6960
15add3f5
MK
69612012-04-12 Mark Kettenis <kettenis@gnu.org>
6962
6963 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6964
52dc124a
DE
69652012-04-12 Doug Evans <dje@google.com>
6966
0e50663e
DE
6967 * dwarf2read.c (create_all_type_units): Renamed from
6968 create_debug_types_hash_table. All callers updated.
6969
52dc124a
DE
6970 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6971 local type_sig to sig_type, type_offset to type_offset_in_tu.
6972 (hash_signatured_type): Renamed from hash_type_signature,
6973 all callers updated.
6974 (eq_signatured_type): Renamed from eq_type_signature,
6975 all callers updated.
6976 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6977 (process_enumeration_scope): Ditto.
6978 (lookup_signatured_type_at_offset): Ditto.
6979 (load_full_type_unit, read_signatured_type): Ditto.
6980
248fd3bf
YQ
69812012-04-12 Yao Qi <yao@codesourcery.com>
6982
6983 * remote.c (async_remote_interrupt): Correct function name in
6984 debug message.
6985 (async_remote_interrupt_twice): Ditto.
6986
bc3aa6c3
DE
69872012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6988
6989 * source.c (find_and_open_source): Consistently pass resulting
6990 full path through xfullpath.
6991
9e529e1d
JK
69922012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6993
6994 Provide more specific displaced-stepping memory error message.
6995 * infrun.c (displaced_step_prepare): New variable status. Call
6996 target_read_memory instead of read_memory, provide more specific
6997 error message.
6998
82e0cec1
TG
69992012-04-11 Tristan Gingold <gingold@adacore.com>
7000
7001 PR gdb/13901
7002 * darwin-nat.c (darwin_execvp): Revert previous patch.
7003
d987a266
TG
70042012-04-11 Tristan Gingold <gingold@adacore.com>
7005
7006 PR gdb/13901
7007 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7008 in case of change.
7009
016b7430
TG
70102012-04-11 Tristan Gingold <gingold@adacore.com>
7011
7012 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7013 warning.
7014
06fc020f
SCR
70152012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7016
7017 New command 'explore' which helps explore values and types in
7018 scope.
7019 * NEWS: Add an entry about the new 'explore' command.
7020 * data-directory/Makefile.in: Add gdb/command/explore.py
7021 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 7022 command using the GDB Python API.
06fc020f 7023
de0919f8 70242012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
7025
7026 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7027 extension in jump target calculation.
7028
de0919f8 70292012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
7030
7031 * mips-tdep.c (mips32_next_pc): Handle JALX.
7032
2f26ef89
YQ
70332012-04-10 Yao Qi <yao@codesourcery.com>
7034
7035 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7036
2e505b66
YQ
70372012-04-10 Yao Qi <yao@codesourcery.com>
7038
7039 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7040 and gnulib/m4/gnulib-tool.m4.
7041
0d99eb77
DE
70422012-04-10 Doug Evans <dje@google.com>
7043
7044 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7045 (load_partial_dies): Clarify comment.
7046 (find_partial_die): Support rereading type units.
7047 Clarify CU handling, if we know offset is in CU, don't search for the
7048 containing CU. Add comment regarding memory waste.
7049
9a82b8ff
L
70502012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7051
7052 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7053 i386/x32-avx and i386/x32-avx-linux.
7054 (i386/x32-expedite): New.
7055 (i386/x32-linux-expedite): Likewise.
7056 (i386/x32-avx-expedite): Likewise.
7057 (i386/x32-avx-linux-expedite): Likewise.
7058 ($(outdir)/i386/x32.dat): Likewise.
7059 ($(outdir)/i386/x32-linux.dat): Likewise.
7060 ($(outdir)/i386/x32-avx.dat): Likewise.
7061 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7062
7063 * features/i386/x32-avx-linux.xml: New file.
7064 * features/i386/x32-avx.xml: Likewise.
7065 * features/i386/x32-core.xml: Likewise.
7066 * features/i386/x32-linux.xml: Likewise.
7067 * features/i386/x32.xml: Likewise.
7068
7069 * features/i386/x32-avx-linux.c: New. Generated.
7070 * features/i386/x32-avx.c: Likewise.
7071 * features/i386/x32-linux.c: Likewise.
7072 * features/i386/x32.c: Likewise.
7073 * regformats/i386/x32-avx-linux.dat: Likewise.
7074 * regformats/i386/x32-avx.dat: Likewise.
7075 * regformats/i386/x32-linux.dat: Likewise.
7076 * regformats/i386/x32.dat: Likewise.
7077
ee41036f
TG
70782012-04-10 Tristan Gingold <gingold@adacore.com>
7079
7080 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7081 code to kill the inferior.
7082
a7aa5b8a
MK
70832012-04-09 Mark Kettenis <kettenis@gnu.org>
7084
7085 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7086 defines.
7087 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7088 defines.
a09130f9 7089 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
7090 (yyvsp): New defines.
7091 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7092 defines.
7093 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7094 defines.
7095 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7096 defines.
7097 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7098 defines.
7099 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7100 defines.
7101
fb57d452
MK
71022012-04-09 Mark Kettenis <kettenis@gnu.org>
7103
a09130f9 7104 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
7105 (sparc64_store_arguments): Fix coding style.
7106
cdc7b32f
MK
71072012-04-07 Mark Kettenis <kettenis@gnu.org>
7108
7109 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7110 complex floats, adjust some related comments and tighten a related
7111 assertion.
7112 (sparc64_extract_return_value): Handle complex floats.
7113
7adf1e79
DE
71142012-04-07 Doug Evans <dje@google.com>
7115
7116 * dwarf2read.c (load_partial_dies): Change condition to assert.
7117
50f1ae7b
DE
71182012-04-06 Doug Evans <dje@google.com>
7119
7120 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7121 "mov %rsp,%rbp".
7122
55fa75c3
KB
71232012-04-05 Kevin Buettner <kevinb@redhat.com>
7124
7125 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7126 fencepost error.
7127 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7128 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7129 architecture.
7130
40e084e1
KS
71312012-04-05 Keith Seitz <keiths@redhat.com>
7132
7133 * linespec.c (decode_compound): Remove.
7134 (enum offset_relative_sign): New enum.
7135 (struct line_offset): New struct.
7136 (struct linespec): New struct.
7137 (struct linespec_state): Move file_symtabs,
7138 user_filename, and user_function into struct linespec.
7139 Make result an anonymous struct holding vectors of
7140 symbolp and minsym_and_objfile_d.
7141 Add language member.
7142 (enum ls_token_type): New enum.
7143 (linespec_keywords): New array.
7144 (struct ls_token): New struct.
7145 (struct ls_parser): New struct.
7146 (linespec_lexer_lex_number): New function.
7147 (linespec_lexer_lex_keyword): New function.
7148 (is_ada_operator): New function.
7149 (skip_quote_char): New function.
7150 (copy_token_string): New function.
7151 (is_closing_quote_enclosed): New function.
7152 (find_parameter_list_end): New function.
7153 (linespec_lexer_lex_string): New function.
7154 (linespec_lexer_lex_one): New function.
7155 (linespec_lexer_consume_token): New function.
7156 (linespec_lexer_peek_token): New function.
7157 (cplusplus_error): Remove unused function.
7158 (find_methods): Update comment.
7159 (find_toplevel_char): Return const.
7160 (is_objc_method_format): Remove unused function.
7161 (find_toplevel_string): New function.
7162 (is_linespec_boundary): Remove.
7163 (symbol_not_found_error): New function.
7164 (find_method_overload_end): Remove function.
7165 (unexpected_linespec_error): New function.
7166 (keep_name_info): Remove.
7167 (linespec_parse_line_offset): New function.
7168 (linespec_parse_basic): New function.
7169 (canonicalize_linespec): New function.
7170 (decode_line_internal): Remove.
7171 (create_sals_line_offset): New function adapted from
7172 decode_all_digits.
7173 (convert_linespec_to_sals): New function.
7174 (parse_linespec): New function.
7175 (linespec_parser_new): New function.
7176 (linespec_state_destructor): Change parameter type to
7177 struct linespec_state *.
7178 Add language parameter.
7179 Remove freeing of moved members.
7180 (linespec_parser_delete): New function.
7181 (decode_line_full): Use parse_linespec and linespec_parser_new.
7182 (decode_line_1): Likewise.
7183 (decode_indirect): Rename to ...
7184 (linespec_expression_to_pc): ... this and rewrite
7185 to simply find CORE_ADDR, storing this result for later
7186 conversion to SALs.
7187 (locate_first_half): Remove.
7188 (deocde_objc): Add parameter LS.
7189 Initialize new struct collect_info members.
7190 Handle minimal symbols, too.
7191 (decode_compound): Delete.
7192 (lookup_prefix_sym): Rewrite.
7193 (compare_msymbols): New function.
7194 (find_method): Rewrite.
7195 Do not call cplusplus_error.
7196 (symtabs_from_filename): Rewrite.
7197 (collect_function_symbols): Delete.
7198 (find_function_symbols): Rewrite without ARGPTR-style
7199 processing.
7200 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7201 (decode_dollar): Adapted and renamed to ...
7202 (linespec_parse_variable): ... this.
7203 (find_linespec_symbols): New function.
7204 (decode_label): Adapted and renamed to ...
7205 (find_label_symbols): ... this.
7206 (decode_digits_list_mode): Add and use LS argument.
7207 (decode_digits_ordinary): Likewise.
7208 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7209 If in list mode, allow any symbol class. Otherwise, only
7210 permit LOC_BLOCK symbols.
7211 (minsym_found): Update comments.
7212 (search_minsyms_for_name): Do not convert the matching symbol
7213 into a SAL. Simply push the symbol and objfile into the
7214 result vector.
7215 (decode_variable): Delete. Contents adapted into
7216 find_linespec_symbols.
7217
7218 * cp-support.c (SKIP_SPACE): Remove.
7219 (operator_tokens): Remove unused global.
7220 (cp_validate_operator): Remove.
7221 * cp-support.h (cp_validate_operator): Remove declaration.
7222
a72c8f6a
JK
72232012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7226 for TYPE_VPTR_FIELDNO.
7227 * valprint.c (valprint_check_validity): Make it global, move the
7228 function comment ...
7229 * value.h (valprint_check_validity): ... to this new declaration.
7230
cf9bb588
TG
72312012-04-02 Tristan Gingold <gingold@adacore.com>
7232
7233 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7234 the STATE32 api for i386 state.
7235 (i386_darwin_store_inferior_registers): Likewise.
7236
17092398
TG
72372012-04-02 Tristan Gingold <gingold@adacore.com>
7238
7239 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7240 SS offset.
7241 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7242 format_string.
7243
ece0061f
TG
72442012-04-02 Tristan Gingold <gingold@adacore.com>
7245
7246 PR gdb/13901
d987a266 7247 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7248
cf65ecd3
JK
72492012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7250
7251 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7252
9bc3523d
TT
72532012-03-30 Tom Tromey <tromey@redhat.com>
7254
7255 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7256 of TRY_CATCH. Fix error handling.
7257 * python/py-value.c (convert_value_from_python): Move 'old'
7258 declaration to innermost scope.
7259
b1ed564a
JB
72602012-03-29 Joel Brobecker <brobecker@adacore.com>
7261 Andrey Smirnov <andrew.smirnov@gmail.com>
7262
7263 -Wshadow warning fix.
7264 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7265 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7266 Adjust code accordingly.
7267
cb8e9b97
JB
72682012-03-29 Joel Brobecker <brobecker@adacore.com>
7269
7270 * ada-lang.c (symbol_completion_add): Rename parameter
7271 "encoded" into "encoded_p". Ajust code and documentation
7272 accordingly.
7273
c0af1706
JB
72742012-03-29 Joel Brobecker <brobecker@adacore.com>
7275 Andrey Smirnov <andrew.smirnov@gmail.com>
7276
7277 -Wshadow warning fix.
7278 * ada-lang.c (symbol_completion_add): Rename parameter
7279 "wild_match" into wild_match_p. Update code and documentation
7280 accordingly.
7281
6ea35997
JB
72822012-03-29 Joel Brobecker <brobecker@adacore.com>
7283
7284 * ada-lang.c (symbol_completion_match): Rename parameter
7285 "encoded" into "encoded_p". Ajust code and documentation
7286 accordingly.
7287
e701b3c0
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 (symbol_completion_match): Rename parameter
7293 "wild_match" into "wild_match_p". Adjust code and function
7294 documentation accordingly.
7295
5e2336be
JB
72962012-03-29 Joel Brobecker <brobecker@adacore.com>
7297 Andrey Smirnov <andrew.smirnov@gmail.com>
7298
7299 -Wshadow warning fix.
7300 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7301 "symbol_info" into "info". Adjust code accordingly.
7302 (ada_lookup_symbol): Likewise.
7303
9f88c959
JB
73042012-03-29 Joel Brobecker <brobecker@adacore.com>
7305
7306 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7307 of this function's documentation.
7308
82ccd55e
JB
73092012-03-29 Joel Brobecker <brobecker@adacore.com>
7310 Andrey Smirnov <andrew.smirnov@gmail.com>
7311
7312 -Wshadow warning fix.
7313 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7314 variable into "wild_match_p". Adjust code accordingly.
7315
d0a8ab18
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 (ada_add_local_symbols): Rename "wild_match"
7321 parameter into "wild_match_p". Adjust code accordingly.
7322 Document this parameter in the function description.
7323
48b78332
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 (add_symbols_from_enclosing_procs): Rename
7329 "wild_match" parameter to "wild_match_p" (-Wshadow).
7330
2e6e0353
JB
73312012-03-29 Joel Brobecker <brobecker@adacore.com>
7332
7333 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7334 in function documentation.
7335
dc4024cd
JB
73362012-03-29 Joel Brobecker <brobecker@adacore.com>
7337 Andrey Smirnov <andrew.smirnov@gmail.com>
7338
7339 -Wshadow warning fix.
7340 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7341 variable into wild_match_p. Adjust code accordingly.
7342
6c88661c
JB
73432012-03-29 Joel Brobecker <brobecker@adacore.com>
7344 Andrey Smirnov <andrew.smirnov@gmail.com>
7345
7346 * ada-valprint.c (ada_val_print_1): Move the code handling
7347 TYPE_CODE_ENUM inside its own lexical block. Declare
7348 variables len and val there, instead of in the function's
7349 top level block. Avoid declaring deref_val again in a way
7350 that shadows another variable of the same name declared
7351 in one of the up-level blocks. Just re-use the up-level
7352 variable instead.
7353
4e5c77fe
JB
73542012-03-29 Joel Brobecker <brobecker@adacore.com>
7355
7356 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7357 Replace block_found argument by symbol_info. Adjust
7358 implementation accordingly. Add function documentation.
7359 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7360 Fix documentation.
7361 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7362 * ada-exp.y (write_object_renaming): Adjust to new
7363 ada_lookup_encoded_symbol API.
7364
1c0ac8c7
JB
73652012-03-29 Joel Brobecker <brobecker@adacore.com>
7366
7367 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7368 documentation.
7369
2aaed979
KB
73702012-03-28 Rathish C <rathish.c@kpitcummins.com>
7371
7372 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7373 (v850_register_name): Add the mpu and fpu register names.
7374 (v850e_register_name): Add the mpu and fpu register names.
7375 (v850e2_register_name): New function.
a09130f9 7376 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7377 bfd_mach_v850e2v3.
7378
927fbba6
JB
73792012-03-28 Joel Brobecker <brobecker@adacore.com>
7380
7381 * NEWS: Add entry for Ada varobj support.
7382
d32cafc7
JB
73832012-03-28 Joel Brobecker <brobecker@adacore.com>
7384
7385 * varobj.c (default_value_is_changeable_p): New function,
7386 extracted from varobj_value_is_changeable_p. Add declaration.
7387 (ada_value_is_changeable_p): New function, extracted from
7388 varobj_value_is_changeable_p. Add declaration.
7389 (struct language_specific): New field "value_is_changeable_p".
7390 (languages): Add entries for new field.
7391 (varobj_create): Set language before calling install_new_value.
7392 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7393 "value_is_changeable_p" language callback.
7394
181875a4
JB
73952012-03-28 Joel Brobecker <brobecker@adacore.com>
7396
7397 * ada-varobj.h, ada-varobj.c: New files.
7398 * Makefile.in (SFILES): Add ada-varobj.c.
7399 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7400 (COMMON_OBS): Add ada-varobj.o.
7401
7a290c40
JB
74022012-03-28 Joel Brobecker <brobecker@adacore.com>
7403
7404 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7405 (struct language_specific): New field "value_has_mutated".
7406 (languages): Set field "value_has_mutated" in each entry of array.
7407 (varobj_value_has_mutated): New function.
7408 (varobj_udpdate): Add handling of type mutation.
7409 (value_of_root): Add handling of type mutation.
7410 (ada_value_has_mutated): New function.
7411
ca9b8b9c
PA
74122012-03-28 Pedro Alves <palves@redhat.com>
7413
7414 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7415 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7416
cc0265cd
TT
74172012-03-28 Tom Tromey <tromey@redhat.com>
7418
7419 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7420 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7421 before returning.
7422
3ad2ec6f
TT
74232012-03-28 Tom Tromey <tromey@redhat.com>
7424
7425 * .dir-locals.el: New file.
7426
4a6510ba
PA
74272012-03-28 Pedro Alves <palves@redhat.com>
7428
7429 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7430
5a75128f
JB
74312012-03-28 Joel Brobecker <brobecker@adacore.com>
7432
7433 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7434 handling for r0.
7435
f99d8bf4
PA
74362012-03-27 Pedro Alves <palves@redhat.com>
7437
7438 Eliminate struct ui_stream.
7439
7440 * ui-out.h (struct ui_stream): Delete.
7441 (ui_out_field_stream): Adjust prototype.
7442 (ui_out_stream_new, ui_out_stream_delete)
7443 (make_cleanup_ui_out_stream_delete): Delete declarations.
7444 * ui-out.c (ui_out_field_stream): Change prototype to take a
7445 ui_file instead of a ui_stream. Adjust.
7446 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7447 (make_cleanup_ui_out_stream_delete): Delete.
7448 * breakpoint.c (print_breakpoint_location)
7449 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7450 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7451 * disasm.c (dump_insns): Ditto.
7452 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7453 prototype.
7454 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7455 ui_stream/ui_out_stream_new.
7456 * infcmd.c (print_return_value): Ditto.
7457 * osdata.c (info_osdata_command): Don't allocate a local
7458 ui_stream.
7459 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7460 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7461 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7462 allocate a local ui_stream.
7463 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7464 instead of ui_stream/ui_out_stream_new.
7465 (list_args_or_locals): Don't allocate a local ui_stream.
7466 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7467 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7468 ui_stream/ui_out_stream_new.
7469 * cli/cli-setshow.c (do_setshow_command): Ditto.
7470
6350a066 74712012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7472
6350a066
PA
7473 * arm-linux-tdep.c (arm_linux_init_abi): Call
7474 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7475 * arm-tdep.c (arm_process_record): New function.
7476 (deallocate_reg_mem): New function.
7477 (decode_insn): New function.
7478 (thumb_record_branch): New function.
7479 (thumb_record_ldm_stm_swi(): New function.
7480 (thumb_record_misc): New function.
7481 (thumb_record_ld_st_stack): New function.
7482 (thumb_record_ld_st_imm_offset): New function.
7483 (thumb_record_ld_st_reg_offset(): New function.
7484 (thumb_record_add_sub_cmp_mov): New function.
7485 (thumb_record_shift_add_sub): New function.
7486 (arm_record_coproc_data_proc): New function.
7487 (arm_record_coproc): New function.
7488 (arm_record_b_bl): New function.
7489 (arm_record_ld_st_multiple): New function.
7490 (arm_record_ld_st_reg_offset): New function.
7491 (arm_record_ld_st_imm_offset): New function.
7492 (arm_record_data_proc_imm): New function.
7493 (arm_record_data_proc_misc_ld_str): New function.
7494 (arm_record_extension_space): New function.
7495 (arm_record_strx): New function.
7496 (sbo_sbz): New function.
7497 (struct insn_decode_record): New structure for arm insn record.
7498 (REG_ALLOC): New macro for reg allocations.
7499 (MEM_ALLOC): New macro for memory allocations.
7500 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7501
89e028e2
AS
75022012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7503
7504 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7505 (store_register): Likewise.
7506
6350a066 75072012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7508
6350a066 7509 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7510
5b43fab2
JK
75112012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7512
7513 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7514 Describe also the option "auto".
7515
b5453b95
RH
75162012-03-22 Richard Henderson <rth@redhat.com>
7517
7518 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7519 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7520
227ee7fc
RH
75212012-03-22 Richard Henderson <rth@redhat.com>
7522
7523 * jit.c (jit_read_code_entry): Compute alignment and offset of
7524 int64_t member before computing entry_size.
7525
7b282c5a
SCR
75262012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7527
7528 Python scripting: Add new method Value.referenced_value to
7529 gdb.Value which can dereference pointer as well as reference
7530 values.
7531 * NEWS: Add entry under 'Python scripting' about the new method
7532 Value.referenced_value on gdb.Value objects.
7533 * python/py-value.c (valpy_referenced_value): New function
7534 defining a new method on gdb.Value objects which can dereference
7535 pointer and reference values.
7536
0c83539f
SCR
75372012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7538
7539 * MAINTAINERS (Write After Approval): Add myself to the list.
7540
7ccffd7c
KB
75412012-03-21 Kevin Buettner <kevinb@redhat.com>
7542
7543 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7544 in addition to "main".
7545
bd0b9f9e
JB
75462012-03-21 Joel Brobecker <brobecker@adacore.com>
7547
7548 * expression.h (op_name): Add declaration.
7549 * expprint.c (op_name): Remove declaration. Make non-static.
7550 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7551
a5362b9a
TS
75522012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7553
7554 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7555 of struct siginfo.
7556 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7557 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7558 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7559 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7560 (linux_nat_get_siginfo): Likewise.
7561 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7562 (linux_nat_get_siginfo): Likewise.
7563 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7564 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7565 * procfs.c (gdb_siginfo_t): Likewise.
7566
adcadaab
MF
75672012-03-21 Mike Frysinger <vapier@gentoo.org>
7568
7569 * .gitignore: Ignore more files.
7570
e278ad5b
PA
75712012-03-20 Pedro Alves <palves@redhat.com>
7572
7573 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7574 returns.
7575
741e63d7
YQ
75762012-03-20 Yao Qi <yao@codesourcery.com>
7577
7578 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7579 comment.
7580
b64f50a1
JK
75812012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7584 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7585 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7586 sect_offset.
7587 * dwarf2expr.h (cu_offset, sect_offset): New types.
7588 (struct dwarf_expr_context_funcs) <dwarf_call>
7589 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7590 sect_offset.
7591 (struct dwarf_expr_context) <len>: Improve the comment.
7592 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7593 cu_offset and sect_offset.
7594 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7595 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7596 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7597 * dwarf2loc.h: Include dwarf2expr.h.
7598 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7599 and sect_offset.
7600 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7601 Improve the comment.
7602 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7603 (struct signatured_type, struct line_header, struct partial_die_info)
7604 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7605 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7606 (get_die_type_at_offset, create_cus_from_index)
7607 (create_signatured_type_table_from_index, dw2_get_file_names)
7608 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7609 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7610 (create_debug_types_hash_table, process_psymtab_comp_unit)
7611 (load_partial_comp_unit, create_all_comp_units)
7612 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7613 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7614 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7615 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7616 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7617 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7618 (find_partial_die, read_attribute_value, lookup_die_type)
7619 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7620 (is_ref_attr): New function comment.
7621 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7622 Use cu_offset and sect_offset.
7623 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7624 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7625 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7626 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7627 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7628 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7629 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7630 sect_offset.
7631
e97a38f7
JK
76322012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7633
7634 Code cleanup.
7635 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7636 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7637 with xfree.
7638 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7639
8320cc4f
JK
76402012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7641
7642 * NEWS: Describe new options --init-command=FILE, -ix and
7643 --init-eval-command=COMMAND, -iex.
7644 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7645 CMDARG_INIT_COMMAND.
7646 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7647 "init-command", "init-eval-command", "ix" and "iex" to the variable
7648 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7649 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7650 (print_gdb_help): Describe --init-command=FILE, -ix and
7651 --init-eval-command=COMMAND, -iex.
7652
26743505
JK
76532012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7654
7655 Code cleanup.
7656 * main.c (struct cmdarg): Move it here from main. Add more comments.
7657 (cmdarg_s, VEC (cmdarg_s)): New.
7658 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7659 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7660 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7661 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7662 of CMDARG.
7663
5ff5c7b4
TT
76642012-03-19 Tom Tromey <tromey@redhat.com>
7665
7666 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7667
ab260dad
JK
76682012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 PR symtab/13777
7671 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7672 GCC >=4.5.
7673
c366c1f0
TT
76742012-03-16 Chris January <chris.january@allinea.com>
7675
7676 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7677 of clear.
7678
e16edb45
TT
76792012-03-16 Chris January <chris.january@allinea.com>
7680
7681 * source.c (add_path): Use memmove instead of strcpy because the
7682 strings overlap.
7683
53ba8333
JB
76842012-03-16 Joel Brobecker <brobecker@adacore.com>
7685
7686 * value.h (set_value_parent): Add declaration.
7687 * value.c (set_value_parent): New function.
7688 (value_address): If VALUE->PARENT is not NULL, then use it as
7689 the base address instead of VALUE->LOCATION.address.
7690 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7691 the same as OBJ's address. Adjust V's offset accordingly.
7692 Set V's parent.
7693
481860b3
GB
76942012-03-16 Gary Benson <gbenson@redhat.com>
7695
7696 PR breakpoints/10738
7697 * dwarf2read.c (use_deprecated_index_sections): New global.
7698 (struct partial_die_info): New member may_be_inlined.
7699 (read_partial_die): Set may_be_inlined where appropriate.
7700 (add_partial_subprogram): Add partial symbols for partial
7701 DIEs that may be inlined.
7702 (new_symbol_full): Add inlined subroutines to the current
7703 scope.
7704 (write_psymtabs_to_index): Bump version number.
7705 (dwarf2_read_index): Read only version 6 indices unless
7706 use_deprecated_index_sections is set.
7707 * linespec.c (symbol_and_data_callback): New structure.
7708 (iterate_inline_only): New function.
7709 (iterate_over_all_matching_symtabs): New argument
7710 "include_inline". If nonzero, also call the callback for
7711 symbols representing inlined subroutines.
7712 (lookup_prefix_sym): Pass extra argument to the above.
7713 (find_function_symbols): Likewise.
7714 (add_matching_symbols_to_info): Likewise.
7715 * NEWS: Mention that GDB can now set breakpoints on inlined
7716 functions.
7717
d0e7e15a
PM
77182012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7719
7720 * p-typeprint.c (pascal_type_print_method_args):
7721 Fix display of parameter of methods.
7722
3d354654
PM
77232012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7724
7725 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7726 Add missing prototype.
7727
cafe75b0
JK
77282012-03-16 Yao Qi <yao@codesourcery.com>
7729 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 Fix false compilation warning.
7732 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7733
25f8c692
JL
77342012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7735 Pedro Alves <pedro@codesourcery.com>
7736
7737 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7738 (arm_register_g_packet_guesses): New function.
7739 (arm_gdbarch_init): Don't force a target description with
7740 registers when the executable is detected as M-profile. Instead
7741 set gdbarch->tdep->is_m. Register `g' packet guesses.
7742 (_initialize_arm_tdep): Initialize the new target description.
7743 * features/arm-with-m-fpa-layout.xml: New description.
7744 * features/arm-with-m-fpa-layout.c: New, generated.
7745
35c63cd8
JB
77462012-03-15 Joel Brobecker <brobecker@adacore.com>
7747
7748 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7749 Update function description.
7750 (insert_bp_location): Do not wipe bl->target_info out.
7751 * mem-break.c: #include "gdb_string.h".
7752 (default_memory_insert_breakpoint): Do not call target_read_memory
7753 with a pointer to the breakpoint's shadow_contents buffer. Use
7754 a local buffer instead.
7755 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7756
57651221
TT
77572012-03-15 Tom Tromey <tromey@redhat.com>
7758
7759 * NEWS: Mention "info vtbl", not "info vtable".
7760 * cp-support.c (info_vtbl_command): Fix comment.
7761 (_initialize_cp_support): Fix text.
7762
410528f0
TT
77632012-03-15 Tom Tromey <tromey@redhat.com>
7764
7765 * cp-valprint.c (cp_print_value_fields): Use
7766 print_function_pointer_address for vtable slot.
7767
c4aeac85
TT
77682012-03-15 Tom Tromey <tromey@redhat.com>
7769
7770 * gnu-v3-abi.c (struct value_and_voffset): New.
7771 (hash_value_and_voffset, eq_value_and_voffset)
7772 (compare_value_and_voffset, compute_vtable_size)
7773 (print_one_vtable, gnuv3_print_vtable): New functions.
7774 (init_gnuv3_ops): Initialize 'print_vtable' field.
7775 * cp-support.c (info_vtbl_command): New function.
7776 (_initialize_cp_support): Add "info vtbl".
7777 * cp-abi.h (cplus_print_vtable): Declare.
7778 (struct cp_abi_ops) <print_vtable>: New field.
7779 * cp-abi.c (cplus_print_vtable): New function.
7780 * NEWS: Update.
7781
95cbceff
TT
77822012-03-15 Tom Tromey <tromey@redhat.com>
7783
7784 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7785 iterate_over_symbols.
7786
589b4a32
DE
77872012-03-14 Doug Evans <dje@google.com>
7788
7789 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7790 DW_OP_GNU_parameter_ref.
7791
e837f12a
JK
77922012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 Fix double prompt of 'interpreter-exec mi'.
7795 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7796 (mi_interpreter_resume): use it.
7797 (mi_execute_command_input_handler): New function.
7798 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7799 mi_execute_command_input_handler.
7800
ff1e4526 78012012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
7802
7803 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7804 prototype.
7805 (darwin_debug_port_info): Make static.
7806 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7807 * machoread.c (_initialize_machoread): Add prototype.
7808 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7809 (i386_darwin_set_control, i386_darwin_get_control)
7810 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7811 i386_darwin_get_status, i386_darwin_get_control):
7812 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7813
d8a5d6ee
JB
78142012-03-13 Joel Brobecker <brobecker@adacore.com>
7815
7816 * ax-gdb.c (gen_usual_unary): Remove special handling of
7817 enum and bool types.
7818
af381b8c
JB
78192012-03-13 Joel Brobecker <brobecker@adacore.com>
7820
7821 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7822
786c562f
JB
78232012-03-13 Joel Brobecker <brobecker@adacore.com>
7824
7825 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7826
e3ebf1bb
JB
78272012-03-13 Chris January <chris.january@allinea.com>
7828
7829 * aix-thread.c (fill_sprs): Store the floating point registers
7830 at the correct offsets into vals.
7831
c5b7e1cb
DE
78322012-03-13 Doug Evans <dje@google.com>
7833
16899756
DE
7834 * NEWS: Mention symbol-reloading has been deleted.
7835 * symfile.c (symbol_reloading): Delete.
7836 (show_symbol_reloading): Delete.
7837 (_initialize_symfile): Delete set/show symbol-reloading.
7838
c5b7e1cb
DE
7839 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7840 read_in_chain until we have successfully read it in.
7841 (load_full_comp_unit): Ditto.
7842 (read_signatured_type): Add comment.
7843
46cb6474
JB
78442012-03-13 Chris January <chris.january@allinea.com>
7845
7846 * stabsread.c (fix_common_block): Change type of valu argument
7847 to CORE_ADDR.
7848
76219d77
JB
78492012-03-13 Chris January <chris.january@allinea.com>
7850
7851 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7852 instruction.
7853
87b0bb13
JK
78542012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7855
7856 * common/linux-procfs.c (linux_proc_get_int): New, from
7857 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7858 field.
7859 (linux_proc_get_tgid): Only call linux_proc_get_int.
7860 (linux_proc_get_tracerpid): New.
7861 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7862 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7863 linux_proc_pid_has_state.
7864 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7865 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7866 (linux_ptrace_attach_warnings): New.
7867 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7868 New declaration.
7869 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7870 (linux_nat_attach): New variables ex, buffer, message and message_s.
7871 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7872
5f572dec
JK
78732012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7874
7875 * Makefile.in (linux-ptrace.o): New.
7876 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7877 from linux-nat.c.
7878 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7879 * common/linux-ptrace.c: New file.
7880 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7881 * config/arm/linux.mh: Likewise.
7882 * config/i386/linux.mh: Likewise.
7883 * config/i386/linux64.mh: Likewise.
7884 * config/ia64/linux.mh: Likewise.
7885 * config/m32r/linux.mh: Likewise.
7886 * config/m68k/linux.mh: Likewise.
7887 * config/mips/linux.mh: Likewise.
7888 * config/pa/linux.mh: Likewise.
7889 * config/powerpc/linux.mh: Likewise.
7890 * config/powerpc/ppc64-linux.mh: Likewise.
7891 * config/powerpc/spu-linux.mh: Likewise.
7892 * config/s390/s390.mh: Likewise.
7893 * config/sparc/linux.mh: Likewise.
7894 * config/sparc/linux64.mh: Likewise.
7895 * config/xtensa/linux.mh: Likewise.
7896 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7897 common/linux-procfs.c.
7898 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7899
44f238bb
PA
79002012-03-13 Hui Zhu <teawater@gmail.com>
7901 Pedro Alves <palves@redhat.com>
7902
7903 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7904 CREATE_BREAKPOINT_FLAGS_INSERTED.
7905 (create_breakpoint_sal, create_breakpoints_sal)
7906 (base_breakpoint_create_breakpoints_sal)
7907 (tracepoint_create_breakpoints_sal)
7908 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7909 down.
7910 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7911 (ftrace_command, strace_command): Adjust.
7912 (create_tracepoint_from_upload): Pass
7913 CREATE_BREAKPOINT_FLAGS_INSERTED.
7914 * breakpoint.h (enum breakpoint_create_flags): New.
7915 (create_breakpoint): New flags parameter.
7916 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7917 * python/py-breakpoint.c (bppy_init): Adjust.
7918 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7919 * spu-tdep.c (spu_catch_start): Adjust.
7920
1e51243a
PA
79212012-03-13 Pedro Alves <palves@redhat.com>
7922 Hui Zhu <teawater@gmail.com>
7923 Yao Qi <yao@codesourcery.com>
7924
7925 * remote.c (struct remote_state): New field `starting_up'.
7926 (remote_start_remote): Set and clear it.
7927 (remote_can_download_tracepoint): If starting up, return false.
7928
fa3064dd
YQ
79292012-03-13 Yao Qi <yao@codesourcery.com>
7930
7931 * inferior.h (struct inferior): Remove fields any_syscall_count,
7932 syscalls_counts and total_syscalls_count. Move them to new
7933 struct catch_syscall_inferior_data in breakpoint.c.
7934 * breakpoint.c: Call DEF_VEC_I(int).
7935 (struct catch_syscall_inferior_data): New.
7936 (get_catch_syscall_inferior_data): New.
7937 (catch_syscall_inferior_data_cleanup): New.
7938 (insert_catch_syscall): Update to access data in
7939 struct catch_syscall_inferior_data.
7940 (insert_catch_syscall): Likewise.
7941 (remove_catch_syscall): Likewise.
7942 (remove_catch_syscall): Likewise.
7943 (is_syscall_catchpoint_enabled): Likewise.
7944 (add_catch_command): Likewise.
7945 (_initialize_breakpoint): Register cleanup.
7946 * breakpoint.h: Removed DEF_VEC_I(int).
7947 * dwarf2loc.c: Call DEF_VEC_I(int).
7948 * mi/mi-main.c: Likewise.
7949
460fac3c
MK
79502012-03-12 Mark Kettenis <kettenis@gnu.org>
7951
7952 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7953
e1aca11e
JB
79542012-03-12 Chris January <chris.january@allinea.com>
7955
7956 * aix-thread.c (_initialize_aix_thread): Add prototype.
7957 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7958 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7959
649c7061
JB
79602012-03-12 Joel Brobecker <brobecker@adacore.com>
7961
7962 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7963 include of "amd64-nat.h".
7964
0b49e518
TT
79652012-03-12 Tom Tromey <tromey@redhat.com>
7966
7967 * buildsym.c (record_pending_block): Now static.
7968 * buildsym.h: (record_pending_block): Remove.
7969
fd24fa94
AT
79702012-03-12 Andreas Tobler <andreast@fgznet.ch>
7971
7972 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7973
ba919b58
TT
79742012-03-09 Tom Tromey <tromey@redhat.com>
7975
7976 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7977 producer_is_gxx_lt_4_6>: New fields.
7978 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7979
a48e046c
TT
79802012-03-09 Tom Tromey <tromey@redhat.com>
7981
7982 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7983
6f5e9362
JB
79842012-03-08 Joel Brobecker <brobecker@adacore.com>
7985
7986 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7987 prototype.
7988
8d037db9
JB
79892012-03-08 Joel Brobecker <brobecker@adacore.com>
7990
7991 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7992
4e841acf
JK
79932012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 Fix -Wmissing-prototypes build.
7996 * arm-linux-nat.c (get_thread_id): Make it static.
7997 * xtensa-linux-nat.c (get_thread_id): Likewise.
7998
c6030312
JB
79992012-03-08 Joel Brobecker <brobecker@adacore.com>
8000
8001 * server.c (process_point_options): If a conditional expression
8002 is found, only print a message if remote_debug is nonzero.
8003
52323be9
LM
80042012-03-08 Luis Machado <lgustavo@codesourcery.com>
8005
8006 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8007 of internal error for unknown/unsupported types.
8008
7fe25d9b
JK
80092012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 Fix CU relative vs. absolute DIE offsets.
8012 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8013 offset to offset_in_cu.
8014 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8015 TYPE_OFFSET.
8016 (dwarf2_fetch_die_location_block): Rename parameter offset to
8017 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8018
05e7c244
JK
80192012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * libunwind-frame.c: Rename to ...
8022 * ia64-libunwind-tdep.c: ... here.
8023 * libunwind-frame.h: Rename to ...
8024 * ia64-libunwind-tdep.h: ... here.
8025 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8026 ia64-libunwind-tdep.h.
8027 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8028 * README (--with-libunwind): Rename to ...
8029 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8030 * config.in: Regenerate.
8031 * configure: Regenerate.
8032 * configure.ac: New option --with-libunwind-ia64, make the
8033 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8034 Remove AC_DEFINE for HAVE_LIBUNWIND.
8035 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8036 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8037 Rename libunwind-frame in the general comment.
8038 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8039 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8040 Move forward declarations inside #ifndef. Rename libunwind-frame in
8041 the general comment.
8042 * ia64-tdep.c: Rename libunwind-frame.h #include to
8043 ia64-libunwind-tdep.h.
8044 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8045 (ia64_libunwind_descr): Rename libunwind-frame to
8046 ia64-libunwind-tdep in these function comments.
8047 * ia64-tdep.h: Rename libunwind-frame.h #include to
8048 ia64-libunwind-tdep.h.
8049 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8050 ia64-libunwind-tdep in that data comment.
8051
3755cbfd
JK
80522012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * libunwind-frame.h (struct frame_unwind): New declaration.
8055
d1cda5d9
JB
80562012-03-08 Joel Brobecker <brobecker@adacore.com>
8057
8058 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8059 "set breakpoint condition-evaluation" command.
8060
a0ba0aa2
TG
80612012-03-08 Tristan Gingold <gingold@adacore.com>
8062
8063 * sparc-stub.c: Move to stubs/
8064 * sh-stub.c: Likewise.
8065 * m68k-stub.c: Likewise.
8066 * m32r-stub.c: Likewise.
8067 * i386-stub.c: Likewise.
8068
7b8b6d6d
AS
80692012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8070
007cafee
AS
8071 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8072 linux_get_siginfo_type.
8073
7b8b6d6d
AS
8074 * m68klinux-nat.c: Include "gdb_proc_service.h".
8075 (PTRACE_GET_THREAD_AREA): Define.
8076 (ps_get_thread_area): New function.
8077
bba74b36
YQ
80782012-03-08 Yao Qi <yao@codesourcery.com>
8079
8080 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8081 `xsnprintf'.
8082 (remote_query_attached): Likewise.
8083 (remote_static_tracepoint_marker_at): Likewise.
8084 (remote_set_permissions): Likewise.
8085 (remote_detach_1, extended_remote_attach_1): Likewise.
8086 (send_g_packet, remote_vkill): Likewise.
8087 (extended_remote_disable_randomization): Likewise.
8088 (remote_add_target_side_condition): Likewise.
8089 (remote_insert_breakpoint): Likewise.
8090 (remote_remove_breakpoint): Likewise.
8091 (remote_insert_watchpoint): Likewise.
8092 (remote_remove_watchpoint): Likewise.
8093 (remote_insert_hw_breakpoint): Likewise.
8094 (remote_insert_hw_breakpoint): Likewise.
8095 (remote_remove_hw_breakpoint): Likewise.
8096 (remote_download_command_source): Likewise.
8097 (remote_download_tracepoint): Likewise.
8098 (remote_download_trace_state_variable): Likewise.
8099 (remote_disable_tracepoint): Likewise.
8100 (remote_trace_set_readonly_regions): Likewise.
8101 (remote_get_tracepoint_status): Likewise.
8102 (remote_trace_find): Likewise.
8103 (remote_get_trace_state_variable_value): Likewise.
8104 (remote_set_disconnected_tracing): Likewise.
8105 (remote_set_circular_trace_buffer): Likewise.
8106 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8107 (remote_use_agent): Likewise.
8108 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8109 Update callers.
8110
9b224c5e
PA
81112012-03-07 Pedro Alves <palves@redhat.com>
8112
8113 * NEWS: Mention QProgramSignals.
8114 * inferior.h (update_signals_program_target): Declare.
8115 * infrun.c: (update_signals_program_target): New.
8116 (handle_command): Update the target of the new program signals
8117 array changes.
8118 * remote.c (PACKET_QProgramSignals): New enum.
8119 (last_program_signals_packet): New global.
8120 (remote_program_signals): New.
8121 (remote_start_remote): Update the target with the program signals
8122 list.
8123 (remote_protocol_features): Add entry for QPassSignals.
8124 (remote_open_1): Free anc clear last_program_signals_packet.
8125 (init_remote_ops): Install remote_program_signals.
8126 * target.c (update_current_target): Adjust.
8127 (target_program_signals): New.
8128 * target.h (struct target_ops) <to_program_signals>: New field.
8129 (target_program_signals): Declare.
8130
74c48cbb
PA
81312012-03-07 Pedro Alves <palves@redhat.com>
8132
8133 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8134 extensions.
8135
0c13fc49
AS
81362012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8137
8138 * m68klinux-nat.c (getregs_supplies): Make static.
8139 (getfpregs_supplies): Likewise.
8140 (have_ptrace_getregs): Likewise.
8141
1281d2a3
JB
81422012-03-06 Joel Brobecker <brobecker@adacore.com>
8143
8144 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8145 in call to get_die_type_at_offset.
8146
2b03b41d
SS
81472012-03-06 Stan Shebs <stan@codesourcery.com>
8148
8149 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8150 * mi/mi-cmd-disas.c: Ditto.
8151 * mi/mi-cmd-env.c: Ditto.
8152 * mi/mi-cmd-file.c: Ditto.
8153 * mi/mi-cmd-stack.c: Ditto.
8154 * mi/mi-cmd-target.c: Ditto.
8155 * mi/mi-cmd-var.c: Ditto.
8156 * mi/mi-cmds.c: Ditto.
8157 * mi/mi-cmds.h: Ditto.
8158 * mi/mi-console.c: Ditto.
8159 * mi/mi-getopt.c: Ditto.
8160 * mi/mi-getopt.h: Ditto.
8161 * mi/mi-interp.c: Ditto.
8162 * mi/mi-main.c: Ditto.
8163 * mi/mi-out.c: Ditto.
8164 * mi/mi-parse.c: Ditto.
8165 * mi/mi-parse.h: Ditto.
8166 * mi/mi-symbol-cmds.c: Ditto.
8167
8168 * mi/mi-getopt.h: Move mi_opt struct up.
8169 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8170 return.
8171 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8172
c988ad87
TT
81732012-03-06 Tom Tromey <tromey@redhat.com>
8174
8175 * proc-service.c (ps_pglobal_lookup): Set the current program
8176 space.
8177
1b7c1b10
PA
81782012-03-06 Pedro Alves <palves@redhat.com>
8179
8180 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8181
3c182069
JB
81822012-03-05 Joel Brobecker <brobecker@adacore.com>
8183
8184 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8185
2e794194
JK
81862012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8187
8188 Code cleanup.
8189 * common/linux-osdata.c (linux_common_core_of_thread): New function
8190 comment.
8191 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8192 call by linux_common_core_of_thread.
8193 (linux_nat_core_of_thread_1): Remove.
8194 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8195 * linux-thread-db.c: Include linux-osdata.h.
8196 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8197 linux_common_core_of_thread.
8198
9f9f1f31
TT
81992012-03-05 Tom Tromey <tromey@redhat.com>
8200
8201 * value.c (value_primitive_field): Don't fetch contents for
8202 non-virtual bases.
8203
b7b189f3
TT
82042012-03-05 Tom Tromey <tromey@redhat.com>
8205
8206 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8207
05b8a789 82082012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 8209
5538f557
JB
8210 * s390-nat.c: Include "gregset.h".
8211
75528772
JK
82122012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8213
8214 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8215 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8216 (libunwind_load): New variable so_error, use it for dlerror. Try to
8217 load also LIBUNWIND_SO_7.
8218
275418ae
PA
82192012-03-05 Pedro Alves <palves@redhat.com>
8220
8221 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8222 is not NULL, and remove resulting dead code.
8223
5cbb9812
TS
82242012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8225
8226 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8227 prologue to sh_analyze_prologue.
8228 (sh_analyze_prologue): Make better use of such an upper limit, and
8229 generally be more cautious about accessing memory.
8230
541515ad
TT
82312012-03-05 Tom Tromey <tromey@redhat.com>
8232
8233 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8234 _initialize_ia64_hpux_tdep.
8235
b4d36fb8
PA
82362012-03-05 Pedro Alves <palves@redhat.com>
8237
24490249
PA
8238 PR gdb/13766
8239
b4d36fb8
PA
8240 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8241 the register state is clear, supply explicit zero, instead of
8242 marking the register unavailable.
8243
60c9a3c0
TG
82442012-03-05 Tristan Gingold <gingold@adacore.com>
8245
8246 * NEWS: Mention OpenVMS ia64 new target.
8247
696759ad
TG
82482012-03-05 Tristan Gingold <gingold@adacore.com>
8249
8250 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8251 (ia64_unw_accessors, ia64_unw_rse_accessors)
8252 (ia64_libunwind_descr): Declare.
8253 * ia64-vms-tdep.c: New file.
8254 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8255 (ia64_libunwind_descr): Make them public.
8256 * configure.tgt: Add ia64-*-*vms*.
8257 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8258 (ALLDEPFILES): Add ia64-vms-tdep.c
8259
34864976
TG
82602012-03-05 Tristan Gingold <gingold@adacore.com>
8261
169081d0
TG
8262 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8263 * remote.c (PACKET_qXfer_uib): New enum value.
8264 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8265 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8266 (_initialize_remote): Call add_packet_config_cmd for
8267 xfer:uib packet.
8268
82692012-03-05 Tristan Gingold <gingold@adacore.com>
8270
8271 * osabi.c (gdb_osabi_names): Add OpenVMS.
8272 (generic_elf_osabi_sniffer): Likewise.
8273 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8274
6597b100
JK
82752012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
8277 Removed unused code.
8278 * libunwind-frame.c (libunwind_frame_unwind)
8279 (libunwind_frame_base_address): Remove.
8280 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8281
87399aa1
YQ
82822012-03-04 Yao Qi <yao@codesourcery.com>
8283
8284 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8285 remove trailing new line.
8286 (agent_run_command, agent_run_command): Add _ markup.
8287 (agent_capability_check): Likewise.
8288
abf1152a
JK
82892012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * breakpoint.c (set_condition_evaluation_mode): Set
8292 CONDITION_EVALUATION_MODE unconditionally.
8293
5808517f
YQ
82942012-03-03 Yao Qi <yao@codesourcery.com>
8295
8296 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8297 * common/agent.h: Update declaration.
8298 * inf-child.c (inf_child_use_agent): New.
8299 (inf_child_can_use_agent): New.
8300 (inf_child_target): Initialize fields `to_use_agent'
8301 and `to_can_use_agent'.
8302 * agent.c (agent_new_objfile): New.
89b7509a 8303 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8304 observer.
8305
8306 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8307 New.
89b7509a 8308 (linux_target_install_ops): Initialize field
5808517f
YQ
8309 `to_static_tracepoint_markers_by_strid'.
8310 * remote.c (free_current_marker): Move it to ...
8311 * tracepoint.c (free_current_marker): ... here. New.
8312 (cleanup_target_stop): New.
8313 * tracepoint.h: Declare free_current_marker.
8314 * NEWS: Add one entry about `info static-tracepoint-marker'.
8315
58b4daa5
YQ
83162012-03-03 Yao Qi <yao@codesourcery.com>
8317
8318 * common/agent.c (agent_loaded_p): New.
89b7509a 8319 (agent_look_up_symbols): New global.
58b4daa5
YQ
8320 * common/agent.h: Declare agent_loaded_p.
8321
8ffcbaaf
YQ
83222012-03-03 Yao Qi <yao@codesourcery.com>
8323
8324 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8325 (agent_capability_check, agent_capability_invalidate): New.
8326 (symbol_list): New array element.
8327 * common/agent.h (enum agent_capa): New.
8328 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8329
d1feda86
YQ
83302012-03-03 Yao Qi <yao@codesourcery.com>
8331
8332 * target.h (struct target_ops) <to_use_agent>: New field.
8333 (struct target_ops) <to_can_use_agent>: New field.
8334 (target_use_agent, target_can_use_agent): New macro.
8335 * target.c (update_current_target): Update.
8336 * remote.c: New enum `PACKET_QAgent'.
8337 (remote_protocol_features): Add a new element.
8338 (remote_use_agent, remote_can_use_agent): New.
8339 (init_remote_ops): Initialize field `can_use_agent' with
8340 remote_can_use_agent. Intiailize field `use_agent' with
8341 remote_use_agent.
8342 * common/agent.c (use_agent): New global.
8343 * common/agent.h: Declare it.
8344 * tracepoint.c (info_static_tracepoint_markers_command): Add
8345 comment.
8346 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8347 (COMMON_OBS): Add common/agent.o and agent.o
8348 (common-agent.o): New rule.
8349 * agent.c: New.
8350
2fa291ac
YQ
83512012-03-03 Yao Qi <yao@codesourcery.com>
8352
8353 * common/agent.c: New.
8354 * common/agent.h: New.
8355 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8356 AC_CHECK_HEADERS.
8357 * configure, configh.in: Regenerated.
8358
9fc05685
KB
83592012-03-02 Kevin Buettner <kevinb@redhat.com>
8360
8361 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8362 unless it exists for this architecture.
8363
a5ee536b
JB
83642012-03-02 Joel Brobecker <brobecker@adacore.com>
8365
8366 * language.h (struct language_defn): New "method" la_read_var_value.
8367 * findvar.c: #include "language.h".
8368 (default_read_var_value): Renames read_var_value. Rewrite
8369 function description.
8370 (read_var_value): New function.
8371 * value.h (default_read_var_value): Add prototype.
8372 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8373 New functions.
8374 (ada_language_defn): Add entry for la_read_var_value.
8375 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8376 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8377 language_defn structures to add entry for new la_read_var_value
8378 field.
8379
f59f708a
PA
83802012-03-02 Tom Tromey <tromey@redhat.com>
8381 Pedro Alves <palves@redhat.com>
8382
8383 PR breakpoints/13776:
8384 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8385 breakpoints.
8386 (delete_longjmp_breakpoint_at_next_stop): New.
8387 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8388 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8389 before deleting the inferior. Add comments.
8390 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8391 breakpoints immediately, but only on next stop. Move that code
8392 next to where we mark other breakpoints for deletion.
8393
44099a67
JB
83942012-03-02 Joel Brobecker <brobecker@adacore.com>
8395
8396 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8397 marker.
8398 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8399 violation.
8400
2a2ef594
PA
84012012-03-02 Pedro Alves <palves@redhat.com>
8402
8403 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8404
b261e0c5
UW
84052012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8406
8407 Fix -Wmissing-prototypes build.
8408 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8409 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8410 (gdbsim_has_memory): Likewise.
8411
a95babbf
YQ
84122012-03-02 Yao Qi <yao@codesourcery.com>
8413
8414 Fix -Wmissing-prototypes build.
8415 * charset.c (phony_iconv_open): Make static.
8416 (phony_iconv_close, phony_iconv): Likewise.
8417 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8418 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8419 prototype.
8420 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8421 * ser-mingw.c (create_select_thread): Make static.
8422 * windows-termcap.c (tgetent): New prototype.
8423 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8424
d603d4b3
JK
84252012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8426
8427 Fix -Wmissing-prototypes build.
8428 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8429 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8430 (_initialize_loadable): New prototypes.
8431
7fb3ad1f
DE
84322012-03-02 Doug Evans <dje@google.com>
8433
8434 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8435 abbrev table, read_comp_unit will do it.
8436
693be288
JK
84372012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8438
8439 Fix -Wmissing-prototypes build.
8440 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8441 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8442 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8443 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8444 (_initialize_arm_symbian_tdep): New prototype.
8445 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8446 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8447 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8448 static.
8449 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8450 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8451 prototype.
8452 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8453 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8454 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8455 static.
8456 * moxie-tdep.c (moxie_process_record): Likewise.
8457 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8458 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8459 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8460 (_initialize_rl78_tdep): New prototype.
8461 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8462 (_initialize_rx_tdep): New prototype.
8463 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8464 (_initialize_darwin_solib): New prototype.
8465 * solib-spu.c: Include solib-spu.h.
8466 (_initialize_spu_solib): New prototype.
8467 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8468 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8469 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8470 (tic6x_software_single_step): Make it static.
8471 (_initialize_tic6x_tdep): New prototype.
8472
638234e5
JK
84732012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Fix -Wmissing-prototypes build.
8476 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8477 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8478
f4a6f16d
JK
84792012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 Fix -Wmissing-prototypes build.
8482 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8483 (frv_have_stopped_data_address): Remove.
8484
04dcf5fa
JK
84852012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8486
8487 Fix -Wmissing-prototypes build.
8488 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8489 * sh-tdep.c: Include sh64-tdep.h.
8490 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8491 * sh64-tdep.c: Include sh64-tdep.h.
8492 * sh64-tdep.h: New file.
8493
19080931
MR
84942012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8495
8496 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8497
9aac7884
MR
84982012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8499
8500 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8501 sp_regnum once the gdbarch_init_osabi hook has been called.
8502
a385295e
MR
85032012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8504
8505 * mips-tdep.c (mips32_bc1_pc): New function.
8506 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8507 BPOSGE32 and BPOSGE64 instructions.
8508 (deal_with_atomic_sequence): Likewise.
8509 (mips32_instruction_has_delay_slot): Likewise.
8510
1faeff08 85112012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8512 Chris Dearman <chris@mips.com>
8513 Maciej W. Rozycki <macro@codesourcery.com>
8514 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8515
8516 * features/mips-dsp.xml: New file.
8517 * features/mips64-dsp.xml: New file.
8518 * features/mips-dsp-linux.xml: New file.
8519 * features/mips64-dsp-linux.xml: New file.
8520 * features/Makefile (WHICH): Add mips-dsp-linux and
8521 mips64-dsp-linux.
8522 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8523 * features/mips-dsp-linux.c: New file.
8524 * features/mips64-dsp-linux.c: New file.
8525 * regformats/mips-dsp-linux.dat: New file.
8526 * regformats/mips64-dsp-linux.dat: New file.
8527 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8528 registers.
8529 (mips64_linux_register_addr): Likewise.
8530 (mips64_linux_regsets_fetch_registers): Likewise.
8531 (mips64_linux_regsets_store_registers): Likewise.
8532 (mips64_linux_fetch_registers): Update call to
8533 mips64_linux_regsets_fetch_registers.
8534 (mips64_linux_store_registers): Update call to
8535 mips64_linux_regsets_store_registers.
8536 (mips_linux_read_description): Probe for DSP registers.
8537 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8538 and initialize_tdesc_mips64_dsp_linux.
8539 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8540 Remove padding of no longer used embedded register slots.
8541 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8542 (MIPS_RESTART_REGNUM): Redefine enum value.
8543 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8544 strings.
8545 (mips_tx39_reg_names): Likewise.
8546 (mips_linux_reg_names): New array of register names for Linux
8547 targets.
8548 (mips_register_name): Check for a null pointer in
8549 mips_processor_reg_names and return an empty string.
8550 (mips_register_type): Exclude embedded registers for the IRIX
8551 and Linux ABIs.
8552 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8553 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8554 DSP registers.
8555 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8556 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8557 (mips_gdbarch_init): Likewise. Initialize internal register
8558 indices for the Linux ABI. Use dynamic numbers to refer to
8559 registers, as applicable, while parsing the target description.
8560 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8561
263689d8
JB
85622012-03-01 Joel Brobecker <brobecker@adacore.com>
8563
8564 * frame.h (read_frame_register_unsigned): Fix typo in function
8565 description.
8566
f3b4f45c
PA
85672012-03-01 Pedro Alves <palves@redhat.com>
8568
8569 * jit-reader.in [!__cplusplus]
8570 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8571
b03a2011
PA
85722012-03-01 Pedro Alves <palves@redhat.com>
8573
8574 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8575 * configure: Regenerate.
8576
70221824
PA
85772012-03-01 Pedro Alves <palves@redhat.com>
8578
8579 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8580 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8581 (ftrace_command, strace_command): Make static.
8582 * d-lang.c (_initialize_d_language): Declare.
8583 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8584 * dwarf2loc.c (_initialize_dwarf2loc):
8585 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8586 * exec.c (exec_get_section_table): Make static.
8587 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8588 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8589 * inferior.c (remove_inferior_command, add_inferior_command)
8590 (clone_inferior_command): Make static.
8591 * linux-nat.c (linux_nat_thread_address_space)
8592 (linux_nat_core_of_thread): Make static.
8593 * linux-tdep.c (_initialize_linux_tdep): Declare.
8594 * objc-lang.c (_initialize_objc_lang): Declare.
8595 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8596 Make static.
8597 (_initialize_opencl_language): Declare.
8598 * record.c (_initialize_record): Declare.
8599 * remote.c (demand_private_info, remote_get_tib_address)
8600 (remote_supports_cond_tracepoints)
8601 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8602 Make static.
8603 * skip.c (_initialize_step_skip): Declare.
8604 * symtab.c (skip_prologue_using_lineinfo): Make static.
8605 * tracepoint.c (delete_trace_state_variable)
8606 (trace_variable_command, delete_trace_variable_command)
8607 (get_uploaded_tsv, find_matching_tracepoint_location)
8608 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8609 Make static.
8610 * value.c (pack_unsigned_long): Make static.
8611 * varobj.c (varobj_ensure_python_env): Make static.
8612 * windows-tdep.c (_initialize_windows_tdep): Declare.
8613 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8614
33fbcbee
PA
86152012-03-01 Pedro Alves <palves@redhat.com>
8616
8617 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8618 gdbarch parameter.
8619 (linux_init_abi): Install it as has_shared_address_space gdbarch
8620 callback.
8621
44d0cd3b
PA
86222012-03-01 Pedro Alves <palves@redhat.com>
8623
8624 * observer.c (observer_test_first_notification_function)
8625 (observer_test_second_notification_function)
8626 (observer_test_third_notification_function): Add declarations.
8627
ed01b82c
PA
86282012-03-01 Pedro Alves <palves@redhat.com>
8629
8630 * common/signals.c (default_target_signal_to_host)
8631 (default_target_signal_from_host): Move ...
8632 * arch-utils.c: ... here.
8633 * arch-utils.h (default_target_signal_to_host)
8634 (default_target_signal_from_host): Declare.
8635
8636 * common/signals.c (target_signal_from_command): Move ...
8637 * infrun.c: ... here.
8638 * inferior.h (target_signal_from_command): Declare.
8639 * target.h (target_signal_from_command)
8640 (default_target_signal_from_host, default_target_signal_to_host):
8641 Delete declarations.
8642
8643 * common/signals.c (_initialize_signals): Delete.
8644
c9b87335
PA
86452012-03-01 Pedro Alves <palves@redhat.com>
8646
8647 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8648 both __cplusplus and !__cplusplus.
8649
9340a6c0
PA
86502012-03-01 Pedro Alves <palves@redhat.com>
8651
8652 * psymtab.c (find_and_open_source): Delete declaration.
8653 * source.c (find_and_open_source): Move comment ...
8654 * source.h (find_and_open_source): ... to this new declaration.
8655
e451c4a1
PA
86562012-03-01 Pedro Alves <palves@redhat.com>
8657
8658 * inline-frame.c: Include inline-frame.h.
8659
983fb104
PA
86602012-03-01 Pedro Alves <palves@redhat.com>
8661
8662 * tui/tui-data.c (set_gen_win_origin): Delete.
8663 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8664 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8665
5fbce5df
PA
86662012-03-01 Pedro Alves <palves@redhat.com>
8667
8668 * remote.c (encode_actions): Delete declaration.
8669 * tracepoint.c (encode_actions): Make extern.
8670 * tracepoint.h (encode_actions): Declare.
8671
49a8461d
PA
86722012-03-01 Pedro Alves <palves@redhat.com>
8673
8674 * python/py-breakpoint.c: Include python.h.
8675 * python/py-continueevent.c (create_continue_event_object): Make
8676 static.
8677 * python/py-lazy-string.c (stpy_get_type): Make static.
8678 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8679 Make static.
8680 * python/py-utils.c (unicode_to_target_python_string): Make
8681 static.
8682 * python/py-value.c: Include python.h.
8683
9079102f
PA
86842012-03-01 Pedro Alves <palves@redhat.com>
8685
8686 * inferior.c (delete_threads_of_inferior): Delete.
8687
a298c5e8
PA
86882012-03-01 Pedro Alves <palves@redhat.com>
8689
8690 Import fallback definitions from glibc.
8691
8692 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8693 ps_prochandle): Forward declare.
8694 (ps_err_e): Use glibc's comments.
8695 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8696 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8697 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8698 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8699 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8700 (struct ps_prochandle): Adjust comment.
8701
e3084549
PA
87022012-03-01 Pedro Alves <palves@redhat.com>
8703
8704 * ada-lang.c (ada_modulus_from_name): Delete.
8705 * ada-lex.l (lexer_init): Make static.
8706
ad5f7d6e
PA
87072012-03-01 Pedro Alves <palves@redhat.com>
8708
8709 PR gdb/13767
8710
8711 * frame.c (read_frame_register_unsigned): New.
8712 * frame.h (read_frame_register_unsigned): Declare.
8713 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8714 Handle it.
8715 (print_i387_control_word): New parameter `control_p'. Handle it.
8716 (i387_print_float_info): Handle unavailable float registers.
8717
e0a4d108
KS
87182012-03-01 Keith Seitz <keiths@redhat.com>
8719
8720 * linespec.c (decode_line_2): Sort the list of methods
8721 alphabetically before presenting the user with a selection
8722 menu.
8723
122d1940
DE
87242012-03-01 Doug Evans <dje@google.com>
8725
8726 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8727 has_namespace_info.
8728 (dwarf2_read_abbrevs): Remove corresponding initialization.
8729
7d74f244
DE
87302012-03-01 Scott J. Goldman <scottjg@vmware.com>
8731
8732 * NEWS: Mention new python command class gdb.COMMAND_USER.
8733 * cli/cli-cmds.c (show_user): Print error when used on a python
8734 command.
8735 (init_cli_cmds): Update documentation strings for "show user" and
8736 "set/show max-user-call-depth" to clarify that it does not apply to
8737 python commands.
8738 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8739 error check.
8740 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8741 gdb python api.
8742 * top.c (execute_command): Only execute a user-defined command as a
8743 legacy macro if c->user_commands is set.
8744
e88acd96
TT
87452012-03-01 Tom Tromey <tromey@redhat.com>
8746
8747 * valprint.h (struct generic_val_print_decorations): New.
8748 (generic_val_print): Declare.
8749 * valprint.c (generic_val_print): New function.
8750 * p-valprint.c (p_decorations): New global.
8751 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8752 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8753 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8754 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8755 * m2-valprint.c (m2_decorations): New global.
8756 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8757 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8758 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8759 TYPE_CODE_ERROR>: Call generic_val_print.
8760 * f-valprint.c (f_decorations): New global.
8761 (f_val_print): Use print_function_pointer_address.
8762 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8763 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8764 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8765 generic_val_print.
8766 * c-valprint.c (c_decorations): New global.
8767 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8768 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8769 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8770 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8771 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8772 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8773 case.
8774
d3eab38a
TT
87752012-03-01 Tom Tromey <tromey@redhat.com>
8776
8777 * valprint.c (val_print): Update.
8778 * p-valprint (pascal_val_print): Return void.
8779 * p-lang.h (pascal_val_print): Return void.
8780 * m2-valprint.c (m2_val_print): Return void.
8781 * m2-lang.h (m2_val_print): Return void.
8782 * language.h (struct language_defn) <la_val_print>: Return void.
8783 * language.c (unk_lang_val_print): Return void.
8784 * jv-valprint.c (java_val_print): Return void.
8785 * jv-lang.h (java_val_print): Return void.
8786 * f-valprint.c (f_val_print): Return void.
8787 * f-lang.h (f_val_print): Return void.
8788 * d-valprint.c (d_val_print): Return void.
8789 (dynamic_array_type): Update.
8790 * d-lang.h (d_val_print): Return void.
8791 * c-valprint.c (c_val_print): Return void.
8792 * c-lang.h (c_val_print): Return void.
8793 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8794 void.
8795 * ada-lang.h (ada_val_print): Return void.
8796
35c0084b
TT
87972012-03-01 Tom Tromey <tromey@redhat.com>
8798
8799 * value.h (val_print): Return void.
8800 * valprint.c (val_print): Return void.
8801
a1f5dd1b
TT
88022012-03-01 Tom Tromey <tromey@redhat.com>
8803
8804 * value.h (common_val_print): Return void.
8805 * valprint.c (common_val_print): Return void.
8806
8e069a98
TT
88072012-03-01 Tom Tromey <tromey@redhat.com>
8808
8809 * value.h (value_print): Return void.
8810 * valprint.c (value_print): Return void.
8811 * p-valprint.c (pascal_value_print): Return void.
8812 * p-lang.h (pascal_value_print): Return void.
8813 * language.h (struct language_defn) <la_value_print>: Return
8814 void.
8815 * language.c (unk_lang_value_print): Return void.
8816 * jv-valprint.c (java_value_print): Return void.
8817 * jv-lang.h (java_value_print): Return void.
8818 * f-valprint.c (c_value_print): Don't declare.
8819 Include c-lang.h.
8820 * c-valprint.c (c_value_print): Return void.
8821 * c-lang.h (c_value_print): Return void.
8822 * ada-valprint.c (ada_value_print): Return void.
8823 * ada-lang.h (ada_value_print): Return void.
8824
be335936
TT
88252012-03-01 Tom Tromey <tromey@redhat.com>
8826
8827 * value.c (value_primitive_field): Handle virtual base classes.
8828
b0db66a7
TT
88292012-03-01 Tom Tromey <tromey@redhat.com>
8830
8831 * gdbtypes.h (struct vbase): Remove.
8832
132c57b4
TT
88332012-03-01 Tom Tromey <tromey@redhat.com>
8834
8835 * c-valprint.c (print_function_pointer_address): Move...
8836 * valprint.c: ... here. Make non-static.
8837 * m2-valprint.c (print_function_pointer_address): Remove.
8838 * valprint.h (print_function_pointer_address): Declare.
8839
e41eec66
JB
88402012-03-01 Joel Brobecker <brobecker@adacore.com>
8841
8842 * NEWS: Document the fact that one can provide a condition when
8843 creating an Ada exception catchpoint.
8844
19c37f24
TT
88452012-03-01 Tom Tromey <tromey@redhat.com>
8846
8847 * valprint.c (val_print_type_code_flags): Fix placement of
8848 trailing brace.
8849
f0fed3a3
JB
88502012-03-01 Joel Brobecker <brobecker@adacore.com>
8851
8852 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8853 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8854 environment variable before calling update-copyright.
8855
8ba85d85
JB
88562012-03-01 Joel Brobecker <brobecker@adacore.com>
8857
8858 * gnulib/extra/update-copyright: Update to the latest from
8859 gnulib's git repository.
8860 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8861 variable to 2 instead of 1.
8862
8219b1e8
JB
88632012-02-29 Joel Brobecker <brobecker@adacore.com>
8864
8865 * varobj.c (c_value_of_variable): Remove dead code.
8866
718cb7da
JB
88672012-02-29 Joel Brobecker <brobecker@adacore.com>
8868
8869 * ada-lex.p (processId): Do not modify already encoded IDs.
8870 Update function documentation.
8871
739593e0
JB
88722012-02-29 Joel Brobecker <brobecker@adacore.com>
8873
8874 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8875 "name" with "struct symbol *name_sym".
8876 * ada-exp.y (write_var_or_type): Update call to
8877 ada_find_renaming_symbol.
8878 "name" with "struct symbol *name_sym". Adjust Implementation
8879 accordingly. Adjust the function documentation.
8880
852dff6c
JB
88812012-02-29 Joel Brobecker <brobecker@adacore.com>
8882
8883 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8884 * ada-lang.c (ada_find_any_type): Add advance declaration.
8885 Make static. Replace ada_find_any_symbol by
8886 ada_find_any_type_symbol.
8887 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8888 Improve function description. Make static.
8889 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8890 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8891
1b611343
JB
88922012-02-29 Joel Brobecker <brobecker@adacore.com>
8893
8894 * ada-lang.c (struct tag_args): Delete.
8895 (ada_get_tsd_type): Function body moved up in source file.
8896 (ada_tag_name_1, ada_tag_name_2): Delete.
8897 (ada_get_tsd_from_tag): New function.
8898 (ada_tag_name_from_tsd): New function.
8899 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8900 to determine the tag name.
8901
41246937
JB
89022012-02-29 Joel Brobecker <brobecker@adacore.com>
8903
8904 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8905 declaration.
8906 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8907 function.
8908
ffde82bf
JB
89092012-02-29 Joel Brobecker <brobecker@adacore.com>
8910
8911 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8912
2ad01556
JB
89132012-02-29 Joel Brobecker <brobecker@adacore.com>
8914
8915 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8916 full searches.
8917
99b1c762
JB
89182012-02-29 Joel Brobecker <brobecker@adacore.com>
8919
8920 * ada-lang.c (constrained_packed_array_type): If there is a
8921 parallel XA type, use it to determine the array index type.
8922
2d4a02ee
JB
89232012-02-29 Joel Brobecker <brobecker@adacore.com>
8924
8925 * ada-valprint.c (ada_val_print_1): If our value is a reference
8926 to an array descriptor, dereference it before converting it
8927 to a simple array.
8928
c48db5ca
JB
89292012-02-29 Joel Brobecker <brobecker@adacore.com>
8930
8931 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8932 creating fixed value.
8933 (ada_value_ind, ada_coerce_ref, assign_component)
8934 (ada_evaluate_subexp): Remove call to unwrap_value before
8935 call to ada_to_fixed_value.
8936
2e6fda7d
JB
89372012-02-29 Joel Brobecker <brobecker@adacore.com>
8938
8939 * ada-lang.c (to_fixed_array_type): Set result's type name.
8940
5845583d
JB
89412012-02-29 Joel Brobecker <brobecker@adacore.com>
8942
8943 * ada-lang.c (catch_ada_exception_command_split): Add new
8944 argument cond_string. Add support for condition at end of
8945 "catch exception" commands.
8946 (ada_decode_exception_location): Add new argument cond_string.
8947 Update call to catch_ada_exception_command_split.
8948 (create_ada_exception_catchpoint): Add new argument cond_string.
8949 Set the breakpoint condition if needed.
8950 (catch_ada_exception_command): Update call to
8951 ada_decode_exception_location.
8952 (ada_decode_assert_location): Add function documentation.
8953 Add support for condition at end of "catch assert" command.
8954 (catch_assert_command): Update calls to ada_decode_assert_location
8955 and create_ada_exception_catchpoint.
8956
9a7f938f
JK
89572012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8958
8959 Fix disp-step-syscall.exp: fork: single step over fork.
8960 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8961 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8962 comment, change parameters gdbarch and ptid to regcache. Remove
8963 parameter regcache, initialize gdbarch from regcache here.
8964 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8965 New functions.
8966 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8967 instead.
8968 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8969 'syscall'. Make the 'int' check more strict.
8970
ffdf6de5
JK
89712012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8974 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8975 (i386_linux_intx80_sysenter_syscall_record): ... here.
8976 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8977 Use the renamed function name.
8978
c70a6932
JK
89792012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8980
8981 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8982 * breakpoint.c (until_break_command): Likewise.
8983 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8984 * infcall.c (call_function_by_hand): Likewise.
8985 * infcmd.c (finish_forward): Likewise.
8986 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8987
05b8a789 89882012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 8989
d4cd3da9
JB
8990 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8991 avoid variable assignments inside condition.
8992
6425366c
JK
89932012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8994
8995 Fix static analysis issue found by cppcheck.
8996 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8997 uninitialized BUF for size 2.
8998
c8cef75f 89992012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
9000 Nathan Froyd <froydnj@codesourcery.com>
9001 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
9002
9003 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9004 (mips16_instruction_has_delay_slot): Likewise.
9005 (mips_segment_boundary): Likewise.
9006 (mips_adjust_breakpoint_address): Likewise.
9007 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9008
473347ad 90092012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 9010 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
9011
9012 * infrun.c (handle_inferior_event): Don't proceed through
9013 shared library trampolines if stepping at the machine
9014 instruction level.
9015
cf233303
MR
90162012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9017
9018 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9019 too.
9020
cb2cf4ce
TS
90212012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9022
9023 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9024 (sh_stub_unwind_sniffer): New functions.
9025 (sh_stub_unwind): New variable.
9026 (sh_gdbarch_init): Wire everything.
9027
644cebc9
PA
90282012-02-27 Pedro Alves <palves@redhat.com>
9029
9030 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9031 (linux_nat_post_attach_wait): Adjust to use
9032 linux_proc_pid_is_stopped.
9033 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9034 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9035 based on pid_is_stopped from both linux-nat.c and
9036 gdbserver/linux-low.c, and renamed.
9037
283002cf
MR
90382012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9039
9040 * remote.c (remote_watchpoint_addr_within_range): New function.
9041 (init_remote_ops): Use it.
9042
9b3e86b1
MR
90432012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9044
9045 * target.h (target_watchpoint_addr_within_range): Document macro.
9046
e36930bb
PA
90472012-02-24 Pedro Alves <palves@redhat.com>
9048
9049 * stack.c (set_last_displayed_sal): Issue internal_error instead
9050 of warning, and issue it after clearing the last displayed sal.
9051
883bc8d1
PA
90522012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9053 Pedro Alves <palves@redhat.com>
9054
9055 * breakpoint.c (until_break_command): Install breakpoints after
9056 all frame manipulations.
9057
b775012e
LM
90582012-02-24 Luis Machado <lgustavo@codesourcery.com>
9059
9060 * remote.c (remote_supports_cond_breakpoints): New forward
9061 declaration.
9062 (remote_add_target_side_condition): New function.
9063 (remote_insert_breakpoint): Add target-side breakpoint
9064 conditional if supported.
9065 (remote_insert_hw_breakpoint): Likewise.
9066 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9067 hook.
9068
9069 * target.c (update_current_target): Inherit
9070 to_supports_evaluation_of_breakpoint_conditions.
9071 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9072
9073 * target.h (struct target_ops)
9074 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9075 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9076
9077 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9078 (condition_evaluation_both, condition_evaluation_auto,
9079 condition_evaluation_host, condition_evaluation_target,
9080 condition_evaluation_enums, condition_evaluation_mode_1,
9081 condition_evaluation_mode): New static globals.
9082 (translate_condition_evaluation_mode): New function.
9083 (breakpoint_condition_evaluation_mode): New function.
9084 (gdb_evaluates_breakpoint_condition_p): New function.
9085 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9086 (mark_breakpoint_modified): New function.
9087 (mark_breakpoint_location_modified): New function.
9088 (set_condition_evaluation_mode): New function.
9089 (show_condition_evaluation_mode): New function.
9090 (bp_location_compare_addrs): New function.
9091 (get_first_location_gte_addr): New helper function.
9092 (set_breakpoint_condition): Free condition bytecode if locations
9093 has become unconditional. Call mark_breakpoint_modified (...).
9094 (condition_command): Call update_global_location_list (1) for
9095 breakpoints.
9096 (breakpoint_xfer_memory): Use is_breakpoint (...).
9097 (is_breakpoint): New function.
9098 (parse_cond_to_aexpr): New function.
9099 (build_target_condition_list): New function.
9100 (insert_bp_location): Handle target-side conditional
9101 breakpoints and call build_target_condition_list (...).
9102 (update_inserted_breakpoint_locations): New function.
9103 (insert_breakpoint_locations): Handle target-side conditional
9104 breakpoints.
9105 (bpstat_check_breakpoint_conditions): Add comment.
9106 (bp_condition_evaluator): New function.
9107 (bp_location_condition_evaluator): New function.
9108 (print_breakpoint_location): Print information on where the condition
9109 will be evaluated.
9110 (print_one_breakpoint_location): Likewise.
9111 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9112 breakpoint location.
9113 (force_breakpoint_reinsertion): New functions.
9114 (update_global_location_list): Handle target-side breakpoint
9115 conditions.
9116 Reinsert locations that are already inserted if conditions have
9117 changed.
9118 (bp_location_dtor): Free agent expression bytecode.
9119 (disable_breakpoint): Call mark_breakpoint_modified (...).
9120 Call update_global_location_list (...) with parameter 1 for breakpoints.
9121 (disable_command): Call mark_breakpoint_location_modified (...).
9122 Call update_global_location_list (...) with parameter 1 for breakpoints.
9123 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9124 (enable_command): mark_breakpoint_location_modified (...).
9125 (_initialize_breakpoint): Update documentation and add
9126 condition-evaluation breakpoint subcommand.
9127
9128 * breakpoint.h: Include ax.h.
9129 (condition_list): New data structure.
9130 (condition_status): New enum.
9131 (bp_target_info) <cond_list>: New field.
9132 (bp_location) <condition_changed, cond_bytecode>: New fields.
9133 (is_breakpoint): New prototype.
9134
3788aec7
LM
91352012-02-24 Luis Machado <lgustavo@codesourcery.com>
9136
9137 * remote.c (remote_state) <cond_breakpoints>: New field.
9138 (PACKET_ConditionalBreakpoints): New enum.
9139 (remote_cond_breakpoint_feature): New function.
9140 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9141 (remote_supports_cond_breakpoints): New function.
9142 (_initialize_remote): Add new packet configuration for
9143 target-side conditional breakpoints.
9144
72895ff6
LM
91452012-02-24 Luis Machado <lgustavo@codesourcery.com>
9146
9147 * NEWS: Mention target-side conditional breakpoint support,
9148 new condition-evaluation breakpoint subcommand and remote
9149 packet extensions.
9150
dea2aa5f
LM
91512012-02-24 Luis Machado <lgustavo@codesourcery.com>
9152
9153 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9154 number.
9155
8a8bc27f
TS
91562012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9157
9158 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9159 (after_prologue): Remove.
9160
6b446fdf
TT
91612012-02-23 Tom Tromey <tromey@redhat.com>
9162
9163 * jv-valprint.c (java_val_print): Remove dead code.
9164
ef59abfb
TG
91652012-02-23 Tristan Gingold <gingold@adacore.com>
9166
a09130f9
PA
9167 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9168 known_tasks_element and known_tasks_length fields.
9169 (read_known_tasks_array): Change argument type. Use pointer type
9170 and number of elements from DATA. Adjust.
9171 (read_known_tasks_list): Likewise.
9172 (get_known_tasks_addr): Remove.
9173 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9174 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9175 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9176
def166f6
JK
91772012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9178
9179 PR backtrace/13716
9180 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9181 it after set_momentary_breakpoint.
9182
aeaa2474
SA
91832012-02-22 Sterling Augustine <saugustine@google.com>
9184
9185 PR 13689:
9186 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9187
feea76c2
GB
91882012-02-22 Gary Benson <gbenson@redhat.com>
9189
9190 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9191 (find_slot_in_mapped_hash): Likewise.
9192
f06e05e0
JK
91932012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9194
9195 PR build/13638
9196 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9197 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9198 * configure: Regenerate.
9199
b54a8fd7
PA
92002012-02-21 Tristan Gingold <gingold@adacore.com>
9201 Pedro Alves <palves@redhat.com>
9202
9203 * ia64-tdep.c: Do not include libunwind-ia64.h.
9204 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9205 Include libunwind-ia64.h instead of libunwind.h.
9206 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9207 for libunwind.h existence.
9208 * configure, config.in: Regenerate.
9209
dfcee124
AG
92102012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9211
9212 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9213 instead of value_rtti_target_type.
9214 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9215 instead of value_rtti_target_type.
9216 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9217 value_rtti_target_type.
9218 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9219 (value_rtti_target_type): Rename to ...
9220 (value_rtti_indirect_type): ... here and make it indirect. Update
9221 function comment.
9222 * value.c (readjust_indirect_value_type): New function.
9223 (coerce_ref): Support for enclosing type setting for references
9224 with readjust_indirect_value_type.
9225 * value.h (readjust_value_type): New declaration.
9226 (value_rtti_target_type): Rename to ...
9227 (value_rtti_indirect_type): ... here.
9228
02568277
AG
92292012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9230
9231 * MAINTAINERS (Write After Approval): Add myself to the list.
9232
10c07b7e 92332012-02-20 Doug Evans <dje@google.com>
28ee876a 9234
d82ea6a8
DE
9235 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9236 Rename objfile_p_char parameter to objfilep.
9237 (build_objfile_section_table): Result is now void. All callers
9238 updated.
9239 * objfiles.h (struct objfile): Tweak comments, whitespace.
9240 (build_objfile_section_table): Update.
9241
28ee876a
DE
9242 * elfread.c (elf_symfile_segments): Fix warning text.
9243
24c79950
TT
92442012-02-20 Tom Tromey <tromey@redhat.com>
9245
9246 PR gdb/13498:
9247 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9248 particular set of file names once.
9249 (dw2_map_symbol_filenames): Likewise.
9250
3a9b40b6
JK
92512012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 Code cleanup.
9254 * main.c (write_files): Remove the declaration.
9255 (external_editor_command): Move the declaration ...
9256 [GDBTK] (external_editor_command): ... here. Fix the comment.
9257
4d0795ca
TT
92582012-02-20 Tom Tromey <tromey@redhat.com>
9259
9260 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9261 extraneous block.
9262
637fd620
TG
92632012-02-20 Tristan Gingold <gingold@adacore.com>
9264
9265 * darwin-nat.h (enum darwin_msg_state): Add comments.
9266
6f124894
TG
92672012-02-20 Tristan Gingold <gingold@adacore.com>
9268
9269 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9270 value.
9271
2e6e3d9c
JB
92722012-20-18 Joel Brobecker <brobecker@adacore.com>
9273
9274 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9275 between function description and implementation.
9276
2e8265fd
TT
92772012-02-17 Tom Tromey <tromey@redhat.com>
9278
9279 PR python/12070:
9280 * python/py-event.c (event_object_getset): New global.
9281 (event_object_type): Reference it.
9282 * python/py-type.c (field_object_getset): New global.
9283 (field_object_type): Reference it.
9284 * python/python-internal.h (gdb_py_generic_dict): Declare.
9285 * python/py-utils.c (gdb_py_generic_dict): New function.
9286
8544a150 92872012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 9288
8544a150 9289 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9290
ca193e27
TS
92912012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9292
9293 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9294 TYPE_CALLING_CONVENTION annotation.
9295
e5586183
KB
92962012-02-16 Kevin Buettner <kevinb@redhat.com>
9297
9298 * MAINTAINERS: Add rx to target ISA section.
9299 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9300 (ALLDEPFILES): Add rx-tdep.c.
9301
7dcd53a0
TT
93022012-02-16 Tom Tromey <tromey@redhat.com>
9303
9304 * symfile.c (symbol_file_add_main_1): Use inferior's
9305 symfile_flags.
9306 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9307 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9308 inferior.
9309 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9310 inferior.
9311 (follow_exec): Use inferior's symfile_flags.
9312 * inferior.h (struct inferior) <symfile_flags>: New field.
9313
ddd60447
MF
93142012-02-16 Mike Frysinger <vapier@gentoo.org>
9315
9316 PR gdb/9734:
9317 * remote-sim.c (gdbsim_create_inferior): Call error() when
9318 sim_create_inferior() fails.
9319
b0d32fb6
TG
93202012-02-16 Josh Matthews <josh@joshmatthews.net>
9321
9322 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9323
9addecb9
TT
93242012-02-16 Tom Tromey <tromey@redhat.com>
9325
9326 PR c++/13653:
9327 * thread.c (struct current_thread_cleanup) <was_removable>: New
9328 field.
9329 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9330 (make_cleanup_restore_current_thread): Initialize new field.
9331
a58b110a
KB
93322012-02-15 Kevin Buettner <kevinb@redhat.com>
9333
9334 * MAINTAINERS: Add rl78 to target ISA section.
9335 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9336 (ALLDEPFILES): Add rl78-tdep.c.
9337 * NEWS: Mention rl78 as a new target.
9338
4cb6da1c
AR
93392012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9340
9341 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9342 data.
9343 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9344
3af2590d
TT
93452012-02-15 Tom Tromey <tromey@redhat.com>
9346
9347 PR gdb/12659:
9348 * infcmd.c (registers_info): Print just the current register's
9349 name.
9350
c6910659
TT
93512012-02-15 Tom Tromey <tromey@redhat.com>
9352
9353 * python/py-symbol.c (sympy_value): Use _().
9354
7cee1e54
PA
93552012-02-15 Pedro Alves <palves@redhat.com>
9356
9357 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9358 output to be like native targets'.
9359 (remote_pid_to_str): Special case the null ptid.
9360
816338b5
SS
93612012-02-14 Stan Shebs <stan@codesourcery.com>
9362
9363 * NEWS: Mention enable count command.
9364 * breakpoint.h (struct breakpoint): New field enable_count.
9365 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9366 (enable_breakpoint): Add arg to call.
9367 (struct disp_data): New struct.
9368 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9369 (do_map_enable_once_breakpoint): Create a struct and pass it.
9370 (do_map_enable_delete_breakpoint): Ditto.
9371 (do_map_enable_count_breakpoint): New function.
9372 (enable_count_command): New function.
9373 (bpstat_stop_status): Decrement enable_count.
9374 (print_one_breakpoint_location): Report enable count.
9375 (_initialize_breakpoint): Add enable count command.
9376
c47a44f4
KB
93772012-02-14 Kevin Buettner <kevinb@redhat.com>
9378
9379 * rl78-tdep.c (reggroups.h): Include.
9380 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9381 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9382 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9383 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9384 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9385 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9386 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9387 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9388 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9389 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9390 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9391 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9392 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9393 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9394 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9395 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9396 beginning of register list.
9397 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9398 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9399 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9400 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9401 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9402 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9403 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9404 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9405 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9406 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9407 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9408 the pseudo registers. Rearrange other pseudo registers too so
9409 that the bank registers appear at the end.
9410 (rl78_register_type): Account for the fact that the byte sized
9411 bank registers are now pseudo-registers.
9412 (rl78_register_name): Rearrange the register name array. Make
9413 initial set of raw banked registers inaccessible.
9414 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9415 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9416 case for copying bytes back and forth between raw and pseudo
9417 versions of the banked registers. Update other cases to reflect
9418 the changed names.
9419 (rl78_return_value): Update to account for changed names of
9420 raw registers.
9421 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9422 rl78_register_sim_regno().
9423
e4569f1e
KB
94242012-02-14 Kevin Buettner <kevinb@redhat.com>
9425
9426 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9427 the name parameter being passed to find_pc_partial_function().
9428
7a05aae7
JK
94292012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9430
9431 * MAINTAINERS: Step down from being ia64 target maintainer.
9432
11fde611
JK
94332012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9436 compilation warning.
9437
57008375
JK
94382012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 Fix crash on loaded shlibs without loaded exec_bfd.
9441 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9442 (set_section_command): Replace exec_bfd by p->bfd.
9443
ff3c9849
TT
94442012-02-10 Tom Tromey <tromey@redhat.com>
9445
9446 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9447 when we have a C++ qualified name.
9448
db2b9fdd
PA
94492012-02-10 Pedro Alves <palves@redhat.com>
9450
9451 * inferior.c (inferior_pid_to_str): New.
9452 (print_inferior, inferior_command): Use it.
9453
12cd34f3
PA
94542012-02-10 Pedro Alves <palves@redhat.com>
9455
9456 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9457 the test CFLAGS.
9458 * configure: Regenerate.
9459
e871429d
JK
94602012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9461
9462 * linespec.c (decode_line_internal): Fix comment correctness.
9463
1916efaf
PA
94642012-02-09 Valery Khromov <valery.khromov@gmail.com>
9465
9466 PR gdb/12953
9467 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9468 * amd64bsd-nat.c: Add support for debug registers (adapted from
9469 i386bsd-nat.c).
9470 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9471 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9472 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9473 (amd64bsd_dr_get_control): New functions.
9474 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9475 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9476 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9477 watchpoints initialization.
9478 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9479
f4859d94
JK
94802012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9483 flds_bnds.fields.
9484 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9485
c56a97f9
JK
94862012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9489
1a119f36
JB
94902012-02-08 Joel Brobecker <brobecker@adacore.com>
9491
9492 * language.h (symbol_name_cmp_ftype): Renames
9493 symbol_name_match_p_ftype.
9494 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9495 la_get_symbol_name_match_p.
9496 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9497 ada_get_symbol_name_match_p. Update comment.
9498 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9499 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9500 Renames symbol_name_match_p. Update field type.
9501 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9502 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9503 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9504 "la_get_symbol_name_cmp" in comments.
9505 * language.c: Likewise.
9506
c71bb1cf
RO
95072012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9508
9509 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9510 %eflags offset.
9511 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9512 (amd64_sol2_gregset32_reg_offs): Likewise.
9513
4b2d20a5
TG
95142012-02-08 Joel Brobecker <brobecker@adacore.com>
9515
9516 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9517 of the returned BFD is allocated by GDB.
9518
f0823d2c
TT
95192012-02-07 Tom Tromey <tromey@redhat.com>
9520
9521 PR python/12027:
9522 * python/python-internal.h (frame_object_type): Declare.
9523 * python/py-symbol.c (sympy_needs_frame): New function.
9524 (sympy_value): New function.
9525 (symbol_object_getset): Add "needs_frame".
9526 (symbol_object_methods): Add "value".
9527 * python/py-frame.c (frame_object_type): No longer static.
9528
64e7d9dd
TT
95292012-02-07 Tom Tromey <tromey@redhat.com>
9530
9531 PR python/13599:
9532 * python/py-symbol.c (sympy_line): New function.
9533 (symbol_object_getset): Add "line".
9534
1d6b2d2b
TT
95352012-02-07 Tom Tromey <tromey@redhat.com>
9536
9537 * charset.c (find_charset_names): Check 'in' against NULL.
9538
0d5cff50
DE
95392012-02-06 Doug Evans <dje@google.com>
9540
9541 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9542 and fields.name members from char * to const char *. All uses updated.
9543 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9544 from char * to const char *. All uses updated.
9545 (type_name_no_tag): Update.
9546 (lookup_unsigned_typename, lookup_signed_typename): Update.
9547 * gdbtypes.c (type_name_no_tag): Change result type
9548 from char * to const char *. All callers updated.
9549 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9550 name parameter from char * to const char *.
9551 * symtab.h (struct cplus_specific): Change type of demangled_name
9552 member from char * to const char *. All uses updated.
9553 (struct general_symbol_info): Change type of name and
9554 mangled_lang.demangled_name members from char * to const char *.
9555 All uses updated.
9556 (symbol_get_demangled_name, symbol_natural_name): Update.
9557 (symbol_demangled_name, symbol_search_name): Update.
9558 * symtab.c (symbol_get_demangled_name): Change result type
9559 from char * to const char *. All callers updated.
9560 (symbol_natural_name, symbol_demangled_name): Ditto.
9561 (symbol_search_name): Ditto.
9562 (completion_list_add_name): Change type of symname,sym_text,
9563 text,word parameters from char * to const char *.
9564 (completion_list_objc_symbol): Change type of sym_text,
9565 text,word parameters from char * to const char *.
9566 * ada-lang.c (find_struct_field): Change type of name parameter
9567 from char * to const char *.
9568 (encoded_ordered_before): Similarly for N0,N1 parameters.
9569 (old_renaming_is_invisible): Similarly for function_name parameter.
9570 (ada_type_name): Change result type from char * to const char *.
9571 All callers updated.
9572 * ada-lang.h (ada_type_name): Update.
9573 * buildsym.c (hashname): Change type of name parameter
9574 from char * to const char *.
9575 * buildsym.h (hashname): Update.
9576 * dbxread.c (end_psymtab): Change type of include_list parameter
9577 from char ** to const char **.
9578 * dwarf2read.c (determine_prefix): Change result type
9579 from char * to const char *. All callers updated.
9580 * f-lang.c (find_common_for_function): Change type of name, funcname
9581 parameters from char * to const char *.
9582 * f-lang.c (find_common_for_function): Update.
9583 * f-valprint.c (list_all_visible_commons): Change type of funcname
9584 parameters from char * to const char *.
9585 * gdbarch.sh (static_transform_name): Change type of name parameter
9586 and result from char * to const char *.
9587 * gdbarch.c: Regenerate.
9588 * gdbarch.h: Regenerate.
9589 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9590 of name parameter from char * to const char *.
9591 * jv-lang.c (java_primitive_type_from_name): Ditto.
9592 (java_demangled_signature_length): Similarly for signature parameter.
9593 (java_demangled_signature_copy): Ditto.
9594 (java_demangle_type_signature): Ditto.
9595 * jv-lang.h (java_primitive_type_from_name): Update.
9596 (java_demangle_type_signature): Update.
9597 * objc-lang.c (specialcmp): Change type of a,b parameters
9598 from char * to const char *.
9599 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9600 from char * to const char *. All callers updated.
9601 * p-lang.h (is_pascal_string_type): Update.
9602 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9603 of name parameter from char * to const char *.
9604 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9605 * utils.c (fprintf_symbol_filtered): Ditto.
9606 * defs.h (fprintf_symbol_filtered): Update.
9607 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9608 * stabsread.h (end_psymtab): Update.
9609 * stack.c (find_frame_funname): Change type of funname parameter
9610 from char ** to const char **.
9611 * stack.h (find_frame_funname): Update.
9612 * typeprint.c (type_print): Change type of varstring parameter
9613 from char * to const char *.
9614 * value.h (type_print): Update.
9615 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9616 from char * to const char *. All callers updated.
9617 (xcoff_end_psymtab): Change type of include_list parameter
9618 from char ** to const char **. All callers updated.
9619 (swap_sym): Similarly for name parameter. All callers updated.
9620 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9621 Use xstrdup.
9622 (process_coff_symbol): Use xstrdup.
9623 * stabsread.c (stabs_method_name_from_physname): Renamed from
9624 update_method_name_from_physname. Change result type from void
9625 to char *. All callers updated.
9626 (read_member_functions): In has_destructor case, store name in objfile
9627 obstack instead of malloc space. In !has_stub case, fix mem leak.
9628
5579a92e
TT
96292012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9630
9631 * configure: Rebuild.
9632 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9633 LDFLAGS.
9634
9058f767
KB
96352012-02-03 Kevin Buettner <kevinb@redhat.com>
9636
9637 * configure.tgt (rl78-*-elf): New target.
9638 * rl78-tdep.c: New file.
9639
5b37825d
PW
96402012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9641
9642 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9643 and continue the loop. Add QUIT statement.
9644
e009ee71
TT
96452012-02-03 Tom Tromey <tromey@redhat.com>
9646
9647 PR gdb/13596:
9648 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9649 bfd_lookup_symbol_from_symtab.
9650 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9651 gdb_bfd_lookup_symbol_from_symtab.
9652
f7e44f65
JB
96532012-02-03 Joel Brobecker <brobecker@adacore.com>
9654
9655 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9656 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9657 symbol. Add assertion that sym2 is never NULL.
9658
2c02bd72
DE
96592012-02-02 Doug Evans <dje@google.com>
9660
9661 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9662 "name" parameter to const char ** from char **. All callers updated.
9663 (find_pc_partial_function): Ditto.
9664 (cache_pc_function_name): Change type to const char * from char *.
9665 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9666 (find_pc_partial_function): Update.
9667 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9668 type of "name" parameter to const char * from char *.
9669 All uses updated.
9670 * arch-utils.c (generic_in_solib_return_trampoline): Change
9671 type of "name" parameter to const char * from char *.
9672 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9673 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9674 type of "name" parameter to const char * from char *.
9675 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9676 * gdbarch.c: Regenerate.
9677 * gdbarch.h: Regenerate.
9678 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9679 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9680 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9681 type of "name" parameter to const char * from char *.
9682 * skip.c (skip_function_pc): Ditto.
9683 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9684 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9685 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9686 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9687 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9688 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9689 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9690 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9691 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9692
e886a173
PA
96932012-02-02 Pedro Alves <palves@redhat.com>
9694
9695 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9696 the current inferior has no execution. Make sure the current
9697 remote process matches gdb's current inferior.
9698
c709a7c2
TT
96992012-02-02 Tom Tromey <tromey@redhat.com>
9700
9701 PR gdb/13405:
9702 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9703 read-only memory.
9704
f149aabd
TT
97052012-02-02 Tom Tromey <tromey@redhat.com>
9706
9707 PR gdb/9307:
9708 * symtab.c (lookup_language_this): Set block_found.
9709
03bef283
TT
97102012-02-01 Tom Tromey <tromey@redhat.com>
9711
9712 PR gdb/13431:
9713 * jit.c (struct jit_inferior_data): Rewrite.
9714 (struct jit_objfile_data): New.
9715 (get_jit_objfile_data): New function.
9716 (add_objfile_entry): Update.
9717 (jit_read_descriptor): Return int. Replace descriptor_addr
9718 argument with inf_data. Update. Don't call error.
9719 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9720 descriptor here.
9721 (jit_inferior_init): Don't look up descriptor. Don't call error.
9722 (jit_reset_inferior_data_and_breakpoints)
9723 (jit_inferior_created_observer): Remove.
9724 (jit_inferior_exit_hook): Update.
9725 (jit_executable_changed_observer): Remove.
9726 (jit_event_handler): Update.
9727 (free_objfile_data): Reset inferior data if needed.
9728 (_initialize_jit): Update.
9729
f0bbc364
TT
97302012-02-01 Tom Tromey <tromey@redhat.com>
9731
9732 * jit.c (bfd_open_from_target_memory): Move higher in file.
9733
47c1316c
TG
97342012-02-01 Tristan Gingold <gingold@adacore.com>
9735
9736 * libunwind-frame.c (libunwind_load): Display message if dlopen
9737 failed.
9738
8e704927
GB
97392012-02-01 Gary Benson <gbenson@redhat.com>
9740
09c7a31f 9741 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9742 (iterate_over_symbols): Use the above.
9743 * symtab.c (iterate_over_symbols): Likewise.
9744 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9745 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9746 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9747 (iterate_name_matcher): Document return values.
9748 (collect_one_symbol): Likewise.
9749 (collect_function_symbols): Likewise.
9750 (collect_symbols): Likewise.
9751
d9680e73
TT
97522012-02-01 Tom Tromey <tromey@redhat.com>
9753
9754 * ada-lang.c (resolve_subexp): Update.
9755 (ada_lookup_symbol_list): Add 'full_search' argument.
9756 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9757 ada_lookup_symbol_list.
9758 (ada_lookup_encoded_symbol): Update.
9759 (get_var_value): Update.
9760 * ada-exp.y (block_lookup): Update.
9761 (write_var_or_type): Update.
9762 (write_name_assoc): Update.
9763 * ada-lang.h (ada_lookup_symbol_list): Update.
9764
72e1143f
TT
97652012-01-31 Tom Tromey <tromey@redhat.com>
9766
9767 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9768 comment.
9769
ab2d2ad3
DE
97702012-01-31 Doug Evans <dje@google.com>
9771
9772 * symtab.h: Remove outdated comment.
e9111bf7 9773 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 9774
bc884eba
JB
97752012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9776
9777 Fix build error in Darwin port.
9778 * i386-darwin-nat.c: Include i386-nat.h.
9779
8fc3fc34
TT
97802012-01-30 Tom Tromey <tromey@redhat.com>
9781
9782 PR breakpoints/13568:
9783 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9784 argument. Check for recursive includes.
9785 (dwarf_decode_macros): Create an include hash.
9786
5d853008
ME
97872012-01-30 Michael Eager <eager@eagercon.com>
9788
9789 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9790 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 9791 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
9792 (powerpc_linux_in_plt_stub): New function.
9793 (powerpc_linux_in_dynsym_resolve_code): New function.
9794 (ppc_skip_trampoline_code): New function.
9795 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9796 Use glibc_skip_solib_resolver.
9797
40478521
JK
97982012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 Code cleanup: Make 1440 bytes of data segment read-only.
9801 * arch-utils.c (endian_enum): Make it const char *const [].
9802 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9803 Likewise.
9804 * breakpoint.c (always_inserted_enums): Likewise.
9805 * cli/cli-cmds.c (script_ext_enums): Likewise.
9806 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9807 enumlist parameter const char *const *.
9808 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9809 const char *const *.
9810 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9811 parameter const char *const *.
9812 * cris-tdep.c (cris_modes): Make it const char *const [].
9813 * filesystem.c (target_file_system_kinds): Likewise.
9814 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9815 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9816 (can_use_displaced_stepping_enum, scheduler_enums)
9817 (exec_direction_names): Likewise.
9818 * language.c (_initialize_language): Make the type_or_range_names and
9819 case_sensitive_names variables const char *const [].
9820 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9821 * python/python.c (python_excp_enums): Likewise.
9822 * remote.c (interrupt_sequence_modes): Likewise.
9823 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9824 * serial.c (logbase_enums): Likewise.
9825 * sh-tdep.c (sh_cc_enum): Likewise.
9826 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9827 Likewise.
9828 * symtab.c (multiple_symbols_modes): Likewise.
9829 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9830 Likewise.
9831 * utils.c (internal_problem_modes): Likewise.
9832
b3b8b934
JK
98332012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9836 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9837 result.
9838
8c85a4e2
DE
98392012-01-27 Doug Evans <dje@google.com>
9840
9841 * configure.ac (with_python): Fix absolute path handling for win32.
9842 * configure: Regenerate.
9843
78d8b4d7
DE
98442012-01-26 Doug Evans <dje@google.com>
9845
eca864fe
DE
9846 * symtab.c: Whitespace cleanup, no code changes.
9847
7e082072
DE
9848 * symtab.c (lookup_symbol_in_language): Improve comment.
9849 (lookup_symbol_aux): Fix comment.
9850
7dc25483
DE
9851 * psymtab.c (add_psymbol_to_list): Result is now "void".
9852 * psympriv.h (add_psymbol_to_list): Update.
9853
78d8b4d7
DE
9854 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9855
4c63965b
JK
98562012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9857
9858 Do not open script filenames twice.
9859 * cli/cli-cmds.c (source_script_from_stream): Pass to
9860 source_python_script also STREAM.
9861 * python/py-auto-load.c (source_section_scripts): Pass to
9862 source_python_script_for_objfile also STREAM.
9863 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9864 also INPUT.
9865 * python/python-internal.h (source_python_script_for_objfile): New
9866 parameter file, rename parameter file to filename.
9867 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9868 instead if !_WIN32. Update the function comment.
9869 (source_python_script, source_python_script_for_objfile)
9870 (source_python_script): New parameter file, rename parameter file to
9871 filename. Pass FILENAME to python_run_simple_file.
9872 * python/python.h (source_python_script): New parameter file, rename
9873 parameter file to filename.
9874
88f38a04
PA
98752012-01-26 Pedro Alves <palves@redhat.com>
9876
9877 * corelow.c (core_has_fake_pid): Delete.
9878 (core_close): Delete references to `core_has_fake_pid'.
9879 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9880 (core_open): Delete references to `core_has_fake_pid'.
9881 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9882 the removed global.
9883
e078317b
JB
98842012-01-26 Joel Brobecker <brobecker@adacore.com>
9885
9886 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9887 Remove language parameter from name_matcher. Adjust the comment.
9888 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9889 Remove language parameter.
9890 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9891 * linespec.c (iterate_name_matcher): Likewise.
9892 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9893 name_matcher. Adjust call accordingly.
9894 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9895 (maintenance_check_symtabs): Adjust type of parameter "fun".
9896 * psymtab.h (maintenance_check_symtabs): Likewise.
9897
74ccd7f5
JB
98982012-01-26 Joel Brobecker <brobecker@adacore.com>
9899
9900 * language.h (symbol_name_match_p_ftype): New typedef.
9901 (struct language_defn): Replace field la_symbol_name_compare
9902 by la_get_symbol_name_match_p.
9903 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9904 (ada_language_defn): Use it.
9905 * linespec.c (struct symbol_matcher_data): New type.
9906 (iterate_name_matcher): Rewrite.
9907 (iterate_over_all_matching_symtabs): Pass a pointer to
9908 a symbol_matcher_data struct to expand_symtabs_matching
9909 instead of just the lookup name.
9910 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9911 opencl-lang.c, p-lang.c, language.c: Delete field
9912 la_symbol_name_compare, and replace by NULL for new field
9913 la_get_symbol_name_match_p.
9914 * symfile.h (struct quick_symbol_functions): Update comment.
9915
5d268276
TT
99162012-01-25 Tom Tromey <tromey@redhat.com>
9917
9918 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9919 dereferencing.
9920
edcc5120
TT
99212012-01-24 Tom Tromey <tromey@redhat.com>
9922
9923 PR symtab/12406:
9924 * solib.c (update_solib_list): Update the program space's
9925 added_solibs and deleted_solibs fields.
9926 * progspace.h (struct program_space) <added_solibs,
9927 deleted_solibs>: New fields.
9928 (clear_program_space_solib_cache): Declare.
9929 * progspace.c (release_program_space): Call
9930 clear_program_space_solib_cache.
9931 (clear_program_space_solib_cache): New function.
9932 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9933 bpstat_stop_status. Use handle_solib_event.
9934 * breakpoint.c: Include gdb_regex.h.
9935 (print_solib_event): New function.
9936 (bpstat_print): Use print_solib_event.
9937 (bpstat_stop_status): Add special case for bp_shlib_event.
9938 (handle_solib_event): New function.
9939 (bpstat_what): Use handle_solib_event.
9940 (struct solib_catchpoint): New.
9941 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9942 (breakpoint_hit_catch_solib, check_status_catch_solib)
9943 (print_it_catch_solib, print_one_catch_solib)
9944 (print_mention_catch_solib, print_recreate_catch_solib): New
9945 functions.
9946 (catch_solib_breakpoint_ops): New global.
9947 (catch_load_or_unload, catch_load_command_1)
9948 (catch_unload_command_1): New functions.
9949 (internal_bkpt_check_status): Add special case for
9950 bp_shlib_event.
9951 (internal_bkpt_print_it): Use print_solib_event.
9952 (initialize_breakpoint_ops): Initialize
9953 catch_solib_breakpoint_ops.
9954 (_initialize_breakpoint): Register "catch load" and "catch
9955 unload".
9956 * breakpoint.h (handle_solib_event): Declare.
9957 * NEWS: Add entry for "catch load" and "catch unload".
9958
fa864999
TT
99592012-01-24 Tom Tromey <tromey@redhat.com>
9960
9961 * ada-lang.c: Include gdb_vecs.h.
9962 * charset.c: Include gdb_vecs.h.
9963 * tracepoint.h: Include gdb_vecs.h.
9964 * gdb_vecs.h: New file.
9965
f90263c1
TT
99662012-01-24 Pedro Alves <pedro@codesourcery.com>
9967
9968 * breakpoint.c (breakpoint_hit_catch_fork)
9969 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9970 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9971 * infrun.c (inferior_has_forked, inferior_has_vforked)
9972 (inferior_has_execd, inferior_has_called_syscall): Delete.
9973 (handle_syscall_event): Get syscall_number from the execution
9974 control state's wait status.
9975 (wait_for_inferior): Don't clear syscall_number.
9976
09ac7c10
TT
99772012-01-24 Pedro Alves <palves@redhat.com>
9978
9979 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9980 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9981 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9982 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9983 `ws' parameter.
9984 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9985 false for events other than TARGET_SIGNAL_TRAP.
9986 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9987 Add `ws' parameter.
9988 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9989 events other than TARGET_SIGNAL_TRAP.
9990 (tracepoint_breakpoint_hit): Add `ws' parameter.
9991 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9992 parameter.
9993 (bpstat_stop_status): Same.
9994 (pc_at_non_inline_function): Same.
9995 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9996 to pass the current event's waitstatus to bpstat_stop_status
9997 and pc_at_non_inline_function.
9998
86eb7e95
JK
99992012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10000
10001 Code cleanup.
10002 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10003 Update the function comment for it.
10004 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10005 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10006 for STREAM.
10007
a9b3a50f
PA
100082012-01-24 Pedro Alves <palves@redhat.com>
10009
10010 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10011 outside `bs->stop' block.
10012 (bpstat_what): Rework bp_shlib_event handling.
10013 (internal_bkpt_check_status): If the breakpoint is a
10014 bp_shlib_event, then set bs->stop and bs->print if
10015 stop_on_solib_events is set.
10016
53fe1783
GB
100172012-01-24 Gary Benson <gbenson@redhat.com>
10018
10019 Delete #if 0'd out code.
10020 * stack.c (print_frame_label_vars): Remove.
10021 (catch_info): Likewise.
10022 (_initialize_stack): Remove "info catch" command.
10023 * NEWS: Mention the above.
10024
49c62f2e
PA
100252012-01-24 Pedro Alves <palves@redhat.com>
10026
10027 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10028 it.
10029 (remote_notice_new_inferior): If the remote end doesn't support
10030 the multiprocess extensions, then the PID is fake.
10031 (add_current_inferior_and_thread): New.
10032 (remote_start_remote): Use it.
10033 (extended_remote_attach_1): Adjust.
10034 (extended_remote_create_inferior_1): Use
10035 add_current_inferior_and_thread.
10036
d0d8b0c6
JK
100372012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10038
10039 Fix watchpoints to be specific for each inferior.
10040 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10041 current_program_space.
10042 * i386-nat.c (i386_inferior_data_cleanup): New.
10043 (i386_inferior_data_get): Replace variable inf_data_local by an
10044 inferior_data call.
10045 (i386_use_watchpoints): Initialize i386_inferior_data.
10046 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10047 specific iterate_over_lwps.
10048
4403d8e9
JK
100492012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 Fix watchpoints across inferior fork.
10052 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10053 comment for linux_nat_iterate_watchpoint_lwps.
10054 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10055 linux_nat_iterate_watchpoint_lwps.
10056 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10057 * i386-linux-nat.c (update_debug_registers_callback): Update the
10058 comment for linux_nat_iterate_watchpoint_lwps.
10059 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10060 linux_nat_iterate_watchpoint_lwps.
10061 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10062 * i386-nat.c: Include inferior.h.
10063 (dr_mirror): Remove.
10064 (i386_inferior_data, struct i386_inferior_data)
10065 (i386_inferior_data_get): New.
10066 (i386_debug_reg_state): Use i386_inferior_data_get.
10067 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10068 (i386_insert_watchpoint, i386_remove_watchpoint)
10069 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10070 (i386_remove_hw_breakpoint): New variable state, use
10071 i386_debug_reg_state instead of DR_MIRROR.
10072 * linux-nat.c (delete_lwp): New declaration.
10073 (num_lwps): Move here from downwards.
10074 (delete_lwp_cleanup): New.
10075 (linux_child_follow_fork): Create new child_lp, call
10076 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10077 PTRACE_DETACH.
10078 (num_lwps): Move upwards.
10079 (linux_nat_iterate_watchpoint_lwps): New.
10080 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10081 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10082
2992c9a7 100832012-01-24 Joel Brobecker <brobecker@adacore.com>
10084
10085 GDB 7.4 released.
10086
e360902b
PA
100872012-01-23 Pedro Alves <palves@redhat.com>
10088
10089 * top.c (caution): Rename to ...
10090 (confirm): ... this.
10091 (show_caution): Rename to ...
10092 (show_confirm): ... this.
10093 (quit_cover): Adjust.
10094 (init_main): Adjust.
10095 * top.h (caution): Rename to ...
10096 (confirm): ... this.
10097 * utils.c (internal_vproblem, defaulted_query): Adjust.
10098
050a2e1d
PA
100992012-01-23 Pedro Alves <palves@redhat.com>
10100
10101 * top.c (caution): Update comment.
10102 (execute_command): Don't consider the current value of `caution'.
10103
77a35dd8
JK
101042012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10105
10106 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10107
a71b5a38
UW
101082012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10109
10110 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10111 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10112 * target.c (target_fileio_pwrite): Remove buffer address from
10113 debug output.
10114 (target_fileio_pread): Likewise.
10115
d99bd577
UW
101162012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10117
10118 * NEWS: Document remote "info proc" and "generate-core-file".
10119
35c2fab7
UW
101202012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10121
10122 * gdbarch.sh (find_memory_regions): New callback.
10123 * gdbarch.c, gdbarch.h: Regenerate.
10124
10125 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10126 callback before falling back to target method.
10127
10128 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10129 (linux_target_install_ops): No longer install it.
10130
10131 * linux-tdep.c (linux_find_memory_regions): New function.
10132 (linux_init_abi): Install it.
10133
6432734d
UW
101342012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10135
10136 * gdbarch.sh (make_corefile_notes): New architecture callback.
10137 * gdbarch.c: Regenerate.
10138 * gdbarch.h: Likewise.
10139
10140 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10141 before target_make_corefile_notes. If NULL is returned, the
10142 target does not support core file generation.
10143
10144 * linux-nat.c: Include "linux-tdep.h".
10145 (find_signalled_thread, find_stop_signal): Remove.
10146 (linux_nat_do_thread_registers): Likewise.
10147 (struct linux_nat_corefile_thread_data): Likewise.
10148 (linux_nat_corefile_thread_callback): Likewise.
10149 (iterate_over_spus): Likewise.
10150 (struct linux_spu_corefile_data): Likewise.
10151 (linux_spu_corefile_callback): Likewise.
10152 (linux_spu_make_corefile_notes): Likewise.
10153 (linux_nat_collect_thread_registers): New function.
10154 (linux_nat_make_corefile_notes): Replace contents by call to
10155 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10156 as native-only callback.
10157
10158 * linux-tdep.h: Include "bfd.h".
10159 (struct regcache): Add forward declaration.
10160 (linux_collect_thread_registers_ftype): New typedef.
10161 (linux_make_corefile_notes): Add prototype.
10162 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10163 "regset.h", and "elf-bfd.h".
10164 (find_signalled_thread, find_stop_signal): New functions.
10165 (linux_spu_make_corefile_notes): Likewise.
10166 (linux_collect_thread_registers): Likewise.
10167 (struct linux_corefile_thread_data): New data structure.
10168 (linux_corefile_thread_callback): New funcion.
10169 (linux_make_corefile_notes): Likewise.
10170 (linux_make_corefile_notes_1): Likewise.
10171 (linux_init_abi): Install it.
10172
3030c96e
UW
101732012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10174
10175 * gdbarch.sh (info_proc): New callback.
10176 * gdbarch.c, gdbarch.h: Regenerate.
10177
10178 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10179 before falling back to the target info_proc callback.
10180
10181 * linux-nat.c: Do not include "cli/cli-utils.h".
10182 (linux_nat_info_proc): Remove.
10183 (linux_target_install_ops): No longer install it.
10184
10185 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10186 (read_mapping): New function.
10187 (linux_info_proc): Likewise.
10188 (linux_init_abi): Install it.
10189
145b16a9
UW
101902012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10191
10192 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10193 * infcmd.c: (info_proc_cmd_1): New function.
10194 (info_proc_cmd): New function, moved here from equivalent routine
10195 orignally in linux-nat.c.
10196 (info_proc_cmd_mappings): Likewise.
10197 (info_proc_cmd_stat): Likewise.
10198 (info_proc_cmd_status): Likewise.
10199 (info_proc_cmd_cwd): Likewise.
10200 (info_proc_cmd_cmdline): Likewise.
10201 (info_proc_cmd_exe): Likewise.
10202 (info_proc_cmd_all): Likewise.
10203 (_initialize_infcmd): Install "info proc" command and subcommands.
10204
10205 * target.h (struct target_ops): Add to_info_proc.
10206 (target_info_proc): Add prototype.
10207 * target.c (target_info_proc): New function.
10208
10209 * procfs.c (procfs_info_proc): Add prototype.
10210 (info_proc_cmd): Rename into ...
10211 (procfs_info_proc): ... this. Update argument types as appropriate
10212 for a to_info_proc implementation. Handle "what" argument.
10213 (procfs_target): Install procfs_info_proc.
10214 (_initialize_procfs): No longer install "info proc" command.
10215
10216 * linux-nat.c: (enum info_proc_what): Remove.
10217 (linux_nat_info_proc_cmd_1): Rename into ...
10218 (linux_nat_info_proc): ... this. Update argument types as appropriate
10219 for a to_info_proc implementation.
10220 (linux_nat_info_proc_cmd): Remove.
10221 (linux_nat_info_proc_cmd_mappings): Likewise.
10222 (linux_nat_info_proc_cmd_stat): Likewise.
10223 (linux_nat_info_proc_cmd_status): Likewise.
10224 (linux_nat_info_proc_cmd_cwd): Likewise.
10225 (linux_nat_info_proc_cmd_cmdline): Likewise.
10226 (linux_nat_info_proc_cmd_exe): Likewise.
10227 (linux_nat_info_proc_cmd_all): Likewise.
10228 (linux_target_install_ops): Install linux_nat_info_proc.
10229 (_initialize_linux_nat): No longer install "info proc" command
10230 and subcommands.
10231
b9e7b9c3
UW
102322012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10233
10234 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10235 * config.in, configure: Regenerate.
10236
10237 * target.h (struct target_ops): Add to_fileio_readlink.
10238 (target_fileio_readlink): Add prototype.
10239 * target.c (target_fileio_readlink): New function.
10240
10241 * inf-child.c: Conditionally include <sys/param.h>.
10242 (inf_child_fileio_readlink): New function.
10243 (inf_child_target): Install it.
10244
10245 * remote.c (PACKET_vFile_readlink): New enum value.
10246 (remote_hostio_readlink): New function.
10247 (init_remote_ops): Install it.
10248 (_initialize_remote): Handle vFile:readlink packet type.
10249
7313baad
UW
102502012-01-20 Pedro Alves <palves@redhat.com>
10251 Ulrich Weigand <ulrich.weigand@linaro.org>
10252
10253 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10254 * config.in, configure: Regenerate.
10255
10256 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10257 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10258 (target_fileio_open): Add prototype.
10259 (target_fileio_pwrite): Likewise.
10260 (target_fileio_pread): Likewise.
10261 (target_fileio_close): Likewise.
10262 (target_fileio_unlink): Likewise.
10263 (target_fileio_read_alloc): Likewise.
10264 (target_fileio_read_stralloc): Likewise.
10265
10266 * target.c: Include "gdb/fileio.h".
10267 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10268 (default_fileio_target): New function.
10269 (target_fileio_open): Likewise.
10270 (target_fileio_pwrite): Likewise.
10271 (target_fileio_pread): Likewise.
10272 (target_fileio_close): Likewise.
10273 (target_fileio_unlink): Likewise.
10274 (target_fileio_close_cleanup): Likewise.
10275 (target_fileio_read_alloc_1): Likewise.
10276 (target_fileio_read_alloc): Likewise.
10277 (target_fileio_read_stralloc): Likewise.
10278
10279 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10280 <fcntl.h>, and <unistd.h>.
10281 (inf_child_fileio_open_flags_to_host): New function.
10282 (inf_child_errno_to_fileio_error): Likewise.
10283 (inf_child_fileio_open): Likewise.
10284 (inf_child_fileio_pwrite): Likewise.
10285 (inf_child_fileio_pread): Likewise.
10286 (inf_child_fileio_close): Likewise.
10287 (inf_child_fileio_unlink): Likewise.
10288 (inf_child_target): Install to_fileio routines.
10289
10290 * remote.c (init_remote_ops): Install to_fileio routines.
10291
901f9912
UW
102922012-01-20 Pedro Alves <palves@redhat.com>
10293 Ulrich Weigand <ulrich.weigand@linaro.org>
10294
10295 * remote.c (remote_multi_process_p): Only check for multi-process
10296 protocol feature, do not check for extended protocol.
10297 (remote_supports_multi_process): Check for extended protocol here.
10298 (set_general_process): Likewise.
10299 (extended_remote_kill): Likewise.
10300 (remote_pid_to_str): Likewise.
10301 (remote_query_supported): Always query multiprocess mode.
10302
e714e1bf
UW
103032012-01-20 Pedro Alves <palves@redhat.com>
10304 Ulrich Weigand <ulrich.weigand@linaro.org>
10305
10306 * inferior.h (struct inferior): Add fake_pid_p.
10307 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10308 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10309 magic_null_ptid since the remote side doesn't provide a real PID.
10310
50897289
TT
103112012-01-19 Tom Tromey <tromey@redhat.com>
10312
10313 * NEWS: Combine the two Python sections.
10314
1afc2033
JK
103152012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * target.h (target_close): Update comment on the target's unpush state.
10318
305436e0
PA
103192012-01-19 Pedro Alves <palves@redhat.com>
10320
10321 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10322 linux_nat_async directly instead of going through the target
10323 vector.
10324 * target.c (unpush_target): Close target after unpushing it, not
10325 before.
10326
49323895
GB
103272012-01-19 Gary Benson <gbenson@redhat.com>
10328
10329 * mdebugread.c (sort_blocks): Replace integer constants with ones
10330 derived from FIRST_LOCAL_BLOCK.
10331
1db33378
PP
103322012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10333 Jan Kratochvil <jan.kratochvil@redhat.com>
10334
10335 PR gdb/9538
10336 * symfile.c (find_separate_debug_file): New function.
10337 (terminate_after_last_dir_separator): Likewise.
10338 (find_separate_debug_file_by_debuglink): Also try realpath.
10339 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10340 * configure: Regenerate.
10341 * config.in: Regenerate.
10342
f83d8a90
DE
103432012-01-18 Doug Evans <dje@google.com>
10344
10345 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10346 (main.o): Remove rule.
10347 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10348 (--with-sysroot): Rewrite.
10349 * configure: Regenerate.
10350 * config.in: Regenerate.
10351
2dbca4d6
SDJ
103522012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10353
10354 * parse.c (initialize_expout): New function.
10355 (reallocate_expout): Likewise.
10356 (parse_exp_in_context): Use `initialize_expout' and
10357 `reallocate_expout' when appropriate.
10358
0695b514
PA
103592012-01-18 Pedro Alves <palves@redhat.com>
10360
10361 * record.c (struct record_breakpoint, record_breakpoint_p)
10362 (record_breakpoints): New.
10363 (record_insert_breakpoint, record_remove_breakpoint): Manage
10364 record breakpoints list. Only remove breakpoints from the
10365 inferior if they had been inserted there in the first place.
10366
136e1c30
DE
103672012-01-17 Doug Evans <dje@google.com>
10368
10369 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10370 if we know we don't have a file name to look for.
10371
c0bf857d
PA
103722012-01-17 Pedro Alves <palves@redhat.com>
10373
10374 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10375 the frame's stop reason is UNWIND_UNAVAILABLE.
10376
b486de60
JK
103772012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10378
10379 Fix compilation error.
10380 * m2-exp.y (yyerror): Use ANSI C prototype.
10381
d04550a6
SDJ
103822012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10383
10384 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10385 (growbuf_by_size): Likewise.
10386 (yyerror): Likewise.
10387 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10388 (modblock): Remove variable (was #if 0'ed).
10389 (parse_number): Convert prototype from K&R to ANSI C.
10390 (yyerror): Likewise.
10391 * objc-exp.y (parse_number): Likewise.
10392 (yyerror): Likewise.
10393 (yylex): Remove #if 0'ed code.
10394 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10395 (yyerror): Likewise.
10396
4aac40c8
TT
103972012-01-16 Tom Tromey <tromey@redhat.com>
10398
10399 * NEWS: Add item.
10400 * symtab.h (compare_filenames_for_search): Declare.
10401 * symtab.c (compare_filenames_for_search): New function.
10402 (iterate_over_some_symtabs): Use it.
10403 * symfile.h (struct quick_symbol_functions)
10404 <map_symtabs_matching_filename>: Change spec.
10405 * psymtab.c (partial_map_symtabs_matching_filename): Use
10406 compare_filenames_for_search. Update for new spec.
10407 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10408 compare_filenames_for_search. Update for new spec.
10409 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10410
cafec441
TT
104112012-01-16 Tom Tromey <tromey@redhat.com>
10412
10413 PR python/13281:
10414 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10415 (struct main_type) <flag_flag_enum>: New field.
10416 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10417 * NEWS: Add entries.
10418 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10419 enums.
10420 * python/lib/gdb/printing.py (_EnumInstance): New class.
10421 (FlagEnumerationPrinter): Likewise.
10422
983af33b
SDJ
104232012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10424
10425 * breakpoint.c (create_sals_from_address_default): New function.
10426 (create_breakpoints_sal_default): Likewise.
10427 (decode_linespec_default): Likewise.
10428 (is_marker_spec): Removed.
10429 (strace_marker_p): New function.
10430 (init_breakpoint_sal): Using `strace_marker_p' instead of
10431 `is_marker_spec'.
10432 (create_breakpoint): Call method `create_sals_from_address' from
10433 breakpoint_ops, replacing code that created SALs conditionally
10434 on the type of the breakpoint. Call method `create_breakpoints_sal',
10435 replacing code that created breakpoints conditionally on the type
10436 wanted.
10437 (base_breakpoint_create_sals_from_address): New function.
10438 (base_breakpoint_create_breakpoints_sal): Likewise.
10439 (base_breakpoint_decode_linespec): Likewise.
10440 (base_breakpoint_ops): Add methods
10441 `base_breakpoint_create_sals_from_address',
10442 `base_breakpoint_create_breakpoints_sal' and
10443 `base_breakpoint_decode_linespec'.
10444 (bkpt_create_sals_from_address): New function.
10445 (bkpt_create_breakpoints_sal): Likewise.
10446 (bkpt_decode_linespec): Likewise.
10447 (tracepoint_create_sals_from_address): Likewise.
10448 (tracepoint_create_breakpoints_sal): Likewise.
10449 (tracepoint_decode_linespec): Likewise.
10450 (strace_marker_create_sals_from_address): Likewise.
10451 (strace_marker_create_breakpoints_sal): Likewise.
10452 (strace_marker_decode_linespec): Likewise.
10453 (strace_marker_breakpoint_ops): New variable.
10454 (addr_string_to_sals): Remove `marker_spec'. Call method
10455 `decode_linespec' from breakpoint_ops, replacing code that decoded
10456 an address string into a SAL. Use `strace_marker_p' instead of
10457 `marker_spec'.
10458 (strace_command): Decide whether we are dealing with a static
10459 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10460 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10461 * breakpoint.h (linespec_result, linespec_sals): New forward
10462 declarations.
10463 (breakpoint_ops) <create_sals_from_address>,
10464 <create_breakpoints_sal>, <decode_linespec>: New methods.
10465
4795f398
DE
104662012-01-14 Doug Evans <dje@google.com>
10467
10468 * NEWS: Update text for "maint set python print-stack".
10469 It is deprecated in gdb 7.4 and deleted in 7.5.
10470
ee5106fe
EZ
104712012-01-13 Eli Zaretskii <eliz@gnu.org>
10472
10473 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10474 including curses.h.
10475
b161e06f
JK
104762012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 * configure: Regenerate.
10479 * config.in: Regenerate.
10480
85254831
KS
104812012-01-12 Keith Seitz <keiths@redhat.com>
10482
10483 PR mi/10586
10484 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10485 (ANONYMOUS_UNION_NAME): Define.
10486 (is_path_expr_parent): New function.
10487 (get_path_expr_parent): New function.
10488 (is_anonymous_child): New function.
10489 (create_child_with_value): If the child is anonymous and without
10490 a name, assign an object name to it.
10491 (c_describe_child): Use get_path_expr_parent to determine
10492 the parent expression.
10493 If there field represents an anonymous struct or union and
10494 has no name, set an appropriate display name and expression.
10495 (cplus_describe_child): Likewise.
10496
620fa63a
PA
104972012-01-12 Pedro Alves <palves@redhat.com>
10498
10499 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10500 available when %ebp is found to be zero (outermost).
10501
2efa2c79
AT
105022012-01-11 Andreas Tobler <andreast@fgznet.ch>
10503
10504 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10505 an internal gdb_static_assert.
10506 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10507
88e7d25d
TT
105082012-01-11 Tom Tromey <tromey@redhat.com>
10509
10510 PR gdb/9598:
10511 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10512 catch" and "catch throw".
10513
72384ba3
PH
105142012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10515
10516 * blockframe.c (block_innermost_frame): Start search from selected
10517 frame, if present, or otherwise the current frame.
10518
10519 * c-exp.y (variable): Update innermost_block for
10520 'block COLONCOLON NAME' clause.
10521 * m2-exp.y (variable): Ditto.
10522 * objc-exp.y (variable): Ditto.
10523
065a711f
TT
105242012-01-10 Tom Tromey <tromey@redhat.com>
10525
10526 PR python/13199:
10527 * python/python.c (finish_python_initialization): Set sys.argv.
10528
f3f5162e
DE
105292012-01-10 Doug Evans <dje@google.com>
10530
10531 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10532 "want_line_info". All callers updated.
10533 (dwarf_decode_lines_1): New function.
10534 (handle_DW_AT_stmt_list): Add function comment.
10535 New arg "want_line_info". All callers updated.
10536 (read_file_scope,read_type_unit_scope): Move comment from
10537 handle_DW_AT_stmt_list to here.
10538
9934703b
JK
105392012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 Fix regression after libiberty/ update for GCC PR 6057 and others.
10542 * c-exp.y (operator) <OPERATOR DELETE>
10543 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10544 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10545 (make_builtin_type, make_name): New variable i, add gdb_assert.
10546 (operator) <OPERATOR NEW>: Update ARGS to 3.
10547 (operator) <OPERATOR DELETE>: Add trailing space.
10548 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10549 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10550 * cp-support.c (cp_canonicalize_string): Check NULL from
10551 cp_comp_to_string, call warning and return.
10552
06b9f45f
JK
105532012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 Fix duplicate .o files after omitting libbfd.a.
10556 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10557 (SFILES): Add corelow.c.
10558 (COMMON_OBS): Add corelow.o.
10559 (ALLDEPFILES): Remove corelow.c.
10560 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10561 * config/alpha/alpha-osf3.mh: Likewise.
10562 * config/alpha/fbsd.mh: Likewise.
10563 * config/arm/nbsdaout.mh: Likewise.
10564 * config/arm/nbsdelf.mh: Likewise.
10565 * config/i386/i386gnu.mh: Likewise.
10566 * config/ia64/hpux.mh: Likewise.
10567 * config/ia64/linux.mh: Likewise.
10568 * config/m32r/linux.mh: Likewise.
10569 * config/m68k/linux.mh: Likewise.
10570 * config/mips/irix5.mh: Likewise.
10571 * config/mips/irix6.mh: Likewise.
10572 * config/pa/hpux.mh: Likewise.
10573 * config/pa/linux.mh: Likewise.
10574 * config/powerpc/aix.mh: Likewise.
10575 * config/sparc/linux.mh: Likewise.
10576 * config/sparc/linux64.mh: Likewise.
10577 * config/sparc/sol2.mh: Likewise.
10578 * config/vax/vax.mh: Likewise.
10579 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10580 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10581 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10582 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10583 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10584 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10585 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10586 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10587 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10588 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10589 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10590 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10591 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10592 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10593 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10594 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10595 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10596 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10597 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10598 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10599 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10600 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10601 corelow.o from gdb_target_obs.
10602 * corefile.c (core_target): Update the comment on NULL value.
10603 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10604 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10605 MATCHES. Drop YUMMY set on NULL.
10606 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10607 reclaim CORE_DATA if it is already NULL.
10608
34365054
DE
106092012-01-09 Doug Evans <dje@google.com>
10610
10611 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10612 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10613
696166a3
KS
106142012-01-09 Keith Seitz <keiths@redhat.com>
10615
10616 * breakpoint.c (wrapper.h): Don't include.
10617
8e7b59a5
KS
106182012-01-09 Keith Seitz <keiths@redhat.com>
10619
10620 * Makefile.in (SFILES): Remove wrapper.c.
10621 (HFILES_NO_SRCDIR): Remove wrapper.h.
10622 (COMMON_OBS): Remove wrapper.o.
10623 * cli/cli-interp.c: Don't inlude wrapper.h.
10624 * corelow.c: Likewise.
10625 (core_open): Replace gdb_target_find_new_threads with
10626 TRY_CATCH around target_find_new_threads.
10627 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10628 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10629 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10630 evaluate_expression.
10631 (varobj_set_value): Likewise for evaluate_expression and
10632 value_assign.
10633 (install_new_variable): Likewise for value_fetch_lazy.
10634 (adjust_value_for_child_access): Likewise for value_ind.
10635 (c_describe_child): Likewise for value_subscript and
10636 value_ind.
10637 (c_value_of_root): Likewise for evaluate_expression.
10638 * wrapper.c: Remove.
10639 * wrapper.h: Remove.
10640
1a4eeb98
DE
106412012-01-09 Doug Evans <dje@google.com>
10642
9ff913ba
DE
10643 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10644 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10645 "abfd" args with "section". All callers updated.
10646 Error checking code moved ...
10647 (error_check_comp_unit_head): ... here. New function.
10648 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10649 Delete arg "abfd". New arg "type_offset". All callers updated.
10650 (create_debug_types_hash_table): Simplify by using
10651 read_and_check_type_unit_head.
10652
1a4eeb98
DE
10653 * parser-defs.h (namecopy): Delete.
10654 * parse.c (namecopy, namecopy_size): Move into copy_name.
10655
2e6af8c0
JK
106562012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 Partially fix duplicate .o files after omitting libbfd.a.
10659 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10660 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10661 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10662 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10663 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10664 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10665 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10666
9f2f828a
PA
106672012-01-09 Pedro Alves <palves@redhat.com>
10668
10669 * MAINTAINERS: Update my email address.
10670
4d72c0bc
DE
106712012-01-08 Doug Evans <dje@google.com>
10672
d467dd73
DE
10673 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10674 n_type_units. Rename type_comp_units to all_type_units.
10675 All uses updated.
10676 (add_signatured_type_cu_to_table): Renamed from
10677 add_signatured_type_cu_to_list. All callers updated.
10678
4d72c0bc
DE
10679 * gdbtypes.h (struct cplus_struct_type): Delete member
10680 nfn_fields_total. All uses removed.
10681
21b2bd31
DE
106822012-01-06 Doug Evans <dje@google.com>
10683
10684 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10685 to top of file.
10686 (dwarf2_find_comp_unit): Delete.
10687 (process_psymtab_comp_unit): Make result "void".
10688 Delete args buffer, info_ptr, buffer_size, and replace with
10689 "section". All callers updated.
10690 (dwarf2_build_psymtabs_hard): Simplify.
10691
bfd189b1
SDJ
106922012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10693 Thiago Jung Bauermann <bauerman@br.ibm.com>
10694
10695 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10696 before `struct gdb_exception'.
10697 * breakpoint.c (update_global_location_list_nothrow)
10698 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10699 * cp-abi.c (value_rtti_type): Likewise.
10700 * cp-support.c (cp_validate_operator): Likewise.
10701 * infrun.c (insert_exception_resume_breakpoint)
10702 (check_exception_resume, keep_going): Likewise.
10703 * mi-interp.c (mi_breakpoint_created)
10704 (mi_breakpoint_modified): Likewise.
10705 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10706 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10707 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10708
6b07635f
DE
107092012-01-05 Doug Evans <dje@google.com>
10710
0b30b85c
DE
10711 * dwarf2read.c (statement_prologue): Delete, unused.
10712
98714339
DE
10713 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10714 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10715
6b07635f
DE
10716 * dwarf2read.c (comp_unit_header): Delete, unused.
10717
761f4555
UW
107182012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10719
10720 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10721 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10722
2ca0b532
PA
107232012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10724
10725 * infrun.c (normal_stop): Don't skip calling the normal_stop
10726 observers if the thread was doing a multi-step, but stopped for
10727 some reason other than stepping.
10728
50aeff07
PA
107292012-01-05 Pedro Alves <alves.ped@gmail.com>
10730
10731 * cli/cli-decode.h: Add comments.
10732 (CMD_LIST_AMBIGUOUS): Moved to command.h
10733 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10734 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10735 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10736 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10737 (add_com, add_com_alias, add_info, add_info_alias)
10738 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10739 declarations.
10740 * command.h: Add and adjust comments.
10741 (CMD_LIST_AMBIGUOUS): Moved here.
10742 (help_cmd, help_cmd_list): Delete declarations.
10743
5953832c
DE
107442012-01-04 Doug Evans <dje@google.com>
10745
e5fe5e75
DE
10746 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10747 All callers updated.
10748 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10749 Replace all arguments with "per_cu". All callers updated.
10750
28dee7f5
DE
10751 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10752
23745b47
DE
10753 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10754 New arg "per_cu". All callers updated.
10755
5953832c
DE
10756 Delete #if 0'd out code.
10757 * language.c (binop_result_type): Delete.
10758 (simple_type, ordered_type, same_type, integral_type): Delete.
10759 (numeric_type, character_type, string_type, boolean_type): Delete.
10760 (float_type, structured_type): Delete.
10761 * language.h: Update.
10762
0f5b7562
TT
107632012-01-04 Tom Tromey <tromey@redhat.com>
10764
10765 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10766
78218f56
JB
107672012-01-04 Joel Brobecker <brobecker@adacore.com>
10768
10769 * corefile.c (close_exec_file): Delete.
10770 (reopen_exec_file): Remove commented out code that seems related
10771 to close_exec_file, which is being deleted here.
10772 * inferior.h (close_exec_file): Delete.
10773 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10774
0fcd72ba
JB
107752012-01-04 Joel Brobecker <brobecker@adacore.com>
10776
10777 * ada-lang.c: #include "cli/cli-utils.h".
10778 (get_selections): Use skip_spaces.
10779 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10780 (catch_ada_exception_command_split): Use skip_spaces.
10781 (ada_decode_assert_location): Likewise.
10782
1dabb4c4
JB
107832012-01-04 Joel Brobecker <brobecker@adacore.com>
10784
10785 * linespec.c (decode_line_internal): Check for C++ or Java
10786 compound constructs only if the current language is C, C++
10787 or Java.
10788
5931a2fa
JK
107892012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 Revert:
10792 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10793 Joel Brobecker <brobecker@adacore.com>
10794 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10795 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10796 3 times.
10797 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10798 fall through into AT_ENTRY_POINT.
10799 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10800 DUMMY_ADDR with it.
10801 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10802 PPC_INSN_SIZE skip to 3 times.
10803
1a2da5ee
JB
108042012-01-04 Joel Brobecker <brobecker@adacore.com>
10805
10806 * linespec.c (add_minsym): Preserve function descriptors.
10807
8645ff69
UW
108082012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10809
10810 * breakpoint.c (all_locations_are_pending): Consider locations
10811 in program spaces executing during startup pending as well.
10812
0b302171
JB
108132012-01-04 Joel Brobecker <brobecker@adacore.com>
10814
10815 Copyright year update in most files of the GDB Project.
10816
8ba098ad
JB
108172012-01-04 Joel Brobecker <brobecker@adacore.com>
10818
10819 * copyright.sh: Delete.
10820 * copyright.py: Rewrite.
10821
09c01c30
JB
108222012-01-04 Joel Brobecker <brobecker@adacore.com>
10823
10824 * gnulib/extra/update-copyright: New file, imported from gnulib.
10825
3c36c0af
JB
108262012-01-04 Joel Brobecker <brobecker@adacore.com>
10827
10828 * README (Copyright and License Notices): New section.
10829
888fe1e1
TT
108302012-01-03 Tom Tromey <tromey@redhat.com>
10831
10832 PR python/12533:
10833 * python/py-value.c (valpy_dereference, valpy_get_address
10834 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10835 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10836 (valpy_absolute, valpy_richcompare): Free intermediate values.
10837
6e681866
JB
108382011-01-03 Joel Brobecker <brobecker@adacore.com>
10839
10840 * ada-lang.c: Reformat the copyright notice.
10841
0cd09acb
JK
108422012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10845 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10846 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10847 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10848 Revert this part of:
10849 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10850 Build gdb directly from *.o files not using libgdb.a.
10851 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10852
12c3e59c
JB
108532012-01-02 Joel Brobecker <brobecker@adacore.com>
10854
10855 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10856 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10857 Reformat the copyright header.
10858
11bf1490
JK
108592012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 Revert this part of:
10862 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10863 Remove the gdbtui binary.
10864 * gdb.c (main): Remove args.interpreter_p initialization.
10865 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10866 * main.h (struct captured_main_args): Remove interpreter_p.
10867
1fef196f
JB
108682012-01-02 Joel Brobecker <brobecker@adacore.com>
10869
10870 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10871
67827812
JB
108722012-01-02 Joel Brobecker <brobecker@adacore.com>
10873
10874 * top.c (print_gdb_version): Update copyright year.
10875
a4d0b831
YQ
108762012-01-02 Yao Qi <yao@codesourcery.com>
10877
10878 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10879
b5914469
JK
108802012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10881 Joel Brobecker <brobecker@adacore.com>
10882
10883 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10884 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10885 3 times.
10886 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10887 fall through into AT_ENTRY_POINT.
10888 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10889 DUMMY_ADDR with it.
10890 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10891 PPC_INSN_SIZE skip to 3 times.
10892
8da828f7
JK
108932012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10894
10895 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10896 the return value.
10897 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10898
8574e74b
JK
108992012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10900
10901 Build gdb directly from *.o files not using libgdb.a.
10902 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10903 (COMMON_OBS): Remove solib-target.o.
10904 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10905 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10906 (LIBGDB_OBS, libgdb.a): Move it above.
10907 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10908 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10909 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10910 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10911 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10912 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10913 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10914 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10915 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10916 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10917 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10918 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10919 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10920 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10921 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10922 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10923 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10924 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10925 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10926 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10927 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10928 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10929 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10930 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10931 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10932 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10933 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10934
217bff3e
JK
109352012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10936
10937 Remove the gdbtui binary.
10938 * .gitignore (/gdbtui): Remove.
10939 * Makefile.in (TUI): Remove.
10940 (SUBDIR_TUI_OBS): Remove tui-main.o.
10941 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10942 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10943 (tui-main.o): Remove.
10944 (all_object_files): Remove tui-main.o.
10945 * NEWS: New note for the gdbtui removal.
10946 * configure: Rebuilt.
10947 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10948 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10949 CONFIG_UNINSTALL respectively.
10950 * gdb.c (main): Remove args.interpreter_p initialization.
10951 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10952 * main.h (struct captured_main_args): Remove interpreter_p.
10953 * tui/tui-main.c: Remove.
10954
9cdd5dbd
DE
109552012-01-01 Doug Evans <dje@google.com>
10956
bb5ed363
DE
10957 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10958 (dwarf2_physname, read_import_statement): Ditto.
10959 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10960 (process_structure_scope read_subroutine_type): Ditto.
10961 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10962 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10963 (dwarf2_fetch_die_location_block): Ditto.
10964 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10965
a0f42c21
DE
10966 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10967 All callers updated.
10968 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10969 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10970 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10971
2dc860c0
DE
10972 * dwarf2read.c (load_cu): Move assert to more useful location.
10973
68dc6402
DE
10974 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10975 All callers updated.
10976
9cdd5dbd
DE
10977 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10978 (dwarf2_elf_names): Minor reformat.
10979 (dwarf2_per_cu_data): Tweak comment.
10980 (dwarf2_read_section): Fix comment.
10981 (create_all_comp_units): Fix comment.
10982 (load_full_comp_unit): Fix comment.
10983 (process_full_comp_unit): Fix comment.
10984 (read_signatured_type): Fix comment.
10985
0c10e53e 10986For older changes see ChangeLog-2011.
c906108c
SS
10987\f
10988Local Variables:
10989mode: change-log
10990left-margin: 8
10991fill-column: 74
10992version-control: never
57da7796 10993coding: utf-8
c906108c 10994End:
This page took 3.09395 seconds and 4 git commands to generate.