PR python/14635:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
801e4185
TT
12012-10-15 Tom Tromey <tromey@redhat.com>
2
3 PR python/14635:
4 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
5 to Py_None.
6
74f910c8
TT
72012-10-15 Tom Tromey <tromey@redhat.com>
8
9 PR python/14634:
10 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
11
2a7c8fd5
AB
122012-10-11 Andrew Burgess <aburgess@broadcom.com>
13
14 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
15 reset thread numbering back to 1.
16
7c09e5a0
DE
172012-10-11 Doug Evans <dje@google.com>
18
19 PR breakpoints/14643.
20 * linespec.c (struct ls_parser): New member keyword_ok.
21 (linespec_lexer_lex_string): Add comment.
22 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
23 for one.
24 (parse_linespec): Set keyword_ok.
25
a1855c1d
DE
262012-10-10 Doug Evans <dje@google.com>
27
844226d6
DE
28 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
29 "0x" prefix on address in log message.
30
a1855c1d
DE
31 * dwarf2read.c (read_1_byte): Add const to buf parameter.
32 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
33 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
34 (lookup_dwo_file): Add const to dwo_name parameter.
35 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
36
2e24f4aa
JK
372012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
38
39 Fix crash during stepping on ppc32.
40 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
41 SYM.
42
aa14df25
DE
432012-10-03 Doug Evans <dje@google.com>
44
45 PR symtab/14601
46 * buildsym.c (buildsym_init): Reset using_directives to NULL.
47
3d468296
AB
482012-10-02 Andrew Burgess <aburgess@broadcom.com>
49
50 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
51 output and use uint32_t not long to ensure 4 byte size.
52
8f0ee2eb
JB
532012-10-02 Joel Brobecker <brobecker@adacore.com>
54
55 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
56 unref'ed it.
57
b3dc46ff
AB
582012-10-01 Andrew Burgess <aburgess@broadcom.com>
59
60 * target.c (simple_search_memory): Include access length in
61 warning message.
62
f712f01f
EBM
632012-09-28 Nathan Miller <nathanm2@us.ibm.com>
64 Edjunior Machado <emachado@linux.vnet.ibm.com>
65
66 PR gdb/13989
67 * solib.c (solib_find): Prevent GDB from loading native libraries when
68 debugging a cross-target corefile.
69
39181896
PA
702012-09-28 selven <pcthegreat@gmail.com>
71
72 Make definition match declaration.
73
74 * regcache.c (regcache_register_status): Change return type to
75 enum register_status.
76
4c2786ba
YQ
772012-09-28 Yao Qi <yao@codesourcery.com>
78
79 * mi/mi-main.c (mi_cmd_data_write_memory): Call
80 write_memory_with_notification instead of write_memory.
81 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
82 instead of target_write_memory.
83
1ae0c35e
YQ
842012-09-28 Yao Qi <yao@codesourcery.com>
85
86 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
87 when the length of content is not an even number.
88
7977e5d2
TT
892012-09-27 Tom Tromey <tromey@redhat.com>
90
91 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
92 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
93
807160da
JB
942012-09-27 Joel Brobecker <brobecker@adacore.com>
95
96 * sol-thread.c (sol_thread_fetch_registers)
97 (sol_thread_store_registers): Delete commented out code.
98
43c75337
JB
992012-09-27 Joel Brobecker <brobecker@adacore.com>
100
101 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
102 Move these functions to sparc-sol-thread.c.
103 * sparc-sol-thread.c: New file.
104 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
105 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
106 configurations.
107 * configure: Regenerate.
108
d292a972
JB
1092012-09-27 Joel Brobecker <brobecker@adacore.com>
110
111 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
112 Remove commented-out code.
113
8c3da003
JB
1142012-09-27 Joel Brobecker <brobecker@adacore.com>
115
116 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
117 Enable this code for sparc hosts only.
118
f00482b6
JB
1192012-09-27 Joel Brobecker <brobecker@adacore.com>
120
121 * procfs.h (procfs_find_LDT_entry): Add declaration.
122 * sol-thread.c (ps_lgetLDT): Delete local declaration of
123 function procfs_find_LDT_entry.
124
337c776f
JB
1252012-09-27 Joel Brobecker <brobecker@adacore.com>
126
127 * procfs.c (proc_get_LDT_entry): Make static.
128
1a04d88f
JB
1292012-09-27 Joel Brobecker <brobecker@adacore.com>
130
131 * procfs.c (proc_find_memory_regions): Fix declaration.
132
bad43aa5
SP
1332012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
134
135 * amd64-tdep.c (amd64_return_value): Revert previous change
136 that used TYPE_LENGTH directly.
137 * bfin-tdep.c (bfin_extract_return_value): Likewise.
138 (bfin_store_return_value): Likewise.
139 * cris-tdep.c (cris_store_return_value): Likewise.
140 (cris_extract_return_value): Likewise.
141 * h8300-tdep.c (h8300_extract_return_value): Likewise.
142 * hppa-tdep.c (hppa64_return_value): Likewise.
143 * lm32-tdep.c (lm32_store_return_value): Likewise.
144 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
145 * spu-tdep.c (spu_value_from_register): Likewise.
146 * vax-tdep.c (vax_return_value): Likewise.
147
63375b74
SP
1482012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
149
150 * gdbtypes.c (lookup_array_range_type): Expand parameters
151 LOW_BOUND and HIGH_BOUND to LONGEST.
152 (lookup_string_range_type): Likewise.
153 * gdbtypes.h (lookup_array_range_type): Likewise.
154 (lookup_string_range_type): Likewise.
155 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
156 Expand HIGHBOUND to ssize_t.
157 (value_string): Likewise.
158 * value.h (value_cstring): Expand parameter LEN to ssize_t.
159 (value_string): Likewise.
160
19ca11c5
YQ
1612012-09-27 Yao Qi <yao@codesourcery.com>
162
163 PR breakpoints/13898
164 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
165 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
166 per breakpoint type.
167
92107356
PM
1682012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
169
170 * procfs.c: Add gdb_bfd header.
171 * rs6000-nat.c: Likewise.
172 * solib-pa64.c: Likewise.
173 * spu-linux-nat.c: Likewise.
174 * windows-nat.c: Likewise.
175
9742094a
TT
1762012-09-26 Tom Tromey <tromey@redhat.com>
177
178 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
179
0971de02
TT
1802012-09-26 Tom Tromey <tromey@redhat.com>
181
182 * dwarf2read.c (mark_common_block_symbol_computed): New function.
183 (read_common_block): Handle child DIEs with
184 DW_AT_data_member_location.
185 (new_symbol_full): Add special case for common blocks.
186
4357ac6c
TT
1872012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
188 Tom Tromey <tromey@redhat.com>
189
190 * dwarf2read.c (read_common_block): Rewrite.
191 (new_symbol_full): Handle DW_TAG_common_block.
192 * f-lang.c (head_common_list, find_common_for_function):
193 Remove.
194 * f-lang.h (struct common_entry, struct saved_f77_common,
195 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
196 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
197 BLANK_COMMON_NAME_LOCAL): Remove.
198 (struct common_block): New.
199 * f-valprint.c (list_all_visible_commons): Remove.
200 (info_common_command_for_block): New function.
201 (info_common_command): Use it.
202 * stack.c (iterate_over_block_locals): Special case for
203 COMMON_BLOCK_DOMAIN.
204 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
205 constant.
206 (struct general_symbol_info) <value.common_block>: New field.
207 (SYMBOL_VALUE_COMMON_BLOCK): New define.
208
965f07a8
TT
2092012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
210 Tom Tromey <tromey@redhat.com>
211
212 * f-lang.c (allocate_saved_bf_node,
213 allocate_saved_function_node, allocate_saved_f77_common_node,
214 allocate_common_entry_node, tail_common_list, current_common,
215 saved_bf_list, saved_bf_list_end, current_head_bf_list,
216 tmp_bf_ptr, add_common_block, add_common_entry,
217 find_first_common_named, patch_common_entries,
218 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
219 global_remote_debug, get_bf_for_fcn, saved_function_list,
220 saved_function_list_end, clear_function_list, struct saved_fcn,
221 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
222 SAVED_BF, SAVED_BF_PTR): Remove.
223 * f-lang.h (tail_common_list, current_common,
224 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
225 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
226 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
227 real_main_c_value): Remove.
228 * f-valprint.c (there_is_a_visible_common_named): Remove.
229
6f380991
AB
2302012-09-26 Andrew Burgess <aburgess@broadcom.com>
231
232 * breakpoint.c (update_global_location_list): Ignore previous
233 duplicate status of a breakpoint when starting a new scan for
234 duplicate breakpoints.
235
9ead7ae4 2362012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 237 PR breakpoints/14419
2536b51c
YQ
238 * arm-tdep.c (arm_skip_prologue): Extending producer check to
239 support LLVM compiler.
9ead7ae4 240
8f8a23a2
SP
2412012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
242
243 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
244 * bfin-tdep.c (bfin_extract_return_value): Likewise.
245 (bfin_store_return_value): Likewise.
246 * cris-tdep.c (cris_store_return_value): Likewise.
247 (cris_extract_return_value): Likewise.
248 * h8300-tdep.c (h8300_extract_return_value): Likewise.
249 * hppa-tdep.c (hppa64_return_value): Likewise.
250 * lm32-tdep.c (lm32_store_return_value): Likewise.
251 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
252 * spu-tdep.c (spu_value_from_register): Likewise.
253 * vax-tdep.c (vax_return_value): Likewise.
254
d7019589
SP
2552012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
256
257 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
258 parameter LEN to ssize_t.
259
744a8059
SP
2602012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
261
262 * ada-valprint.c (ada_val_print_1): Eliminate single-use
263 variable LEN.
264 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
265 directly.
266 (alpha_store_return_value): Likewise.
267 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
268 (amd64_push_arguments): Likewise.
269 * ax-gdb.c (gen_trace_static_fields): Likewise.
270 (gen_traced_pop): Likewise.
271 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
272 * breakpoint.c (update_watchpoint): Likewise.
273 * findcmd.c (parse_find_args): Use local variable for type
274 instead of length.
275 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
276 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
277 (h8300_store_return_value): Likewise.
278 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
279 Use i386_darwin_arg_type_alignment directly.
280 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
281 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
282 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
283 (m68hc11_extract_return_value): Likewise.
284 * mep-tdep.c (mep_push_dummy_call): Likewise.
285 * printcmd.c (float_type_from_length): Likewise.
286 * s390-tdep.c (s390_value_from_register): Likewise.
287 * stack.c (read_frame_arg): Likewise.
288 * tracepoint.c (encode_actions_1): Likewise.
289 * valops.c (value_fetch_lazy): Use local variable for type
290 instead of length. Use TYPE_LENGTH directly.
291 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
292
a4b411d6
JB
2932012-09-25 Joel Brobecker <brobecker@adacore.com>
294
295 * symtab.c (skip_prologue_sal): Fix typo in comment.
296
11dba07a
JB
2972012-09-25 Joel Brobecker <brobecker@adacore.com>
298
299 * linespec.c (create_sals_line_offset): Fix typo in comment.
300
318102b9
SP
3012012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
302
303 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
304 use plongest to print the array size.
305
b4aa388a
SP
3062012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
307
308 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
309 * p-valprint.c (pascal_type_print_base): Likewise.
310
84cebc4a
YQ
3112012-09-22 Yao Qi <yao@codesourcery.com>
312
313 * remote.c (remote_get_trace_status): Remove setting default
314 values of fields of 'ts'.
315
04e7407c
JK
3162012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
317
318 Fix internal error on canonicalization of clang types.
319 * cp-name-parser.y (operator): New comment at make_operator call for
320 new, delete, new[] and delete[].
321 (exp): Use "sizeof ". Add new comment at make_operator call.
322
9bf4bce9
JK
3232012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 Fix disassemble without parameters in tailcall frame.
326 * cli/cli-cmds.c (disassemble_current_function): Use
327 get_frame_address_in_block.
328
1c5b7826
TT
3292012-09-21 Tom Tromey <tromey@redhat.com>
330
331 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
332 TYPE_CODE_UNION>: Unify, removing a goto.
333
62a49610
TT
3342012-09-21 Tom Tromey <tromey@redhat.com>
335
336 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
337
2603f7ee
AB
3382012-09-21 Andrew Burgess <aburgess@broadcom.com>
339
340 * findvar.c (read_frame_register_value): Mark the result value as
341 optimized out if any of the input registers have been optimized out.
342
810849a3
AS
3432012-09-21 Andreas Schwab <schwab@linux-m68k.org>
344
345 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
346
0953dec1
SP
3472012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
348
349 * eval.c (evaluate_subexp_standard): Eliminate single-use
350 variable LOWER.
351
82a90ccf
YQ
3522012-09-21 Yao Qi <yao@codesourcery.com>
353
354 * mi/mi-interp.c: Declare mi_record_changed.
355 (mi_interpreter_init): Call observer_attach_record_changed.
356 (mi_record_changed): New.
357 * record.c (record_open): Call observer_notify_record_changed.
358 (cmd_record_stop): Call observer_notify_record_changed.
359 * NEWS: Mention it.
360
d7de8e3c
TT
3612012-09-20 Tom Tromey <tromey@redhat.com>
362
363 * NEWS: Update.
364 * python/python.c (finalize_python): New function.
365 (_initialize_python): Make a final cleanup.
366
43c7c83d
DE
3672012-09-19 Doug Evans <dje@google.com>
368
369 * buildsym.h (param_symbols): Delete, unused.
370 (context_stack): Delete member "params", unused.
371 * buildsym.c (push_context): Update.
372 * dwarf2read.c (read_func_scope): Update.
373
aa9259cc
TS
3742012-09-19 Thomas Schwinge <thomas@codesourcery.com>
375
a6521d9a
TS
376 * sh-tdep.c (sh_register_convert_to_virtual)
377 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
378 all callers. Just do a memcpy if not the little-endian case.
379
f92589cb
TS
380 * h8300-tdep.c (h8300_gdbarch_init): Invoke
381 set_gdbarch_double_format and set_gdbarch_long_double_format.
382 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
383 set_gdbarch_double_format.
384 * sh-tdep.c (sh_gdbarch_init): Likewise.
385
aa9259cc
TS
386 * NEWS: Document the removal of SH's 'regs' command.
387 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
388 command.
389
c1d780c2
SDJ
3902012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
391
392 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
393 `jump'.
394
4ae24af0
JB
3952012-09-18 Joel Brobecker <brobecker@adacore.com>
396
397 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
398 language when iterating over symbols.
399
bb25a15c
YQ
4002012-09-18 Yao Qi <yao@codesourcery.com>
401
402 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
403 (mi_interpreter_init): Call observer_attach_tsv_created and
404 observer_attach_tsv_deleted.
405 (mi_tsv_created, mi_tsv_deleted): New.
406 * tracepoint.c (delete_trace_state_variable): Call
407 observer_notify_tsv_deleted.
408 (trace_variable_command): Call observer_notify_tsv_created.
409 (delete_trace_variable_command): Call
410 observer_notify_tsv_deleted.
411 (create_tsv_from_upload): Call observer_notify_tsv_created.
412 * NEWS: Mention it.
413
201b4506
YQ
4142012-09-18 Yao Qi <yao@codesourcery.com>
415
416 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
417 if traceframe changed.
418 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
419 "trace-find".
420 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
421 (mi_interpreter_init): Hook mi_traceframe_changed to observer
422 'traceframe_changed'.
423 (mi_traceframe_changed): New.
424 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
425 New field.
426 * NEWS: Mention the new MI notification.
427
eaeb12db
MW
4282012-09-17 Mike Wrighton <wrighton@codesourcery.com>
429
430 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
431
6e3c039e
JK
4322012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
433
434 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
435 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
436 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
437 Extend code also for PaX support. Convert all gdb_assert to warning
438 calls.
439
9a950c7c
JK
4402012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
441
442 Implement auto-load user conveniences suggested by Doug Evans.
443 * auto-load.c: Include top.h.
444 (file_is_auto_load_safe): New variable advice_printed. Print advice.
445 (_initialize_auto_load): New variable scripts_directory_help. Mention
446 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
447 scripts-directory. Document in online help one can use also files for
448 set auto-load safe-path.
449 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
450 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
451
deec9a9d
SP
4522012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
453
454 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
455 of LEN.
456
354ecfd5
SP
4572012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
458
459 * m2-valprint.c (m2_print_array_contents): Eliminate variable
460 ELTLEN and use TYPE_LENGTH directly.
461 (m2_val_print): Likewise.
462 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
463 variable LEN and use TYPE_LENGTH directly.
464 (m68k_svr4_store_return_value): Likewise.
465 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
466 ARGLEN and use TYPE_LENGTH directly.
467 (mips_o64_push_dummy_call): Likewise.
468 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
469 variable LENGTH and use TYPE_LENGTH directly.
470 (s390_function_arg_float): Likewise.
471 (s390_function_arg_integer): Likewise.
472 (s390_push_dummy_call): Likewise.
473 (s390_return_value_convention): Likewise.
474 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
475 TYPE_LENGTH directly.
476
6fc1c773
YQ
4772012-09-17 Yao Qi <yao@codesourcery.com>
478
479 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
480 Update comment to add_setshow_integer_cmd.
481 * cli/cli-setshow.c (do_set_command): Handle case
482 'var_zuinteger_unlimited'.
483 (do_show_command): Likewise.
484 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
485 for command 'remotetimeout'.
486 * command.h (enum var_types): New zuinteger_unlimited. Update comment
487 to var_integer.
488 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
489 for command 'set listsize'.
490
6acef6cd
SP
4912012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
492
493 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
494 variable LEN.
495
1ab3b62c
JK
4962012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
497
498 PR 14119
499 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
500 (frame_pop): Drop also TAILCALL_FRAME frames.
501 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
502
acf9414f
JK
5032012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
504 Pedro Alves <palves@redhat.com>
505
506 PR 14548
507 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
508 function start if we are already at function start. Both for
509 reverse-next and for reverse-step into function without line number
510 info.
511
193facb3
JK
5122012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 Code cleanup - rename 'inline' depth to 'artificial' depth.
515 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
516 frame_id_artificial_p, extend the comment.
517 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
518 * frame.c (fprint_frame_id): Rename at a user, change debug output
519 text to "artificial=".
520 (skip_inlined_frames): Rename to ...
521 (skip_artificial_frames): ... here. Extend the comment.
522 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
523 (frame_id_inlined_p): Rename to ...
524 (frame_id_artificial_p): ... here. Rename at a user.
525 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
526 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
527 at a user.
528 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
529 Extend the comment.
530 (frame_id_inlined_p): Rename to ...
531 (frame_id_artificial_p): ... here.
532 * inline-frame.c (inline_frame_this_id): Rename at a user.
533
42056501
AB
5342012-09-14 Andrew Burgess <aburgess@broadcom.com>
535
536 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
537 vector variables using vector_size syntax rather than array
538 syntax.
539
84c47588
SP
5402012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
541
542 * valarith.c (value_concat): Replace unsafe ALLOCA with
543 XMALLOC/XFREE.
544
f4045bcb
PA
5452012-09-14 Pedro Alves <palves@redhat.com>
546
547 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
548
63b46266
YPK
5492012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
550
551 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
552 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
553 data-directory as appropriate.
554
ddd7a8e7
SP
5552012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
556
557 * printcmd.c (ui_printf): Eliminate single-use variable
558 PARAM_LEN.
559
d649a38e
YQ
5602012-09-14 Yao Qi <yao@codesourcery.com>
561 Pedro Alves <palves@redhat.com>
562
563 * valops.c (value_assign): Move observer_notify_target_changed
564 below to replace reinit_frame_cache.
565
b9516fa1
YPK
5662012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
567
568 Refactor Python "gdb" module into a proper Python package, by
569 introducing a new "_gdb" module for code implemented in C, and
570 using reload/__import__ instead of exec.
571 * python/lib/gdb/__init__.py: Import * from _gdb.
572 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
573 prompt_hook, sys.argv): Moved from finish_python_initialization.
574 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
575 (packages, auto_load_packages): New list and function replacing
576 module_dict and auto-loading code, using __file__ instead of
577 gdb.PYTHONDIR and reload/__import__ instead of exec.
578 (GdbSetPythonDirectory): Replacing function of the same name
579 from finish_python_initialization, using reload/__import__ instead
580 of exec, as well as call auto_load_packages.
581 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
582 gdb_python_module and not gdb_module.
583 * python/python-internal.h (gdb_python_module): Declare.
584 * python/python.c (gdb_python_module): New global.
585 (before_prompt_hook): Check gdb_python_module and not gdb_module.
586 (_initialize_python): Rename gdb module to _gdb.
587 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
588 (finish_python_initialization): Move Python code to
589 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
590 __main__.
591
aa0fbdd8
PA
5922012-09-13 Pedro Alves <palves@redhat.com>
593
594 * Makefile.in (COMMON_OBS): Add registry.o.
595 * registry.c: New file.
596 * registry.h (struct registry_container): Declare.
597 (registry_data_callback): New typedef.
598 (struct registry_data, struct registry_data_registration, struct
599 registry_data_registry): New type.
600 (register_data_with_cleanup, registry_alloc_data)
601 (registry_callback_adaptor, registry_clear_data)
602 (registry_container_free_data, registry_set_data, registry_data):
603 Declare.
604 (DEFINE_REGISTRY): Refactor structures and functions as shims over
605 the new common structures and functions.
606 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
607 callback typedefs.
608
42b5c53d
MW
6092012-09-12 Mike Wrighton <wrighton@codesourcery.com>
610
611 * remote.c (remote_insert_hw_breakpoint): Throw exception if
612 there is an error inserting hardware breakpoints and use the
613 error message from the target.
614
615 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
616 Catch this exception and print the error message contained within. Do not
617 print the default hardware error breakpoint message in this case.
618
a1b64ce1
DE
6192012-09-12 Doug Evans <dje@google.com>
620
621 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
622 cu == NULL.
623
83a788b8
DE
6242012-09-11 Doug Evans <dje@google.com>
625
626 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
627 .gdb_index symbol attributes if there are none.
628
d9eaeb59
JB
6292012-09-11 Joel Brobecker <brobecker@adacore.com>
630
631 * symtab.h (struct minimal_symbol) [has_size]: New field.
632 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
633 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
634 * printcmd.c (build_address_symbolic): Only filter out zero-sized
635 minimal symbols if the symbol's size is actually known.
636 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
637 of msymbol's size field. Add comment.
638 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
639 SET_MSYMBOL_SIZE to set the minimal symbol size.
640
a83e9154
JB
6412012-09-11 Joel Brobecker <brobecker@adacore.com>
642
643 * minsyms.c (install_minimal_symbols): Use memset to fill entire
644 minimal_symbol struct object, rather than setting some of its
645 fields one by one.
646
350b1b26
AB
6472012-09-11 Andrew Burgess <aburgess@broadcom.com>
648
649 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
650 passed_a_ptr flag when displaying typedef types.
651
2fa15f23
JB
6522012-09-10 Joel Brobecker <brobecker@adacore.com>
653
654 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
655 the optimized_out flag is preserved.
656
5152ff90
AG
6572012-09-10 Anthony Green <green@moxielogic.com>
658
659 * moxie-tdep.c (moxie_analyze_prologue): Update for function
660 prologue changes in GCC.
661
5b4f6e25
KS
6622012-09-10 Keith Seitz <keiths@redhat.com>
663
664 PR gdb/13483
665 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
666 (BOOL_CONVERSION_BADNESS): ... this.
667 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
668 (rank_one_type): Allow all boolean conversions
669 permitted by the standard.
670
f1070426
TT
6712012-09-06 Tom Tromey <tromey@redhat.com>
672
673 * python/py-newobjfileevent.c (create_new_objfile_event_object):
674 Don't decref py_objfile.
675
a8db4212
YPK
6762012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
677
678 Do not enable -lmcheck by default when Python is enabled with
679 threading support.
680 * configure.ac: (python_has_threads) New variable, by testing
681 if WITH_THREAD is defined in Python.h.
682 Move --enable-lmcheck after --with-python.
683 Do not enable -lmcheck by default if python_has_threads=yes.
684 Warn if --enable-lmcheck and python_has_threads=yes.
685 * configure: Regenerate.
686
648beb2b
YQ
6872012-08-31 Yao Qi <yao@codesourcery.com>
688
689 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
690 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
691 Update some commands.
692 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
693 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
694 to 1.
695
ef07a9f7
YQ
6962012-08-31 Yao Qi <yao@codesourcery.com>
697
698 * mi/mi-cmds.c (mi_cmds): Add 'static'.
699
fda395cf
YPK
7002012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
701
702 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
703
8efd8e78
DE
7042012-08-29 Doug Evans <dje@google.com>
705
706 * main.c (print_gdb_help): Remove reference to
707 --use-deprecated-index-sections.
708
883b9c6c
YQ
7092012-08-28 Yao Qi <yao@codesourcery.com>
710
711 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
712 (init_cmds): Call add_setshow_uinteger_cmd for command
713 'max-user-call-depth'.
714 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
715 declaration of 'max_user_call_depth'.
716 * frame.c (backtrace_limit): Add 'unsigned'.
717 (_initialize_frame): Call add_setshow_uinteger_cmd for command
718 'limit'.
719 * remote.c (remoteaddresssize): Add 'unsigned'.
720 (remote_address_masked): Change local var 'address_size' to
721 'unsigned'.
722 (_initialize_remote): Call add_setshow_uinteger_cmd for
723 'remoteaddresssize'.
724 * top.c (history_size): Add 'unsigned'.
725 (show_commands): Change local variables to 'unsigned'.
726 (set_history_size_command): Don't check history_size is negative.
727 Adjust the condition to call unstifle_history and set history_size
728 to UNIT_MAX.
729
1292279a
PA
7302012-08-28 Pedro Alves <palves@redhat.com>
731
732 PR gdb/14428
733
734 * infcmd.c (default_print_one_register_info): New, factored out
735 from default_print_registers_info.
736 (default_print_registers_info): Use it. Mark value unavailable if
737 necessary.
738 (registers_info): Print user registers with
739 default_print_one_register_info.
740
f629cd75
L
7412010-08-27 H.J. Lu <hongjiu.lu@intel.com>
742
743 PR tui/14486
744 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
745 is not NULL before referencing it.
746
1c8cdcb1
JK
7472012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
750 variable pc. Call find_pc_line instead of find_pc_overlay, restore
751 original PC for it.
752
e9687799
JK
7532012-08-27 Eli Zaretskii <eliz@gnu.org>
754 Jan Kratochvil <jan.kratochvil@redhat.com>
755
756 * auto-load.c (auto_load_objfile_script): Rename to ...
757 (auto_load_objfile_script_1): ... here, change variable realname to
758 parameter realname, document it, add return value, add variable retval.
759 (auto_load_objfile_script): New function.
760
7afa1642
JK
7612012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
762
763 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
764 followed by a whitespace.
765
dc7650b8
JK
7662012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
767
28e66c70 768 PR gdb/14494.
dc7650b8
JK
769 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
770 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
771 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
772 here.
773
1591a1e8
PA
7742012-08-27 Wei-cheng Wang <cole945@gmail.com>
775
776 * memattr.c (create_mem_region): Fix memory region overlapping
777 checking.
778
ecfb0d68
SP
7792012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
780
781 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
782 with xmalloc/cleanup.
783 * mt-tdep.c (mt_push_dummy_call): Likewise.
784 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
785 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
786
8c56c1b9
YQ
7872012-08-24 Yao Qi <yao@codesourcery.com>
788
789 * jv-exp.y (push_expression_name): Add "." at the end of error
790 message.
791
e3480f4a
YPK
7922012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
793
794 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
795 * python/python.c (_initialize_python): Update documentation.
796
dfbd5e7b
PA
7972012-08-23 Pedro Alves <palves@redhat.com>
798
799 * infrun.c (_initialize_infrun) <handle command help text>:
800 Mention that multiple signals are supported.
801
2edda2ff
PA
8022012-08-23 Pedro Alves <palves@redhat.com>
803
804 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
805 string.
806
8d735b87
YQ
8072012-08-23 Yao Qi <yao@codesourcery.com>
808
809 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
810 (tfind_1): Don't call registers_changed, set_traceframe_num,
811 and clear_traceframe_info.
812 Call set_current_traceframe.
813 (set_current_traceframe): call set_traceframe_num.
814
c5d9b215
SDJ
8152012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
816
817 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
818 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
819
037bbc8e
YPK
8202012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
821
822 Enable readline in Python in a GDB-specific way and block the
823 standard Python readline module to prevent conflicts with GDB.
824 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
825 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
826 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
827 * python/py-gdb-readline.c: New file.
828 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
829 prototype.
830 * python/python.c (_initialize_python): Call
831 gdbpy_initialize_gdb_readline.
832
406b1477
KS
8332012-08-22 Keith Seitz <keiths@redhat.com>
834
835 * defs.h: Include build-gnulib/config.h
836
6ca1b147
JM
8372012-08-22 Joseph Myers <joseph@codesourcery.com>
838
839 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
840 and blx pc.
841
8315665e
YPK
8422012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
843
844 Add a new "python-interactive" command that starts a standard
845 Python interactive prompt with "pi" as alias, and add "py" as
846 an alias to "python".
847 * NEWS: Mention the new commands.
8315665e
YPK
848 * python/python.c (eval_python_command): New function.
849 (python_interactive_command): For "python-interactive" with
850 arguments, call eval_python_command. For "python-interactive"
851 without arguments, call PyRun_InteractiveLoop.
852 (_initialize_python): Add "python-interactive" command with
853 "pi" as alias, and add "py" as an alias to "python".
854
522002f9
TT
8552012-08-22 Tom Tromey <tromey@redhat.com>
856
857 * defs.h (quit_flag): Don't declare.
858 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
859 (QUIT): Use new functions.
860 * event-top.c (command_handler): Use clear_quit_flag.
861 (handle_sigint): Use set_quit_flag.
862 (async_request_quit): Use check_quit_flag. Don't check
863 immediate_quit.
864 * exceptions.c (throw_exception): Use clear_quit_flag.
865 * main.c (captured_main): Use clear_quit_flag.
866 * python/python.c (clear_quit_flag, set_quit_flag)
867 (check_quit_flag): New functions.
868 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
869 clear_quit_flag.
870 * remote.c (remote_wait_as): Use check_quit_flag,
871 clear_quit_flag.
872 (remote_start_remote): Call QUIT.
873 * symfile.c (load_progress): Use check_quit_flag.
874 * top.c (command_loop): Use clear_quit_flag.
875 (command_line_input): Call QUIT.
876 * utils.c (quit_flag): Conditionally define.
877 (clear_quit_flag, check_quit_flag, set_quit_flag): New
878 functions.
879 (prompt_for_continue): Call QUIT. Use quit, not
880 async_request_quit.
881 * remote-mips.c (mips_expect_timeout): Call QUIT.
882 * monitor.c (monitor_expect): Call QUIT.
883
b583003e
TT
8842012-08-22 Tom Tromey <tromey@redhat.com>
885
886 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
887 (async_init_signals): Update.
888 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
889 (SIGWINCH_HANDLER_BODY): Remove.
890
e1507e95
TT
8912012-08-22 Tom Tromey <tromey@redhat.com>
892
893 * jit.c (jit_object_close_impl): Don't malloc the objfile
894 name.
895 * objfiles.c (allocate_objfile): Don't malloc the objfile
896 name.
897 (free_objfile): Don't free the objfile name.
898 * objfiles.h (struct objfile) <name>: Update comment.
899 * symfile.c (reread_symbols): Fix reference counting. Don't
900 malloc objfile name.
901
1c00ec6b
TT
9022012-08-22 Tom Tromey <tromey@redhat.com>
903
904 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
905 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
906 (symfile_bfd_open): Likewise.
907 (generic_load): Likewise.
908 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
909 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
910 gdb_bfd_open.
911 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
912 Use gdb_bfd_open.
913 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
914 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
915 (pmon_load_fast): Likewise.
916 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
917 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
918 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
919 (macho_check_dsym): Likewise.
920 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
921 (m32r_upload_command): Likewise.
922 * gdb_bfd.h (gdb_bfd_cache): Declare.
923 * gdb_bfd.c (struct gdb_bfd_data): New.
924 (gdb_bfd_cache): New global.
925 (struct gdb_bfd_cache_search): New.
926 (hash_bfd): New function.
927 (eq_bfd): Likewise.
928 (gdb_bfd_open): Likewise.
929 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
930 (gdb_bfd_unref): Remove closed BFD from cache. Update for
931 gdb_bfd_data.
932 * exec.c (exec_file_attach): Use gdb_bfd_open.
933 * dsrec.c (load_srec): Use gdb_bfd_open.
934
6532ff36
TT
9352012-08-22 Tom Tromey <tromey@redhat.com>
936
937 * dwarf2read.c (macro_start_file): Update.
938 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
939 (free_objfile_per_bfd_storage): Destroy macro_cache.
940 (allocate_objfile, free_objfile): Update.
941 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
942 New field.
943 (struct objfile) <macro_cache>: Remove.
944 * symfile.c (reread_symbols): Update.
945 * symmisc.c (print_symbol_bcache_statistics): Update.
946 (print_objfile_statistics): Update.
947
706e3705
TT
9482012-08-22 Tom Tromey <tromey@redhat.com>
949
950 * elfread.c (elf_symtab_read): Update.
951 * objfiles.c (objfiles_bfd_data): New global.
952 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
953 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
954 (allocate_objfile, free_objfile): Update.
955 (_initialize_objfiles): Initialize objfiles_bfd_data.
956 * objfiles.h (struct objfile_per_bfd_storage): New.
957 (struct objfile) <per_bfd>: New field.
958 <filename_cache>: Remove.
959 (set_objfile_per_bfd): Declare.
960 * symfile.c (reread_symbols): Update. Call
961 set_objfile_per_bfd.
962 (allocate_symtab): Update.
963 * symmisc.c (print_symbol_bcache_statistics): Update.
964 (print_objfile_statistics): Print the size of the BFD obstack.
965
e992eda4
TT
9662012-08-22 Tom Tromey <tromey@redhat.com>
967
968 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
969 * gdb_bfd.c: Use DEFINE_REGISTRY.
970 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
971 (gdb_bfd_ref): Call bfd_alloc_data.
972 (gdb_bfd_unref): Call bfd_free_data.
973
6b81941e
TT
9742012-08-22 Tom Tromey <tromey@redhat.com>
975
976 * registry.h (struct registry_fields): New.
977 (REGISTRY_FIELDS): Redefine.
978 (REGISTRY_ACCESS_FIELD): New macro.
979 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
980 functions.
981
8e260fc0
TT
9822012-08-22 Tom Tromey <tromey@redhat.com>
983
984 * auto-load.c (_initialize_auto_load): Update.
985 * solib-svr4.c (_initialize_svr4_solib): Update
986 * solib-dsbt.c (_initialize_dsbt_solib): Update.
987 * solib-darwin.c (_initialize_darwin_solib): Update.
988 * registry.h: New file.
989 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
990 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
991 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
992 (register_program_space_data_with_cleanup)
993 (register_program_space_data, program_space_alloc_data)
994 (clear_program_space_data, set_program_space_data)
995 (program_space_data): Don't declare.
996 * progspace.c: Use DEFINE_REGISTRY.
997 (struct program_space_data, struct
998 program_space_data_registration, struct
999 program_space_data_registry, program_space_data_registry)
1000 (register_program_space_data_with_cleanup)
1001 (register_program_space_data, program_space_alloc_data)
1002 (program_space_free_data, clear_program_space_data)
1003 (set_program_space_data, program_space_data): Remove.
1004 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1005 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1006 (register_objfile_data_with_cleanup, register_objfile_data)
1007 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1008 declare.
1009 * objfiles.c: Use DEFINE_REGISTRY.
1010 (struct objfile_data, struct objfile_data_registration, struct
1011 objfile_data_registry, objfile_data_registry)
1012 (register_objfile_data_with_cleanup, register_objfile_data)
1013 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1014 (set_objfile_data, objfile_data): Remove.
1015 (_initialize_objfiles): Update.
1016 * jit.c (_initialize_jit): Update.
1017 * inflow.c (_initialize_inflow): Update.
1018 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1019 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1020 (register_inferior_data_with_cleanup, register_inferior_data)
1021 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1022 declare.
1023 * inferior.c: Use DEFINE_REGISTRY.
1024 (struct inferior_data, struct inferior_data_registration, struct
1025 inferior_data_registry, inferior_data_registry)
1026 (register_inferior_data_with_cleanup, register_inferior_data)
1027 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1028 (set_inferior_data, inferior_data): Remove.
1029 * auxv.c (_initialize_auxv): Update.
1030 * ada-lang.c (_initialize_ada_language): Update.
1031 * breakpoint.c (_initialize_breakpoint): Update.
1032 * i386-nat.c (i386_use_watchpoints): Update.
1033
ed9eebaf
TT
10342012-08-22 Tom Tromey <tromey@redhat.com>
1035
1036 * exec.c (exec_close, exec_file_attach): Update.
1037 (add_to_section_table): Initialize 'key' field.
1038 (add_target_sections, remove_target_sections): Add 'key' argument.
1039 * exec.h (add_target_sections, remove_target_sections): Add
1040 'key' argument.
1041 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1042 (reload_shared_libraries_1): Update.
1043 * target.h (struct target_section) <key>: New field.
1044
2f2e97fa
TT
10452012-08-22 Tom Tromey <tromey@redhat.com>
1046
1047 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1048
b3dbbd6f
PM
10492012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1050
1051 * symfile.c (allocate_symtab): Use host_address_to_string
1052 function instead of cast of pointer to long which is not
1053 compatible with x86_64-w64-mingw32 build.
1054
f94363d7
AP
10552012-08-19 Andrew Pinski <apinski@cavium.com>
1056
1057 * mips-tdep.c (is_octeon): New function.
1058 (is_octeon_bbit_op): New function.
1059 (mips32_next_pc): Handle Octeon's bbit instructions.
1060 (mips32_instruction_has_delay_slot): Likewise.
1061
78a59c2f
AP
10622012-08-19 Andrew Pinski <apinski@cavium.com>
1063
1064 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1065 before the function.
1066
4f5bcb50
AP
10672012-08-19 Andrew Pinski <apinski@cavium.com>
1068
1069 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1070
e5afdbd7
KS
10712012-08-19 Keith Seitz <keiths@redhat.com>
1072
1073 PR c++/14365
1074 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1075 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1076
13c9750e
EZ
10772012-08-18 Eli Zaretskii <eliz@gnu.org>
1078
1079 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1080 The typo broke "make TAGS".
1081
db761810 10822012-08-17 Joel Brobecker <brobecker@adacore.com>
1083
1084 GDB 7.5 released.
1085
a451cb65
KS
10862012-08-17 Keith Seitz <keiths@redhat.com>
1087
1088 PR c++/13356
1089 * gdbtypes.c (strict_type_checking): New variable.
1090 (show_strict_type_checking): New function.
1091 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1092 if strict type checking is disabled.
1093 (_initialize_gdbtypes): Add "check type" subcommand.
1094 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1095
10962012-08-17 Keith Seitz <keiths@redhat.com>
1097
1098 * language.h (type_mode): Remove.
1099 (type_check): Remove.
1100 (struct language_defn): Remove la_type_check.
1101 (STRICT_TYPE): Remove unused macro.
1102 (type_error): Remove.
1103 * language.c (set_type_range_case): Renamed to ...
1104 (set_range_case): ... this. Update all callers.
1105 Remove type_mode/type_check.
1106 (type_mode): Remove.
1107 (type_check): Remove.
1108 (show_type_command): Remove.
1109 (set_type_command): Remove.
1110 (language_info): Remove type checking output.
1111 (type_error): Remove unused function.
1112 (range_error): Update comment.
1113 (unknown_language_defn): Remove la_type_check.
1114 (auto_language_defn): Likewise.
1115 (local_language_defn): Likewise.
1116 (_initialize_language): Remove "check type" subcommand.
1117 * ada-lang.c (ada_language_defn): Remove la_type_check.
1118 * c-lang.c (c_language_defn): Likewise.
1119 (cplus_language_defn): Likewise.
1120 (asm_language_defn): Likewise.
1121 (minimal_language_defn): Likewise.
1122 * d-lang.c (d_language_defn): Likewise.
1123 * f-lang.c (f_language_defn): Likewise.
1124 * go-lang.c (go_language_defn): Likewise.
1125 * jv-lang.c (java_language_defn): Likewise.
1126 * m2-lang.c (m2_language_defn): Likewise.
1127 * objc-lang.c (objc_language_defn): Likewise.
1128 * opencl-lang.c (opencl_language_defn): Likewise.
1129 * p-lang.c (pascal_language_defn): Likewise.
1130
dbf6a605
MF
11312012-08-16 Mike Frysinger <vapier@gentoo.org>
1132
1133 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1134
973e3cf7
JB
11352012-08-16 Joel Brobecker <brobecker@adacore.com>
1136
1137 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1138 New function.
1139 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1140 using the regache. Use ia64_hpux_get_register_from_save_state_t
1141 to access the bsp and bspstore registers if not.
1142
d80ee84f
JB
11432012-08-16 Joel Brobecker <brobecker@adacore.com>
1144
1145 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1146 * breakpoint.c (detach_breakpoints): Change pid parameter into
1147 a ptid. Adjust code accordingly.
1148 * infrun.c (handle_inferior_event): Delete variable child_pid.
1149 Update call to detach_breakpoints to pass the child ptid for
1150 fork events.
1151 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1152 assert that inferior_ptid's lwp is zero.
1153 (linux_handle_extended_wait): Update call to detach_breakpoints.
1154 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1155 detach_breakpoints.
1156
2dcc6086
JB
11572012-08-16 Joel Brobecker <brobecker@adacore.com>
1158
1159 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1160 parent, only call detach_breakpoints if tts.tts_event ==
1161 TTEVT_VFORK.
1162
0c92d8c1
JB
11632012-08-16 Joel Brobecker <brobecker@adacore.com>
1164
1165 * dwarf2-frame.c (dwarf2_frame_cache): Use
1166 get_frame_address_in_block instead of get_frame_pc as
1167 the bound for executing the frame's FDE.
1168
6b1755ce
YQ
11692012-08-16 Yao Qi <yao@codesourcery.com>
1170
1171 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1172 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1173 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1174 (c_type_print_varspec_suffix): Likewise.
1175 * eval.c (evaluate_subexp_standard): Likewise.
1176 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1177 (f_type_print_varspec_suffix): Likewise.
1178 * gdbtypes.c (is_scalar_type): Likewise.
1179 (recursive_dump_type): Likewise.
1180 * infcall.c (value_arg_coerce): Likewise.
1181 * m2-valprint.c (m2_val_print): Likewise.
1182 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1183 (pascal_type_print_varspec_suffix): Likewise.
1184 (pascal_type_print_base): Likewise.
1185 * p-valprint.c (pascal_val_print): Likewise.
1186 (pascal_val_print): Likewise.
1187 * valops.c (value_slice): Likewise.
1188 * valprint.c (scalar_type_p): Likewise.
1189 * valarith.c (value_bitstring_subscript): Remove.
1190 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1191 Remove comment on TYPE_CODE_BITSTRING.
1192
1193 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1194 TYPE_CODE_BITSTRING.
1195
1196 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1197 slot 0.
1198
8acc4065
YQ
11992012-08-16 Yao Qi <yao@codesourcery.com>
1200
1201 * tracepoint.c (trace_find_none_command): Remove.
1202 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1203
8128fd8e
YQ
12042012-08-16 Yao Qi <yao@codesourcery.com>
1205
1206 * remote.c (handle_notification): Remove parameter 'length'.
1207 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1208
2873700e
KS
12092012-08-15 Keith Seitz <keiths@redhat.com>
1210
1211 * gdbtypes.c (opaque_type_resolution): Make static.
1212 Add missing comment.
1213 (overload_debug): Add missing comment.
1214 (show_opaque_type_resolution): Likewise.
1215 (show_overload_debug): Likewise.
1216 (print_bit_vector): Remove unnecessary forward declaration.
1217 (print_arg_types): Likewise.
1218 (dump_fn_fieldlists): Likewise.
1219 (print_cplus_stuff): Likewise.
1220
b82d08cd
TT
12212012-08-15 Tom Tromey <tromey@redhat.com>
1222
1223 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1224 (gdb_bfd_ref): Initialize new field.
1225 (gdb_bfd_unref): Unref the archive BFD.
1226 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1227 parent archive.
1228
db6573d6
TT
12292012-08-15 Tom Tromey <tromey@redhat.com>
1230
1231 PR python/14387:
1232 * python/py-bpevent.c (create_breakpoint_event_object): Update
1233 comment.
1234 * python/py-event.c (evpy_add_attribute): Update comment.
1235 * python/py-exitedevent.c (create_exited_event_object): Fix
1236 reference counting and error handling.
1237 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1238 Fix reference counting.
1239 * python/py-signalevent.c (create_signal_event_object): Fix
1240 reference counting and error handling.
1241 * python/py-stopevent.c (emit_stop_event): Fix reference
1242 counting.
1243 * python/py-threadevent.c (get_event_thread): Return a
1244 borrowed reference.
1245 * python/py-type.c (convert_field): Fix reference counting.
1246
a036ba48
TT
12472012-08-15 Tom Tromey <tromey@redhat.com>
1248
1249 * dwarf2read.c (dwarf_decode_macro_bytes)
1250 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1251 as hash key.
1252
486c7739
MF
12532012-08-14 Mike Frysinger <vapier@gentoo.org>
1254
1255 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1256 stepi, nexti, finish, next, step, jump, and continue commands.
1257 * infrun.c (_initialize_infrun): Update help text for the handle
1258 command.
1259
4cf93a03
DE
12602012-08-14 Doug Evans <dje@google.com>
1261
70b099cf
DE
1262 * gdbtypes.c (struct extra): Delete, unused.
1263
5212577a
DE
1264 * gdbtypes.c: Whitespace cleanup.
1265 (address_space_name_to_int): Remove "extern" from definition.
1266 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1267
4cf93a03
DE
1268 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1269 TYPE_POINTER_TYPE (type).
1270
3756ef7e
GB
12712012-08-14 Gary Benson <gbenson@redhat.com>
1272
1273 * solib-svr4.c (svr4_free_library_list): Use free_so.
1274
40d72643
MF
12752012-08-13 Mike Frysinger <vapier@gentoo.org>
1276
1277 * .gitignore: Add go-exp.c.
1278
f47f77df
DE
12792012-08-13 Doug Evans <dje@google.com>
1280
1281 * value.c (show_convenience): Tweak comment.
1282 (_initialize_values): Mention convenience functions in the help text
1283 for "show convenience".
1284
7507c54a
YQ
12852012-08-13 Yao Qi <yao@codesourcery.com>
1286
1287 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1288 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1289 TERNOP_SLICE_COUNT.
1290 * eval.c (evaluate_subexp_standard): Likewise.
1291 * expprint.c (print_subexp_standard): Likewise.
1292 (dump_subexp_body_standard): Likewise.
1293 * parse.c (operator_length_standard): Likewise.
1294
5cad9736
YQ
12952012-08-13 Yao Qi <yao@codesourcery.com>
1296
1297 * std-operator.def: Remove OP_BITSTRING.
1298 * breakpoint.c (watchpoint_exp_is_const): Update.
1299 * eval.c (evaluate_subexp_standard): Remove handling to
1300 OP_BITSTRING.
1301 * expprint.c (print_subexp_standard): Likewise.
1302 (dump_subexp_body_standard): Likewise.
1303 * parse.c (operator_length_standard): Likewise.
1304 * valops.c (value_bitstring): Remove.
1305 * value.h: Remove the declaration of 'value_bitstring'.
1306
bad7670a
SDJ
13072012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 * linespec.c (find_methods): Remove unused variables `i1' and
1310 `name_len'.
1311 (decode_line_full): Likewise for `arg_start'.
1312
d9dce7fa
SDJ
13132012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
1314
1315 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1316 (zlib_decompress_section): Likewise for `section_data'.
1317 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1318
a72c3253
DE
13192012-08-10 Doug Evans <dje@google.com>
1320
1321 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1322 * NEWS: Document them.
1323 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1324 function/strfns.py.
1325 * python/py-type.c (typy_array_1): New function.
1326 (typy_array): Call it.
1327 (typy_vector): New function.
1328 (type_object_methods): Add "vector".
1329 * python/lib/gdb/function/__init__.py: New file.
1330 * python/lib/gdb/function/strfns.py: New file.
1331
200bc880
SP
13322012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1333
1334 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1335 for TYPE_FIELD_BITPOS.
1336 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1337
de0bea00
MF
13382012-08-10 Mike Frysinger <vapier@gentoo.org>
1339
1340 PR cli/10436:
1341 * common/vec.h (VEC_merge): Define.
1342 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1343 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1344 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1345 * completer.c: Include gdb_signals.h.
1346 (signal_completer): Define.
1347 * completer.h (signal_completer): Add prototype.
1348 * infcmd.c (_initialize_infcmd): Assign the command
1349 completer for "signal" to handle_completer.
1350 * infrun.c: Include completer.h.
1351 (handle_completer): Define.
1352 (_initialize_infrun): Declare a new local variable c. Store the
1353 result of add_com("handle") to it. Assign the command
1354 completer for "handle" to handle_completer.
1355
5b9afe8a
YQ
13562012-08-09 Yao Qi <yao@codesourcery.com>
1357
1358 * cli/cli-decode.c (set_cmd_prefix): New.
1359 (lookup_cmd_for_prefixlist): New.
1360 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1361 of each cmd_list_element in *prefixlist.
1362 (add_setshow_cmd_full): set_cmd_prefix.
1363 (add_alias_cmd): Likewise.
1364 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1365 Declare 'auto_boolean_enums'.
1366 * cli/cli-setshow.c: Include "observer.h".
1367 (notify_command_param_changed_p): New.
1368 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1369 Remove 'static'.
1370 (do_setshow_command): Split it to ...
1371 (do_set_command, do_show_command): ... them. New.
1372 (do_set_command): Call observer_notify_command_param_changed if
1373 notify_command_param_changed_p returns true.
1374 (cmd_show_list): Caller update.
1375 * auto-load.c (set_auto_load_cmd): Likewise.
1376 * remote.c (show_remote_cmd): Likewise.
1377 * cli/cli-setshow.h: Update declarations.
1378 * top.c (execute_command): Call do_set_command and do_show_command.
1379
1380 * NEWS: Mention new MI notification.
1381 * mi/mi-interp.c: Declare mi_command_param_changed.
1382 (mi_interpreter_init): Attach mi_command_param_changed to
1383 observer command_param_changed.
1384 (mi_command_param_changed): New.
1385 Remove mi_suppress_breakpoint_notifications.
1386 Define global variable mi_suppress_notification.
1387 (mi_breakpoint_created): Update.
1388 (mi_breakpoint_deleted): Likewise.
1389 (mi_breakpoint_modified): Likewise.
1390 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1391 'gdb-set' and set mi_suppress_notification.
1392 * mi/mi-main.h: (mi_suppress_notification): New struct.
1393
1969df89
JK
13942012-08-09 Andreas Tobler <andreast@fgznet.ch>
1395 Jan Kratochvil <jan.kratochvil@redhat.com>
1396
1397 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1398
8bfd80db
YQ
13992012-08-09 Yao Qi <yao@codesourcery.com>
1400
1401 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1402 (skiplist): Move it to skip.c.
1403 (init_cmd_lists): Remove code setting enablebreaklist and
1404 skiplist to NULL.
1405 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1406 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1407 skiplist.
1408 * gdbcmd.h: Likewise.
1409 * skip.c (_initialize_step_skip): Move 'skiplist' from
1410 cli/cli-cmds.c.
1411
28578e6b
YQ
14122012-08-09 Yao Qi <yao@codesourcery.com>
1413
1414 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1415 * gnu-nat.c, symfile.c: Likewise.
1416
260c0b2a
DE
14172012-08-08 Aaron Gamble <agamble@google.com>
1418
1419 * utils.c (prompt_for_continue_wait_time): New static global.
1420 (make_command_stats_cleanup): Initialize it.
1421 (report_command_stats): Subtract time waiting for user.
1422 (prompt_for_continue): Track time waiting for user.
1423 (defaulted_query): Track time waiting for user.
1424
4f485ebc
DE
14252012-08-08 Doug Evans <dje@google.com>
1426
1427 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1428 UNOP_MEMVAL_TYPE.
1429 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1430 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1431 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1432 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1433 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1434 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1435 elt.
1436 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1437 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1438 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1439 (dump_prefix_expression): Handle OP_TYPE.
1440
2acf2b39
KS
14412012-08-08 Keith Seitz <keiths@redhat.com>
1442
1443 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1444 addr_start.
1445
e6712ff1
DE
14462012-08-08 Doug Evans <dje@google.com>
1447
1448 * linux-thread-db.c: #include "gdb_vecs.h".
1449 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1450 updated.
1451 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1452 (thread_db_load_search): Use a vector to iterate over path elements.
1453 Handle text appearing after "$pdir".
1454
1455 * gdb_string.h: Moved to ...
1456 * common/gdb_string.h: ... here.
1457 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1458 gdb_string.h and gdb_assert.h.
1459
ab854e54
YQ
14602012-08-08 Yao Qi <yao@codesourcery.com>
1461
1462 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1463 (tic6x_value_to_register): Likewise.
1464 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1465 and set_gdbarch_value_to_register.
1466
4f69f4c2
JK
14672012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1468 Jean-Marc Saffroy <saffroy@gmail.com>
1469
1470 PR 11804
1471 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1472 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1473 * gcore.c (gcore_create_callback): New function comment. Add modified
1474 parameter. Only write modified regions. Set SEC_READONLY exactly
1475 according to MODIFIED.
1476 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1477 the passed modified value to FUNC.
1478 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1479 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1480 first. New variables modified and has_anonymous. Parse the lines of
1481 smaps file. Add the passed MODIFIED value to FUNC.
1482 * procfs.c (find_memory_regions_callback): Add the passed modified
1483 value.
1484
78ac5f83
TT
14852012-08-06 Tom Tromey <tromey@redhat.com>
1486
1487 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1488 (dwarf2_frame_cache): Use it.
1489 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1490 cache initialization constraint.
1491
2c12abee
TT
14922012-08-06 Tom Tromey <tromey@redhat.com>
1493
1494 PR python/14386:
1495 * varobj.c (update_dynamic_varobj_children): Don't call
1496 PyIter_Check.
1497
4979d7f0
TT
14982012-08-06 Tom Tromey <tromey@redhat.com>
1499
1500 PR cli/14392:
1501 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1502
f3c8a52a
JK
15032012-08-06 Nathaniel Flath <flat0103@gmail.com>
1504
1505 * NEWS: New entry for 'cd' default parameters.
1506 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1507
5a1cf4d6
TT
15082012-08-03 Tom Tromey <tromey@redhat.com>
1509
1510 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1511 return.
1512
7c3270ae
UW
15132012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1514
1515 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1516 to attempting lseek/write.
1517 (inf_child_fileio_pread): Likewise for pread.
1518
ccce17b0
YQ
15192012-08-02 Yao Qi <yao@codesourcery.com>
1520
1521 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1522 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1523 add_setshow_zinteger_cmd.
1524 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1525 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1526 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1527 instead of add_setshow_zinteger_cmd.
1528 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1529 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1530 instead of add_setshow_zinteger_cmd.
1531 * frame.c (frame_debug): Add 'unsigned'.
1532 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1533 add_setshow_zinteger_cmd.
1534 * frame.h: Update the declaration of 'frame_debug'.
1535 * gdbtypes.c (overload_debug): Add 'unsigned'.
1536 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1537 add_setshow_zinteger_cmd.
1538 * inferior.h: Update declaration of 'debug_infrun'.
1539 * infrun.c (debug_infrun): Add 'unsigned'.
1540 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1541 add_setshow_zinteger_cmd.
1542 * jit.c (jit_debug): Add 'unsigned'.
1543 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1544 add_setshow_zinteger_cmd.
1545 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1546 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1547 instead of add_setshow_zinteger_cmd.
1548 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1549 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1550 add_setshow_zinteger_cmd.
1551 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1552 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1553 instead of add_setshow_zinteger_cmd.
1554 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1555 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1556 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1557 intead of add_setshow_zinteger_cmd.
1558 * mips-tdep.c (mips_debug): Add 'unsigned'.
1559 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1560 instead of add_setshow_zinteger_cmd.
1561 * monitor.c (monitor_debug): Add 'unsigned'.
1562 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1563 add_setshow_zinteger_cmd.
1564 * observer.c (observer_debug): Add 'unsigned'.
1565 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1566 add_setshow_zinteger_cmd.
1567 * parse.c (expressiondebug): Add 'unsigned'.
1568 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1569 add_setshow_zinteger_cmd.
1570 * record.c (record_debug): Add 'unsigned'.
1571 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1572 add_setshow_zinteger_cmd.
1573 * record.h: Update the declaration of 'record_debug'.
1574 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1575 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1576 add_setshow_zinteger_cmd.
1577 * serial.c (global_serial_debug_p): Add 'unsigned'.
1578 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1579 add_setshow_zinteger_cmd.
1580 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1581 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1582 add_setshow_zinteger_cmd.
1583 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1584 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1585 add_setshow_zinteger_cmd.
1586 * target.c (targetdebug): Add 'unsigned'.
1587 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1588 add_setshow_zinteger_cmd.
1589 * valops.c (overload_debug): Add 'unsigned'.
1590 * varobj.c (varobjdebug): Add 'unsigned'.
1591 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1592 add_setshow_zinteger_cmd.
1593 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1594 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1595 instead of add_setshow_zinteger_cmd.
1596
1597 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1598 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1599 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1600 instead of add_setshow_zinteger_cmd.
1601 * gdbarch.c, gdbarch.h: Re-generated.
1602
95b07c96
YQ
16032012-08-02 Yao Qi <yao@codesourcery.com>
1604
1605 * nto-tdep.c: Don't include cli/cli-decode.h and
1606 cli/cli-cmds.h.
1607 (_initialize_nto_tdep): Remove.
1608 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1609 Remove field.
1610 Remove macro nto_internal_debugging.
1611
57295b0b
RH
16122012-08-01 Richard Henderson <rth@redhat.com>
1613
1614 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1615 (mep-*-*) [gdb_target_obs]: Likewise.
1616
f782ad9b
AS
16172012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1618
1619 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1620 linux_get_siginfo_type.
1621
a14dd77e
JK
16222012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1623
1624 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1625 AT_ENTRY_POINT.
1626 (call_function_by_hand) <ON_STACK>: Call write_memory with
1627 gdbarch_breakpoint_from_pc, if possible.
1628 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1629 here.
1630
1467929f
YQ
16312012-07-31 Yao Qi <yao@codesourcery.com>
1632
1633 * tracepoint.c: Add 'static' for some variables.
1634
70976b65
YQ
16352012-07-31 Yao Qi <yao@codesourcery.com>
1636
1637 * go32-nat.c: Declare _initialize_go32_nat.
1638 * ser-go32.c: Declare _initialize_ser_dos.
1639 * top.c (do_chdir_cleanup): Add 'static'.
1640
eff9c3e6
KS
16412012-07-30 Keith Seitz <keiths@redhat.com>
1642
1643 * linespec.c (linespec_lex_number): A number followed
1644 by quotes is a valid number, too.
1645
728400d7
TT
16462012-07-30 Tom Tromey <tromey@redhat.com>
1647
1648 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1649
fcf303ab
UW
16502012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1651
1652 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1653 attempt to 4-byte-align HW breakpoint addresses for Thumb.
1654
4e969b4f
AB
16552012-07-30 Andrew Burgess <aburgess@broadcom.com>
1656
1657 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1658 invalid or reevaluated to prevent prevent references to possibly
1659 delete'd type objects being left in the varobj.
1660
c4bfde41
JK
16612012-07-27 Tom Tromey <tromey@redhat.com>
1662 Jan Kratochvil <jan.kratochvil@redhat.com>
1663
1664 * copying.awk: Print buffer-read-only and vi ro markers.
1665 * copying.c: Rebuild.
1666 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1667 * gdbarch.c, gdbarch.h: Rebuild.
1668 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1669 buffer-read-only and vi ro markers.
1670 * features/arm-with-iwmmxt.c: Rebuild.
1671 * features/arm-with-m-fpa-layout.c: Rebuild.
1672 * features/arm-with-m-vfp-d16.c: Rebuild.
1673 * features/arm-with-m.c: Rebuild.
1674 * features/arm-with-neon.c: Rebuild.
1675 * features/arm-with-vfpv2.c: Rebuild.
1676 * features/arm-with-vfpv3.c: Rebuild.
1677 * features/i386/amd64-avx-linux.c: Rebuild.
1678 * features/i386/amd64-avx.c: Rebuild.
1679 * features/i386/amd64-linux.c: Rebuild.
1680 * features/i386/amd64.c: Rebuild.
1681 * features/i386/i386-avx-linux.c: Rebuild.
1682 * features/i386/i386-avx.c: Rebuild.
1683 * features/i386/i386-linux.c: Rebuild.
1684 * features/i386/i386-mmx-linux.c: Rebuild.
1685 * features/i386/i386-mmx.c: Rebuild.
1686 * features/i386/i386.c: Rebuild.
1687 * features/i386/x32-avx-linux.c: Rebuild.
1688 * features/i386/x32-avx.c: Rebuild.
1689 * features/i386/x32-linux.c: Rebuild.
1690 * features/i386/x32.c: Rebuild.
1691 * features/mips-dsp-linux.c: Rebuild.
1692 * features/mips-linux.c: Rebuild.
1693 * features/mips64-dsp-linux.c: Rebuild.
1694 * features/mips64-linux.c: Rebuild.
1695 * features/rs6000/powerpc-32.c: Rebuild.
1696 * features/rs6000/powerpc-32l.c: Rebuild.
1697 * features/rs6000/powerpc-403.c: Rebuild.
1698 * features/rs6000/powerpc-403gc.c: Rebuild.
1699 * features/rs6000/powerpc-405.c: Rebuild.
1700 * features/rs6000/powerpc-505.c: Rebuild.
1701 * features/rs6000/powerpc-601.c: Rebuild.
1702 * features/rs6000/powerpc-602.c: Rebuild.
1703 * features/rs6000/powerpc-603.c: Rebuild.
1704 * features/rs6000/powerpc-604.c: Rebuild.
1705 * features/rs6000/powerpc-64.c: Rebuild.
1706 * features/rs6000/powerpc-64l.c: Rebuild.
1707 * features/rs6000/powerpc-7400.c: Rebuild.
1708 * features/rs6000/powerpc-750.c: Rebuild.
1709 * features/rs6000/powerpc-860.c: Rebuild.
1710 * features/rs6000/powerpc-altivec32.c: Rebuild.
1711 * features/rs6000/powerpc-altivec32l.c: Rebuild.
1712 * features/rs6000/powerpc-altivec64.c: Rebuild.
1713 * features/rs6000/powerpc-altivec64l.c: Rebuild.
1714 * features/rs6000/powerpc-cell32l.c: Rebuild.
1715 * features/rs6000/powerpc-cell64l.c: Rebuild.
1716 * features/rs6000/powerpc-e500.c: Rebuild.
1717 * features/rs6000/powerpc-e500l.c: Rebuild.
1718 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1719 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1720 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1721 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1722 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1723 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1724 * features/rs6000/powerpc-vsx32.c: Rebuild.
1725 * features/rs6000/powerpc-vsx32l.c: Rebuild.
1726 * features/rs6000/powerpc-vsx64.c: Rebuild.
1727 * features/rs6000/powerpc-vsx64l.c: Rebuild.
1728 * features/rs6000/rs6000.c: Rebuild.
1729 * features/s390-linux32.c: Rebuild.
1730 * features/s390-linux32v1.c: Rebuild.
1731 * features/s390-linux32v2.c: Rebuild.
1732 * features/s390-linux64.c: Rebuild.
1733 * features/s390-linux64v1.c: Rebuild.
1734 * features/s390-linux64v2.c: Rebuild.
1735 * features/s390x-linux64.c: Rebuild.
1736 * features/s390x-linux64v1.c: Rebuild.
1737 * features/s390x-linux64v2.c: Rebuild.
1738 * features/tic6x-c62x-linux.c: Rebuild.
1739 * features/tic6x-c62x.c: Rebuild.
1740 * features/tic6x-c64x-linux.c: Rebuild.
1741 * features/tic6x-c64x.c: Rebuild.
1742 * features/tic6x-c64xp-linux.c: Rebuild.
1743 * features/tic6x-c64xp.c: Rebuild.
1744
826f0041
TT
17452012-07-27 Tom Tromey <tromey@redhat.com>
1746
1747 * c-exp.y (classify_name): Avoid assignment in condition.
1748
84552b16
PA
17492012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
1750
1751 * amd64-windows-tdep.c: Include "frame.h".
1752 (amd64_windows_skip_trampoline_code): New function.
1753 (amd64_windows_init_abi): Add trampoline registration.
1754
a8a64aa8
YQ
17552012-07-27 Yao Qi <yao@codesourcery.com>
1756
1757 * tracepoint.c (cur_traceframe_number): Remove.
1758 (set_tfile_traceframe): Remove.
1759 (tfile_trace_find, tfile_fetch_registers): Update callers.
1760 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1761 (tfile_open, tfile_trace_find): Likewise.
1762
d99067cb
YQ
17632012-07-27 Yao Qi <yao@codesourcery.com>
1764
1765 * thread.c (switch_to_thread): Don't call registers_changed.
1766
f2e8016f
TT
17672012-07-26 Tom Tromey <tromey@redhat.com>
1768
f782ad9b
AS
1769 * Makefile.in (SFILES): Remove objc-exp.y.
1770 (YYFILES): Remove objc-exp.c.
1771 (YYOBJ): Remove objc-exp.o.
1772 (local-maintainer-clean): Don't mention objc-exp.c.
1773 * c-exp.y: Include objc-lang.h.
1774 (%union) <class>: New field.
1775 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1776 (exp): Clone subscript production for OBJC_LBRAC. Add various
1777 Objective C productions.
1778 (msglist, msgarglist, msgarg): New productions.
1779 (array_mod, func_mod, operator): Clone productions for
1780 OBJC_LBRAC.
1781 (parse_string_or_char): Handle '@' strings.
1782 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
1783 (classify_name): Check la_name_of_this. Recognize ObjC class
1784 names.
1785 * objc-exp.y: Remove.
1786 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1787 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 1788
f66713d2
JK
17892012-07-26 Markus Metzger <markus.t.metzger@intel.com>
1790
1791 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1792
7cfe01b4
JK
17932012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1796 and decrement.
1797
5ba19b4c
TT
17982012-07-26 Tom Tromey <tromey@redhat.com>
1799
1800 * copying.c: Rebuild.
1801 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
1802 'no_class'.
1803
27618ce4
TT
18042012-07-26 Tom Tromey <tromey@redhat.com>
1805
1806 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1807 immediate_quit.
1808 (print_objfile_statistics): Likewise.
1809 (maintenance_print_symbols): Likewise.
1810 (maintenance_print_msymbols): Likewise.
1811 (maintenance_print_objfiles): Likewise.
1812 * psymtab.c (print_partial_symbols): Call QUIT.
1813 (maintenance_print_psymbols): Likewise. Don't modify
1814 immediate_quit.
1815 * copying.c (show_copying_command): Don't modify immediate_quit.
1816 (show_warranty_command): Likewise.
1817 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1818
dd3818c8
KS
18192012-07-26 Keith Seitz <keiths@redhat.com>
1820
1821 * linespec.c (linespec_lexer_lex_number): The input
1822 is also a valid number if the next character is a comma
1823 or colon.
1824
23a80689
JB
18252012-07-26 Joel Brobecker <brobecker@adacore.com>
1826
1827 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1828 configure options.
1829
29f77997
TG
18302012-07-26 Tristan Gingold <gingold@adacore.com>
1831
1832 * machoread.c: Include gdb_bfd.h.
1833
a55c1f32
TG
18342012-07-26 Tristan Gingold <gingold@adacore.com>
1835
1836 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1837 offset.
1838
56eb65bd
SP
18392012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1840
1841 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1842 SIZE to size_t.
1843 (dwarf2_evaluate_loc_desc): Likewise.
1844 (dwarf2_loc_desc_needs_frame): Likewise.
1845 (locexpr_describe_location_1): Likewise.
1846 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1847 size_t.
1848 (struct dwarf2_loclist_baton): Likewise.
1849 * dwarf2read.c (struct dwarf_block): Likewise.
1850 (dump_die_shallow): Use pulongest to print dwarf_block.size.
1851 (decode_locdesc): Expand SIZE and I to size_t.
1852
aec8845c
JK
18532012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1856
33d7655b
JB
18572012-07-25 Joel Brobecker <brobecker@adacore.com>
1858
1859 * doublest.c (convert_doublest_to_floatformat): If the exponent
1860 is too small, treat the value as zero. If the exponent is too
1861 large, treat the value as infinity.
1862
a22d44ff
JB
18632012-07-25 Joel Brobecker <brobecker@adacore.com>
1864
1865 * configure.ac: Add --enable-lmcheck configure option.
1866 * configure: Regenerate.
1867
d6b28940
TT
18682012-07-25 Tom Tromey <tromey@redhat.com>
1869
f782ad9b
AS
1870 * NEWS: Mention maint info bfds.
1871 * gdb_bfd.c (all_bfds): New global.
1872 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1873 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1874 New functions.
d6b28940 1875
6e73ba20
RC
18762012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1877
1878 * configure.tgt: Add v850*-*-rtems*.
1879
d560eebd
TT
18802012-07-25 Tom Tromey <tromey@redhat.com>
1881
1882 * macrotab.c (macro_bcache_str): Remove cast.
1883
d7cbec71
HZ
18842012-07-25 Hui Zhu <hui_zhu@mentor.com>
1885
1886 * linespec.c (linespec_lexer_lex_number): Update comments,
1887 change the return and add check to make sure the input is
1888 the decimal numbers.
1889 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1890 false, call linespec_lexer_lex_string.
1891
882f447f
TT
18922012-07-24 Tom Tromey <tromey@redhat.com>
1893
1894 * symfile.c (symbol_file_add): Don't open BFD twice.
1895
53ab4066 18962012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
1897
1898 * breakpoint.c (create_breakpoint): Store condition for pending
1899 breakpoints.
1900
108fb0f7
AS
19012012-07-24 Andreas Schwab <schwab@linux-m68k.org>
1902
1903 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1904 (m68k_return_value): Handle complex types like structures.
1905 (m68k_svr4_return_value): Likewise.
1906
1634dcbe
JK
19072012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
1908
1909 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1910 parameters to bfd_get_section_name.
1911
e2d12c21
YQ
19122012-07-24 Yao Qi <yao@codesourcery.com>
1913
1914 * cli/cli-setshow.c: Handle case 'var_uinteger'
1915 and 'var_zuninteger' together. Handle case 'var_integer' and
1916 'var_zinteger' together.
1917
64b92e45
KS
19182012-07-23 Keith Seitz <keiths@redhat.com>
1919
1920 * linespec.c (convert_linespec_to_sal): Don't add
1921 any symbols to the result vector if symbol_to_sal
1922 returns zero.
1923
0f5f4ffe
KS
19242012-07-23 Keith Seitz <keiths@redhat.com>
1925
1926 * linespec.c (decode_objc): Record the function name
1927 in the linespec.
1928
da1cc82f
TT
19292012-07-23 Tom Tromey <tromey@redhat.com>
1930
1931 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
1932 counting.
1933 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1934 (map_vmap): Acquire a reference to the BFD.
1935
6c18f3e0
SP
19362012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
1937
1938 * p-valprint.c (pascal_object_print_value): Replace potentially
1939 unsafe alloca with xmalloc/xfree.
1940 * valops.c (search_struct_method): Likewise.
1941
695c3173
TT
19422012-07-23 Tom Tromey <tromey@redhat.com>
1943
1944 * solib-svr4.c (enable_break): Update.
1945 * bfd-target.h (target_bfd_reopen): Update documentation.
1946
08d2cd74
TT
19472012-07-23 Tom Tromey <tromey@redhat.com>
1948
1949 * symfile.c (separate_debug_file_exists): Update.
1950 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1951 (reread_symbols): Update.
1952 * elfread.c (build_id_verify): Update.
1953 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1954 bfd_open_maybe_remote.
1955
596f7d67
TT
19562012-07-23 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1959
8ac244b4
TT
19602012-07-23 Tom Tromey <tromey@redhat.com>
1961
1962 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1963 and 'abfd'.
1964 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1965 and 'abfd'.
1966 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1967 * machoread.c (macho_add_oso_symfile): Make a cleanup for
1968 'abfd'.
1969 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1970 * objfiles.c (allocate_objfile): Acquire a new reference.
1971 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1972 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1973 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1974 a cleanup for 'nbfd'.
1975 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1976 for 'nbfd'.
1977 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1978 make a cleanup for 'abfd'.
1979 (symbol_file_add): Make a BFD cleanup.
1980
64c31149
TT
19812012-07-23 Tom Tromey <tromey@redhat.com>
1982
1983 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1984 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1985 * corelow.c (core_open): Use gdb_bfd_fopen.
1986 * dsrec.c (load_srec): Use gdb_bfd_openr.
1987 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1988 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1989 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1990 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1991 (gdb_bfd_fdopenr): New functions.
1992 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1993 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1994 (gdb_bfd_fdopenr): Declare.
1995 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1996 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1997 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1998 gdb_bfd_openr_next_archived_file.
1999 (macho_check_dsym): Use gdb_bfd_openr.
2000 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2001 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2002 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2003 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2004 gdb_bfd_openr.
2005 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2006 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2007 gdb_bfd_openr_next_archived_file.
2008 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2009 Use gdb_bfd_openr.
2010 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2011 gdb_bfd_openr.
2012 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2013 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2014 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2015 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2016 (symfile_bfd_open): Use gdb_bfd_fopen.
2017 (generic_load): Use gdb_bfd_openr.
2018 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2019
520b0001
TT
20202012-07-23 Tom Tromey <tromey@redhat.com>
2021
2022 * bfd-target.c (target_bfd_reopen): Update.
2023 * cli/cli-dump.c (bfd_openr_with_cleanup)
2024 (bfd_openw_with_cleanup): Update.
2025 * corelow.c (core_open): Update.
2026 * dsrec.c (load_srec): Update.
2027 * exec.c (exec_file_attach): Update.
2028 * gcore.c (create_gcore_bfd): Update.
2029 * gdb_bfd.c (gdb_bfd_ref): Return void.
2030 (gdb_bfd_open): Update.
2031 * gdb_bfd.h (gdb_bfd_ref): Return void.
2032 Update comments.
2033 * jit.c (jit_bfd_try_read_symtab): Update.
2034 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2035 * machoread.c (macho_symfile_read_all_oso): Update.
2036 (macho_check_dsym): Update.
2037 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2038 * remote-m32r-sdi.c (m32r_load): Update.
2039 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2040 * rs6000-nat.c (add_vmap): Update.
2041 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2042 Update.
2043 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2044 * solib-spu.c (spu_bfd_open): Update.
2045 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2046 * spu-linux-nat.c (spu_bfd_open): Update.
2047 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2048 (generic_load): Update.
2049 * windows-nat.c (windows_make_so): Update.
2050
2322ff16
SP
20512012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2052
2053 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2054
3def0b36
PA
20552012-07-20 Jeff Kenton <jkenton@tilera.com>
2056
2057 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2058 SIGTRAMP_FRAME unwinding.
2059
e615022a
DE
20602012-07-20 Doug Evans <dje@google.com>
2061
2062 * NEWS: Document new options "set/show use-deprecated-index-sections",
2063 and delete reference to --use-deprecated-index-sections.
2064 * symfile.h (use_deprecated_index_sections): Delete.
2065 * dwarf2read.c (use_deprecated_index_sections): Make static.
2066 (read_index_from_section): Update wording of how to load
2067 deprecated index sections.
2068 (_initialize_dwarf2_read): New options
2069 "set/show use-deprecated-index-sections".
2070 * main.c (captured_main): Delete --use-deprecated-index-sections.
2071
64776a0b
PA
20722012-07-20 Pedro Alves <palves@redhat.com>
2073
2074 PR threads/11692
2075 PR gdb/12203
2076
2077 * infrun.c (handle_inferior_event) <new thread>: Don't special
2078 case minus_one_ptid.
2079 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2080 * linux-thread-db.c (thread_get_info_callback): Don't return early
2081 if the thread is zombie.
2082 (thread_from_lwp): Change return type to void. Rewrite stale
2083 comment.
2084 (attach_thread): Don't return early if the thread is zombie,
2085 instead set its "dying" flag.
2086 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2087 (find_new_threads_callback): Don't return early if the thread is
2088 zombie.
2089
09826ec5
PA
20902012-07-20 Pedro Alves <palves@redhat.com>
2091
2092 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2093 * target.c (target_wait): Likewise.
2094 (str_comma_list_concat_elem, do_option, target_options_to_string):
2095 New functions.
2096 * target.h (target_options_to_string): Declare.
2097
f7a35f02
TT
20982012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2099 Tom Tromey <tromey@redhat.com>
2100
2101 * dwarf2read.c (dwarf_decode_macros)
2102 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2103 DW_MACRO_GNU_transparent_include_alt>: New cases.
2104 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2105 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2106
b81e1ee0
TT
21072012-07-20 Tom Tromey <tromey@redhat.com>
2108
2109 * dwarf2read.c (try_open_dwo_file): Don't call
2110 gdb_bfd_stash_filename.
2111
99c1624c
PA
21122012-07-20 Pedro Alves <palves@redhat.com>
2113
2114 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2115 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2116 (i386_process_record): Tweak description comments.
2117
4ffa4fc7
PA
21182012-07-20 Pedro Alves <palves@redhat.com>
2119
2120 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2121 (i386_process_record): Use record_read_memory.
2122 * record.c (record_read_memory): New function.
2123 (record_arch_list_add_mem, record_exec_insn): Use
2124 record_read_memory.
2125 * record.h (record_read_memory): Declare.
2126
c24343e2
YQ
21272012-07-20 Yao Qi <yao@codesourcery.com>
2128
2129 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2130 NULL for xfree.
2131
90f47860
PA
21322012-07-19 Pedro Alves <palves@redhat.com>
2133
2134 * record.c (record_resume): Ask the target beneath to report all
2135 signals.
2136
01093045
DE
21372012-07-19 Doug Evans <dje@google.com>
2138
2139 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2140 there's no section at address zero.
2141 (dwarf2_record_block_ranges): Ditto.
2142
a7c3d162
YQ
21432012-07-19 Yao Qi <yao@codesourcery.com>
2144
2145 * command.h, remote.c: Fix a typo in comment.
2146
608b4967
TT
21472012-07-19 Tom Tromey <tromey@redhat.com>
2148
2149 PR exp/13206:
2150 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2151 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2152 OP_DECLTYPE>: New cases.
2153 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2154 (type_exp): Add new productions.
2155 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2156 and decltype.
2157 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2158 New case.
2159 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2160 OP_DECLTYPE>: New case.
2161 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2162 New case.
2163 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2164 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2165
274b54d7
TT
21662012-07-19 Tom Tromey <tromey@redhat.com>
2167
2168 * c-exp.y (enum token_flags): New.
2169 (struct token) <cxx_only>: Remove.
2170 <flags>: New field.
2171 (tokentab3, tokentab2, ident_tokens): Update.
2172 (lex_one_token): Update. Handle FLAG_SHADOW.
2173
9eaf6705
TT
21742012-07-19 Tom Tromey <tromey@redhat.com>
2175
2176 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2177 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2178 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2179 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2180 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2181 type_exp production where appropriate.
2182 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2183 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2184 <UNOP_MEMVAL_TYPE>: New case.
2185 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2186 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2187 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2188 <UNOP_MEMVAL_TYPE>: New case.
2189 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2190 UNOP_REINTERPRET_CAST>: Update.
2191 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2192 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2193 UNOP_REINTERPRET_CAST>: Update.
2194 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2195 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2196 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2197 constants.
2198
6ace3df1
YQ
21992012-07-19 Yao Qi <yao@codesourcery.com>
2200 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2203 and case 'var_optional_filename' together.
2204 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2205 instead of add_setshow_optional_filename_cmd for setshow command
2206 'args'. Set completer for 'set args'.
2207
48faced0
DE
22082012-07-18 Doug Evans <dje@google.com>
2209
2210 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2211 * common/gdb_vecs.c: New file, contents from utils.c.
2212 * common/host-defs.h: New file, contents from defs.h.
2213 * utils.h: New file, contents from defs.h.
2214 * defs.h: Move all declarations of objects defined in utils.c
2215 to utils.h (except QUIT() and related).
2216 #include "utils.h", "host-defs.h".
2217 * probe.h (probe_p): Move here from gdb_vecs.h.
2218 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2219 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2220 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2221 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2222 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2223 (COMMON_OBS): Add gdb_vecs.o.
2224 (gdb_vecs.o): New rule.
2225
66f1999b
KS
22262012-07-18 Keith Seitz <keiths@redhat.com>
2227
2228 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2229 parameter. If non-zero, use SYMNAME as the canonical name
2230 for the SaL.
2231 Update all callers.
2232 (convert_linespec_to_sals): Use add_sal_to_sals for
2233 expressions, too.
2234 (decode_line_full): No need to "fill in missing canonical names"
2235 anymore. Simply make cleanups for the allocated names.
2236
5d94e27b
KS
22372012-07-18 Keith Seitz <keiths@redhat.com>
2238
2239 * linespec.c (struct linespec): Constify expression,
2240 source_filename, function_name, and label_name.
2241 (symbol_not_found_error): Make all parameters const.
2242 (linespec_parser_delete): No need to check for NULL
2243 when using xfree. Cast const char * to char * for xfree.
2244
af4908ba
KS
22452012-07-18 Keith Seitz <keiths@redhat.com>
2246
2247 * breakpoint.c (invalid_thread_id_error): New function.
2248 (find_condition_and_thread): Use invalid_thread_id_error.
2249 (watch_command_1): Likewise.
2250
853254db
TT
22512012-07-18 Tom Tromey <tromey@redhat.com>
2252
2253 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2254 * contrib/cc-with-tweaks.sh: New file.
2255
2ec9a5e0
TT
22562012-07-18 Tom Tromey <tromey@redhat.com>
2257
2258 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2259 (locate_dwz_sections): Recognize .gdb_index.
2260 (create_cus_from_index_list): New function.
2261 (create_cus_from_index): Use it. Handle .dwz data.
2262 (read_index_from_section): New function, extracted from
2263 dwarf2_read_index.
2264 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2265 if needed.
2266
36586728
TT
22672012-07-18 Tom Tromey <tromey@redhat.com>
2268
2269 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2270 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2271 <is_dwz>: New field.
2272 (struct dwz_file): New.
2273 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2274 (locate_dwz_sections, dwarf2_get_dwz_file)
2275 (get_abbrev_section_for_cu): New functions.
2276 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2277 (read_and_check_type_unit_head): Add abbrev_section argument.
2278 (create_debug_types_hash_table): Update.
2279 (init_cutu_and_read_dies): Use proper abbrev section.
2280 (init_cutu_and_read_dies_no_follow): Likewise.
2281 (set_partial_user): Do nothing if PST==NULL.
2282 (read_comp_units_from_section): New function.
2283 (create_all_comp_units): Use it.
2284 (scan_partial_symbols, partial_die_parent_scope): Update.
2285 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2286 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2287 (find_partial_die): Add offset_in_dwz argument. Update.
2288 (guess_partial_die_structure_name, fixup_partial_die): Update.
2289 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2290 DW_FORM_GNU_strp_alt.
2291 (read_indirect_string_from_dwz): New function.
2292 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2293 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2294 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2295 (follow_die_offset): Add offset_in_dwz argument.
2296 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2297 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2298 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2299 Handle new macro forms.
2300 (dwarf_decode_macros): Update.
2301 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2302 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2303 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2304 (create_debug_types_hash_table): Use correct abbrev section.
2305 (get_debug_line_section): New function.
2306 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2307 (process_full_comp_unit): Pass 'required' argument to
2308 end_symtab_get_static_block.
2309 * buildsym.h (end_symtab_get_static_block): Update.
2310 * buildsym.c (end_symtab_get_static_block): Add 'required'
2311 argument.
2312 (end_symtab, end_expandable_symtab): Update.
2313
4bf44c1c
TT
23142012-07-18 Tom Tromey <tromey@redhat.com>
2315
2316 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2317 (pagesize): Remove.
2318 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2319 (zlib_decompress_section): Remove.
2320 (dwarf2_read_section): Use gdb_bfd_map_section.
2321 (munmap_section_buffer): Remove.
2322 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2323 munmap_section_buffer.
2324 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2325 (struct gdb_bfd_section_data): New.
2326 (free_one_bfd_section): New function.
2327 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2328 (get_section_descriptor, zlib_decompress_section)
2329 (gdb_bfd_map_section): New functions.
2330 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2331
bb397797
TT
23322012-07-18 Tom Tromey <tromey@redhat.com>
2333
2334 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2335
6ec53d05
TT
23362012-07-18 Tom Tromey <tromey@redhat.com>
2337
2338 * gdb_bfd.c (struct gdb_bfd_data): New.
2339 (gdb_bfd_cache): New global.
2340 (struct gdb_bfd_cache_search): New.
2341 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2342 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2343 * gdb_bfd.h (gdb_bfd_open): Declare.
2344
f9a062ff
TT
23452012-07-18 Tom Tromey <tromey@redhat.com>
2346
2347 * utils.c (make_cleanup_bfd_unref): Rename from
2348 make_cleanup_bfd_close.
2349 * defs.h (make_cleanup_bfd_unref): Rename from
2350 make_cleanup_bfd_close.
2351 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2352 (bfd_openw_with_cleanup): Update.
2353 * corelow.c (core_open): Update.
2354 * dsrec.c (load_srec): Update.
2355 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2356 * remote-m32r-sdi.c (m32r_load): Update.
2357 * remote-mips.c (mips_load_srec): Update.
2358 (pmon_load_fast): Update.
2359 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2360 Update.
2361 (darwin_bfd_open): Update.
2362 * solib.c (solib_bfd_fopen): Update.
2363 * symfile-mem.c (symbol_file_add_from_memory): Update.
2364 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2365 (symfile_bfd_open): Update.
2366 (generic_load): Update.
2367
d6ad71ba
TT
23682012-07-18 Tom Tromey <tromey@redhat.com>
2369
2370 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2371 (pmon_load_fast): Likewise.
2372 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2373 (m32r_upload_command): Likewise.
2374 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2375 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2376 Use make_cleanup_bfd_close.
2377
a4453b7e
TT
23782012-07-18 Tom Tromey <tromey@redhat.com>
2379
2380 * symfile.c (symfile_bfd_open): Don't copy name. Call
2381 gdb_bfd_stash_filename.
2382 (load_command): Open the new BFD before freeing the old.
2383 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2384 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2385 Call gdb_bfd_stash_filename.
2386 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2387 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2388 gdb_bfd_stash_filename.
2389 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2390 Free found_pathname.
2391 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2392 gdb_bfd_stash_filename.
2393 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2394 * machoread.c (macho_add_oso_symfile): Call
2395 gdb_bfd_stash_filename.
2396 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2397 gdb_bfd_stash_filename.
2398 (macho_check_dsym): Don't copy filename. Call
2399 gdb_bfd_stash_filename.
2400 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2401 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2402 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2403 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2404 * exec.c (exec_close): Don't free the BFD's filename.
2405 (exec_file_attach): Don't copy the filename. Call
2406 gdb_bfd_stash_filename.
2407 * corelow.c (core_close): Don't free the BFD's filename.
2408 (core_open): Call gdb_bfd_stash_filename.
2409 * corefile.c (reopen_exec_file): Remove #if 0 code.
2410 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2411 pathname.
2412 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2413
cbb099e8
TT
24142012-07-18 Tom Tromey <tromey@redhat.com>
2415
2416 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2417 gdb_bfd_unref.
2418 (free_dwo_file): Use gdb_bfd_unref.
2419 * cli/cli-dump.c: Include gdb_bfd.h.
2420 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2421 (bfd_openr_with_cleanup): Likewise.
2422 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2423 gdb_bfd_unref.
2424 * utils.c: Include gdb_bfd.h.
2425 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2426 * symfile.c: Include gdb_bfd.h.
2427 (separate_debug_file_exists): Use gdb_bfd_unref.
2428 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2429 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2430 (generic_load): Use gdb_bfd_ref.
2431 (reread_symbols): Use gdb_bfd_unref.
2432 * symfile-mem.c: Include gdb_bfd.h.
2433 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2434 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2435 * solib.c: Include gdb_bfd.h.
2436 (solib_bfd_fopen): Use gdb_bfd_ref.
2437 (solib_bfd_open): Use gdb_bfd_unref.
2438 (free_so_symbols): Use gdb_bfd_unref.
2439 (reload_shared_libraries_1): Use gdb_bfd_unref.
2440 * solib-spu.c: Include gdb_bfd.h.
2441 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2442 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2443 gdb_bfd_unref.
2444 * solib-frv.c: Include gdb_bfd.h.
2445 (enable_break2): Use gdb_bfd_unref.
2446 * solib-dsbt.c: Include gdb_bfd.h.
2447 (enable_break2): Use gdb_bfd_unref.
2448 * solib-darwin.c: Include gdb_bfd.h.
2449 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2450 gdb_bfd_unref.
2451 (darwin_bfd_open): Use gdb_bfd_unref.
2452 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2453 * remote-mips.c: Include gdb_bfd.h.
2454 (mips_load_srec): Use gdb_bfd_ref.
2455 (pmon_load_fast): Use gdb_bfd_ref.
2456 * remote-m32r-sdi.c: Include gdb_bfd.h.
2457 (m32r_load): Use gdb_bfd_ref.
2458 * record.c: Include gdb_bfd.h.
2459 (record_save_cleanups): Use gdb_bfd_unref.
2460 (cmd_record_save): Use gdb_bfd_unref.
2461 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2462 gdb_bfd_unref.
2463 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2464 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2465 * objfiles.c: Include gdb_bfd.h.
2466 (free_objfile): Use gdb_bfd_unref.
2467 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2468 gdb_bfd.c.
2469 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2470 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2471 (macho_check_dsym): Likewise.
2472 * m32r-rom.c: Include gdb_bfd.h.
2473 (m32r_load): Use gdb_bfd_ref.
2474 (m32r_upload_command): Use gdb_bfd_ref.
2475 * jit.c: Include gdb_bfd.h.
2476 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2477 * gdb_bfd.h: New file.
2478 * gdb_bfd.c: New file.
2479 * gcore.c: Include gdb_bfd.h.
2480 (create_gcore_bfd): Use gdb_bfd_ref.
2481 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2482 (gcore_command): Use gdb_bfd_unref.
2483 * exec.c: Include gdb_bfd.h.
2484 (exec_close): Use gdb_bfd_unref.
2485 (exec_close_1): Use gdb_bfd_unref.
2486 (exec_file_attach): Use gdb_bfd_ref.
2487 * elfread.c: Include gdb_bfd.h.
2488 (build_id_verify): Use gdb_bfd_unref.
2489 * dsrec.c: Include gdb_bfd.h.
2490 (load_srec): Use gdb_bfd_ref.
2491 * corelow.c: Include gdb_bfd.h.
2492 (core_close): Use gdb_bfd_unref.
2493 (core_open): Use gdb_bfd_ref.
2494 * bfd-target.c: Include gdb_bfd.h.
2495 (target_bfd_xclose): Use gdb_bfd_unref.
2496 (target_bfd_reopen): Use gdb_bfd_ref.
2497 * Makefile.in (SFILES): Add gdb_bfd.c.
2498 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2499 (COMMON_OBS): Add gdb_bfd.o.
2500
ed1d1739
KS
25012012-07-18 Keith Seitz <keiths@redhat.com>
2502
2503 * breakpoint.c (find_condition_and_thread): Initialize
2504 TASK and REST.
2505 (create_breakpiont): find_condition_and_thread will now
2506 initialize COND_STRING, THREAD, and REST (and TASK).
2507 (addr_string_to_sals): Likewise.
2508
eab402df
PA
25092012-07-18 Pedro Alves <palves@redhat.com>
2510
2511 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2512 Pull the single step breakpoints out of the target.
2513
2b963b68
SDJ
25142012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2515
2516 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2517 * stap-probe.c (compile_probe_arg): Likewise.
2518
6bac7473
SDJ
25192012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
2520
2521 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2522 (elf_compile_to_ax): Likewise.
2523 * infrun.c (insert_exception_resume_from_probe): Likewise.
2524 (check_exception_resume): Remove `objfile' variable.
2525 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2526 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2527 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2528 (compare_entries): Rename to...
2529 (compare_probes): ...this. Adjust function to work with
2530 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2531 respectively.
2532 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2533 `VEC (probe_p) *'.
2534 (print_ui_out_info): Adjust argument to be `struct probe *'.
2535 (info_probes_for_ops): Adjust internal computations to use
2536 `VEC (probe_p) *'.
2537 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2538 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2539 gen_info_probes_table_values>: Remove `objfile' argument.
2540 (struct probe) <objfile>: New field.
2541 (find_probe_by_pc): Remove `objfile' argument.
2542 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2543 (stap_get_probe_argument_count): Likewise.
2544 (stap_get_arg): Likewise.
2545 (stap_evaluate_probe_argument): Likewise.
2546 (stap_compile_to_ax): Likewise.
2547 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2548 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2549 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2550 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2551 sym_compile_to_ax>: Likewise.
2552
3347eb1a 25532012-07-18 Terry Guo <terry.guo@arm.com>
2554
2555 PR 14329
2556 * defs.h (GDB_MI_MSG_WIDTH): New.
2557 * ser_base (ser_base_read_error_fd): New function.
2558 (do_ser_base_readchar): Poll error file descriptor as well as
2559 standard output.
f782ad9b 2560 (generic_readchar): Refactor error handling.
3347eb1a 2561
80c8d323
JB
25622012-07-18 Joel Brobecker <brobecker@adacore.com>
2563
2564 * NEWS: Create a new section for the next release branch.
2565 Rename the section of the current branch, now that it has
2566 been cut.
2567
b45a0664 25682012-07-18 Joel Brobecker <brobecker@adacore.com>
2569
2570 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2571 * version.in: Bump version to 7.5.50.20120718-cvs.
2572
09cf2b22
KS
25732012-07-17 Keith Seitz <keiths@redhat.com>
2574
2575 * linespec.c (linespec_parse_line_offset): Make parameter
2576 const.
2577
8f043999
JK
25782012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 PR 11914
2581 * f-valprint.c (info_common_command): New variable frame_id.
2582 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2583 * printcmd.c (print_variable_and_value): Extend function comment.
2584 Add comment for invalidated FRAME.
2585 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2586 FI form FRAME_ID after each print_frame_local_vars.
2587 (struct print_variable_and_value_data): Change frame to frame_id.
2588 (do_print_variable_and_value): New variable frame, initialize it from
2589 p->frame_id. Add comment for invalidated FRAME.
2590 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2591 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2592 for invalidated FRAME.
2593
ae5e0686
MK
25942012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
2595 Pedro Alves <palves@redhat.com>
2596
2597 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2598 loop.
2599
5049c5be
TT
26002012-07-16 Tom Tromey <tromey@redhat.com>
2601
2602 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2603
2908cac6
DE
26042012-07-15 Doug Evans <dje@google.com>
2605
094b34ac
DE
2606 * dwarf2read.c (stmt_list_hash): New struct.
2607 (type_unit_group): Embed "per_cu" member, remove pointer.
2608 New union member "t", move member "tus" into it, all uses updated.
2609 New member "hash", replaces member "line_offset, all uses updated.
2610 (quick_file_names): Replace member "offset" with "hash", all uses
2611 updated.
2612 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2613 (hash_file_name_entry, eq_file_name_entry): Call them.
2614 (hash_type_unit_group, eq_type_unit_group): Ditto.
2615 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2616 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2617 (dw2_get_file_names): Update.
2618 (create_type_unit_group): Replace "per_cu" arg with "cu".
2619 All callers updated. Fix "quick" (.gdb_index) handling.
2620 (get_type_unit_group): Replace "per_cu" arg with "cu".
2621 All callers updated.
2622 (build_type_unit_groups): Don't reset tu_stats.
2623
2908cac6
DE
2624 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2625 "tab_cur_size". Change member "tab" to be a htab_t.
2626 (create_filename_seen_cache): Update.
2627 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2628 (filename_seen): Update.
2629
a2b6eff5
DE
26302012-07-13 Doug Evans <dje@google.com>
2631
2632 * symtab.c (filename_seen): Update comment.
2633
4359dff1
JK
26342012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2635 Doug Evans <dje@google.com>
2636
2637 * buildsym.c (end_symtab_1): Split it to ...
2638 (end_symtab_get_static_block): ... this ...
2639 (end_symtab_from_static_block): ... and this function.
2640 (end_symtab, end_expandable_symtab): Call them.
2641 * buildsym.h (end_symtab_get_static_block)
2642 (end_symtab_from_static_block): New declarations.
2643 * dwarf2read.c (process_full_comp_unit): New variable static_block.
2644 Set its valid CU ranges.
2645
a24f71ab
JK
26462012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * dwarf2loc.c (disassemble_dwarf_expression): Handle
2649 DW_OP_GNU_parameter_ref.
2650
d76b7dbc
JK
26512012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2654 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2655
9fdc877b
DE
26562012-07-13 Doug Evans <dje@google.com>
2657
2658 * symtab.c (output_source_filename): Delete unnecessary forward decl.
2659 (filename_seen_cache): New struct.
2660 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2661 (create_filename_seen_cache): New function.
2662 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2663 (filename_seen): Delete arg "first". New arg "cache". All callers
2664 updated.
2665 (output_source_filename_data): New struct.
2666 (output_source_filename): Delete arg "first". New arg "data".
2667 All callers updated.
2668 (sources_info): Delete local "first". New locals "data", "cleanups".
2669 Rewrite to use filename_seen_cache.
2670 (add_partial_filename_data): Delete member "first". New member
2671 "filename_seen_cache". All uses updated.
2672 (make_source_files_completion_list): Rewrite to use
2673 filename_seen_cache.
2674
f80c6f3f
DE
26752012-07-12 Doug Evans <dje@google.com>
2676
2677 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2678
0bfa869d
DE
26792012-07-10 Doug Evans <dje@google.com>
2680
f4dc4d17
DE
2681 PR gdb/13498
2682 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2683 all_type_unit_groups, type_unit_groups, tu_stats.
2684 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2685 All uses updated. Add type_unit_group to union "s".
2686 (type_unit_group): New struct.
2687 (IS_TYPE_UNIT_GROUP): New macro.
2688 (abbrev_table): Delete unused member "section".
2689 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2690 (dw2_get_cu): Assert not used with type_unit_group.
2691 (dw2_get_primary_cu): New function.
2692 (dw2_build_type_unit_groups_reader): New function.
2693 (dw2_build_type_unit_groups): New function.
2694 (dw2_get_file_names): Assert not called on type units.
2695 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2696 Redo loop to iterate over type unit groups instead of type units.
2697 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2698 (read_abbrev_offset): New function.
2699 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
2700 updated.
2701 (create_partial_symtab): New function.
2702 (process_psymtab_comp_unit_reader): Assert not used with type units.
2703 Call create_partial_symtab.
2704 (process_psymtab_type_unit): Delete.
2705 (hash_type_unit_group, eq_type_unit_group): New functions.
2706 (allocate_type_unit_groups_table): New function.
2707 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2708 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2709 (create_type_unit_group, get_type_unit_group): New functions.
2710 (tu_abbrev_offset): New struct.
2711 (sort_tu_by_abbrev_offset): New function.
2712 (add_type_unit_group_to_table): New function.
2713 (build_type_unit_groups): New function.
2714 (build_type_psymtabs_reader): New function.
2715 (build_type_psymtab_dependencies): New function.
2716 (build_type_psymtabs): Rewrite.
2717 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2718 is seen in a type unit.
2719 (process_queue): Move symtab expansion debugging printfs here.
2720 Call process_full_type_unit for type units.
2721 (compute_symtab_includes): Assert not called for type units.
2722 (process_cu_includes): Don't call compute_symtab_includes for
2723 type units.
2724 (process_full_type_unit): New function.
2725 (process_imported_unit_die): Flag an error if called for type units.
2726 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
2727 updated. Assert not called for type units.
2728 (read_file_scope): Call dwarf2_start_symtab.
2729 (setup_type_unit_groups): New function.
2730 (read_type_unit_scope): Rewrite.
2731 (abbrev_table_read_table): Initialize abbrev_table->offset.
2732 (abbrev_table_free_cleanup): New function.
2733 (dwarf2_start_symtab): New function.
2734 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
2735 * buildsym.c (finish_block_internal): New arg "expandable".
2736 All callers updated.
2737 (start_symtab): Move most contents to ...
2738 (restart_symtab): ... here. New function.
2739 (reset_symtab_globals): New function.
2740 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
2741 Call reset_symtab_globals.
2742 (end_symtab, end_expandable_symtab): New functions.
2743 (set_missing_symtab, augment_type_symtab): New functions.
2744 * buildsym.h (end_expandable_symtab): Declare.
2745 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
2746 * psympriv.h (struct partial_symtab): New member "anonymous".
2747 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2748 anonymous psymtabs.
2749 (read_psymtabs_with_filename): Ditto.
2750 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2751 (expand_symtabs_matching_via_partial): Ditto.
2752 (dump_psymtab): Update.
0bfa869d
DE
2753 * dictionary.c (dict_add_pending): New function.
2754 * dictionary.h (dict_add_pending): Declare.
2755
45e58e77
DE
27562012-07-09 Doug Evans <dje@google.com>
2757
b74db436
DE
2758 * buildsym.c (start_subfile): Remove unnecessary check for
2759 name == NULL.
2760
fd55216c
DE
2761 * psymtab.c (allocate_psymtab): Use host_address_to_string.
2762
6721b2ec
DE
2763 * dwarf2read.c (load_full_type_unit): Simplify.
2764
b4dd5633
DE
2765 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2766 to struct signatured_type **. All uses updated.
2767
45e58e77
DE
2768 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2769 All callers updated.
2770
e314d629
TT
27712012-07-09 Tom Tromey <tromey@redhat.com>
2772
2773 * c-exp.y (check_parameter_typelist): New function.
2774 (parameter_typelist): Call it.
2775 * eval.c (make_params): Handle '(void)' case.
2776 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2777 '(void)' case.
2778
aa7c7447
JK
27792012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * common/linux-ptrace.c: Include gdb_assert.h.
2782 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2783 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2784 stdint.h.
2785 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2786 functions.
2787 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2788 * linux-nat.c (linux_child_post_attach)
2789 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2790
889003ed
JK
27912012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2794 nptl <2.7 bug workaround for core files.
2795
da559b09
JK
27962012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2799 clearing.
2800 (save_siginfo): Remove.
2801 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2802 call.
2803 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2804 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2805 * linux-nat.h (struct lwp_info): Remove field siginfo.
2806
f865ee35
JK
28072012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 Code cleanup for the next patch.
2810 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2811 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2812 call for it.
2813 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2814 (ia64_linux_stopped_data_address):
2815 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2816 the return value.
2817 * linux-nat.h (linux_nat_get_siginfo): Likewise.
2818 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2819 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2820 call for it.
2821
76b83c51
JK
28222012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 PR 14321
2825 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2826 Increase buffer sizes to 2x we need, not just 2x of the previous size.
2827
a6fb9c08
TT
28282012-07-06 Tom Tromey <tromey@redhat.com>
2829
2830 * c-exp.y (DOTDOTDOT): New token.
2831 (func_mod, exp): Use parameter_typelist.
2832 (parameter_typelist): New production.
2833 (tokentab3): Add "..." token.
2834 * eval.c (make_params): Handle varargs.
2835 * gdbtypes.c (lookup_function_type_with_arguments): Handle
2836 varargs.
2837
71918a86
TT
28382012-07-06 Tom Tromey <tromey@redhat.com>
2839
2840 PR exp/9608:
2841 * c-exp.y (%union) <tvec>: Change type.
2842 (func_mod): Now uses <tvec> type.
2843 (exp): Update for tvec change.
2844 (direct_abs_decl): Push the typelist.
2845 (func_mod): Return a typelist.
2846 (nonempty_typelist): Update for tvec change.
2847 * gdbtypes.c (lookup_function_type_with_arguments): New function.
2848 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2849 * parse.c (pop_type_list): New function.
2850 (push_typelist): New function.
2851 (follow_types): Handle tp_function_with_arguments.
2852 * parser-defs.h (type_ptr): New typedef. Define a VEC.
2853 (enum type_pieces) <tp_function_with_arguments>: New constant.
2854 (union type_stack_elt) <typelist_val>: New field.
2855 (push_typelist): Declare.
2856
fcde5961
TT
28572012-07-06 Tom Tromey <tromey@redhat.com>
2858
2859 * c-exp.y (%union) <type_stack>: New field.
2860 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
2861 (ptr_operator_ts): New production.
2862 (ptype): Update.
2863 * parse.c (type_stack_reserve): New function.
2864 (check_type_stack_depth): Use it.
2865 (pop_type_stack, append_type_stack, push_type_stack)
2866 (get_type_stack, type_stack_cleanup): New functions.
2867 (follow_types): Handle tp_type_stack.
2868 (_initialize_parse): Simplify initialization.
2869 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2870 constant.
2871 (union type_stack_elt) <stack_val>: New field.
2872 (get_type_stack, append_type_stack, push_type_stack)
2873 (type_stack_cleanup): Declare.
2874
1a7d0ce4
TT
28752012-07-06 Tom Tromey <tromey@redhat.com>
2876
2877 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2878 Remove.
2879 (struct type_stack): New.
2880 * parse.c (type_stack, type_stack_size, type_stack_depth):
2881 Remove.
2882 (type_stack): New global.
2883 (parse_exp_in_context, check_type_stack_depth)
2884 (insert_into_type_stack, insert_type, push_type, push_type_int)
2885 (insert_type_address_space, pop_type, pop_type_int)
2886 (_initialize_parse): Update.
2887
16d01384
TT
28882012-07-06 Tom Tromey <tromey@redhat.com>
2889
2890 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2891 Remove %type.
2892
9bfc60bf
SP
28932012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2894
2895 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2896
d5161074
SP
28972012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2898 Jan Kratochvil <jan.kratochvil@redhat.com>
2899
2900 * cp-valprint.c (cp_print_value): Replace potentially unsafe
2901 alloca with xmalloc/xfree.
2902
a74bc576
SP
29032012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
2904
2905 * MAINTAINERS (Write After Approval): Add myself to the list.
2906
667e0a4b
DE
29072012-07-05 Doug Evans <dje@google.com>
2908
2909 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2910
34b536a8
HZ
29112012-07-05 Hui Zhu <hui_zhu@mentor.com>
2912
2913 * ax-gdb.c (cli/cli-utils.h): New include.
2914 (linespec.h): Ditto.
2915 (agent_eval_command_one): New function.
2916 (agent_command_1): Ditto.
2917 (agent_command): Call function agent_command_1.
2918 (agent_eval_command): Ditto.
2919 (_initialize_ax_gdb): Change help for "maint agent"
2920 and "maint agent-eval".
2921
e6f0bce7
HZ
29222012-07-05 Hui Zhu <hui_zhu@mentor.com>
2923
2924 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2925 * cli/cli-utils.c (check_for_argument): New function.
2926 * cli/cli-utils.h (check_for_argument): Ditto.
2927
1b3371b1
L
29282012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 * NEWS: Mention x32 ABI support.
2931
23e2d720
L
29322012-07-04 H.J. Lu <hongjiu.lu@intel.com>
2933
2934 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2935 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2936
2937 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2938 and pc_regnum_from_eax to -1. Update SP regnum from
2939 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2940 needed.
2941
2942 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2943 pc_regnum_from_eax.
2944
836bf454
JK
29452012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2948 * dwarf2expr.h: Include gdbtypes.h.
2949 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2950 these forward declarations.
2951 (cu_offset, sect_offset): Move these ...
2952 * gdbtypes.h: Remove include dwarf2expr.h.
2953 (cu_offset, sect_offset): ... here.
2954
1e55e04f
L
29552012-07-03 H.J. Lu <hongjiu.lu@intel.com>
2956
2957 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2958 (amd64_linux_sigtramp_code): This.
2959 (amd64_x32_linux_sigtramp_code): New.
2960 (LINUX_SIGTRAMP_LEN): Updated.
2961 (amd64_linux_sigtramp_start): Check x32 sigtramp.
2962
7d0e21ad
JK
29632012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2966
8775fd2d
JK
29672012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2968
2969 * config.in: Regenerate.
2970 * configure: Regenerate.
2971 * configure.ac: Remove check for gnu/libc-version.h.
2972 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2973 gnu/libc-version.h.
2974 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2975 variables libc_version, libc_major and libc_minor. Replace sscanf by
2976 inferior_has_bug. Extend the comment.
2977
fcb44371
JK
29782012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * linux-thread-db.c (inferior_has_bug): New function.
2981 (thread_db_find_new_threads_silently): Return boolean as checked by
2982 inferior_has_bug, describe it in the comments.
2983 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2984 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 2985 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
2986 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
2987 if UNTIL_NO_NEW,
2988
09406207
DE
29892012-07-02 Doug Evans <dje@google.com>
2990
0907af0c
DE
2991 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2992 related to queue management.
2993
09406207
DE
2994 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2995 instead of "debug dwarf2-die" in debugging printfs.
2996 (create_debug_info_hash_table_reader): Ditto.
2997 (create_debug_info_hash_table): Ditto.
2998 (init_dwo_file): Ditto.
2999 (init_cutu_and_read_dies): Add debugging printf.
3000 (init_cutu_and_read_dies_no_follow): Ditto.
3001 (process_psymtab_comp_unit_reader): Ditto.
3002
d3ce09f5
SS
30032012-07-02 Stan Shebs <stan@codesourcery.com>
3004
3005 Add target-side support for dynamic printf.
3006 * NEWS: Mention the additional style.
3007 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3008 (struct bp_location): New field cmd_bytecode.
3009 * breakpoint.c: Include format.h.
3010 (disconnected_dprintf): New global.
3011 (parse_cmd_to_aexpr): New function.
3012 (build_target_command_list): New function.
3013 (insert_bp_location): Call it.
3014 (remove_breakpoints_pid): Skip dprintf breakpoints.
3015 (print_one_breakpoint_location): Ditto.
3016 (dprintf_style_agent): New global.
3017 (dprintf_style_enums): Add dprintf_style_agent.
3018 (update_dprintf_command_list): Add agent case.
3019 (agent_printf_command): New function.
3020 (_initialize_breakpoint): Add new commands.
3021 * common/ax.def (printf): New bytecode.
3022 * ax.h (ax_string): Declare.
3023 * ax-gdb.h (gen_printf): Declare.
3024 * ax-gdb.c: Include cli-utils.h, format.h.
3025 (gen_printf): New function.
3026 (maint_agent_print_command): New function.
3027 (_initialize_ax_gdb): Add maint agent-printf command.
3028 * ax-general.c (ax_string): New function.
3029 (ax_print): Add printf disassembly.
3030 * Makefile.in (SFILES): Add format.c
3031 (COMMON_OBS): Add format.o.
3032 * common/format.h: New file.
3033 * common/format.c: New file.
3034 * printcmd.c: Include format.h.
3035 (ui_printf): Call parse_format_string.
3036 * remote.c (remote_state): New field breakpoint_commands.
3037 (PACKET_BreakpointCommands): New enum.
3038 (remote_breakpoint_commands_feature): New function.
3039 (remote_protocol_features): Add new BreakpointCommands entry.
3040 (remote_can_run_breakpoint_commands): New function.
3041 (remote_add_target_side_commands): New function.
3042 (remote_insert_breakpoint): Call it.
3043 (remote_insert_hw_breakpoint): Ditto.
3044 (_initialize_remote): Add new packet configuration for
3045 target-side breakpoint commands.
3046 * target.h (struct target_ops): New field
3047 to_can_run_breakpoint_commands.
3048 (target_can_run_breakpoint_commands): New macro.
3049 * target.c (update_current_target): Handle
3050 to_can_run_breakpoint_commands.
3051
2d7b58e8
JK
30522012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 Execute -ix and -iex only after system and user gdbinit files.
3055 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3056 processing down after gdbinit files.
3057
8690e634
JK
30582012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3059
3060 Add fnmatch-gnu module.
3061 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3062 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3063 * gnulib/aclocal.m4: Regenerate.
3064 * gnulib/config.in: Regenerate.
3065 * gnulib/configure: Regenerate.
3066 * gnulib/import/dummy.c: Remove.
3067 * gnulib/import/Makefile.am: Regenerate.
3068 * gnulib/import/Makefile.in: Likewise.
3069 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3070 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3071 * gnulib/import/alloca.c: New file.
3072 * gnulib/import/alloca.in.h: Likewise.
3073 * gnulib/import/config.charset: Likewise.
3074 * gnulib/import/fnmatch.c: Likewise.
3075 * gnulib/import/fnmatch.in.h: Likewise.
3076 * gnulib/import/fnmatch_loop.c: Likewise.
3077 * gnulib/import/localcharset.c: Likewise.
3078 * gnulib/import/localcharset.h: Likewise.
3079 * gnulib/import/m4/alloca.m4: Likewise.
3080 * gnulib/import/m4/codeset.m4: Likewise.
3081 * gnulib/import/m4/configmake.m4: Likewise.
3082 * gnulib/import/m4/fcntl-o.m4: Likewise.
3083 * gnulib/import/m4/fnmatch.m4: Likewise.
3084 * gnulib/import/m4/glibc21.m4: Likewise.
3085 * gnulib/import/m4/localcharset.m4: Likewise.
3086 * gnulib/import/m4/locale-fr.m4: Likewise.
3087 * gnulib/import/m4/locale-ja.m4: Likewise.
3088 * gnulib/import/m4/locale-zh.m4: Likewise.
3089 * gnulib/import/m4/mbrtowc.m4: Likewise.
3090 * gnulib/import/m4/mbsinit.m4: Likewise.
3091 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3092 * gnulib/import/m4/mbstate_t.m4: Likewise.
3093 * gnulib/import/m4/stdbool.m4: Likewise.
3094 * gnulib/import/m4/wchar_h.m4: Likewise.
3095 * gnulib/import/m4/wctype_h.m4: Likewise.
3096 * gnulib/import/m4/wint_t.m4: Likewise.
3097 * gnulib/import/mbrtowc.c: Likewise.
3098 * gnulib/import/mbsinit.c: Likewise.
3099 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3100 * gnulib/import/mbsrtowcs-state.c: Likewise.
3101 * gnulib/import/mbsrtowcs.c: Likewise.
3102 * gnulib/import/ref-add.sin: Likewise.
3103 * gnulib/import/ref-del.sin: Likewise.
3104 * gnulib/import/stdbool.in.h: Likewise.
3105 * gnulib/import/streq.h: Likewise.
3106 * gnulib/import/strnlen1.c: Likewise.
3107 * gnulib/import/strnlen1.h: Likewise.
3108 * gnulib/import/verify.h: Likewise.
3109 * gnulib/import/wchar.in.h: Likewise.
3110 * gnulib/import/wctype.in.h: Likewise.
3111
202cbf1c
JK
31122012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 Support shell wildcards for 'set auto-load safe-path'.
3115 * auto-load.c: Include fnmatch.h.
3116 (filename_is_in_dir): Rename to ...
3117 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3118 it. Update function comment. Rename dir_len to pattern_len. New
3119 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3120 messages. Use gdb_filename_fnmatch.
3121 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3122 pattern.
3123 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3124 * defs.h (gdb_filename_fnmatch): New declaration.
3125 * utils.c: Include fnmatch.h.
3126 (gdb_filename_fnmatch): New function.
3127
fb7b5af4
SDJ
31282012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3129
3130 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3131 `-probe' and `-probe-stap' options.
3132
72d0e2c5
YQ
31332012-07-01 Yao Qi <yao@codesourcery.com>
3134
3135 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3136 always_inserted_off, and always_inserted_enums.
3137 Change always_inserted_mode's type to 'enum auto_boolean'.
3138 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3139 callers.
3140 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3141 of add_setshow_enum_cmd.
3142 * infrun.c: Remove can_use_displaced_stepping_auto,
3143 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3144 can_use_displaced_stepping_enum.
3145 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3146 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3147 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3148 add_setshow_enum_cmd.
3149
42e7ad6c
DE
31502012-06-30 Doug Evans <dje@google.com>
3151
3152 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3153 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3154 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3155
39cf75f7
DE
31562012-06-29 Doug Evans <dje@google.com>
3157
3158 * linespec.c: #include "stack.h".
3159 (decode_line_with_current_source): Moved here from symtab.c and
3160 renamed from decode_line_spec. All callers updated.
3161 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3162 renamed from decode_line_spec_1. All callers updated.
3163 * linespec.h (decode_line_with_current_source): Move declaration here
3164 from symtab.h and renamed from decode_line_spec.
3165 (decode_line_with_last_displayed): Move declaration here from symtab.h
3166 and renamed from decode_line_spec_1.
3167 * macrocmd.c: #include "linespec.h".
3168 * symtab.c: Remove #include "linespec.h".
3169
433df2d4
DE
31702012-06-28 Doug Evans <dje@google.com>
3171
1ce1cefd
DE
3172 * dwarf2read.c (get_cu_length): New function.
3173 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3174 (create_debug_types_hash_table): Ditto.
3175 (init_cutu_and_read_dies): Ditto.
3176 (init_cutu_and_read_dies_no_follow): Ditto.
3177
3b80fe9b
DE
3178 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3179
433df2d4
DE
3180 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3181 (struct abbrev_table): Define.
3182 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3183 abbrev_table.
3184 (init_cutu_and_read_dies): Update.
3185 (abbrev_table_alloc_abbrev): New function. Replaces
3186 dwarf_alloc_abbrev. All callers updated.
3187 (abbrev_table_add_abbrev): New function.
3188 (abbrev_table_lookup_abbrev): New function. Replaces
3189 dwarf2_lookup_abbrev. All callers updated.
3190 (abbrev_table_read_table): New function. Contents moved here from
3191 dwarf2_read_abbrevs.
3192 (dwarf2_read_abbrevs): Call it.
3193 (abbrev_table_free): New function.
3194 (dwarf2_free_abbrev_table): Call it.
3195
71caed83
SS
31962012-06-28 Stan Shebs <stan@codesourcery.com>
3197
3198 * osdata.c (info_osdata_command): Filter out "Title" columns
3199 from non-MI uses.
3200 * common/linux-osdata.c (struct osdata_type): Add title field.
3201 (osdata_table): Add titles to each entry.
3202 (linux_command_xfer_osdata): Add a column for title data.
3203
37ce89eb
SS
32042012-06-28 Stan Shebs <stan@codesourcery.com>
3205
3206 Make logging work for MI.
3207 * NEWS: Mention it.
3208 * interps.h (interp_set_logging_ftype): New typedef.
3209 (struct interp_procs): New field set_logging_proc.
3210 (current_interp_set_logging): Declare.
3211 * interps.c (current_interp_set_logging): New function.
3212 * cli/cli-logging.c: Include interps.h.
3213 (set_logging_redirect): Call current_interp_set_logging.
3214 (pop_output_files): Ditto.
3215 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3216 * mi/mi-console.h (mi_console_set_raw): Declare.
3217 * mi/mi-console.c (mi_console_set_raw): New function.
3218 * mi/mi-interp.c (saved_raw_stdout): New global.
3219 (mi_set_logging): New function.
3220 (_initialize_mi_interp): Add it to interp procs.
3221
659c9f3a
DE
32222012-06-28 Doug Evans <dje@google.com>
3223
a743abeb
DE
3224 * symtab.c (lookup_symbol_aux_objfile): Use
3225 ALL_OBJFILE_PRIMARY_SYMTABS.
3226
659c9f3a
DE
3227 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3228
da2d6d3d
JK
32292012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3230
3231 * common/buffer.c: Include inttypes.h and stdint.h.
3232 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3233
e5ef252a
PA
32342012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3235 Pedro Alves <palves@redhat.com>
3236
3237 * gdbthread.h (ALL_THREADS): New macro.
3238 (thread_list): Declare.
3239 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3240 going, but instead fall through to the stepping handling.
3241 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3242 the passed in signal. Adjust debug output.
3243 (resume_callback): Rename to ...
3244 (linux_nat_resume_callback): ... this. Pass the thread's last
3245 stop signal, if in "pass" state.
3246 (linux_nat_resume): Adjust to rename.
3247 (stop_wait_callback): New assertion. Don't respawn signals;
3248 instead let the LWP remain with SIGNALLED set.
3249 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3250 * remote.c (append_pending_thread_resumptions): New.
3251 (remote_vcont_resume): Call it.
3252 * target.h (target_resume): Extend comment.
3253
1d7975eb
IS
32542012-06-28 Iain Sandoe <iain@codesourcery.com>
3255
3256 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3257
2e3cf129
DE
32582012-06-27 Doug Evans <dje@google.com>
3259
3260 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3261 Delete have_addr_base, unused. All uses updated.
3262 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3263 (dwarf2_get_pc_bounds): Add ranges_base.
3264 (dwarf2_record_block_ranges): Ditto.
3265
1bb9788d
TT
32662012-06-27 Tom Tromey <tromey@redhat.com>
3267
3268 PR macros/7961:
3269 * varobj.c (varobj_create): Update.
3270 (varobj_set_value): Update.
3271 * tracepoint.c (validate_actionline): Update.
3272 (encode_actions_1): Update.
3273 * parse.c (parse_exp_1): Add 'pc' argument.
3274 (parse_exp_in_context): Add 'pc' argument. Change how
3275 expression_context_pc is set.
3276 (parse_expression): Update.
3277 (parse_field_expression): Update.
3278 * expression.h (parse_exp_1): Update.
3279 * eval.c (parse_to_comma_and_eval): Update.
3280 * breakpoint.c (set_breakpoint_condition): Update.
3281 (update_watchpoint): Update.
3282 (init_breakpoint_sal): Update
3283 (find_condition_and_thread): Update.
3284 (watch_command_1): Update.
3285 (update_breakpoint_locations): Update.
3286 * ada-lang.c (ada_read_renaming_var_value): Update.
3287 (create_excep_cond_exprs): Update.
3288
0bc3a05c
DE
32892012-06-27 Doug Evans <dje@google.com>
3290
3291 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3292 type units.
3293
4bdcc0c1
DE
32942012-06-26 Doug Evans <dje@google.com>
3295
3296 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3297 prototype.
3298 (error_check_comp_unit_head): New arg abbrev_section. All callers
3299 updated.
3300 (read_and_check_comp_unit_head): Ditto.
3301 (read_and_check_type_unit_head): Ditto.
3302
ee0bf529
SCR
33032012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3304
3305 New attribute 'last' for gdb.Symtab_and_line.
3306 * NEWS (Python Scripting): Add entry about the new attribute.
3307 * python/py-symtab.c (salpy_get_last): New function which
3308 implements the get method for the 'last' attribute of
3309 gdb.Symtab_and_line.
3310 (sal_object_getset): Add entry for the 'last' attribute.
3311
1c658ad5
DE
33122012-06-26 Doug Evans <dje@google.com>
3313
09262596
DE
3314 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3315 (dwo_sections): Add macinfo, macro.
3316 (dwarf2_locate_dwo_sections): Watch for macro sections.
3317 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3318 All callers updated. Handle DWO files.
3319
45cfd468
DE
3320 * NEWS: Mention new options "set debug dwarf2-read" and
3321 "set debug symtab-create".
3322 * dwarf2read.c (dwarf2_read_debug): New static global.
3323 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3324 (process_queue): Ditto.
3325 (process_full_comp_unit): Ditto.
3326 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3327 * elfread.c (elf_symfile_read): Add debugging printf.
3328 * minsyms.c (install_minimal_symbols): Ditto.
3329 * psymtab.c (allocate_psymtab): Ditto.
3330 * symfile.c (allocate_symtab): Ditto.
3331 * symtab.c (symtab_create_debug): New global.
3332 (_initialize_symtab): Add new option "set debug symtab-create".
3333 * symtab.h (symtab_create_debug): Declare.
3334
1c658ad5
DE
3335 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3336 (lookup_dwo_type_unit): Ditto.
3337
6fea9e18
L
33382012-06-26 Roland McGrath <roland@hack.frob.com>
3339 H.J. Lu <hongjiu.lu@intel.com>
3340
3341 * amd64-linux-nat.c: Include <sys/user.h>.
3342 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3343 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3344 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3345
3346 * configure.ac: Check if the fs_base and gs_base members of
3347 `struct user_regs_struct' exist.
3348 * config.in: Regenerated.
3349 * configure: Likewise.
3350
adb4fe3b
ME
33512012-06-25 Michael Eager <eager@eagercon.com>
3352
3353 PR python/14291
f782ad9b 3354 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3355
fc51cce1
MGD
33562012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3357
3358 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3359 register as a stack alignment in ARM mode.
3360
40a73391
JK
33612012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3364 * gnulib/config.in: Regenerate.
3365 * gnulib/configure: Likewise.
3366 * gnulib/import/m4/extensions.m4: Update it.
3367 * gnulib/import/m4/gnulib-common.m4: Likewise.
3368 * gnulib/import/m4/memmem.m4: Likewise.
3369 * gnulib/import/m4/mmap-anon.m4: Likewise.
3370 * gnulib/import/m4/multiarch.m4: Likewise.
3371 * gnulib/import/stdint.in.h: Likewise.
3372
972daa01
YQ
33732012-06-24 Yao Qi <yao@codesourcery.com>
3374
3375 * corefile.c (write_memory_with_notification): New.
3376 * gdbcore.h: Declare write_memory_with_notification.
3377 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3378 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3379 * valops.c (value_assign): Likewise.
3380 * python/py-inferior.c (infpy_write_memory): Call
3381 'write_memory_with_notification'.
3382
8d6e0714
JK
33832012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * cc-with-index.sh: Use also -ex "set auto-load no".
3386
156942c7
DE
33872012-06-23 Doug Evans <dje@google.com>
3388
3389 PR 14125
3390 * NEWS: Document additions to .gdb_index.
3391 * dwarf2read.c: #include "gdb/gdb-index.h".
3392 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3393 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3394 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3395 (dwarf2_read_index): Recognize version 7.
3396 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3397 block_kind, domain): All callers updated.
3398 (dw2_find_symbol_file): Handle new index CU values.
3399 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3400 (add_index_entry): New args is_static, kind. All callers updated.
3401 (offset_type_compare, uniquify_cu_indices): New functions
3402 (symbol_kind): New function.
3403 (write_psymtabs_to_index): Remove duplicate CU values.
3404 (write_psymtabs_to_index): Write .gdb_index version 7.
3405
352b3eda
JB
34062012-06-22 Joel Brobecker <brobecker@adacore.com>
3407
3408 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3409 * configure: Regenerate.
3410
2678e2af
YQ
34112012-06-20 Yao Qi <yao@codesourcery.com>
3412
3413 * python/py-inferior.c: Update comments of infpy_read_memory
3414 and infpy_write_memory.
3415
95c391b6
TT
34162012-06-19 Tom Tromey <tromey@redhat.com>
3417
3418 PR exp/9514:
3419 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3420 (push_type_address_space): Remove.
3421 * parse.c (insert_into_type_stack): New function.
3422 (insert_type): Likewise.
3423 (insert_type_address_space): Rename from push_type_address_space.
3424 Insert tp_space_identifier.
3425 * c-exp.y (ptr_operator): New production.
3426 (abs_decl): Use ptr_operator.
3427 (space_identifier): Call insert_type_address_space.
3428 (ptype): Don't use const_or_volatile_or_space_identifier.
3429 (const_or_volatile_noopt): Call insert_type.
3430 (conversion_type_id, conversion_declarator): New productions.
3431 (operator): Use conversion_type_id.
3432
6ac9ef80
DE
34332012-06-18 Doug Evans <dje@google.com>
3434
422d65e7
DE
3435 * symtab.h (minimal_symbol): New member created_by_gdb.
3436 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3437 created by gdb.
3438 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3439 (search_symbols): Call it instead of lookup_symbol.
3440 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3441
49f6c839
DE
3442 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3443 Adjust address for DW_OP_GNU_addr_index.
3444 * dwarf2expr.h (dwarf_expr_context): Update comment.
3445 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3446 all callers updated. Handle TLS vars described with
3447 DW_OP_GNU_const_index.
3448 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3449 and DW_OP_GNU_const_index.
3450 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3451
6ac9ef80
DE
3452 * block.c (find_block_in_blockvector): Make explicit the fact that we
3453 ignore GLOBAL_BLOCK.
3454
4cd18215
TT
34552012-06-18 Tom Tromey <tromey@redhat.com>
3456
3457 * c-exp.y (operator): Remove trailing space after "delete" and
3458 "delete[]".
3459
a9b8d892
JK
34602012-06-18 Mark Kettenis <kettenis@gnu.org>
3461 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 Switch i386 and derived targets to ON_STACK.
3464 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3465 (amd64_dicos_init_abi): Remove its installment.
3466 * dicos-tdep.c (dicos_init_abi): Remove the
3467 set_gdbarch_call_dummy_location call. Update the comment here.
3468 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3469 (i386_dicos_init_abi): Remove its installment.
3470 * i386-tdep.c (i386_push_dummy_code): New function.
3471 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3472 i386_push_dummy_code.
3473
e2e4d78b
JK
34742012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3475
3476 Remove stale dummy frames.
3477 * breakpoint.c: Include dummy-frame.h.
3478 (longjmp_breakpoint_ops): New variable.
3479 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3480 bp_longjmp_call_dummy.
3481 (bpstat_what, bptype_string, print_one_breakpoint_location)
3482 (init_bp_location): Support bp_longjmp_call_dummy.
3483 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3484 (set_longjmp_breakpoint_for_call_dummy)
3485 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3486 functions.
3487 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3488 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3489 FIXME comment and extend the other comment for bp_call_dummy.
3490 (set_longjmp_breakpoint_for_call_dummy)
3491 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3492 * dummy-frame.c: Include gdbthread.h.
3493 (pop_dummy_frame_bpt): New function.
3494 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3495 (dummy_frame_discard): New function.
3496 (cleanup_dummy_frames): Update the comment about longjmps.
3497 * dummy-frame.h (dummy_frame_discard): New declaration.
3498 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3499 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3500 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3501 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3502 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3503 keep_going if IS_LONGJMP and there is no other reason to stop.
3504
09d5912c
TT
35052012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
3506
3507 * remote-sim.c (sim_command_completer): Initialize
3508 variable 'result'.
3509
1788b2d3
JK
35102012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3513 * dwarf2loc.c (call_site_parameter_matches): Support
3514 CALL_SITE_PARAMETER_PARAM_OFFSET.
3515 (needs_dwarf_reg_entry_value): Push stub value.
3516 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3517 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3518 * gdbtypes.h (enum call_site_parameter_kind): New item
3519 CALL_SITE_PARAMETER_PARAM_OFFSET.
3520 (struct call_site.parameter.u): New field param_offset.
3521
24c5c679
JK
35222012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 Code cleanup: Generalize call_site.parameter key.
3525 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3526 variable dwarf_reg. New variable kind_u. Update parameters to
3527 push_dwarf_reg_entry_value.
3528 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3529 * dwarf2expr.h (enum call_site_parameter_kind)
3530 (union call_site_parameter_u): Forward declarations.
3531 (struct dwarf_expr_context_funcs): Update parameters and their
3532 description for push_dwarf_reg_entry_value.
3533 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3534 * dwarf2loc.c (call_site_parameter_matches): New function.
3535 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3536 description. Use call_site_parameter_matches.
3537 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3538 Update parameters and their description.
3539 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3540 New variable kind_u. Adjust the caller for updated parameters.
3541 (needs_dwarf_reg_entry_value): Update parameters.
3542 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3543 instead of attr. Update for the changed fields of struct
3544 call_site_parameter.
3545 * gdbtypes.h: Include dwarf2expr.h.
3546 (enum call_site_parameter_kind): New.
3547 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3548 fb_offset into new union u.
3549
ac142d96
L
35502012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3551
3552 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3553 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3554 for x32.
3555
ba224c70
L
35562012-06-16 H.J. Lu <hongjiu.lu@intel.com>
3557
3558 * amd64-linux-nat.c (compat_x32_clock_t): New.
3559 (compat_x32_siginfo_t): Likewise.
3560 (compat_x32_siginfo_from_siginfo): Likewise.
3561 (siginfo_from_compat_x32_siginfo): Likewise.
3562 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3563 and siginfo_from_compat_x32_siginfo for x32.
3564
7ecbc825
HZ
35652012-06-15 Hui Zhu <hui_zhu@mentor.com>
3566
3567 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3568
233dfcf0
L
35692012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3570
3571 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3572 instead of gdbarch_ptr_bit.
3573 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3574 (amd64_supply_native_gregset): Likewise.
3575 (amd64_collect_native_gregset): Likewise.
3576 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3577 (amd64_supply_xsave): Likewise.
3578 (amd64_collect_fxsave): Likewise.
3579 (amd64_collect_xsave): Likewise.
3580
6da38f42
L
35812012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3582
3583 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3584 (amd64_linux_read_description): Check DS segment register for
3585 x32 process.
3586
663b969e
TT
35872012-06-15 Tom Tromey <tromey@redhat.com>
3588
3589 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3590 init_cutu_and_read_dies.
3591
d6f05027
IS
35922012-06-15 Iain Sandoe <iain@codesourcery.com>
3593
3594 * MAINTAINERS (Write After Approval): Add myself to the list.
3595
6598ed07
TT
35962012-06-15 Tom Tromey <tromey@redhat.com>
3597
3598 * valops.c (value_find_oload_method_list): Now static.
3599 * value.h (value_find_oload_method_list): Don't declare.
3600
2b214ea6
TT
36012012-06-15 Tom Tromey <tromey@redhat.com>
3602
3603 * valops.c (find_overload_match): Use value_ind.
3604
a210c238
MR
36052012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
3606
3607 * infrun.c (handle_inferior_event): Correct indentation.
3608
3771a44c
DE
36092012-06-14 Doug Evans <dje@google.com>
3610
3611 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3612 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3613 All uses updated.
3614 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3615 updated. Handle DEBUG_LOC_START_LENGTH.
3616 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3617 (loclist_describe_location): Ditto.
3618
1c5a993e
MR
36192012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
3620
3621 PR backtrace/13866
3622 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3623 after hiding inline functions.
3624
0b155465
JB
36252012-06-13 Joel Brobecker <brobecker@adacore.com>
3626
3627 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3628 _initialize_inf_ttrace.
3629
45717bac
JB
36302012-06-13 Joel Brobecker <brobecker@adacore.com>
3631
3632 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3633 _initialize_hppa_hpux_nat.
3634
34370865
JB
36352012-06-13 Joel Brobecker <brobecker@adacore.com>
3636
3637 * remote-sim.c (sim_command_completer): Change type of return
3638 value to "VEC (char_ptr) *". Adjust implementation accordingly.
3639
284c5a60
MK
36402012-06-13 Mark Kettenis <kettenis@gnu.org>
3641 Jan Kratochvil <jan.kratochvil@redhat.com>
3642
3643 PR tdep/14222
3644 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3645 stack on a 16-byte boundary.
3646
2535757a
TT
36472012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
3648
3649 * jit.c (finalize_symtab): Set function's return type to 'void' by
3650 default.
3651
fff4548b
MK
36522012-06-13 Mark Kettenis <kettenis@gnu.org>
3653 H.J. Lu <hongjiu.lu@intel.com>
3654
5a83521a
MK
3655 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3656 Move bits common to both the classic LP64 and the new x32 ILP32
3657 ABI here.
3658 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3659 (amd64_x32_linux_init_abi): New function.
3660 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3661 subtype.
3662
fff4548b
MK
3663 * i386-tdep.h (i386_pseudo_register_name): New prototype.
3664 * i386-tdep.c (i386_pseudo_register_name): Make public.
3665 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3666 * amd64-tdep.c (amd64_dword_names): Add "eip".
3667 (amd64_x32_pseudo_register_type): New function
3668 (amd64_x32_init_abi): New function.
3669
dd80ea3c
JK
36702012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 PR build/14003
3673 * inferior.h (struct inferior_suspend_state): Comment out.
3674 (struct inferior): Comment out the field suspend.
3675 * infrun.c (struct infcall_suspend_state): Comment out the field
3676 inferior_suspend.
3677 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3678 out its assignment.
3679
50af5481
JK
36802012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3681
3682 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3683 * c-exp.y (classify_inner_name): Remove caller assumptions in the
3684 function comment. Return ERROR for unresolved cases. Implement
3685 returning proper NAME.
3686 (yylex): Accept also NAME from classify_inner_name.
3687 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3688 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
3689 LOC_TYPEDEF type.
3690 * cp-support.h (cp_lookup_nested_type): Update its declaration.
3691
d55637df
TT
36922012-06-13 Tom Tromey <tromey@redhat.com>
3693
3694 * breakpoint.c (condition_completer): New function.
3695 (_initialize_breakpoint): Use it.
3696 * value.c (complete_internalvar): New function.
3697 * value.h (complete_internalvar): Declare.
3698
49c4e619
TT
36992012-06-13 Tom Tromey <tromey@redhat.com>
3700
3701 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3702 * breakpoint.c (catch_syscall_completer): Return a VEC.
3703 * cli/cli-cmds.c (complete_command): Update.
3704 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3705 (complete_on_enum): Likewise.
3706 * command.h: Include gdb_vecs.h.
3707 (completer_ftype): Change return type.
3708 (complete_on_cmdlist, complete_on_enum): Likewise.
3709 * completer.c (noop_completer, filename_completer)
3710 (location_completer): Return a VEC.
3711 (add_struct_fields): Remove 'nextp' argument. Change 'output'
3712 to a VEC.
3713 (expression_completer, complete_line_internal, complete_line)
3714 (command_completer): Return a VEC.
3715 (gdb_completion_word_break_characters, line_completion_function):
3716 Update.
3717 * completer.h: Include gdb_vecs.h.
3718 (complete_line, noop_completer, filename_completer)
3719 (expression_completer, location_completer, command_completer):
3720 Update.
3721 * f-lang.c (f_word_break_characters): Return a VEC.
3722 * interps.c (interpreter_completer): Return a VEC.
3723 * language.h (struct language_defn)
3724 <la_make_symbol_completion_list>: Return a VEC.
3725 * python/py-cmd.c (cmdpy_completer): Return a VEC.
3726 * symtab.c (free_completion_list): Take a VEC.
3727 (return_val_size, return_val_index): Remove.
3728 (return_val): Now a VEC.
3729 (completion_list_add_name): Update.
3730 (default_make_symbol_completion_list_break_on)
3731 (default_make_symbol_completion_list, make_symbol_completion_list)
3732 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3733 Return a VEC.
3734 (add_filename_to_list): Update.
3735 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3736 <list>: Now a VEC.
3737 (maybe_add_partial_symtab_filename): Update.
3738 (make_source_files_completion_list): Return a VEC.
3739 * symtab.h (default_make_symbol_completion_list_break_on)
3740 (default_make_symbol_completion_list, make_symbol_completion_list)
3741 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3742 (make_source_files_completion_list): Update.
3743
625e8578
TT
37442012-06-13 Tom Tromey <tromey@redhat.com>
3745
3746 * breakpoint.c (add_catch_command): Use completer_ftype.
3747 * breakpoint.h: Include command.h.
3748 (add_catch_command): Use completer_ftype.
3749 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3750 * cli/cli-decode.h (struct cmd_list_element) <completer>:
3751 Use completer_ftype.
3752 * command.h (completer_ftype): New typedef.
3753 (set_cmd_completer): Use it.
3754 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3755 completer_ftype.
3756
5eb3b062
PA
37572012-06-13 Pedro Alves <palves@redhat.com>
3758
3759 Partial revert of previous change.
3760
3761 * serial.c (scb_base): New global.
3762 (serial_for_fd): New.
3763 (serial_open, serial_fdopen_ops): Link new serial in open serials
3764 chain.
3765 (do_serial_close): Unlink serial from the open serials chain.
3766
8b3ee56d
PA
37672012-06-12 Pedro Alves <palves@redhat.com>
3768
3769 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3770 threads here.
3771 (prepare_for_detach): No longer context switch here in non-stop
3772 mode.
3773 (fetch_inferior_event): Ditto.
3774 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3775 to the event thread before removing breakpoints. Switch to the
3776 event thread before inserting breakpoints and resuming.
3777 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3778 event thread before resuming.
3779 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3780 Switch to the event thread before removing breakpoints.
3781
5d60742e
EZ
37822012-06-12 Eli Zaretskii <eliz@gnu.org>
3783
3784 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3785 special characters correctly for the Windows shells. See
3786 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3787 report.
3788 [!__MINGW32__]: Remove extra double quote character from special
3789 characters.
3790
a6feecf7
SS
37912012-06-11 Stan Shebs <stan@codesourcery.com>
3792
3793 * ui-out.h: Remove #if 0 declarations.
3794 * ui-out.c: Remove #if 0 functions.
3795
ddefb60f
PA
37962012-06-11 Pedro Alves <palves@redhat.com>
3797
3798 * ser-base.c (run_async_handler_and_reschedule): New.
3799 (fd_event, push_event): Use it.
3800 * serial.c (serial_open, serial_fdopen_ops): Set the initial
3801 reference count to 1.
3802 (do_serial_close): Set the bufp field to NULL. Use serial_unref
3803 instead of xfree.
3804 (serial_is_open, serial_ref, serial_unref): New.
3805 * serial.h (serial_open): Adjust comment.
3806 (serial_is_open): Declare.
3807 (serial_close): Adjust comment.
3808 (serial_ref, serial_unref) Declare.
3809 (struct serial): New field 'refcnt'.
3810
d5ad6aa5
PA
38112012-06-11 Pedro Alves <palves@redhat.com>
3812
3813 Remove #if 0'd "connect" command, and unnecessary associated
3814 refcounting and serial reuse bits.
3815
3816 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3817 * serial.c (last_serial_opened): Delete.
3818 (scb_base): Delete.
3819 (serial_open): Adjust.
3820 (serial_for_fd): Delete.
3821 (serial_fdopen_ops, do_serial_close): Adjust.
3822 (serial_fdopen_ops): Adjust.
3823
318aa544
PA
38242012-06-11 Pedro Alves <palves@redhat.com>
3825
3826 * serial.c (do_serial_close): Remove early return when SCB is
3827 null.
3828
07261596
TT
38292012-06-11 Tom Tromey <tromey@redhat.com>
3830
3831 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3832
cc80f267
JK
38332012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3834
3835 Fix regression by the "ambiguous linespec" series.
3836 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
3837 get_last_displayed_symtab and get_last_displayed_line and depending
3838 on CURSAL.
3839
356d9f9d
TT
38402012-06-11 Tom Tromey <tromey@redhat.com>
3841
3842 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3843 (dw2_find_symbol_file): Use it.
3844
232b8704
ME
38452012-06-11 Michael Eager <eager@eagercon.com>
3846
3847 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3848 * mips-linux-tdep.h (mips_signals): New
3849
e81a37f7
TT
38502012-06-11 Tom Tromey <tromey@redhat.com>
3851
3852 * infrun.c (handle_inferior_event)
3853 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3854 breakpoint.
3855 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3856 exception logic in all cases. Update comments.
3857 (insert_longjmp_resume_breakpoint): Set the exception resume
3858 breakpoint.
3859
2e81047f
MR
38602012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
3861
3862 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3863
4e32eda7
SCR
38642012-06-09 Siva Chandra Reddy <sivachandra@google.com>
3865
3866 * valarith.c (binop_types_user_defined_p): Fix a typo.
3867
18648a37 38682012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 3869 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
3870
3871 * arch-utils.c (default_return_in_first_hidden_param_p): New.
3872 * arch-utils.h: Declare.
3873 * gdbarch.sh: Add return_in_first_hidden_param_p.
3874 * gdbarch.c, gdbarch.h: Regenerated.
3875 * infcall.c (call_function_by_hand): Call
3876 gdbarch_return_in_first_hidden_param_p instead of
3877 language_pass_by_reference.
3878
3879 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3880 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3881 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3882 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3883 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3884 `cplus_return_struct_by_reference'.
3885 (tic6x_return_value): Handle language cplusplus.
3886 (tic6x_return_in_first_hidden_param_p): New.
3887 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3888
034e5797
DE
38892012-06-07 Doug Evans <dje@google.com>
3890
3891 * dwarf2read.c (dwarf2_cu): Add comment.
3892
6a00aa1e
MR
38932012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3894
3895 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3896 variable.
3897 (mips_eabi_push_dummy_call): Likewise.
3898 (mips_n32n64_push_dummy_call): Likewise.
3899 (mips_o32_push_dummy_call): Likewise.
3900 (mips_o64_push_dummy_call): Likewise.
3901
eaa05d59
MR
39022012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3903
3904 * mips-tdep.c (mips_convert_register_p): Correct coding style.
3905
de13fcf2
MR
39062012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3907
3908 * mips-tdep.c (mips_pseudo_register_type): Use
3909 mips_float_register_p.
3910
c3a01a22
PA
39112012-06-06 Pedro Alves <palves@redhat.com>
3912
3913 * infrun.c (handle_inferior_event): Remove calls to
3914 reinit_frame_cache that follow a context_switch call.
3915
d25f45d9
PA
39162012-06-06 Pedro Alves <palves@redhat.com>
3917
3918 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3919 context_switch and remove stale comment.
3920
359f5fe6
PA
39212012-06-06 Pedro Alves <palves@redhat.com>
3922
3923 * infrun.c (struct execution_control_state): Remove
3924 `new_thread_event' field.
3925 (handle_inferior_event): Simplify new threads handling; don't
3926 resume the inferior if we find a new thread.
3927
2d4c29c5
TS
39282012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3929
3930 * NEWS: Document the deprecation of SH's 'regs' command.
3931 * inferior.h (all_registers_info): Add function declaration.
3932 * sh-tdep.c (sh_show_regs): Remove variable.
3933 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3934 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3935 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3936 (sh_show_regs_command): Remove functions.
3937 (sh_gdbarch_init): Don't set sh_show_regs.
3938 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3939 'info all-registers'.
3940 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3941 (sh64_show_regs): Remove functions.
3942 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3943
f5f1cdb6
JK
39442012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * configure.ac: Move development=true below AC_INIT.
3947 * configure: Regenerate.
3948
bf6309af
SS
39492012-06-05 Stan Shebs <stan@codesourcery.com>
3950
3951 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3952 gdb_stdout.
3953
45aa4659
JK
39542012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
3955
3956 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3957 argument as ssize_t.
3958 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3959 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3960 * target.c (target_read_stack, target_write_memory)
3961 (target_write_raw_memory): Likewise.
3962 * target.h (target_read_stack, target_write_memory)
3963 (target_write_raw_memory): Likewise.
3964
1b162304
JK
39652012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 * symfile-mem.c: Change gdb_static_assert to ssize_t.
3968 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3969 * target.c (target_read_memory): Change LEN to ssize_t.
3970 * target.h (target_read_memory): Change LEN to ssize_t.
3971
8556afb4
PA
39722012-06-05 Pedro Alves <palves@redhat.com>
3973
3974 PR backtrace/13866
3975
3976 * breakpoint.c (until_break_command): Only fetch the selected
3977 frame after decode_line_1.
3978
fb139f32
PA
39792012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3980
3981 * solib-svr4.c (enable_break): Don't fallback to setting the solib
3982 event breakpoint at _start, __start or main if a program
3983 interpreter is not found.
3984
a8e1bb34
JB
39852012-06-05 Joel Brobecker <brobecker@adacore.com>
3986
3987 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3988 Add declaration.
3989 * windows-tdep.c: #include "objfiles.h".
3990 (windows_iterate_over_objfiles_in_search_order): New function.
3991 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3992 iterate_over_objfiles_in_search_order gdbarch method to
3993 windows_iterate_over_objfiles_in_search_order.
3994 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3995
19630284
JB
39962012-06-05 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdbarch.sh: Add generation of
3999 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4000 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4001 (iterate_over_objfiles_in_search_order): New gdbarch method.
4002 * gdbarch.h, gdbarch.c: Regenerate.
4003 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4004 Add declaration.
4005 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4006 New function.
4007 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4008 out of lookup_symbol_aux_symtabs.
4009 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4010 call to lookup_symbol_aux_objfile.
4011 (struct global_sym_lookup_data): New type.
4012 (lookup_symbol_global_iterator_cb): New function.
4013 (lookup_symbol_global): Search for symbol using
4014 gdbarch_iterate_over_objfiles_in_search_order and
4015 lookup_symbol_global_iterator_cb.
4016 * findvar.c (struct minsym_lookup_data): New type.
4017 (minsym_lookup_iterator_cb): New function.
4018 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4019 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4020 and minsym_lookup_iterator_cb.
4021
67ff19f7
JB
40222012-06-05 Joel Brobecker <brobecker@adacore.com>
4023
4024 Revert the following patch:
4025 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4026 try locating the symbol in the symbol's own objfile first, before
4027 extending the search to all objfiles.
4028 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4029 out of lookup_symbol_aux_symtabs.
4030 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4031 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4032 Do not search EXCLUDE_OBJFILE.
4033 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4034 (lookup_symbol_global): Search for matches in the block's objfile
4035 first, before searching all other objfiles.
4036
ccab2054
JB
40372012-06-05 Joel Brobecker <brobecker@adacore.com>
4038
4039 * breakpoint.c (find_condition_and_thread): Stop parsing
4040 as soon as the first invalid keyword is found.
4041
e23d4a9c
JB
40422012-06-05 Joel Brobecker <brobecker@adacore.com>
4043
4044 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4045
70160166
JB
40462012-06-05 Joel Brobecker <brobecker@adacore.com>
4047
4048 * config/djgpp/djcheck.sh: Add copyright header.
4049
399501a5
JB
40502012-06-05 Joel Brobecker <brobecker@adacore.com>
4051
4052 * copyright.py (update_files, main): Fix path to update-copyright
4053 script.
4054
3770a159
JB
40552012-06-05 Joel Brobecker <brobecker@adacore.com>
4056
4057 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4058 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4059 for which a reminder to update by hand is printed.
4060
4aad0dfc
DE
40612012-06-04 Doug Evans <dje@google.com>
4062
4063 * buildsym.c (make_blockvector): Add comment.
4064
1f8cf220
PA
40652012-06-04 Pedro Alves <palves@redhat.com>
4066
4067 * arch-utils.c (default_gdb_signal_from_target): Delete.
4068 * arch-utils.h (default_gdb_signal_from_target): Delete.
4069 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4070 gdbarch_gdb_signal_from_target_p.
4071 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4072 predicate).
4073 * gdbarch.h: Regenerate.
4074 * gdbarch.c: Regenerate.
4075
86b49880
PA
40762012-06-04 Pedro Alves <palves@redhat.com>
4077
4078 * gdbarch.sh (gdb_signal_from_target): Mention that the
4079 implementation of the method must be host independent.
4080 * gdbarch.h: Regenerate.
4081
fe78531d
JK
40822012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4085 parameters.
4086 (target_read_memory_bfd): New function.
4087 (symbol_file_add_from_memory): Use it.
4088
d790cf0a
DE
40892012-06-03 Doug Evans <dje@google.com>
4090
78e5175a
DE
4091 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4092 of primary symtab.
4093 (basic_lookup_transparent_type): Ditto.
4094
d790cf0a
DE
4095 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4096 (ALL_PRIMARY_SYMTABS): Use it.
4097 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4098 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4099 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4100 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4101 (basic_lookup_transparent_type): Ditto.
4102
c6e5ee5e
SDJ
41032012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4104
4105 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4106 it to optimize resolution of demangled name.
4107
a68ffae9
JK
41082012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 * configure.ac (development): Define new variable.
4111 Call AC_CHECK_LIB for mcheck if $development.
4112 (ERROR_ON_WARNING): Enable it by default only if $development.
4113 * config.in: Regenerate.
4114 * configure: Regenerate.
4115
5299c1c4
JK
41162012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4117
4118 * target.c (target_read_memory): Make LEN argument as size_t.
4119 * target.h (target_read_memory): Likewise.
4120
41212012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
4122
4123 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4124
0c56f59b
EBM
41252012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4126
4127 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4128 BookE interface for PowerPC server processors if not available
4129 in the Linux Kernel.
4130
71bdabee
KS
41312012-05-31 Keith Seitz <keiths@redhat.com>
4132
4133 * linespec.c (decode_objc): Add cleanup to free
4134 INFO.FILE_SYMTABS.
4135 (find_linespec_symbols): Add cleanup to free CLASSES.
4136 * symfile.c (find_separate_debug_file_by_debuglink): Add
4137 cleanup to free DEBUGLINK.
4138 * ui-out.c (clear_header_list): No need to check if
4139 HEADER_NEXT.COLHDR is NULL.
4140 Free HEADER_NEXT.COL_NAME.
4141
acbd605d
MGD
41422012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4143
4144 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4145 warning.
4146
65662cde
PA
41472012-05-30 Jeff Kenton <jkenton@tilera.com>
4148
4149 * configure.host (gdb_host_cpu): Handle tilegx*.
4150 (gdb_host): Handle tilegx-*-linux*.
4151 * tilegx-linux-nat.c: New file.
4152 * config/tilegx/linux.mh: New file.
4153
ade64f0e
PA
41542012-05-30 Jeff Kenton <jkenton@tilera.com>
4155
4156 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4157 tilegx-linux-tdep.o.
4158 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4159 tilegx-linux-tdep.c.
4160 * configure.tgt: Handle tilegx-*-linux*.
4161 * tilegx-tdep.h: New file.
4162 * tilegx-tdep.c: New file.
4163 * tilegx-linux-tdep.c: New file.
4164 * regformats/reg-tilegx.dat: New file.
4165
bb08bdbd
EBM
41662012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4167
4168 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4169 accounting of hw watchpoints on ppc.
4170
ebd86fb5
TJB
41712012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4172
4173 * source.c (openp): Expand tilde in path entries.
4174
0a0edcd5
DE
41752012-05-29 Doug Evans <dje@google.com>
4176
98cc87bd
DE
4177 * buildsym.c (block_compar): Fix comment.
4178 (end_symtab): Fix and clarify some comments.
4179
0a0edcd5
DE
4180 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4181 cleanup_undefined_types.
4182 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4183 All callers updated.
4184
6f0c7050
TT
41852012-05-29 Tom Tromey <tromey@redhat.com>
4186
4187 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4188 fails.
4189 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4190 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4191 fails.
4192 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4193 fails.
4194
ec95993c
TG
41952012-05-29 Tristan Gingold <gingold@adacore.com>
4196
4197 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4198 (struct darwin_info): ... New struct.
4199 (solib_darwin_pspace_data): New variable.
4200 (darwin_pspace_data_cleanup): New function.
4201 (get_darwin_info): Likewise.
4202 (darwin_dyld_version_ok, darwin_load_image_infos)
4203 (darwin_solib_get_all_image_info_addr_at_init)
4204 (darwin_solib_read_all_image_info_addr): Add info argument.
4205 Adjust code.
4206 (darwin_current_sos): Use per pspace structure.
4207 (darwin_solib_create_inferior_hook): Likewise.
4208 (darwin_clear_solib): Likewise.
4209 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4210
ae25568b
PA
42112012-05-28 Pedro Alves <palves@redhat.com>
4212
4213 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4214 block that uses them. Clear ecss before handling each event.
4215
0c5bf5a9
JK
42162012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4217
4218 * solib-svr4.c (svr4_current_sos): New comment on
4219 svr4_current_sos_via_xfer_libraries fall back.
4220
bfb05775
JK
42212012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4224 it as a fallback for TYPE_IS_OPAQUE.
4225 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4226 symbols for lookup_symbol.
4227
685b1105
JK
42282012-05-24 John Steele Scott <toojays@toojays.net>
4229
4230 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4231 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4232 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4233 (check_producer): ... this new function, which also checks for ICC
4234 and caches the result.
4235 (producer_is_icc): New function.
4236 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4237 producer was ICC.
4238
22203bbf
PA
42392012-05-24 Pedro Alves <palves@redhat.com>
4240
4241 PR gdb/7205
4242
4243 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4244 (default_gdb_signal_to_target): ... this. Add comment.
4245 (default_gdb_signal_from_host): Rename to ...
4246 (default_gdb_signal_from_target): ... this. Add comment.
4247 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4248 (default_gdb_signal_to_target): ... this.
4249 (default_gdb_signal_from_host): Rename to ...
4250 (default_gdb_signal_from_target): ... this.
4251 * corelow.c (core_open): Adjust to naming change. Replace comment.
4252 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4253 (gdb_signal_from_target): ... this. Adjust to
4254 default_gdb_signal_from_host naming change. Extend comment.
4255 (gdb_signal_to_host): Rename to ...
4256 (gdb_signal_to_target): ... this. Adjust to
4257 default_gdb_signal_to_host naming change.
4258 * gdbarch.h, gdbarch.c: Renegerate.
4259
a493e3e2
PA
42602012-05-24 Pedro Alves <palves@redhat.com>
4261
4262 PR gdb/7205
4263
f782ad9b 4264 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4265
2ea28649
PA
42662012-05-24 Pedro Alves <palves@redhat.com>
4267
4268 PR gdb/7205
4269
4270 Replace target_signal with gdb_signal throughout.
4271
b09846a9
PA
42722012-05-24 Pedro Alves <palves@redhat.com>
4273
4274 PR tui/14159
4275
4276 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4277 string, instead of reusing the va_list argument.
4278
e77c107e
TT
42792012-05-24 Tom Tromey <tromey@redhat.com>
4280
4281 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4282 Remove.
4283
9fccedf7
DE
42842012-05-23 Doug Evans <dje@google.com>
4285
d50bd42b
DE
4286 * symtab.c (search_symbols): Formatting fixes.
4287 (print_symbol_info): Formatting fixes.
4288
9fccedf7
DE
4289 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4290 int64_t change to leb128 API.
4291 (read_encoded_value, decode_frame_entry_1): Ditto.
4292 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4293 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4294 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4295 (execute_stack_op): Ditto.
4296 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4297 (safe_read_uleb128, safe_read_sleb128): Ditto.
4298 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4299 (dwarf2_compile_expr_to_ax): Ditto.
4300 (locexpr_describe_location_piece): Ditto.
4301 (disassemble_dwarf_expression): Ditto.
4302 (locexpr_describe_location_1): Ditto.
4303
f3e0e960
SS
43042012-05-23 Stan Shebs <stan@codesourcery.com>
4305 Kwok Cheung Yeung <kcy@codesourcery.com>
4306
4307 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4308 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4309 (mi-cmd-info.o): New rule.
4310 * osdata.h (info_osdata_command): New declaration.
4311 * osdata.c (info_osdata_command): Change to non-static.
4312 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4313 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4314 * mi/mi-cmd-info.c: New file.
4315
c51fe631
DE
43162012-05-23 Doug Evans <dje@google.com>
4317
71cddcc1
DE
4318 * symtab.c (search_symbols): Pass NULL for file_matcher to
4319 expand_symtabs_matching if there are no files to match.
4320
c51fe631
DE
4321 * gdbtypes.c (lookup_typename): Simplify.
4322
a79378d4
PA
43232012-05-23 Pedro Alves <palves@redhat.com>
4324
4325 * arch-utils.h (default_target_signal_to_host): Delete.
4326 * arch-utils.c (default_target_signal_to_host): Delete.
4327 * gdbarch.sh (target_signal_to_host): Remove.
4328 * gdbarch.h, gdbarch.c: Regenerate.
4329
f664829e
DE
43302012-05-22 Doug Evans <dje@google.com>
4331
4332 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4333 "const gdb_byte *".
4334 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4335 (execute_cfa_program): Update to match API of leb128 functions.
4336 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4337 "const gdb_byte *".
4338 (read_unsigned_leb128, read_signed_leb128): Delete.
4339 (read_initial_length): Change type of buf argument to
4340 "const gdb_byte *".
4341 (read_encoded_value): Update to match API of leb128 functions.
4342 (decode_frame_entry): Change result to "const gdb_byte *", and
4343 similarly for "start" parameter.
4344 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4345 (dwarf2_build_frame_info): Change local frame_ptr to
4346 "const gdb_byte *".
4347 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4348 read_uleb128, read_sleb128. All callers updated.
4349 (safe_skip_leb128): New function.
4350 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4351 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4352 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4353 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4354 read_uleb128, read_sleb128.
4355 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4356 (execute_stack_op): Update to match API of leb128 functions.
4357 * dwarf2expr.h: #include "leb128.h".
4358 (read_uleb128, read_sleb128): Delete.
4359 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4360 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4361 * dwarf2loc.c (debug_loc_kind): New enum.
4362 (decode_debug_loc_addresses): New function.
4363 (decode_debug_loc_dwo_addresses): New function.
4364 (dwarf2_find_location_expression): Rewrite.
4365 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4366 (locexpr_describe_location_piece): Ditto.
4367 (disassemble_dwarf_expression): Ditto.
4368 (locexpr_describe_location_1): Ditto.
4369 (loclist_describe_location): Rewrite.
4370 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4371 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4372 (dwarf2_section_buffer_overflow_complaint): Renamed from
4373 dwarf2_macros_too_long_complaint. All callers updated.
4374 (skip_leb128): Delete.
4375 (init_cu_die_reader): Initialize reader->buffer_end.
4376 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4377 (skip_form_bytes): New arg buffer_end. All callers updated.
4378 Replace call to skip_leb128 with gdb_skip_leb128.
4379 (skip_unknown_opcode): New arg mac_end. All callers updated.
4380 (fill_in_loclist_baton): Initialize baton->from_dwo.
4381
837a1b32
MR
43822012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4383
4384 * mips-linux-nat.c (mips_linux_read_description): Use a more
4385 verbose error message.
4386
d0e64392
MR
43872012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4388
4389 * NEWS: Add MIPS/Linux DSP support.
4390 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4391 (SIGCONTEXT_DSPCTL): New macro.
4392 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4393 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4394 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4395 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4396 (N64_SIGCONTEXT_HI3): Likewise.
4397 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4398 (N64_SIGCONTEXT_LO3): Likewise.
4399 (N64_SIGCONTEXT_DSPCTL): Likewise.
4400 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4401 (mips_linux_o32_sigframe_init): Handle DSP registers.
4402 (mips_linux_n32n64_sigframe_init): Likewise.
4403
8bea7ed1
PM
44042012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4405
4406 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4407 call to abort.
4408
dab06dbe
PA
44092012-05-22 Pedro Alves <palves@redhat.com>
4410
4411 * target.h (store_waitstatus): Move declaration ...
4412 * inf-child.h (store_waitstatus): ... here.
4413 * target.c: Move inclusion of gdb_wait.h, and ...
4414 (store_waitstatus): ... this ...
4415 * inf-child.c: ... here.
4416 * linux-nat.c: Include inf-child.h.
4417 * rs6000-nat.c: Include inf-child.h.
4418 * spu-linux-nat.c: Include inf-child.h.
4419
43011e52
PM
44202012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
4421
4422 * tracepoint.c (start_tracing): Add missing i18n markup.
4423 (stop_tracing, set_trace_user): Ditto.
4424 (set_trace_notes, set_trace_stop_notes): Ditto.
4425
b1af9e97
TT
44262012-05-21 Tom Tromey <tromey@redhat.com>
4427
4428 PR c++/7173:
4429 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4430 types.
4431 * value.h (value_cast_pointers): Update.
4432 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4433 (value_cast): Update.
4434 (update_search_result): New function.
4435 (do_search_struct_field): New, from search_struct_field. Check
4436 for ambiguous results.
4437 (search_struct_field): Rewrite.
4438 * infcall.c (value_arg_coerce): Update.
4439 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4440 value_cast_pointers.
4441 * ada-lang.c (ada_convert_actual): Update.
4442
e9e5e6b3
TT
44432012-05-21 Tom Tromey <tromey@redhat.com>
4444
4445 * macroexp.c (macro_stringify): Terminate the string.
4446
1564a261
JK
44472012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4450 Describe it.
4451 * auto-load.c (auto_load_expand_dir_vars): New function.
4452 (auto_load_safe_path_vec_update): Use it, remove the
4453 substitute_path_component call thanks to it.
4454 (auto_load_objfile_script): Remove the debug_file_directory processing.
4455 Use auto_load_expand_dir_vars, remove the substitute_path_component
4456 call thanks to it.
4457 * configure: Regenerate.
4458 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4459 path. Escape $ also for $debugdir.
4460 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4461 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4462
a3ec0bb1
DE
44632012-05-20 Doug Evans <dje@google.com>
4464
4465 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4466 before use. Check for symtab->includes == NULL before scanning it.
4467
d467df4e
MR
44682012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4469
4470 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4471
4cc0665f
MR
44722012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4473
4474 * NEWS: Add microMIPS support and "set mips compression",
4475 "show mips compression" commands.
4476 * mips-tdep.h (mips_isa): New enum.
4477 (gdbarch_tdep): Add mips_isa.
4478 (mips_pc_is_mips16): Update prototype.
4479 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4480 * mips-tdep.c (mips_compression_mips16): New variable.
4481 (mips_compression_micromips): Likewise.
4482 (mips_compression_strings): Likewise.
4483 (mips_compression_string): Likewise.
4484 (is_mips16_isa, is_micromips_isa): New functions.
4485 (is_mips16_addr): Rename to...
4486 (is_compact_addr): ... this.
4487 (unmake_mips16_addr): Likewise to...
4488 (unmake_compact_addr): ... this.
4489 (make_mips16_addr): Likewise to...
4490 (make_compact_addr): ... this.
4491 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4492 functions.
4493 (mips_elf_make_msymbol_special): Handle microMIPS code.
4494 (msymbol_is_special): Rename to...
4495 (msymbol_is_mips16): ... this.
4496 (mips_make_symbol_special, mips_pc_is_mips16): Update
4497 accordingly.
4498 (msymbol_is_mips, msymbol_is_micromips): New functions.
4499 (mips16_to_32_reg): Rename to...
4500 (mips_reg3_to_reg): ... this.
4501 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4502 (mips_pc_isa): Likewise.
4503 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4504 code.
4505 (mips_fetch_instruction): Pass return status instead of printing
4506 an error message if requested. Handle microMIPS code. Bail out
4507 on an invalid ISA.
4508 (micromips_op): New macro.
4509 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4510 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4511 (b6s4_op, b7s3_reg): Likewise.
4512 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4513 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4514 (mips_insn_size): New function.
4515 (mips32_next_pc): Update mips_fetch_instruction call.
4516 (micromips_relative_offset7): New function.
4517 (micromips_relative_offset10): Likewise.
4518 (micromips_relative_offset16): Likewise.
4519 (micromips_pc_insn_size): Likewise.
4520 (micromips_bc1_pc): Likewise.
4521 (micromips_next_pc): Likewise.
4522 (unpack_mips16): Update mips_fetch_instruction call.
4523 (extended_mips16_next_pc): Update according to change to
4524 mips16_to_32_reg.
4525 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4526 code.
4527 (mips16_scan_prologue): Update mips_fetch_instruction call.
4528 Update according to change to mips16_to_32_reg.
4529 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4530 (mips_insn16_frame_base_sniffer): Likewise.
4531 (micromips_decode_imm9): New function.
4532 (micromips_scan_prologue): Likewise.
4533 (mips_micro_frame_cache): Likewise.
4534 (mips_micro_frame_this_id): Likewise.
4535 (mips_micro_frame_prev_register): Likewise.
4536 (mips_micro_frame_sniffer): Likewise.
4537 (mips_micro_frame_unwind): New variable.
4538 (mips_micro_frame_base_address): New function.
4539 (mips_micro_frame_base): New variable.
4540 (mips_micro_frame_base_sniffer): New function.
4541 (mips32_scan_prologue): Update mips_fetch_instruction call.
4542 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4543 rather than for MIPS16.
4544 (mips_insn32_frame_base_sniffer): Likewise.
4545 (mips_addr_bits_remove): Handle microMIPS code.
4546 (deal_with_atomic_sequence): Rename to...
4547 (mips_deal_with_atomic_sequence): ... this. Update the type
4548 of the variable used to hold an instruction. Remove the ISA bit
4549 check. Update mips_fetch_instruction call.
4550 (micromips_deal_with_atomic_sequence): New function.
4551 (deal_with_atomic_sequence): Likewise.
4552 (mips_about_to_return): Handle microMIPS code. Update
4553 mips_fetch_instruction call.
4554 (heuristic_proc_start): Check for the standard MIPS ISA rather
4555 than for MIPS16. Update mips_pc_is_mips16 and
4556 mips_fetch_instruction calls. Handle microMIPS code.
4557 (mips_push_dummy_code): Handle microMIPS code.
4558 (mips_eabi_push_dummy_call): Likewise.
4559 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4560 (mips_o64_push_dummy_call): Handle microMIPS code.
4561 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4562 (is_delayed): Remove function.
4563 (mips_single_step_through_delay): Replace the call to is_delayed
4564 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4565 Handle microMIPS code.
4566 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4567 microMIPS code.
4568 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4569 call.
4570 (micromips_in_function_epilogue_p): New function.
4571 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4572 call.
4573 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4574 Handle microMIPS.
4575 (gdb_print_insn_mips): Likewise.
4576 (mips_breakpoint_from_pc): Likewise.
4577 (mips_remote_breakpoint_from_pc): New function.
4578 (mips32_instruction_has_delay_slot): Simplify making use of the
4579 updated mips_fetch_instruction interface.
4580 (micromips_instruction_has_delay_slot): New function.
4581 (mips16_instruction_has_delay_slot): Simplify making use of the
4582 updated mips_fetch_instruction interface.
4583 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4584 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4585 calls. Handle microMIPS code.
4586 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4587 (mips_skip_trampoline_code): Handle microMIPS code.
4588 (global_mips_compression): New function.
4589 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4590 file flags. Register the microMIPS remote breakpoint handler
4591 and heuristic frame unwinder.
4592 (show_mips_compression): New function.
4593 (_initialize_mips_tdep): Add the "set mips compression" and
4594 "show mips compression" commands.
4595
22e048c9
SDJ
45962012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
4597
4598 * ada-lang.c:
4599 * ada-tasks.c:
4600 * ada-varobj.c:
4601 * amd64-darwin-tdep.c:
4602 * arm-symbian-tdep.c:
4603 * arm-tdep.c:
4604 * avr-tdep.c:
4605 * ax-gdb.c:
4606 * bfin-linux-tdep.c:
4607 * breakpoint.c:
4608 * c-valprint.c:
4609 * cli/cli-cmds.c:
4610 * coffread.c:
4611 * cp-support.c:
4612 * cris-tdep.c:
4613 * dwarf2-frame-tailcall.c:
4614 * dwarf2-frame.c:
4615 * dwarf2expr.c:
4616 * dwarf2loc.c:
4617 * dwarf2read.c:
4618 * elfread.c:
4619 * eval.c:
4620 * expprint.c:
4621 * f-valprint.c:
4622 * frv-tdep.c:
4623 * h8300-tdep.c:
4624 * hppa-hpux-tdep.c:
4625 * hppa-tdep.c:
4626 * hppanbsd-tdep.c:
4627 * i386-nto-tdep.c:
4628 * i386-tdep.c:
4629 * i387-tdep.c:
4630 * ia64-tdep.c:
4631 * jit.c:
4632 * linespec.c:
4633 * linux-tdep.c:
4634 * lm32-tdep.c:
4635 * m2-valprint.c:
4636 * m32c-tdep.c:
4637 * m32r-rom.c:
4638 * m32r-tdep.c:
4639 * m68k-tdep.c:
4640 * m68klinux-tdep.c:
4641 * mi/mi-main.c:
4642 * microblaze-tdep.c:
4643 * mips-linux-tdep.c:
4644 * mips-tdep.c:
4645 * mn10300-tdep.c:
4646 * p-valprint.c:
4647 * parse.c:
4648 * ppc-linux-tdep.c:
4649 * ppc-sysv-tdep.c:
4650 * printcmd.c:
4651 * python/py-finishbreakpoint.c:
4652 * python/py-inferior.c:
4653 * python/py-infthread.c:
4654 * python/py-type.c:
4655 * python/python.c:
4656 * remote-fileio.c:
4657 * remote-m32r-sdi.c:
4658 * remote-mips.c:
4659 * reverse.c:
4660 * rl78-tdep.c:
4661 * rs6000-aix-tdep.c:
4662 * rs6000-tdep.c:
4663 * s390-tdep.c:
4664 * score-tdep.c:
4665 * sh64-tdep.c:
4666 * skip.c:
4667 * solib-darwin.c:
4668 * solib-dsbt.c:
4669 * solib-frv.c:
4670 * sparc-tdep.c:
4671 * spu-multiarch.c:
4672 * spu-tdep.c:
4673 * stack.c:
4674 * symfile.c:
4675 * symtab.c:
4676 * tic6x-tdep.c:
4677 * tracepoint.c:
4678 * v850-tdep.c:
4679 * valarith.c:
4680 * valprint.c:
4681 * value.c:
4682 * xcoffread.c:
4683 * xtensa-tdep.c:
4684 * ada-lang.c:
4685 * ada-tasks.c:
4686 * ada-varobj.c:
4687 * amd64-darwin-tdep.c:
4688 * arm-symbian-tdep.c:
4689 * arm-tdep.c: Delete unused variables.
4690
aff139ff
JK
46912012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 Rename $ddir to $datadir.
4694 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4695 * auto-load.c (auto_load_safe_path_vec_update)
4696 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4697 * configure: Regenerate.
4698 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4699 Likewise. Remove the 'use $ddir' help string.
4700
f7bfa992
JK
47012012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4702
4703 * auto-load.c (show_auto_load_safe_path): Accept any combination of
4704 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4705
9cb709b6
TT
47062012-05-18 Tom Tromey <tromey@redhat.com>
4707
4708 PR exp/13907:
4709 * valprint.h (struct value_print_options) <symbol_print>: New
4710 field.
4711 * valprint.c (user_print_options): Add default for symbol_print.
4712 (show_symbol_print): New function.
4713 (generic_val_print): Respect symbol_print.
4714 (_initialize_valprint): Add "print symbol" setting.
4715 * f-valprint.c (f_val_print): Respect symbol_print.
4716 * c-valprint.c (c_val_print): Respect symbol_print.
4717 * NEWS: Update.
4718 * printcmd.c (print_address_symbolic): Return int. Ignore some
4719 zero-size symbols.
4720 (print_address_demangle): Return int.
4721 * defs.h: (print_address_symbolic): Return int.
4722 * value.h (print_address_demangle): Return int.
4723
b012acdd
TT
47242012-05-18 Tom Tromey <tromey@redhat.com>
4725
4726 * valprint.c (val_print_string): Don't print leading space.
4727 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4728 print space before string or vtbl.
4729 * m2-valprint.c (print_unpacked_pointer): Optionally print space
4730 before string.
4731 * jv-valprint.c (java_value_print): Print space before string.
4732 * go-valprint.c (print_go_string): Print space before string.
4733 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4734 space before string.
4735 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4736 space before string or vtbl.
4737 * auxv.c (fprint_target_auxv): Print space after address.
4738
1d51a733
TT
47392012-05-18 Tom Tromey <tromey@redhat.com>
4740
4741 * printcmd.c (print_address_demangle): Remove special case for 0.
4742
edf0c1b7
TT
47432012-05-18 Tom Tromey <tromey@redhat.com>
4744
4745 * printcmd.c (print_address_demangle): Add 'opts' argument.
4746 * p-valprint.c (pascal_val_print): Update.
4747 * jv-valprint.c (java_val_print): Update.
4748 * value.h: Update.
4749 * valprint.c (generic_val_print): Update.
4750 (print_function_pointer_address): Add 'options' argument. Remove
4751 'addressprint' argument. Update.
4752 * m2-valprint.c (print_unpacked_pointer): Update.
4753 * gnu-v3-abi.c (print_one_vtable): Update.
4754 (gnuv3_print_method_ptr): Update.
4755 * f-valprint.c (f_val_print): Update.
4756 * cp-valprint.c (cp_print_value_fields): Update.
4757 * valprint.h (print_function_pointer_address): Update.
4758 * c-valprint.c (c_val_print): Update.
4759
9703b513
TT
47602012-05-18 Tom Tromey <tromey@redhat.com>
4761
4762 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4763 directly corresponding to the found psymtab.
4764 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4765 (dw2_find_pc_sect_symtab): Use it.
4766 * block.h (blockvector_contains_pc): Declare.
4767 * block.c (find_block_in_blockvector): New function.
4768 (blockvector_for_pc_sect): Use it.
4769 (blockvector_contains_pc): New function.
4770
5a439849
MR
47712012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4772
4773 * mips-tdep.h (mips_write_pc): New prototype.
4774 * mips-tdep.c (mips_write_pc): Make external, add description.
4775 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4776 add description.
4777
8376de04
MR
47782012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
4779
4780 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4781 mips_regnum->pc.
4782 (mips_unwind_pc, mips_write_pc): Likewise.
4783 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4784 gdbarch_read_pc.
4785
d3581e61
JB
47862012-05-17 Joel Brobecker <brobecker@adacore.com>
4787
4788 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4789 proc_warn, proc_error, proc_get_status, proc_flags,
4790 proc_why, proc_what, proc_nsysarg, proc_sysargs,
4791 proc_set_run_on_last_close, proc_unset_run_on_last_close,
4792 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4793 proc_stop_process, proc_wait_for_stop, proc_run_process,
4794 proc_set_traced_signals, proc_set_traced_faults,
4795 proc_set_traced_sysentry, proc_set_traced_sysexit,
4796 proc_set_held_signals, proc_get_held_signals,
4797 proc_get_traced_signals, proc_get_traced_faults,
4798 proc_get_traced_sysentry, proc_get_traced_sysexit,
4799 proc_clear_current_fault, proc_set_current_signal,
4800 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4801 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4802 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4803 proc_get_current_thread, proc_get_current_thread,
4804 proc_get_current_thread, proc_update_threads,
4805 proc_update_threads, proc_update_threads, proc_update_threads,
4806 proc_iterate_over_threads, procfs_find_new_threads,
4807 procfs_pid_to_str): Make static. Remove advance declaration.
4808 (proc_cursig): Make static. Conditionalized defintion on
4809 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4810 (proc_syscall, proc_set_kill_on_last_close,
4811 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4812 proc_get_pending_signals, proc_get_signal_actions,
4813 proc_trace_signal, proc_ignore_signal): Delete.
4814
81b9b86e
SDJ
48152012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
4816
4817 * coffread.c (cs_section_address): Passing proper argument for
4818 `bfd_get_section_vma'.
4819 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4820 `bfd_get_section_flags'.
4821 * remote.c (remote_trace_set_readonly_regions): Likewise, for
4822 `bfd_get_section_vma'.
4823
abc9d0dc
TT
48242012-05-16 Tom Tromey <tromey@redhat.com>
4825
4826 PR macros/13205:
4827 * macrotab.h: (macro_define_special): Declare.
4828 (enum macro_special_kind): New.
4829 (struct macro_definition) <argc, replacement>: Update comments.
4830 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4831 (macro_define_object_internal): New function.
4832 (macro_define_object): Use it.
4833 (macro_define_special): New function.
4834 (fixup_definition): New function.
4835 (macro_lookup_definition, foreach_macro_in_scope)
4836 (foreach_macro): Use fixup_definition.
4837 * macroexp.h (macro_stringify): Declare.
4838 * macroexp.c (free_buffer_return_text): New function.
4839 (stringify): Constify "arg".
4840 (macro_stringify): New function.
4841 * dwarf2read.c (macro_start_file): Call macro_define_special.
4842
6a3a010b 48432012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 4844 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
4845
4846 * breakpoint.h (bp_location): Add related_address member.
4847 * inferior.h (get_return_value): Take a pointer to struct value
4848 instead of struct type for the function requested.
4849 * value.h (using_struct_return): Likewise.
4850 * gdbarch.sh (return_value): Take a pointer to struct value
4851 instead of struct type for the function requested.
4852 * breakpoint.c (set_breakpoint_location_function): Initialize
4853 related_address for bp_gnu_ifunc_resolver breakpoints.
4854 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4855 requested function's address to gdbarch_return_value.
4856 * eval.c (evaluate_subexp_standard): Pass the requested
4857 function's address to using_struct_return.
4858 * infcall.c (call_function_by_hand): Pass the requested
4859 function's address to using_struct_return and
4860 gdbarch_return_value.
4861 * infcmd.c (get_return_value): Take a pointer to struct value
4862 instead of struct type for the function requested.
4863 (print_return_value): Update accordingly.
4864 (finish_command_continuation): Likewise.
4865 * stack.c (return_command): Pass the requested function's
4866 address to using_struct_return and gdbarch_return_value.
4867 * value.c (using_struct_return): Take a pointer to struct value
4868 instead of struct type for the function requested. Pass the
4869 requested function's address to gdbarch_return_value.
4870 * python/py-finishbreakpoint.c (finish_breakpoint_object):
4871 New function_value member, replacing function_type.
4872 (bpfinishpy_dealloc): Update accordingly.
4873 (bpfinishpy_pre_stop_hook): Likewise.
4874 (bpfinishpy_init): Likewise. Record the requested function's
4875 address.
4876 * mips-tdep.c (mips_fval_reg): New enum.
4877 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4878 words put in GP registers.
4879 (mips_o64_push_dummy_call): Update a comment.
4880 (mips_o32_return_value): Take a pointer to struct value instead
4881 of struct type for the function requested and use it to check if
4882 using the MIPS16 calling convention. Return the designated
4883 general purpose registers for floating-point values returned in
4884 MIPS16 mode.
4885 (mips_o64_return_value): Likewise.
4886 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4887 (ppc_sysv_abi_broken_return_value): Likewise.
4888 (ppc64_sysv_abi_return_value): Likewise.
4889 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4890 value instead of struct type for the function requested.
4891 * amd64-tdep.c (amd64_return_value): Likewise.
4892 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4893 * arm-tdep.c (arm_return_value): Likewise.
4894 * avr-tdep.c (avr_return_value): Likewise.
4895 * bfin-tdep.c (bfin_return_value): Likewise.
4896 * cris-tdep.c (cris_return_value): Likewise.
4897 * frv-tdep.c (frv_return_value): Likewise.
4898 * h8300-tdep.c (h8300_return_value): Likewise.
4899 (h8300h_return_value): Likewise.
4900 * hppa-tdep.c (hppa32_return_value): Likewise.
4901 (hppa64_return_value): Likewise.
4902 * i386-tdep.c (i386_return_value): Likewise.
4903 * ia64-tdep.c (ia64_return_value): Likewise.
4904 * iq2000-tdep.c (iq2000_return_value): Likewise.
4905 * lm32-tdep.c (lm32_return_value): Likewise.
4906 * m32c-tdep.c (m32c_return_value): Likewise.
4907 * m32r-tdep.c (m32r_return_value): Likewise.
4908 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4909 * m68k-tdep.c (m68k_return_value): Likewise.
4910 (m68k_svr4_return_value): Likewise.
4911 * m88k-tdep.c (m88k_return_value): Likewise.
4912 * mep-tdep.c (mep_return_value): Likewise.
4913 * microblaze-tdep.c (microblaze_return_value): Likewise.
4914 * mn10300-tdep.c (mn10300_return_value): Likewise.
4915 * moxie-tdep.c (moxie_return_value): Likewise.
4916 * mt-tdep.c (mt_return_value): Likewise.
4917 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4918 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4919 (ppc_sysv_abi_broken_return_value): Likewise.
4920 (ppc64_sysv_abi_return_value): Likewise.
4921 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4922 * rl78-tdep.c (rl78_return_value): Likewise.
4923 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4924 * rx-tdep.c (rx_return_value): Likewise.
4925 * s390-tdep.c (s390_return_value): Likewise.
4926 * score-tdep.c (score_return_value): Likewise.
4927 * sh-tdep.c (sh_return_value_nofpu): Likewise.
4928 (sh_return_value_fpu): Likewise.
4929 * sh64-tdep.c (sh64_return_value): Likewise.
4930 * sparc-tdep.c (sparc32_return_value): Likewise.
4931 * sparc64-tdep.c (sparc64_return_value): Likewise.
4932 * spu-tdep.c (spu_return_value): Likewise.
4933 * tic6x-tdep.c (tic6x_return_value): Likewise.
4934 * v850-tdep.c (v850_return_value): Likewise.
4935 * vax-tdep.c (vax_return_value): Likewise.
4936 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4937 * xtensa-tdep.c (xtensa_return_value): Likewise.
4938 * gdbarch.c: Regenerate.
4939 * gdbarch.h: Regenerate.
4940
29ca12b3
TT
49412012-05-15 Tom Tromey <tromey@redhat.com>
4942
4943 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4944
588ae58c
JB
49452012-05-15 Joel Brobecker <brobecker@adacore.com>
4946
4947 * breakpoint.c (init_breakpoint_sal): Add quotes around part
4948 of command in two error message.
4949
855a6e68
JB
49502012-05-15 Joel Brobecker <brobecker@adacore.com>
4951
4952 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4953
d634f2de
JB
49542012-05-15 Joel Brobecker <brobecker@adacore.com>
4955
4956 * breakpoint.c (find_condition_and_thread): Minor reformatting.
4957
9cc815f5
JK
49582012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 * NEWS (show auto-load scripts-directory): Add forgotten command.
4961
6a609e58
JK
49622012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4963
4964 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4965 parameters.
4966
ac1438b5
L
49672012-05-14 H.J. Lu <hongjiu.lu@intel.com>
4968
4969 * amd64-tdep.c: Include features/i386/x32.c and
4970 features/i386/x32-avx.c.
4971 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4972 initialize_tdesc_x32_avx.
4973
e7e0cddf
SS
49742012-05-14 Stan Shebs <stan@codesourcery.com>
4975
4976 Add dynamic printf.
4977 * breakpoint.h (enum bptype): New type bp_dprintf.
4978 (struct breakpoint): New field extra_string.
4979 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4980 (create_breakpoint): Add extra_string arg.
4981 * breakpoint.c (dprintf_breakpoint_ops): New.
4982 (is_breakpoint): Add bp_dprintf.
4983 (bpstat_what): Add dprintf case.
4984 (bptype_string): Ditto.
4985 (print_one_breakpoint_location): Ditto.
4986 (init_bp_location): Ditto.
4987 (bkpt_print_mention): Ditto.
4988 (dprintf_style_enums): New array.
4989 (dprintf_style): New global.
4990 (dprintf_function): New global.
4991 (dprintf_channel): New global.
4992 (update_dprintf_command_list): New function.
4993 (update_dprintf_commands): New function.
4994 (init_breakpoint_sal): Add extra_string argument, handle it.
4995 (create_breakpoint_sal): Add extra_string argument.
4996 (create_breakpoints_sal): Add extra_string argument, update callers.
4997 (find_condition_and_thread): Add extra argument.
4998 (create_breakpoint): Add extra_string argument, record it.
4999 (dprintf_command): New function.
5000 (break_command_1): Add arg to create_breakpoint call.
5001 (handle_gnu_v3_exceptions): Ditto.
5002 (trace_command): Ditto.
5003 (ftrace_command): Ditto.
5004 (strace_command): Ditto.
5005 (bkpt_print_mention): Add dprintf case.
5006 (create_breakpoint_sal_default): Add extra_string argument.
5007 (_initialize_breakpoint): Add new commands.
5008 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5009 * python/py-breakpoint.c (bppy_init): Ditto.
5010 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5011
8ae38c14
MR
50122012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5013
5014 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5015
9f676e66
SCR
50162012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5017
5018 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5019 unsigned long long.
5020
7efc75aa
SCR
50212012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5022
5023 Add a new function gdb.find_pc_line to the Python API.
5024 * NEWS (Python Scripting): Add entry about the new function.
5025 * python/python.c (gdbpy_find_pc_line): New function which
5026 implements gdb.find_pc_line.
5027 (GdbMethods): Add entry for the new function.
5028
70af3797
PA
50292012-05-12 Pedro Alves <palves@redhat.com>
5030
5031 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5032 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5033
06da564e
EZ
50342012-05-12 Eli Zaretskii <eliz@gnu.org>
5035
5036 * inferior.c: Include completer.h
5037 (initialize_inferiors): Set completer of add-inferior to
5038 filename_completer.
5039
0288cee2
L
50402012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5041
5042 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5043 gdbarch_ptr_bit for x32 core dump.
5044
f6537a2c
L
50452012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5046
5047 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5048 and features/i386/x32-avx-linux.c.
5049
85d4a676
SS
50502012-05-11 Stan Shebs <stan@codesourcery.com>
5051 Kwok Cheung Yeung <kcy@codesourcery.com>
5052
5053 * NEWS: Describe new info os commands.
5054 * common/linux-osdata.c (PID_T, TIME_T): Define.
5055 (MAX_PID_T_STRLEN): New.
5056 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5057 MAX_PID_T_STRLEN.
5058 (command_from_pid): Add comment. Change to use PID_T.
5059 (commandline_from_pid): Change to use PID_T.
5060 (user_from_pid): Add comment.
5061 (get_process_owner): Add comment. Change to use PID_T and
5062 MAX_PID_T_STRLEN.
5063 (get_number_of_cpu_cores): Add comment.
5064 (get_cores_used_by_process): Add comment. Change to use PID_T and
5065 MAX_PID_T_STRLEN.
5066 (linux_xfer_osdata_processes): Change to use PID_T and
5067 MAX_PID_T_STRLEN.
5068 (compare_processes): New function.
5069 (linux_xfer_osdata_processgroups): New function.
5070 (linux_xfer_osdata_threads): Change to use PID_T.
5071 (linux_xfer_osdata_fds): New function.
5072 (format_socket_state, print_sockets): New functions.
5073 (union socket_addr): New union.
5074 (linux_xfer_osdata_isockets): New function.
5075 (time_from_time_t, group_from_gid): New functions.
5076 (linux_xfer_osdata_shm): New function.
5077 (linux_xfer_osdata_sem): New function.
5078 (linux_xfer_osdata_msg): New function.
5079 (linux_xfer_osdata_modules): New function.
5080 (osdata_table): Add new entries.
5081 * common/buffer.c (buffer_xml_printf): Add support for long and
5082 long long format specifiers.
5083
f24afd6d
L
50842012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5085
5086 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5087 (tdesc_x32_avx_linux): Likewise.
5088
7349ff92
JK
50892012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5090
5091 Implement multi-component --with-auto-load-dir.
5092 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5093 entries.
5094 (--with-auto-load-safe-path): Update the default value description.
5095 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5096 New.
5097 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5098 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5099 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5100 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5101 "set auto-load scripts-directory".
5102 * config.in: Regenerate.
5103 * configure: Regenerate.
5104 * configure.ac (--with-auto-load-dir): New configure option.
5105 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5106
6dea1fbd
JK
51072012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Provide $ddir substitution for --with-auto-load-safe-path.
5110 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5111 entries.
5112 * auto-load.c: Include observer.h.
5113 (auto_load_safe_path_vec_update): Call substitute_path_component for
5114 each component. New variable ddir_subst.
5115 (auto_load_gdb_datadir_changed): New function.
5116 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5117 AUTO_LOAD_SAFE_PATH. New comment.
5118 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5119 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5120 * config.in: Regenerate.
5121 * configure: Regenerate.
5122 * configure.ac (--auto-load-safe-path): Rename
5123 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5124 GDB_DATADIR/auto-load.
5125 * defs.h (substitute_path_component): New declaration.
5126 * top.c: Include observer.h.
5127 (set_gdb_datadir): New function.
5128 (init_main): Install it for "set data-directory".
5129 * utils.c (substitute_path_component): New function.
5130
b09aca3a
JK
51312012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5132
5133 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5134 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5135 DEBUG_FILE_DIRECTORY. Handle multiple components of
5136 DEBUG_FILE_DIRECTORY.
5137
95554aad
TT
51382012-05-10 Tom Tromey <tromey@redhat.com>
5139
5140 * dwarf2read.c (recursively_write_psymbols): New function.
5141 (write_psymtabs_to_index): Use it.
5142
5143 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5144 field.
5145 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5146 (load_partial_comp_unit): Update.
5147 (queue_comp_unit): Add argument 'pretend_language'.
5148 (process_queue): Update.
5149 (psymtab_to_symtab_1): Skip dependencies that have a user.
5150 (load_partial_comp_unit_reader): Give meaning to the 'data'
5151 argument.
5152 (load_full_comp_unit): Add 'pretend_language' argument.
5153 (process_full_comp_unit): Add 'pretend_language' argument. Set
5154 language on CU.
5155 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5156 Update.
5157 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5158 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5159 Update.
5160 (prepare_one_comp_unit): Add 'pretend_language' argument.
5161
5162 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5163 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5164 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5165 (dw2_do_instantiate_symtab): Check whether symtab was read in
5166 before queueing.
5167 (dw2_instantiate_symtab): Add assertion. Call
5168 process_cu_includes.
5169 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5170 (partial_symtab_p): New typedef.
5171 (set_partial_user): New function.
5172 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5173 (scan_partial_symbols): Add imported CU to imported_symtabs.
5174 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5175 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5176 (get_symtab, recursively_compute_inclusions)
5177 (compute_symtab_includes, process_cu_includes)
5178 (process_imported_unit_die): New functions.
5179 (process_die) <DW_TAG_imported_unit>: New case.
5180 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5181
5182 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5183 comment.
5184 (struct partial_die_info) <locdesc>: Remove.
5185 <d>: New field.
5186 (process_psymtab_comp_unit): Add 'read_partial' argument.
5187 Update.
5188 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5189 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5190 (add_partial_symbol): Update.
5191 (process_die): Handle DW_TAG_partial_unit.
5192 (read_file_scope): Update comment.
5193 (load_partial_dies): Handle DW_TAG_imported_unit.
5194 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5195 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5196
e871fbb9
TT
51972012-05-10 Tom Tromey <tromey@redhat.com>
5198
5199 * cc-with-dwz.sh: New file.
5200
b5b04b5b
TT
52012012-05-10 Tom Tromey <tromey@redhat.com>
5202
5203 * symtab.h (struct symtab) <includes, user>: New fields.
5204 * block.h (struct block_iterator) <d, idx, which>: New fields.
5205 * block.c (initialize_block_iterator, find_iterator_symtab)
5206 (block_iterator_step, block_iter_name_step)
5207 (block_iter_match_step): New functions.
5208 (block_iterator_first, block_iterator_next)
5209 (block_iter_name_first, block_iter_name_next)
5210 (block_iter_match_first, block_iter_match_next): Rewrite.
5211 (get_block_symtab): New function.
5212
84a146c9
TT
52132012-05-10 Tom Tromey <tromey@redhat.com>
5214
5215 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5216 set_block_symtab.
5217 * jit.c (finalize_symtab): Use allocate_global_block,
5218 set_block_symtab.
5219 * buildsym.c (finish_block_internal): New function, from old
5220 finish_block.
5221 (finish_block): Rewrite.
5222 (end_symtab): Use finish_block_internal, set_block_symtab.
5223 * block.h (struct global_block): New.
5224 (allocate_global_block, set_block_symtab): Declare.
5225 * block.c (allocate_global_block, set_block_symtab): New
5226 functions.
5227
9439a077
TT
52282012-05-10 Tom Tromey <tromey@redhat.com>
5229
5230 * psymtab.c (partial_map_expand_apply): Add assertion.
5231 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5232 (psymtab_to_symtab): Find unshared psymtab.
5233 (dump_psymtab): Print including psymtabs.
5234 (recursively_search_psymtabs): New function.
5235 (expand_symtabs_matching_via_partial): Use it.
5236 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5237 fields.
5238 (enum psymtab_search_status): New.
5239
8157b174
TT
52402012-05-10 Tom Tromey <tromey@redhat.com>
5241
5242 * tracepoint.c (scope_info): Update.
5243 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5244 (find_pc_sect_symtab, search_symbols)
5245 (default_make_symbol_completion_list_break_on)
5246 (make_file_symbol_completion_list): Update.
5247 * symmisc.c (dump_symtab_1): Update.
5248 * stack.c (print_frame_args, iterate_over_block_locals)
5249 (print_frame_labels, iterate_over_block_arg_vars): Update.
5250 * python/py-block.c (block_object) <dict>: Remove.
5251 <block>: New field.
5252 <iter>: Change type.
5253 (blpy_iter): Update.
5254 (blpy_block_syms_iternext): Update.
5255 * psymtab.c (map_block): Use block iterators.
5256 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5257 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5258 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5259 * infrun.c (check_exception_resume): Update.
5260 * cp-support.c (make_symbol_overload_list_block): Update.
5261 * coffread.c (patch_opaque_types): Update.
5262 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5263 * block.h (struct block_iterator): New.
5264 (block_iterator_first, block_iterator_next, block_iter_name_first)
5265 (block_iter_name_next, block_iter_match_first)
5266 (block_iter_match_next): Declare.
5267 (ALL_BLOCK_SYMBOLS): Redefine.
5268 * block.c (block_iterator_first, block_iterator_next)
5269 (block_iter_name_first, block_iter_name_next)
5270 (block_iter_match_first, block_iter_match_next): New functions.
5271 * ada-lang.c (ada_add_block_symbols)
5272 (ada_make_symbol_completion_list): Use block iterator.
5273
a2ca7a52
TT
52742012-05-10 Tom Tromey <tromey@redhat.com>
5275
5276 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5277 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5278 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5279 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5280 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5281 Update.
5282
64ea88dc
JB
52832012-05-10 Joel Brobecker <brobecker@adacore.com>
5284
5285 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5286 print-file-var-lib2.c, print-file-var-main.c and
5287 print-file-var.exp (located in gdb/testsuite/gdb.base).
5288
99a547d6
JB
52892012-05-10 Joel Brobecker <brobecker@adacore.com>
5290
5291 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5292 try locating the symbol in the symbol's own objfile first, before
5293 extending the search to all objfiles.
5294 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5295 out of lookup_symbol_aux_symtabs.
5296 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5297 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5298 Do not search EXCLUDE_OBJFILE.
5299 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5300 (lookup_symbol_global): Search for matches in the block's objfile
5301 first, before searching all other objfiles.
5302
0ece64fd
TG
53032012-05-10 Tristan Gingold <gingold@adacore.com>
5304
5305 * printcmd.c (set_command): Add pre/post inc/dec.
5306
3d16a105
FCE
53072012-05-09 Frank Ch. Eigler <fche@redhat.com>
5308
5309 * gdb.1: Document -ex option.
5310
2efbc0f7
JB
53112012-05-09 Joel Brobecker <brobecker@adacore.com>
5312
5313 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5314 * inferior.h (AT_SYMBOL): Delete.
5315
2c76a0c7
JB
53162012-05-09 Joel Brobecker <brobecker@adacore.com>
5317
5318 * mips-tdep.c (mips_push_dummy_code): New function.
5319 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5320 ON_STACK and install mips_push_dummy_code as our gdbarch
5321 push_dummy_code routine.
5322
9401a810
PA
53232012-05-09 Pedro Alves <palves@redhat.com>
5324
5325 * target.c (set_maintenance_target_async_permitted): Rename to ...
5326 (set_target_async_command): ... this.
5327 (show_maintenance_target_async_permitted): Rename to ...
5328 (show_target_async_command): ... this.
5329 (initialize_targets): Adjust.
5330
3929b321
DE
53312012-05-08 Doug Evans <dje@google.com>
5332
5333 * go-exp.y (classify_name): Add missing assignment of fields of
5334 yylval.ssym.
5335
c41535fd
EZ
53362012-05-08 Eli Zaretskii <eliz@gnu.org>
5337
5338 Display the ">" prompt in interactive mode while reading canned
5339 commands, even when the current interpreter is MI.
5340
5341 * interps.c (interp_set_temp): New function.
5342
5343 * interps.h (interp_set_temp): Add prototype.
5344
5345 * cli/cli-script.c (restore_interp): New cleanup function.
5346 (read_command_lines): Temporarily override the current interpreter
5347 with CLI and arrange for restoring the original one.
5348
c0749c4d
JS
53492012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
5350
5351 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5352
d7333987
SDJ
53532012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5354
5355 * probe.c (parse_probes): Move conditional to check for
5356 debuginfo files from here...
5357 * stap-probe.c (stap_get_probes): ... to here.
5358
649e6d92
MK
53592012-05-07 Mark Kettenis <kettenis@gnu.org>
5360 H.J. Lu <hongjiu.lu@intel.com>
5361
5362 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5363 `movl %esp, %ebp' for the X32 ABI.
5364
f39c6ffd
TT
53652012-05-07 Tom Tromey <tromey@redhat.com>
5366
5367 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5368 get_DW_TAG_name.
5369 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5370 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5371 (dwarf_stack_op_name): Remove.
5372 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5373 (decode_locdesc): Use get_DW_OP_name.
5374 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5375 (dwarf2_compile_expr_to_ax): Likewise.
5376 (disassemble_dwarf_expression): Likewise.
5377 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5378
1e1f6591
CLT
53792012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
5380
5381 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5382 (sh_linux_sigtramp_cache): New function.
5383 (sh_linux_sigreturn_init): New function.
5384 (sh_linux_rt_sigreturn_init): New function.
5385 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5386 patterns.
5387 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5388 syscall codes.
5389 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5390 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5391 (sh_linux_init_abi): Add init calls to register new tramp_frame
5392 definitions under 32-bit SH, update comments.
5393
545c08b4
PA
53942012-05-07 Pedro Alves <palves@redhat.com>
5395
daac165e
PA
5396 PR gdb/10952
5397
545c08b4
PA
5398 * amd64-linux-tdep.c: Include glibc-tdep.h.
5399 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5400 gdbarch_skip_solib_resolver callback.
5401
af2c1515
JK
54022012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5403
5404 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5405 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5406 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5407 (add_auto_load_safe_path): Change the error message.
5408 (_initialize_auto_load): Change the "safe-path" help text.
5409 * configure: Regenerate
5410 * configure.ac (--without-auto-load-safe-path): Set
5411 WITH_AUTO_LOAD_SAFE_PATH to /.
5412
1067f998
SDJ
54132012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
5414
5415 * stap-probe.h: Do not include unecessary `probe.h'.
5416
45dfa85a
AM
54172012-05-05 Alan Modra <amodra@gmail.com>
5418
5419 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5420 bfd_und_section_ptr.
5421 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5422 and bfd_com_section_ptr.
5423
cf093994
JB
54242012-05-04 Joel Brobecker <brobecker@adacore.com>
5425
762ebb75 5426 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5427
d40dc7a8
JB
54282012-05-04 Joel Brobecker <brobecker@adacore.com>
5429
5430 * windows-nat.h (segment_register_p_ftype): New typedef.
5431 (windows_set_segment_register_p): Add declaration.
5432 * windows-nat.c (segment_register_p): New static global.
5433 (windows_set_segment_register_p): New function.
5434 (do_windows_fetch_inferior_registers): Add special handling
5435 for segment registers.
5436 * amd64-windows-nat.c: #include "amd64-tdep.h".
5437 (amd64_windows_segment_register_p): New function.
5438 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5439 * i386-windows-nat.c: #include "i386-tdep.h".
5440 (i386_windows_segment_register_p): New function.
5441 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5442
52b3699b
TG
54432012-05-04 Tristan Gingold <gingold@adacore.com>
5444
5445 * printcmd.c (set_command): Emit a warning if the expression is not
5446 an assignment.
5447
94c74239
JB
54482012-05-03 Joel Brobecker <brobecker@adacore.com>
5449
5450 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5451 Make static.
5452
fcf57f19
SDJ
54532012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
5454
5455 * stap-probe.c (stap_is_operator): Change declaration.
5456 (stap_get_opcode): Change return value.
5457 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5458 `stap_parse_argument_1'.
5459
27d2932e
PA
54602012-05-03 Pedro Alves <pedro@codesourcery.com>
5461
5462 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5463 debug log.
5464
a20ee7a4
SCR
54652012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5466
5467 Add two new methods global_block and static_block to gdb.Symtab
5468 objects.
5469 * NEWS (Python scripting): Add entry about the new methods.
5470 * python/py-symtab.c (stpy_global_block): New function which
5471 implements the gdb.Symtab.global_block() method.
5472 (stpy_static_block): New function which implements the
5473 gdb.Symtab.static_block() method.
5474 (symtab_object_methods): Add entries for the two new methods.
5475
943cb756
DE
54762012-05-03 Doug Evans <dje@google.com>
5477
5478 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5479 files.
5480
f4644a3f
YQ
54812012-05-03 Yao Qi <yao@codesourcery.com>
5482
5483 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5484 space.
5485 (i386_process_record): Ditto.
5486
ef61f180
JB
54872012-05-02 Joel Brobecker <brobecker@adacore.com>
5488
5489 * infcall.c (unwind_on_signal_p): Make static.
5490
02f1df11
JB
54912012-05-02 Joel Brobecker <brobecker@adacore.com>
5492
5493 * sol-thread.c (solaris_pid_to_str): Make static.
5494 (_initialize_sol_thread): Add prototype.
5495
39023530
JB
54962012-05-02 Joel Brobecker <brobecker@adacore.com>
5497
5498 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5499
c6b0c501
CF
55002012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
5501
5502 * MAINTAINERS: Remove myself.
5503
1ef71717
JK
55042012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5505
5506 Fix --without-auto-load-safe-path for MS-Windows host platform.
5507 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5508
b31b86a7
EZ
55092012-05-02 Eli Zaretskii <eliz@gnu.org>
5510
5511 * gdb_curses.h: Undefine KEY_EVENT before including curses
5512 headers. Move "#undef MOUSE_MOVED" before any curses header
5513 inclusion.
5514
777532fc
SDJ
55152012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5516
5517 * features/i386/i386-mmx-linux.c: Regenerate.
5518 * features/rs6000/powerpc-32.c: Likewise.
5519 * features/rs6000/powerpc-32l.c: Likewise.
5520 * features/rs6000/powerpc-403.c: Likewise.
5521 * features/rs6000/powerpc-403gc.c: Likewise.
5522 * features/rs6000/powerpc-405.c: Likewise.
5523 * features/rs6000/powerpc-505.c: Likewise.
5524 * features/rs6000/powerpc-601.c: Likewise.
5525 * features/rs6000/powerpc-602.c: Likewise.
5526 * features/rs6000/powerpc-603.c: Likewise.
5527 * features/rs6000/powerpc-604.c: Likewise.
5528 * features/rs6000/powerpc-64.c: Likewise.
5529 * features/rs6000/powerpc-64l.c: Likewise.
5530 * features/rs6000/powerpc-750.c: Likewise.
5531 * features/rs6000/powerpc-860.c: Likewise.
5532 * features/rs6000/powerpc-e500.c: Likewise.
5533 * features/rs6000/powerpc-e500l.c: Likewise.
5534 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5535 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5536 * features/rs6000/rs6000.c: Likewise.
5537
d71871bc
SDJ
55382012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
5539
5540 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5541 variable.
5542 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5543 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5544 (stap_parse_argument) <e>: Likewise.
5545 (handle_stap_probe) <byte_order>: Likewise.
5546
fd820528
DE
55472012-04-30 Doug Evans <dje@google.com>
5548
5549 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5550 init_and_read_dies_worker. All callers updated.
5551 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5552 replaced with init_cutu_and_read_dies.
5553 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5554 (find_partial_die): Remove FIXME. Don't free current CU.
5555
ec3f619d 55562012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
5557
5558 * contrib: New directory.
5559 * contrib/test_pubnames_and_indexes.py: New file.
5560
fceca515
DE
55612012-04-30 Doug Evans <dje@google.com>
5562
5563 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5564 All callers updated.
5565 (init_cu_die_reader): Verify the section is non-empty.
5566 (dwarf_decode_line_header): Don't dereference section->asection
5567 until we know the section is present.
5568
311fe7e1
SDJ
55692012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
5570
5571 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5572 probes.
5573
5977971a
YQ
55742012-04-29 Yao Qi <yao@codesourcery.com>
5575
5576 * gdb-code-style.el: New hook gdb-markup-hook
5577 and gdb-comment-hook.
5578
dee91e82
DE
55792012-04-28 Doug Evans <dje@google.com>
5580
3019eac3
DE
5581 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5582 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5583 objfile->obfd.
5584 * symfile.h (dwarf2_debug_sections): New member addr.
5585 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5586 (ctx_no_get_addr_index): New function.
5587 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5588 (ctx_no_get_addr_index): Declare.
5589 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5590 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5591 (dwarf_expr_ctx_funcs): Update.
5592 (needs_get_addr_index): New function.
5593 (needs_frame_ctx_funcs): Update.
5594 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5595 * dwarf2read.c: #include "gdbcore.h".
5596 (dwarf2_per_objfile): New members addr, dwo_files.
5597 (dwarf2_elf_names): Add entry for addr.
5598 (struct dwo_section_names): New type.
5599 (dwo_section_names): New static global.
5600 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5601 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5602 old debug_types_section member updated to use this.
5603 Rename member debug_types_section to info_or_types_section,
5604 all uses updated.
5605 (signatured_type): Rename member type_offset to type_offset_in_tu,
5606 all uses updated. New member type_offset_in_section.
5607 (struct dwo_sections): New type.
5608 (struct dwo_unit): New type.
5609 (struct dwo_file): New type.
5610 (die_reader_specs): New member dwo_file.
5611 (dwarf2_locate_sections): Watch for .debug_addr.
5612 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5613 (dwarf2_read_section): Get bfd of section from bfd's asection,
5614 instead of objfile.
5615 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5616 (create_signatured_type_table_from_index): Initialize
5617 sig_type->info_or_types_section.
5618 (dw2_get_file_names): Statement lists for type units with DWO files
5619 live in the DWO file.
5620 (create_debug_types_hash_table): New function.
5621 (create_all_type_units): Rewrite.
5622 (init_cu_die_reader): New arg dwo_file, all callers updated.
5623 (init_and_read_dies_worker): Get section from
5624 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5625 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5626 continue reading the CU/TU from there.
5627 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5628 updated. Get section from this_cu->info_or_types_section.
5629 (create_all_comp_units): Initialize this_cu->info_or_types_section.
5630 (skip_one_die): New cases DW_FORM_GNU_addr_index,
5631 DW_FORM_GNU_str_index.
5632 (hash_dwo_file, eq_dwo_file): New functions.
5633 (allocate_dwo_file_hash_table): New function.
5634 (hash_dwo_unit, eq_dwo_unit): New functions.
5635 (allocate_dwo_unit_table): New function.
5636 (dwarf2_locate_dwo_sections): New function.
5637 (struct create_dwo_info_table_data): New type.
5638 (create_debug_info_hash_table_reader): New function.
5639 (create_debug_info_hash_table): New function.
5640 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5641 (lookup_dwo_file): New function.
5642 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5643 (free_dwo_file, free_dwo_file_cleanup): New functions.
5644 (free_dwo_file_from_slot, free_dwo_files): New functions.
5645 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5646 (dwarf2_record_block_ranges): Ditto.
5647 (read_partial_die): Ditto.
5648 (process_enumeration_scope): Update to use type_offset_in_section.
5649 (read_full_die_1): New function.
5650 (read_full_die): Rewrite.
5651 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5652 DW_FORM_GNU_str_index.
5653 (read_addr_index_1, read_addr_index): New functions.
5654 (read_addr_index_from_leb128): New function.
5655 (struct dwarf2_read_addr_index_data): New type.
5656 (dwarf2_read_addr_index_reader): New function.
5657 (dwarf2_read_addr_index): New function.
5658 (read_str_index): New function.
5659 (leb128_size): New function.
5660 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5661 If processing a type unit from a DWO file, get the line section
5662 from the DWO file.
5663 (var_decode_location): Watch for DW_OP_GNU_addr_index.
5664 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5665 DW_FORM_GNU_str_index.
5666 (lookup_die_type): Check whether section offset of type's die is
5667 known before looking it up. Remove assert. Condition can
5668 legimately happen for inter-cu type references.
5669 (dwarf_attr_name): Handle Fission attributes.
5670 (dwarf_form_name): Handle Fission forms.
5671 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5672 DW_FORM_GNU_str_index.
5673 (follow_die_sig): Update to use type_offset_in_section.
5674 (decode_locdesc): New case DW_OP_GNU_addr_index.
5675 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5676 DW_FORM_GNU_str_index.
5677 (cu_debug_loc_section): New function.
5678 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5679 (dwarf2_per_objfile_free): Unmap .debug_addr section.
5680 Free DWO files if present.
5681 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5682
dee91e82
DE
5683 Refactor DIE reading.
5684 * dwarf2read.c (dwarf2_per_objfile): Replace members
5685 debug_info_type_hash and debug_types_type_hash with die_type_hash.
5686 (die_reader_specs): New member "die_section". Temporarily make
5687 member "buffer" non-const, pending constifying all info_ptr uses.
5688 (die_reader_func_ftype): New typedef.
5689 (dw2_get_file_names_reader): New function.
5690 (dw2_get_file_names): Rewrite.
5691 (read_and_check_type_unit_head): Rename arg type_offset to
5692 type_offset_in_tu.
5693 (create_all_type_units): Improve debugging message.
5694 Improve dummy type unit check.
5695 (init_cu_die_reader): New arg "section". All callers updated.
5696 (init_and_read_dies_worker): New function.
5697 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5698 (init_cutu_and_read_dies_no_follow): New function.
5699 (init_cutu_and_read_dies_simple): New function.
5700 (process_psymtab_comp_unit_reader): New function.
5701 (process_psymtab_comp_unit): Delete args section,
5702 is_debug_types_section. Rewrite. All callers updated.
5703 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5704 All callers updated. Rewrite.
5705 (load_partial_comp_unit_reader): New function.
5706 (load_partial_comp_unit): Rewrite.
5707 (skip_children): New arg reader. Delete args buffer, cu.
5708 All callers updated.
5709 (skip_one_die): New arg reader. Delete args buffer, cu.
5710 All callers updated.
5711 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
5712 All callers updated.
5713 (load_full_comp_unit_reader): New function.
5714 (load_full_comp_unit): Rewrite.
5715 (read_comp_unit): Delete.
5716 (read_die_and_children_1): Delete, contents moved ...
5717 (read_die_and_children): ... here.
5718 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
5719 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
5720 All callers updated.
5721 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
5722 All callers updated.
5723 (find_partial_die): Rewrite load_all_dies support.
5724 (read_attribute_value): New arg reader. Delete args abfd, cu.
5725 All callers updated.
5726 (read_attribute): New arg reader. Delete args abfd, cu.
5727 All callers updated.
5728 (load_full_type_unit): Add assert.
5729 (read_signatured_type_reader): New function.
5730 (read_signatured_type): Rewrite.
5731 (free_stack_comp_unit): Remove call to age_cached_comp_units.
5732 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5733 All callers updated. Set per_cu->cu = NULL after freeing it.
5734 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5735 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5736 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5737 (set_die_type): Update.
5738 (get_die_type_at_offset): Update.
5739 (read_file_scope): Call prepare_one_comp_unit.
5740 (read_type_unit_scope): Ditto.
5741 (prepare_one_comp_unit): Set producer if present.
5742
72d59e0d
SDJ
57432012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5744
5745 * probe.c (compile_rx_or_error): Silence ARI warning about missing
5746 gettext function on `error'.
5747
0fefef59
DE
57482012-04-27 Doug Evans <dje@google.com>
5749
5750 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5751 is empty.
5752
28106bc2
SDJ
57532012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5754 Tom Tromey <tromey@redhat.com>
5755
5756 * breakpoint.c (struct breakpoint_objfile_data)
5757 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5758 <exception_probes>: New fields.
5759 (free_breakpoint_probes): New function.
5760 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5761 `_Unwind_DebugHook'.
5762 (create_exception_master_breakpoint): Likewise.
5763 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5764 * infrun.c: Including necessary header files for handling SystemTap
5765 probes.
5766 (handle_inferior_event): Handling longjmp breakpoint and exceptions
5767 via SystemTap probes.
5768 (check_exception_resume): Remove `func' argument. Handle exception
5769 unwinding breakpoint set via a SystemTap probe.
5770 (insert_exception_resume_from_probe): New function.
5771
55aa24fb
SDJ
57722012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5773 Tom Tromey <tromey@redhat.com>
5774 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5777 (COMMON_OBS): Likewise.
5778 (HFILES_NO_SRCDIR): Add `probe'.
5779 * NEWS: Mention support for static and SystemTap probes.
5780 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5781 SystemTap probes' arguments parser.
5782 * arm-linux-tdep.c: Including headers needed to perform the parsing
5783 of SystemTap probes' arguments.
5784 (arm_stap_is_single_operand): New function.
5785 (arm_stap_parse_special_token): Likewise.
5786 (arm_linux_init_abi): Initializing proper fields used by SystemTap
5787 probes' arguments parser.
5788 * ax-gdb.c (require_rvalue): Removing static declaration.
5789 (gen_expr): Likewise.
5790 * ax-gdb.h (gen_expr): Declaring function.
5791 (require_rvalue): Likewise.
5792 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5793 (bkpt_probe_breakpoint_ops): New variable.
5794 (momentary_breakpoint_from_master): Set the `probe' value.
5795 (add_location_to_breakpoint): Likewise.
5796 (break_command_1): Using proper breakpoint_ops according to the
5797 argument passed by the user in the command line.
5798 (bkpt_probe_insert_location): New function.
5799 (bkpt_probe_remove_location): Likewise.
5800 (bkpt_probe_create_sals_from_address): Likewise.
5801 (bkpt_probe_decode_linespec): Likewise.
5802 (tracepoint_probe_create_sals_from_address): Likewise.
5803 (tracepoint_probe_decode_linespec): Likewise.
5804 (tracepoint_probe_breakpoint_ops): New variable.
5805 (trace_command): Using proper breakpoint_ops according to the
5806 argument passed by the user in the command line.
5807 (initialize_breakpoint_ops): Initializing breakpoint_ops for
5808 static probes on breakpoints and tracepoints.
5809 * breakpoint.h (struct bp_location) <probe>: New field.
5810 * cli-utils.c (skip_spaces_const): New function.
5811 (extract_arg): Likewise.
5812 * cli-utils.h (skip_spaces_const): Likewise.
5813 (extract_arg): Likewise.
5814 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5815 * configure.ac: Append `stap-probe.o' to be generated when ELF
5816 support is present.
5817 * configure: Regenerate.
5818 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5819 * elfread.c: Include `probe.h' and `arch-utils.h'.
5820 (probe_key): New variable.
5821 (elf_get_probes): New function.
5822 (elf_get_probe_argument_count): Likewise.
5823 (elf_evaluate_probe_argument): Likewise.
5824 (elf_compile_to_ax): Likewise.
5825 (elf_symfile_relocate_probe): Likewise.
5826 (stap_probe_key_free): Likewise.
5827 (elf_probe_fns): New variable.
5828 (elf_sym_fns): Add `sym_probe_fns' value.
5829 (elf_sym_fns_lazy_psyms): Likewise.
5830 (elf_sym_fns_gdb_index): Likewise.
5831 (_initialize_elfread): Initialize objfile cache for static
5832 probes.
5833 * gdb_vecs.h (struct probe): New forward declaration.
5834 (probe_p): New VEC declaration.
5835 * gdbarch.c: Regenerate.
5836 * gdbarch.h: Regenerate.
5837 * gdbarch.sh (stap_integer_prefix): New variable.
5838 (stap_integer_suffix): Likewise.
5839 (stap_register_prefix): Likewise.
5840 (stap_register_suffix): Likewise.
5841 (stap_register_indirection_prefix): Likewise.
5842 (stap_register_indirection_suffix): Likewise.
5843 (stap_gdb_register_prefix): Likewise.
5844 (stap_gdb_register_suffix): Likewise.
5845 (stap_is_single_operand): New function.
5846 (stap_parse_special_token): Likewise.
5847 (struct stap_parse_info): Forward declaration.
5848 * i386-tdep.c: Including headers needed to perform the parsing
5849 of SystemTap probes' arguments.
5850 (i386_stap_is_single_operand): New function.
5851 (i386_stap_parse_special_token): Likewise.
5852 (i386_elf_init_abi): Initializing proper fields used by SystemTap
5853 probes' arguments parser.
5854 * i386-tdep.h (i386_stap_is_single_operand): New function.
5855 (i386_stap_parse_special_token): Likewise.
5856 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5857 * mipsread.c (ecoff_sym_fns): Likewise.
5858 * objfiles.c (objfile_relocate1): Support relocation for static
5859 probes.
5860 * parse.c (prefixify_expression): Remove static declaration.
5861 (initialize_expout): Likewise.
5862 (reallocate_expout): Likewise.
5863 * parser-defs.h (initialize_expout): Declare function.
5864 (reallocate_expout): Likewise.
5865 (prefixify_expression): Likewise.
5866 * ppc-linux-tdep.c: Including headers needed to perform the parsing
5867 of SystemTap probes' arguments.
5868 (ppc_stap_is_single_operand): New function.
5869 (ppc_stap_parse_special_token): Likewise.
5870 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5871 probes' arguments parser.
5872 * probe.c: New file, for generic statically defined probe support.
5873 * probe.h: Likewise.
5874 * s390-tdep.c: Including headers needed to perform the parsing of
5875 SystemTap probes' arguments.
5876 (s390_stap_is_single_operand): New function.
5877 (s390_gdbarch_init): Initializing proper fields used by SystemTap
5878 probes' arguments parser.
5879 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5880 * stap-probe.c: New file, for SystemTap probe support.
5881 * stap-probe.h: Likewise.
5882 * symfile.h: Include `gdb_vecs.h'.
5883 (struct sym_probe_fns): New struct.
5884 (struct sym_fns) <sym_probe_fns>: New field.
5885 * symtab.c (init_sal): Initialize `probe' field.
5886 * symtab.h (struct probe): Forward declaration.
5887 (struct symtab_and_line) <probe>: New field.
5888 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5889 locations.
5890 (stop_tracing): Likewise.
5891 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5892
22d2b532
SDJ
58932012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5894 Tom Tromey <tromey@redhat.com>
5895
5896 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5897 and to compile agent expressions.
5898 * infrun.c (siginfo_make_value): New argument `ignore'.
5899 (siginfo_funcs): New struct.
5900 (_initialize_infrun): New argument when calling
5901 `create_internalvar_type_lazy'.
5902 * thread.c (thread_id_make_value): New argument `ignore'.
5903 (thread_funcs): New struct.
5904 (_initialize_thread): New argument when calling
5905 `create_internalvar_type_lazy'.
5906 * tracepoint.c (sdata_make_value): New argument `ignore'.
5907 (sdata_funcs): New struct.
5908 (_initialize_tracepoint): New argument when calling
5909 `create_internalvar_type_lazy'.
5910 * value.c (make_value): New struct.
5911 (create_internalvar_type_lazy): New argument `data'.
5912 (compile_internalvar_to_ax): New function.
5913 (value_of_internalvar): Properly handling `make_value' case.
5914 (clear_internalvar): Likewise.
5915 (show_convenience): Adding `TRY_CATCH' block.
5916 * value.h (internalvar_make_value): Delete, replace by...
5917 (struct internalvar_funcs): ... this.
5918 (create_internalvar_type_lazy) <fun>: Delete argument.
5919 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5920 (compile_internalvar_to_ax): New function.
5921 * windows-tdep.c (tlb_make_value): New argument `ignore'.
5922 (tlb_funcs): New struct.
5923 (_initialize_windows_tdep): New argument when calling
5924 `create_internalvar_type_lazy'.
5925
91da1414
MW
59262012-04-27 Mark Wielaard <mjw@redhat.com>
5927
5928 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5929 see whether it is an address or a constant offset from DW_AT_low_pc.
5930 (dwarf2_record_block_ranges): Likewise.
5931 (read_partial_die): Likewise.
5932
4ab9d8ec
MW
59332012-04-26 Mark Wielaard <mjw@redhat.com>
5934
5935 * MAINTAINERS (Write After Approval): Add myself to the list.
5936
a0911fd0
MR
59372012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5938
5939 * proc-utils.h (proc_prettyprint_signalset): New prototype.
5940 (proc_prettyprint_signal): Likewise.
5941 (proc_prettyprint_faultset): Likewise.
5942 (proc_prettyprint_fault): Likewise.
5943 (proc_prettyprint_actionset): Likewise.
5944 (proc_prettyprint_flags): Move to new proc-flags.c section.
5945 (proc_prettyfprint_flags): New prototype.
5946 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5947 (proc_syscall, proc_cursig): Likewise.
5948 (proc_set_kill_on_last_close): Likewise.
5949 (proc_unset_kill_on_last_close): Likewise.
5950 (proc_set_watchpoint): Make static.
5951 (proc_delete_dead_threads): Likewise.
5952 (procfs_set_watchpoint): Likewise.
5953 (_initialize_procfs): Add prototype.
5954 * proc-events.c: Include proc-utils.h.
5955 (init_syscall_table): Make static.
5956 * proc-api.c (_initialize_proc_api): Add prototype.
5957 * proc-flags.c: Include proc-utils.h.
5958
9009e1ae
MR
59592012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5960
5961 * configure.ac: Add AC_ARG_PROGRAM.
5962 * configure: Regenerate.
5963
4fae6e18
JK
59642012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 Fix DW_AT_lower_bound defaults for DWARF-4+.
5967 * dwarf2read.c (read_subrange_type): Remove initialization of low and
5968 high. New variable low_default_is_valid. Implement DWARF-4+
5969 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
5970 no default by the DWARF standard.
5971
14132e89 59722012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 5973 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
5974
5975 * infrun.c (handle_inferior_event): Move the check for return
5976 trampolines ahead of the check for function trampolines.
5977 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5978 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5979 (mips_str_mips16_ret_stub): Likewise.
5980 (mips_str_call_fp_stub): Likewise.
5981 (mips_str_call_stub): Likewise.
5982 (mips_str_fn_stub): Likewise.
5983 (mips_str_pic): Likewise.
5984 (mips_in_frame_stub): New function.
5985 (mips_unwind_pc): Return the return address rather than the PC
5986 if the PC of an intermediate frame is inside a call thunk.
5987 (mips_is_stub_suffix): New function.
5988 (mips_is_stub_mode): Likewise.
5989 (mips_get_mips16_fn_stub_pc): Likewise.
5990 (mips_skip_mips16_trampoline_code): Update to handle all the
5991 currently generated stub types. Don't recurse into __fn_stub
5992 thunks. Remove heuristics to handle stubs beyond etext/_etext.
5993 Use cooked register accesses.
5994 (mips_in_return_stub): Reintroduce function.
5995 (mips_skip_trampoline_code): Traverse trampolines recursively.
5996 (mips_gdbarch_init): Handle MIPS16 return trampolines.
5997
518f0db5 59982012-04-26 Joel Brobecker <brobecker@adacore.com>
5999
6000 GDB 7.4.1 released.
6001
3184d3f9
JL
60022012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6003
6004 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6005 * features/arm-with-m-vfp-d16.xml: New file. Describes
6006 Cortex-M with VFPv4-sp-d16 FPU register layout.
6007 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6008 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6009 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6010 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6011 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6012
b6201d44
DE
60132012-04-25 Doug Evans <dje@google.com>
6014
6015 * cli/cli-decode.c (print_doc_line): Use stream instead of
6016 current_uiout.
6017
4e2f8df6
SDJ
60182012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6019
6020 * features/arm-with-iwmmxt.c: Regenerate.
6021 * features/arm-with-m-fpa-layout.c: Likewise.
6022 * features/arm-with-m.c: Likewise.
6023 * features/arm-with-neon.c: Likewise.
6024 * features/arm-with-vfpv2.c: Likewise.
6025 * features/arm-with-vfpv3.c: Likewise.
6026 * features/mips-dsp-linux.c: Likewise.
6027 * features/mips-linux.c: Likewise.
6028 * features/mips64-dsp-linux.c: Likewise.
6029 * features/mips64-linux.c: Likewise.
6030 * features/s390-linux32.c: Likewise.
6031 * features/s390-linux32v1.c: Likewise.
6032 * features/s390-linux32v2.c: Likewise.
6033 * features/s390-linux64.c: Likewise.
6034 * features/s390-linux64v1.c: Likewise.
6035 * features/s390-linux64v2.c: Likewise.
6036 * features/s390x-linux64.c: Likewise.
6037 * features/s390x-linux64v1.c: Likewise.
6038 * features/s390x-linux64v2.c: Likewise.
6039 * features/tic6x-c62x-linux.c: Likewise.
6040 * features/tic6x-c62x.c: Likewise.
6041 * features/tic6x-c64x-linux.c: Likewise.
6042 * features/tic6x-c64x.c: Likewise.
6043 * features/tic6x-c64xp-linux.c: Likewise.
6044 * features/tic6x-c64xp.c: Likewise.
6045 * target-descriptions.c: Only generate `field_type' and `type'
6046 variables when needed.
6047
2def3e66
JB
60482012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6049
6050 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6051
a766d390
DE
60522012-04-25 Doug Evans <dje@google.com>
6053
6054 Initial pass at Go language support.
6055 * NEWS: Mention Go.
6056 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6057 go-valprint.c.
6058 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6059 (YYFILES): Add go-exp.c.
6060 (YYOBJ): Add go-exp.o.
6061 (local-maintainer-clean): Delete go-exp.c.
6062 * defs.h (enum language): Add language_go.
6063 * dwarf2read.c: #include "go-lang.h".
6064 (fixup_go_packaging): New function.
6065 (process_full_comp_unit): Call it when processing Go CUs.
6066 (dwarf2_physname): Add Go support.
6067 (read_file_scope): Handle missing language spec for GNU Go.
6068 (set_cu_language): Handle DW_LANG_Go.
6069 * go-exp.y: New file.
6070 * go-lang.h: New file.
6071 * go-lang.c: New file.
6072 * go-typeprint.c: New file.
6073 * go-valprint.c: New file.
6074 * symtab.c: #include "go-lang.h".
6075 (symbol_set_language): Handle language_go.
6076 (symbol_find_demangled_name, symbol_set_names): Ditto.
6077 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6078
4e2af517
JM
60792012-04-24 Jim Meyering <meyering@redhat.com>
6080
6081 avoid a few strncpy-induced buffer overruns
6082 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6083 fname and psargs before trying to concatenate.
6084 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6085 "name" before applying strchr.
6086
b77b7f52
SCR
60872012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6088
6089 * CONTRIBUTE: Use unified diff instead of context diff when
6090 generating patches.
6091
6321c22a
MR
60922012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6093
6094 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6095 code. Handle JR.HB correctly.
6096
742c84f6
MR
60972012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6098
6099 * mips-tdep.c
6100 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6101 with the other MIPS16 helpers.
6102
7fc7e0c3
SDJ
61032012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6104
6105 * observer.sh: Conditionally declare `args', thus cleaning up
6106 unused instances of this variable.
6107
20388dd6
YQ
61082012-04-24 Yao Qi <yao@codesourcery.com>
6109
6110 Revert this patch to allow breakpoint always-inserted
6111 in record target.
6112 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
6113 * breakpoint.c: Include record.h.
6114 (breakpoints_always_inserted_mode): Return false when the record
6115 target is in use.
20388dd6
YQ
6116
6117 * breakpoint.c (iterate_over_bp_locations): New.
6118 * breakpoint.h: Declare.
6119 New typedef walk_bp_location_callback.
6120 * record.c (record_open): Call record_init_record_breakpoints.
6121 (record_sync_record_breakpoints): New.
6122 (record_init_record_breakpoints): New.
6123 * NEWS: Mention supporting breakpoint always-inserted mode in
6124 record target.
6125
4734f50e
MK
61262012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6127
6128 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6129 any thread.
6130
c326b90e
YQ
61312012-04-24 Yao Qi <yao@codesourcery.com>
6132
6133 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6134 (is_catchpoint): ... it.
6135 (print_one_breakpoint_location): Caller update.
6136 * breakpoint.h: Update declaration.
6137
d8fb5a1e
DM
61382012-04-23 David S. Miller <davem@davemloft.net>
6139
6140 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6141
34431a2a
TT
61422012-04-23 Tom Tromey <tromey@redhat.com>
6143
6144 * buildsym.c (add_free_pendings): Remove.
6145 * buildsym.h (add_free_pendings): Remove.
6146
4568ecf9
DE
61472012-04-23 Doug Evans <dje@google.com>
6148
6149 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6150 attr.u.unsnd instead of attr.u.addr.
6151 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6152 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6153 DW_FORM_ref_udata.
6154 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6155 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6156 DW_FORM_ref_udata.
6157 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6158
dca9aa3a
MR
61592012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6160
6161 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6162 (mips_o32_return_value): Likewise.
6163 (mips_o64_return_value): Likewise.
6164
c8ea1972
PH
61652012-04-21 Paul Hilfinger <hilfinger@adacore.com>
6166
6167 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6168 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6169 their treatment in eval.c.
c8ea1972 6170
8d1b3521
DM
61712012-04-21 David S. Miller <davem@davemloft.net>
6172
6173 * sparc-tdep.c (X_DISP10): Define.
6174 (sparc_analyze_control_transfer): Handle compare-and-branch.
6175
03145bf4
JL
61762012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
6177
6178 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6179 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6180
004159a2 61812012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 6182 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
6183
6184 * mips-tdep.c (mips_float_register_p): New function.
6185 (mips_convert_register_float_case_p): Use mips_float_register_p.
6186 (mips_register_type): Likewise.
6187 (mips_print_register): Likewise.
6188 (print_gp_register_row): Likewise.
6189 (mips_print_registers_info): Likewise.
6190
7f0e6aae
MR
61912012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
6192
6193 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6194 of mips16 symbols.
6195
bc17beea
AP
61962012-04-20 Andrew Pinski <apinski@cavium.com>
6197
6198 * MAINTAINERS (Write After Approval): Add myself to the list.
6199
1730a5a5
SDJ
62002012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6201
6202 * MAINTAINERS: Update my e-mail address.
6203
38ea300a
PA
62042012-04-20 Pedro Alves <palves@redhat.com>
6205
6206 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6207 $srcdir.
6208 * configure: Regenerate.
6209
111dfaae
SDJ
62102012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
6211
6212 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6213 declaration.
6214 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6215
4fb2c64a
JK
62162012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6217
6218 Fix compilation compatibility with python-2.4
6219 * python/py-type.c (convert_field): Cast ADDRSTRING for
6220 PyObject_SetAttrString as non-const. New comment.
6221
6328eb38
TT
62222012-04-19 Tom Tromey <tromey@redhat.com>
6223
6224 * top.c (quit_target): Use all_cleanups.
6225 * main.c (captured_command_loop): Use all_cleanups.
6226 * exceptions.c (throw_exception): Use all_cleanups.
6227
c971b7fa
PA
62282012-04-19 Pedro Alves <palves@redhat.com>
6229
6230 * Makefile.in (GNULIB_BUILDDIR): New.
6231 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6232 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6233 (CLEANDIRS). Remove gnulib/import.
6234 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6235 (all-lib): Ditto.
6236 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6237 (gnulib/import/Makefile): Replace gnulib/import with
6238 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6239 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6240 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6241 acx_configure_dir.m4.
6242 * acinclude.m4: Include acx_configure_dir.m4.
6243 * acx_configure_dir.m4: New file.
6244 * aclocal.m4: Regenerate.
a09130f9
PA
6245 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6246 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6247 (GNULIB): New variable.
6248 (GNULIB_STDINT_H): Adjust.
6249 (AC_OUTPUT): Don't output gnulib/Makefile.
6250 * gdb/defs.h: Include build-gnulib/config.h.
6251 * aclocal.m4: Regenerate.
6252 * config.in: Regenerate.
6253 * configure: Regenerate.
6254
6255 * gnulib/Makefile.in: New file.
6256 * gnulib/configure.ac: New file.
6257 * gnulib/aclocal.m4: New file.
6258 * gnulib/config.in: New file.
6259 * gnulib/configure: New file.
c971b7fa
PA
6260 * gnulib/: Re-run gnulib-tool to adjust.
6261
b10faa68
DE
62622012-04-19 Doug Evans <dje@google.com>
6263
6264 * cleanups.h (struct cleanup): Move to cleanups.c.
6265 (make_cleanup_dtor_ftype): New typedef.
6266 (make_cleanup_dtor): Use it.
6267 (ALL_CLEANUPS): Replace with ...
6268 (all_cleanups): ... this. Declare. All uses updated.
6269 * cleanups.c: #include "gdb_assert.h".
6270 (sentinel_cleanup): New static global.
6271 (SENTINEL_CLEANUP): Define.
6272 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6273 (make_my_cleanup2): Assert result is non-NULL.
6274 (all_cleanups): New function.
6275 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6276 of NULL.
6277
d8c267cc
PA
62782012-04-19 Pedro Alves <palves@redhat.com>
6279
6280 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6281 Adjust paths to gnulib imported files.
6282
809277f8
PA
62832012-04-19 Pedro Alves <palves@redhat.com>
6284
6285 * gnulib/: Move whole directory ...
6286 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6287 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6288 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6289 (aclocal_m4_deps): Adjust.
6290 * aclocal.m4: Regenerate.
6291 * configure: Regenerate.
6292 * configure.ac: Adjust AC_OUTPUT output.
6293
aad9eab9
YQ
62942012-04-19 Yao Qi <yao@codesourcery.com>
6295
6296 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6297 (vec.o): New rule.
6298 * vec.c: Move it ...
6299 * common/vec.c: ... here.
6300 * vec.h: Move it ...
6301 * common/vec.h: ... here.
6302
48fe4669
YQ
63032012-04-19 Yao Qi <yao@codesourcery.com>
6304
6305 * gdb-code-style.el: New.
6306
770d76d7
PA
63072012-04-18 Pedro Alves <palves@redhat.com>
6308
6309 Update gnulib from latest git.
6310 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6311
6312 * gnulib/Makefile.am: Update.
6313 * gnulib/dummy.c: Update.
6314 * gnulib/extra/arg-nonnull.h: Update.
6315 * gnulib/extra/c++defs.h: Update.
6316 * gnulib/extra/update-copyright: Update.
6317 * gnulib/extra/warn-on-use.h: Update.
6318 * gnulib/inttypes.in.h: Update.
6319 * gnulib/m4/00gnulib.m4: Update.
6320 * gnulib/m4/extensions.m4: Update.
6321 * gnulib/m4/gnulib-cache.m4: Update.
6322 * gnulib/m4/gnulib-common.m4: Update.
6323 * gnulib/m4/gnulib-comp.m4: Update.
6324 * gnulib/m4/gnulib-tool.m4: Update.
6325 * gnulib/m4/include_next.m4: Update.
6326 * gnulib/m4/inttypes-pri.m4: Update.
6327 * gnulib/m4/inttypes.m4: Update.
6328 * gnulib/m4/longlong.m4: Update.
6329 * gnulib/m4/memchr.m4: Update.
6330 * gnulib/m4/memmem.m4: Update.
6331 * gnulib/m4/mmap-anon.m4: Update.
6332 * gnulib/m4/multiarch.m4: Update.
6333 * gnulib/m4/onceonly.m4: Update.
6334 * gnulib/m4/stddef_h.m4: Update.
6335 * gnulib/m4/stdint.m4: Update.
6336 * gnulib/m4/string_h.m4: Update.
6337 * gnulib/m4/warn-on-use.m4: Update.
6338 * gnulib/m4/wchar_h.m4: Update.
6339 * gnulib/m4/wchar_t.m4: Update.
6340 * gnulib/m4/wint_t.m4: Update.
6341 * gnulib/memchr.c: Update.
6342 * gnulib/memmem.c: Update.
6343 * gnulib/stddef.in.h: Update.
6344 * gnulib/stdint.in.h: Update.
6345 * gnulib/str-two-way.h: Update.
6346 * gnulib/string.in.h: Update.
6347 * gnulib/wchar.in.h: Update.
6348
6349 * gnulib/extra/arg-nonnull.h: Delete.
6350 * gnulib/extra/c++defs.h: Delete.
6351 * gnulib/extra/warn-on-use.h: Delete.
6352 * gnulib/m4/wchar_h.m4: Delete.
6353 * gnulib/m4/wint_t.m4: Delete.
6354 * gnulib/wchar.in.h: Delete.
6355
6356 * gnulib/extra/snippets/arg-nonnull.h: New.
6357 * gnulib/extra/snippets/c++defs.h: New.
6358 * gnulib/extra/snippets/warn-on-use.h: New.
6359
6360 * aclocal.m4: Regenerate.
6361 * config.in: Regenerate.
6362 * configure: Regenerate.
6363 * gnulib/Makefile.in: Regenerate.
6364
174e088e
PA
63652012-04-18 Pedro Alves <palves@redhat.com>
6366
6367 Reimport the update-copyright module from gnulib
6368 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6369
6370 * configure: Regenerate.
6371 * gnulib/Makefile.am: Update.
6372 * gnulib/Makefile.in: Regenerate.
6373 * gnulib/extra/update-copyright: Update.
6374 * gnulib/m4/gnulib-cache.m4: Update.
6375 * gnulib/m4/gnulib-comp.m4: Update.
6376
7f533142
JB
63772012-04-18 Tristan Gingold <gingold@adacore.com>
6378
6379 * configure.ac (aix): Put -lpthread into libs.
6380 * configure: Regenerate.
6381
001822aa
TT
63822012-04-18 Tom Tromey <tromey@redhat.com>
6383
6384 * linespec.c (convert_linespec_to_sals): Don't use
6385 SYMBOL_OBJ_SECTION.
6386 (compare_msymbols): Arguments are minsym_and_objfile, not
6387 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6388
db026a31
PA
63892012-04-18 Pedro Alves <palves@redhat.com>
6390
6391 Revert gnulib/ part of:
6392 2011-01-01 Joel Brobecker <brobecker@adacore.com>
6393 Copyright year update in most files (performed by copyright.sh).
6394
12df843f
JK
63952012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 Fix 64-bit constants on 32-bit hosts.
6398 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6399 from unsigned long to ULONGEST.
6400 (read_signed_leb128): Change declaration return type from long to
6401 LONGEST.
6402 (dwarf2_const_value_attr): Change declaration parameter value from long
6403 to LONGEST.
6404 (dwarf2_compute_name): Change variable value from long to LONGEST.
6405 (read_unsigned_leb128): Change return type, variable result and some
6406 casts from unsigned long to ULONGEST.
6407 (read_signed_leb128): Change return type, variable result and some
6408 casts from long to LONGEST.
6409 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6410 value from long to LONGEST.
6411 (dwarf2_const_value): Change variable value from long to LONGEST.
6412 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6413 plongest and hex_string.
6414 * symtab.h (struct general_symbol_info): Change ivalue from long to
6415 LONGEST, remove the comment.
6416 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6417 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6418
14e75d8e
JK
64192012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6420
6421 PR symtab/7259:
6422 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6423 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6424 (ada_discrete_type_low_bound): Fix function comment. Use
6425 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6426 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6427 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6428 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6429 Use TYPE_FIELD_ENUMVAL.
6430 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6431 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6432 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6433 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6434 TYPE_CODE_ENUM.
6435 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6436 * dwarf2read.c (process_enumeration_scope): Likewise.
6437 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6438 field.bitpos.
6439 (class StructMainTypePrettyPrinter): Support also
6440 FIELD_LOC_KIND_ENUMVAL.
6441 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6442 TYPE_CODE_ENUM.
6443 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6444 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6445 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6446 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6447 field enumval.
6448 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6449 accommodate enumval.
6450 (struct call_site): Adjust loc_kind to accommodate enumval.
6451 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6452 (TYPE_FIELD_ENUMVAL): New macros.
6453 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6454 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6455 TYPE_CODE_ENUM.
6456 * p-typeprint.c (pascal_type_print_base): Likewise.
6457 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6458 enumval.
6459 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6460 * python/py-type.c (convert_field): New variable addrstring. Use
6461 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6462 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6463 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6464 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6465 TYPE_CODE_ENUM.
6466 * valprint.c (generic_val_print): Likewise.
6467
380bca97
DE
64682012-04-17 Doug Evans <dje@google.com>
6469
dcc07052
DE
6470 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6471
380bca97
DE
6472 * dwarf2read.c: Whitespace fixes.
6473 (lookup_signatured_type): Tweak comment.
6474 (get_die_type_at_offset): Fix comment.
6475
ec92004f
JB
64762012-04-17 Joel Brobecker <brobecker@adacore.com>
6477
6478 * xcoffread.c (xcoff_secnum_to_sections): New function.
6479 (secnum_to_section, secnum_to_bfd_section): Reimplement
6480 using xcoff_secnum_to_sections. Rename "secnum" parameter
6481 into "n_scnum".
6482 (RECORD_MINIMAL_SYMBOL): Delete.
6483 (record_minimal_symbol): New function.
6484 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6485 by call to record_minimal_symbol and set misc_func_recorded
6486 to 1. Set last_csect_sec to the XCOFF section index instead
6487 of GDB's section_offset index. Update calls to
6488 prim_record_minimal_symbol_and_info to pass the BFD section
6489 as well.
6490
40301fb7
JB
64912012-04-17 Joel Brobecker <brobecker@adacore.com>
6492
6493 * xcoffread.c (read_xcoff_symtab): Delete variables
6494 last_csect_val and last_csect_sec and associated code.
6495
e0088cfd
DE
64962012-04-17 Doug Evans <dje@google.com>
6497
58d5e2c3
DE
6498 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6499 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6500 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6501 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6502
c27f5738
DE
6503 * cleanups.h: New file.
6504 * cleanups.c: New file.
6505 * Makefile.in (SFILES): Add cleanups.c.
6506 (HFILES_NO_SRCDIR): Add cleanups.h.
6507 (COMMON_OBS): Add cleanups.o.
6508 * defs.h (struct cleanup): Moved to cleanups.h.
6509 (do_cleanups,do_final_cleanups): Ditto.
6510 (discard_cleanups,discard_final_cleanups): Ditto
6511 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6512 (save_cleanups,save_final_cleanups): Ditto.
6513 (restore_cleanups,restore_final_cleanups): Ditto.
6514 (null_cleanup): Ditto.
6515 (make_my_cleanup,make_my_cleanup2): Ditto.
6516 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6517 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6518 (do_cleanups,do_final_cleanups): Ditto.
6519 (discard_cleanups,discard_final_cleanups): Ditto
6520 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6521 (save_cleanups,save_final_cleanups): Ditto.
6522 (restore_cleanups,restore_final_cleanups): Ditto.
6523 (null_cleanup): Ditto.
6524 (make_my_cleanup,make_my_cleanup2): Ditto.
6525 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6526
e0088cfd
DE
6527 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6528 make_my_cleanup.
6529 (make_cleanup_dyn_string_delete): Ditto.
6530 (make_cleanup_ui_file_delete): Ditto.
6531 (make_cleanup_ui_out_redirect_pop): Ditto.
6532 (make_cleanup_free_section_addr_info): Ditto.
6533 (make_cleanup_restore_integer): Ditto.
6534 (make_cleanup_unpush_target): Ditto.
6535 (make_cleanup_value_free_to_mark): Ditto.
6536 (make_cleanup_value_free): Ditto.
6537 (make_cleanup_free_so): Ditto.
6538
4dc84fd1
JK
65392012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 New option "set debug auto-load".
6542 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6543 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6544 (auto_load_safe_path_vec_update)
6545 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6546 if DEBUG_AUTO_LOAD.
6547 (file_is_auto_load_safe): New parameters debug_fmt and ....
6548 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6549 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6550 caller by explanatory string.
6551 (_initialize_auto_load): Register "set debug auto-load".
6552 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6553 and ....
6554 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6555 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6556 by explanatory string.
6557 * main.c (captured_main): Likewise.
6558 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6559 (source_section_scripts): Likewise.
6560
bccbefd2
JK
65612012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 New option "set auto-load safe-path".
6564 * NEWS: New commands "set auto-load safe-path"
6565 and "show auto-load safe-path".
6566 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6567 (auto_load_safe_path, auto_load_safe_path_vec)
6568 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6569 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6570 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6571 (source_gdb_script_for_objfile): New variable is_safe. Call
6572 file_is_auto_load_safe. Return if it is not.
6573 (struct loaded_script): New field loaded.
6574 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6575 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6576 output "Missing" to "No".
6577 (_initialize_auto_load): New variable cmd. Initialize
6578 auto_load_safe_path. Register "set auto-load safe-path",
6579 "show auto-load safe-path" and "add-auto-load-safe-path".
6580 * auto-load.h (maybe_add_script): Add parameter loaded.
6581 (file_is_auto_load_safe): New declaration.
6582 * config.in: Regenerate.
6583 * configure: Regenerate.
6584 * configure.ac: New parameters --with-auto-load-safe-path
6585 and --without-auto-load-safe-path.
6586 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6587 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6588 * main.c (captured_main): Check file_is_auto_load_safe for
6589 LOCAL_GDBINIT.
6590 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6591 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6592 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6593 not.
6594
bf88dd68
JK
65952012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 auto-load: Implementation.
6598 * NEWS: New descriptions for "info auto-load",
6599 "info auto-load gdb-scripts", "info auto-load python-scripts",
6600 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6601 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6602 and "show auto-load-scripts". New description for "set auto-load",
6603 "show auto-load", "set auto-load gdb-scripts",
6604 "show auto-load gdb-scripts", "set auto-load python-scripts",
6605 "show auto-load python-scripts", "set auto-load local-gdbinit",
6606 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6607 "show auto-load libthread-db".
6608 * auto-load.c: Remove include python/python-internal.h. Add includes
6609 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6610 cli/cli-setshow.h.
6611 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6612 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6613 (gdbpy_global_auto_load): Rename to ...
6614 (global_auto_load): ... here.
6615 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6616 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6617 (script_language_gdb, source_gdb_script_for_objfile): New.
6618 (struct loaded_script): New field language.
6619 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6620 LANGUAGE.
6621 (maybe_add_script): Add parameter language. Drop redundant
6622 entry.full_path initialization. Initialize entry.language and
6623 (*slot)->language.
6624 (auto_load_objfile_script): Change parameter suffix to language.
6625 Remove the call of maybe_add_script.
6626 Call language->source_script_for_objfile.
6627 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6628 New.
6629 (collect_matching_scripts): Adjust it for
6630 struct collect_matching_scripts_data.
6631 (auto_load_info_scripts_pattern_nl): New variable.
6632 (info_auto_load_scripts): Rename to ...
6633 (auto_load_info_scripts): ... here, add parameter language. Adjust it
6634 for struct collect_matching_scripts_data.
6635 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6636 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6637 (auto_load_show_cmdlist_get, info_auto_load_cmd)
6638 (auto_load_info_cmdlist_get): New.
6639 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6640 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
6641 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6642 "info auto-load local-gdbinit".
6643 * auto-load.h (struct script_language): New.
6644 (gdbpy_global_auto_load): Rename to ...
6645 (global_auto_load): ... here.
6646 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6647 (auto_load_local_gdbinit_loaded): New declarations.
6648 (maybe_add_script): New parameter language.
6649 (auto_load_objfile_script): Change parameter suffix to language.
6650 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6651 (auto_load_info_scripts, auto_load_set_cmdlist_get)
6652 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6653 declarations.
6654 * linux-thread-db.c: Include auto-load.h and ctype.h.
6655 (auto_load_thread_db, show_auto_load_thread_db): New.
6656 (struct thread_db_info): New field filename.
6657 (delete_thread_db_info): Call xfree for FILENAME.
6658 (try_thread_db_load): Initialize FILENAME.
6659 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6660 if !AUTO_LOAD_THREAD_DB.
6661 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6662 (_initialize_thread_db): Install auto_load_thread_db
6663 as "set auto-load libthread-db" and install info_auto_load_libthread_db
6664 as "info auto-load libthread-db".
6665 * main.c (captured_main): Rename gdbpy_global_auto_load to
6666 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6667 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6668 (print_gdb_help): Extend the help for 'local init file'.
6669 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6670 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6671 (auto_load_scripts): Rename to ...
6672 (auto_load_python_scripts): ... here, update the comment.
6673 (gdbpy_load_auto_script_for_objfile): New declaration.
6674 (show_auto_load_python_scripts, script_language_python)
6675 (gdbpy_load_auto_script_for_objfile): New.
6676 (source_section_scripts): Refactor the code.
6677 (load_auto_scripts_for_objfile): Rename to ...
6678 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6679 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6680 (info_auto_load_python_scripts): New.
6681 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6682 Rename "set auto-load-scripts" to "set auto-load python-scripts".
6683 Register "set auto-load-scripts" as its deprecated alias. Register
6684 "info auto-load python-scripts". Register "info auto-load-scripts" as
6685 its deprecated alias.
6686 (load_auto_scripts_for_objfile): Rename to ...
6687 (gdbpy_load_auto_scripts_for_objfile): ... here.
6688 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6689 (gdbpy_load_auto_scripts_for_objfile): ... here.
6690
e2207b9a
JK
66912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6692
6693 auto-load: Move files.
6694 * Makefile.in (SFILES): Add auto-load.c.
6695 (HFILES_NO_SRCDIR): Add auto-load.h.
6696 (COMMON_OBS): Add auto-load.o.
6697 (distclean): Change .gdbinit for gdb-gdb.gdb.
6698 * auto-load.c: New file, with parts from python/py-auto-load.c.
6699 * auto-load.h: New file, with parts from python/python.h.
6700 * configure: Regenerate.
6701 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6702 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6703 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6704 * main.c: Include auto-load.h.
6705 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6706 command.h, observer.h and progspace.h to auto-load.c. Add include
6707 auto-load.h.
6708 (gdbpy_global_auto_load, struct auto_load_pspace_info)
6709 (struct loaded_script, auto_load_pspace_data)
6710 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6711 (hash_loaded_script_entry, eq_loaded_script_entry)
6712 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6713 (maybe_add_script): Move to auto-load.c.
6714 (source_section_scripts): Change maybe_add_script parameters passing,
6715 use script_not_found_warning_print.
6716 (clear_section_scripts, auto_load_objfile_script)
6717 (auto_load_new_objfile, loaded_script_ptr)
6718 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6719 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6720 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6721 auto_load_new_objfile and info_auto_load_scripts initizations to
6722 auto-load.c.
6723 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6724
e4ab2fad
JK
67252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6726
6727 Code cleanup.
6728 * charset.c (find_charset_names): Remove variables ix and elt.
6729 Use free_char_ptr_vec.
6730 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6731 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6732 debugdir_end. New variable debugdir_len.
6733 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6734 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6735 declarations.
6736 * progspace.c (clear_program_space_solib_cache): Remove variables ix
6737 and elt. Use free_char_ptr_vec.
6738 * source.c (add_path): Remove variables argv, arg and argv_index.
6739 New variables dir_vec, back_to, ix and name.
6740 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
6741 make_cleanup_freeargv. Remove variable separator. Simplify the code
6742 no longer expecting DIRNAME_SEPARATOR.
6743 (openp): Remove variable p, p1 and len. New variables dir_vec,
6744 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
6745 no longer expecting DIRNAME_SEPARATOR.
6746 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6747 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
6748 debugdir_end.
6749 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6750 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6751 (dirnames_to_char_ptr_vec): New functions.
6752
5ee4ed9f
JK
67532012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 Code cleanup.
6756 * source.c (add_path): Remove always true conditional 'p == 0' and
6757 unindent its code block.
6758
f41f5e61
PA
67592012-04-17 Pedro Alves <palves@redhat.com>
6760
6761 * gdbtypes.h (FIELD_BITPOS): Rename to ...
6762 (FIELD_BITPOS_LVAL): ... this.
6763 (FIELD_BITPOS): New.
6764 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6765 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6766 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6767 SET_FIELD_BITPOS.
6768 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6769 SET_FIELD_BITPOS.
6770 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6771 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6772 * target-descriptions.c (tdesc_gdb_type): Adjust to use
6773 SET_FIELD_BITPOS.
6774
945b3a32
JK
67752012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6776
6777 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6778 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6779 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6780 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6781 * jv-lang.c (java_link_class_type): Likewise, once.
6782 * stabsread.c (read_enum_type): Likewise.
6783
42476b70
YQ
67842012-04-16 Yao Qi <yao@codesourcery.com>
6785
6786 * common/agent.c (agent_run_command): Add one more parameter `len'.
6787 Update callers.
6788 * common/agent.h: Update declaration.
6789 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6790 Update.
6791 (linux_child_static_tracepoint_markers_by_strid): Ditto.
6792
8264ba82
AG
67932012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6794
6795 PR mi/13393
6796 * value.c (value_actual_type): New function.
6797 * value.h (value_actual_type): New declaration.
6798 * varobj.c (update_type_if_necessary): New function.
6799 (varobj_create): Call value_actual_type instead of
6800 value_type.
6801 (install_dynamic_child): distinct changed and type changed MI variable
6802 objects.
6803 (update_dynamic_varobj_children): Updated for install_dynamic_child
6804 change. All callers updated.
a09130f9 6805 (varobj_update): Support for MI variable object type change if
8264ba82
AG
6806 the value changed and RTTI is used to determine the type.
6807 (create_child_with_value): Call value_actual_type instead of
6808 value_type.
a09130f9 6809 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
6810 specify whether the given value should be casted to enclosing type.
6811 All callers updated.
6812
55a8c076
YQ
68132012-04-14 Yao Qi <yao@codesourcery.com>
6814
6815 Import gnulib module inttypes from git
6816 (250b80067c1e1d8faa0c42fb572f721975b929c5)
6817 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
6818 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6819 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
6820 * aclocal.m4, config.in, configure: Regenerated.
6821 * gnulib/Makefile.am: Update.
6822 * gnulib/Makefile.in: Update.
6823 * gnulib/m4/gnulib-cache.m4: Update.
6824 * gnulib/m4/gnulib-comp.m4: Update.
6825 * gnulib/inttypes.in.h: New.
6826 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 6827 * gnulib/m4/inttypes.m4: New.
55a8c076 6828
ca7781d2
LM
68292012-04-13 Luis Machado <lgustavo@codesourcery.com>
6830
6831 * infrun.c (resume): Update PC address to the real PC after
6832 preparing to do displaced stepping.
6833
e319fa28
DE
68342012-04-12 Doug Evans <dje@google.com>
6835
6836 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6837 All callers updated.
6838
15add3f5
MK
68392012-04-12 Mark Kettenis <kettenis@gnu.org>
6840
6841 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6842
52dc124a
DE
68432012-04-12 Doug Evans <dje@google.com>
6844
0e50663e
DE
6845 * dwarf2read.c (create_all_type_units): Renamed from
6846 create_debug_types_hash_table. All callers updated.
6847
52dc124a
DE
6848 * dwarf2read.c (create_signatured_type_table_from_index): Rename
6849 local type_sig to sig_type, type_offset to type_offset_in_tu.
6850 (hash_signatured_type): Renamed from hash_type_signature,
6851 all callers updated.
6852 (eq_signatured_type): Renamed from eq_type_signature,
6853 all callers updated.
6854 (create_debug_types_hash_table): Rename local type_sig to sig_type.
6855 (process_enumeration_scope): Ditto.
6856 (lookup_signatured_type_at_offset): Ditto.
6857 (load_full_type_unit, read_signatured_type): Ditto.
6858
248fd3bf
YQ
68592012-04-12 Yao Qi <yao@codesourcery.com>
6860
6861 * remote.c (async_remote_interrupt): Correct function name in
6862 debug message.
6863 (async_remote_interrupt_twice): Ditto.
6864
bc3aa6c3
DE
68652012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
6866
6867 * source.c (find_and_open_source): Consistently pass resulting
6868 full path through xfullpath.
6869
9e529e1d
JK
68702012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 Provide more specific displaced-stepping memory error message.
6873 * infrun.c (displaced_step_prepare): New variable status. Call
6874 target_read_memory instead of read_memory, provide more specific
6875 error message.
6876
82e0cec1
TG
68772012-04-11 Tristan Gingold <gingold@adacore.com>
6878
6879 PR gdb/13901
6880 * darwin-nat.c (darwin_execvp): Revert previous patch.
6881
d987a266
TG
68822012-04-11 Tristan Gingold <gingold@adacore.com>
6883
6884 PR gdb/13901
6885 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6886 in case of change.
6887
016b7430
TG
68882012-04-11 Tristan Gingold <gingold@adacore.com>
6889
6890 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6891 warning.
6892
06fc020f
SCR
68932012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6894
6895 New command 'explore' which helps explore values and types in
6896 scope.
6897 * NEWS: Add an entry about the new 'explore' command.
6898 * data-directory/Makefile.in: Add gdb/command/explore.py
6899 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 6900 command using the GDB Python API.
06fc020f 6901
de0919f8 69022012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
6903
6904 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6905 extension in jump target calculation.
6906
de0919f8 69072012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
6908
6909 * mips-tdep.c (mips32_next_pc): Handle JALX.
6910
2f26ef89
YQ
69112012-04-10 Yao Qi <yao@codesourcery.com>
6912
6913 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6914
2e505b66
YQ
69152012-04-10 Yao Qi <yao@codesourcery.com>
6916
6917 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6918 and gnulib/m4/gnulib-tool.m4.
6919
0d99eb77
DE
69202012-04-10 Doug Evans <dje@google.com>
6921
6922 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6923 (load_partial_dies): Clarify comment.
6924 (find_partial_die): Support rereading type units.
6925 Clarify CU handling, if we know offset is in CU, don't search for the
6926 containing CU. Add comment regarding memory waste.
6927
9a82b8ff
L
69282012-04-10 H.J. Lu <hongjiu.lu@intel.com>
6929
6930 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6931 i386/x32-avx and i386/x32-avx-linux.
6932 (i386/x32-expedite): New.
6933 (i386/x32-linux-expedite): Likewise.
6934 (i386/x32-avx-expedite): Likewise.
6935 (i386/x32-avx-linux-expedite): Likewise.
6936 ($(outdir)/i386/x32.dat): Likewise.
6937 ($(outdir)/i386/x32-linux.dat): Likewise.
6938 ($(outdir)/i386/x32-avx.dat): Likewise.
6939 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6940
6941 * features/i386/x32-avx-linux.xml: New file.
6942 * features/i386/x32-avx.xml: Likewise.
6943 * features/i386/x32-core.xml: Likewise.
6944 * features/i386/x32-linux.xml: Likewise.
6945 * features/i386/x32.xml: Likewise.
6946
6947 * features/i386/x32-avx-linux.c: New. Generated.
6948 * features/i386/x32-avx.c: Likewise.
6949 * features/i386/x32-linux.c: Likewise.
6950 * features/i386/x32.c: Likewise.
6951 * regformats/i386/x32-avx-linux.dat: Likewise.
6952 * regformats/i386/x32-avx.dat: Likewise.
6953 * regformats/i386/x32-linux.dat: Likewise.
6954 * regformats/i386/x32.dat: Likewise.
6955
ee41036f
TG
69562012-04-10 Tristan Gingold <gingold@adacore.com>
6957
6958 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6959 code to kill the inferior.
6960
a7aa5b8a
MK
69612012-04-09 Mark Kettenis <kettenis@gnu.org>
6962
6963 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6964 defines.
6965 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6966 defines.
a09130f9 6967 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
6968 (yyvsp): New defines.
6969 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6970 defines.
6971 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6972 defines.
6973 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6974 defines.
6975 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6976 defines.
6977 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6978 defines.
6979
fb57d452
MK
69802012-04-09 Mark Kettenis <kettenis@gnu.org>
6981
a09130f9 6982 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
6983 (sparc64_store_arguments): Fix coding style.
6984
cdc7b32f
MK
69852012-04-07 Mark Kettenis <kettenis@gnu.org>
6986
6987 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6988 complex floats, adjust some related comments and tighten a related
6989 assertion.
6990 (sparc64_extract_return_value): Handle complex floats.
6991
7adf1e79
DE
69922012-04-07 Doug Evans <dje@google.com>
6993
6994 * dwarf2read.c (load_partial_dies): Change condition to assert.
6995
50f1ae7b
DE
69962012-04-06 Doug Evans <dje@google.com>
6997
6998 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6999 "mov %rsp,%rbp".
7000
55fa75c3
KB
70012012-04-05 Kevin Buettner <kevinb@redhat.com>
7002
7003 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7004 fencepost error.
7005 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7006 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7007 architecture.
7008
40e084e1
KS
70092012-04-05 Keith Seitz <keiths@redhat.com>
7010
7011 * linespec.c (decode_compound): Remove.
7012 (enum offset_relative_sign): New enum.
7013 (struct line_offset): New struct.
7014 (struct linespec): New struct.
7015 (struct linespec_state): Move file_symtabs,
7016 user_filename, and user_function into struct linespec.
7017 Make result an anonymous struct holding vectors of
7018 symbolp and minsym_and_objfile_d.
7019 Add language member.
7020 (enum ls_token_type): New enum.
7021 (linespec_keywords): New array.
7022 (struct ls_token): New struct.
7023 (struct ls_parser): New struct.
7024 (linespec_lexer_lex_number): New function.
7025 (linespec_lexer_lex_keyword): New function.
7026 (is_ada_operator): New function.
7027 (skip_quote_char): New function.
7028 (copy_token_string): New function.
7029 (is_closing_quote_enclosed): New function.
7030 (find_parameter_list_end): New function.
7031 (linespec_lexer_lex_string): New function.
7032 (linespec_lexer_lex_one): New function.
7033 (linespec_lexer_consume_token): New function.
7034 (linespec_lexer_peek_token): New function.
7035 (cplusplus_error): Remove unused function.
7036 (find_methods): Update comment.
7037 (find_toplevel_char): Return const.
7038 (is_objc_method_format): Remove unused function.
7039 (find_toplevel_string): New function.
7040 (is_linespec_boundary): Remove.
7041 (symbol_not_found_error): New function.
7042 (find_method_overload_end): Remove function.
7043 (unexpected_linespec_error): New function.
7044 (keep_name_info): Remove.
7045 (linespec_parse_line_offset): New function.
7046 (linespec_parse_basic): New function.
7047 (canonicalize_linespec): New function.
7048 (decode_line_internal): Remove.
7049 (create_sals_line_offset): New function adapted from
7050 decode_all_digits.
7051 (convert_linespec_to_sals): New function.
7052 (parse_linespec): New function.
7053 (linespec_parser_new): New function.
7054 (linespec_state_destructor): Change parameter type to
7055 struct linespec_state *.
7056 Add language parameter.
7057 Remove freeing of moved members.
7058 (linespec_parser_delete): New function.
7059 (decode_line_full): Use parse_linespec and linespec_parser_new.
7060 (decode_line_1): Likewise.
7061 (decode_indirect): Rename to ...
7062 (linespec_expression_to_pc): ... this and rewrite
7063 to simply find CORE_ADDR, storing this result for later
7064 conversion to SALs.
7065 (locate_first_half): Remove.
7066 (deocde_objc): Add parameter LS.
7067 Initialize new struct collect_info members.
7068 Handle minimal symbols, too.
7069 (decode_compound): Delete.
7070 (lookup_prefix_sym): Rewrite.
7071 (compare_msymbols): New function.
7072 (find_method): Rewrite.
7073 Do not call cplusplus_error.
7074 (symtabs_from_filename): Rewrite.
7075 (collect_function_symbols): Delete.
7076 (find_function_symbols): Rewrite without ARGPTR-style
7077 processing.
7078 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7079 (decode_dollar): Adapted and renamed to ...
7080 (linespec_parse_variable): ... this.
7081 (find_linespec_symbols): New function.
7082 (decode_label): Adapted and renamed to ...
7083 (find_label_symbols): ... this.
7084 (decode_digits_list_mode): Add and use LS argument.
7085 (decode_digits_ordinary): Likewise.
7086 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7087 If in list mode, allow any symbol class. Otherwise, only
7088 permit LOC_BLOCK symbols.
7089 (minsym_found): Update comments.
7090 (search_minsyms_for_name): Do not convert the matching symbol
7091 into a SAL. Simply push the symbol and objfile into the
7092 result vector.
7093 (decode_variable): Delete. Contents adapted into
7094 find_linespec_symbols.
7095
7096 * cp-support.c (SKIP_SPACE): Remove.
7097 (operator_tokens): Remove unused global.
7098 (cp_validate_operator): Remove.
7099 * cp-support.h (cp_validate_operator): Remove declaration.
7100
a72c8f6a
JK
71012012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7104 for TYPE_VPTR_FIELDNO.
7105 * valprint.c (valprint_check_validity): Make it global, move the
7106 function comment ...
7107 * value.h (valprint_check_validity): ... to this new declaration.
7108
cf9bb588
TG
71092012-04-02 Tristan Gingold <gingold@adacore.com>
7110
7111 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7112 the STATE32 api for i386 state.
7113 (i386_darwin_store_inferior_registers): Likewise.
7114
17092398
TG
71152012-04-02 Tristan Gingold <gingold@adacore.com>
7116
7117 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7118 SS offset.
7119 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7120 format_string.
7121
ece0061f
TG
71222012-04-02 Tristan Gingold <gingold@adacore.com>
7123
7124 PR gdb/13901
d987a266 7125 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7126
cf65ecd3
JK
71272012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7128
7129 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7130
9bc3523d
TT
71312012-03-30 Tom Tromey <tromey@redhat.com>
7132
7133 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7134 of TRY_CATCH. Fix error handling.
7135 * python/py-value.c (convert_value_from_python): Move 'old'
7136 declaration to innermost scope.
7137
b1ed564a
JB
71382012-03-29 Joel Brobecker <brobecker@adacore.com>
7139 Andrey Smirnov <andrew.smirnov@gmail.com>
7140
7141 -Wshadow warning fix.
7142 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7143 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7144 Adjust code accordingly.
7145
cb8e9b97
JB
71462012-03-29 Joel Brobecker <brobecker@adacore.com>
7147
7148 * ada-lang.c (symbol_completion_add): Rename parameter
7149 "encoded" into "encoded_p". Ajust code and documentation
7150 accordingly.
7151
c0af1706
JB
71522012-03-29 Joel Brobecker <brobecker@adacore.com>
7153 Andrey Smirnov <andrew.smirnov@gmail.com>
7154
7155 -Wshadow warning fix.
7156 * ada-lang.c (symbol_completion_add): Rename parameter
7157 "wild_match" into wild_match_p. Update code and documentation
7158 accordingly.
7159
6ea35997
JB
71602012-03-29 Joel Brobecker <brobecker@adacore.com>
7161
7162 * ada-lang.c (symbol_completion_match): Rename parameter
7163 "encoded" into "encoded_p". Ajust code and documentation
7164 accordingly.
7165
e701b3c0
JB
71662012-03-29 Joel Brobecker <brobecker@adacore.com>
7167 Andrey Smirnov <andrew.smirnov@gmail.com>
7168
7169 -Wshadow warning fix.
7170 * ada-lang.c (symbol_completion_match): Rename parameter
7171 "wild_match" into "wild_match_p". Adjust code and function
7172 documentation accordingly.
7173
5e2336be
JB
71742012-03-29 Joel Brobecker <brobecker@adacore.com>
7175 Andrey Smirnov <andrew.smirnov@gmail.com>
7176
7177 -Wshadow warning fix.
7178 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7179 "symbol_info" into "info". Adjust code accordingly.
7180 (ada_lookup_symbol): Likewise.
7181
9f88c959
JB
71822012-03-29 Joel Brobecker <brobecker@adacore.com>
7183
7184 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7185 of this function's documentation.
7186
82ccd55e
JB
71872012-03-29 Joel Brobecker <brobecker@adacore.com>
7188 Andrey Smirnov <andrew.smirnov@gmail.com>
7189
7190 -Wshadow warning fix.
7191 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7192 variable into "wild_match_p". Adjust code accordingly.
7193
d0a8ab18
JB
71942012-03-29 Joel Brobecker <brobecker@adacore.com>
7195 Andrey Smirnov <andrew.smirnov@gmail.com>
7196
7197 -Wshadow warning fix.
7198 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7199 parameter into "wild_match_p". Adjust code accordingly.
7200 Document this parameter in the function description.
7201
48b78332
JB
72022012-03-29 Joel Brobecker <brobecker@adacore.com>
7203 Andrey Smirnov <andrew.smirnov@gmail.com>
7204
7205 -Wshadow warning fix.
7206 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7207 "wild_match" parameter to "wild_match_p" (-Wshadow).
7208
2e6e0353
JB
72092012-03-29 Joel Brobecker <brobecker@adacore.com>
7210
7211 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7212 in function documentation.
7213
dc4024cd
JB
72142012-03-29 Joel Brobecker <brobecker@adacore.com>
7215 Andrey Smirnov <andrew.smirnov@gmail.com>
7216
7217 -Wshadow warning fix.
7218 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7219 variable into wild_match_p. Adjust code accordingly.
7220
6c88661c
JB
72212012-03-29 Joel Brobecker <brobecker@adacore.com>
7222 Andrey Smirnov <andrew.smirnov@gmail.com>
7223
7224 * ada-valprint.c (ada_val_print_1): Move the code handling
7225 TYPE_CODE_ENUM inside its own lexical block. Declare
7226 variables len and val there, instead of in the function's
7227 top level block. Avoid declaring deref_val again in a way
7228 that shadows another variable of the same name declared
7229 in one of the up-level blocks. Just re-use the up-level
7230 variable instead.
7231
4e5c77fe
JB
72322012-03-29 Joel Brobecker <brobecker@adacore.com>
7233
7234 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7235 Replace block_found argument by symbol_info. Adjust
7236 implementation accordingly. Add function documentation.
7237 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7238 Fix documentation.
7239 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7240 * ada-exp.y (write_object_renaming): Adjust to new
7241 ada_lookup_encoded_symbol API.
7242
1c0ac8c7
JB
72432012-03-29 Joel Brobecker <brobecker@adacore.com>
7244
7245 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7246 documentation.
7247
2aaed979
KB
72482012-03-28 Rathish C <rathish.c@kpitcummins.com>
7249
7250 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7251 (v850_register_name): Add the mpu and fpu register names.
7252 (v850e_register_name): Add the mpu and fpu register names.
7253 (v850e2_register_name): New function.
a09130f9 7254 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7255 bfd_mach_v850e2v3.
7256
927fbba6
JB
72572012-03-28 Joel Brobecker <brobecker@adacore.com>
7258
7259 * NEWS: Add entry for Ada varobj support.
7260
d32cafc7
JB
72612012-03-28 Joel Brobecker <brobecker@adacore.com>
7262
7263 * varobj.c (default_value_is_changeable_p): New function,
7264 extracted from varobj_value_is_changeable_p. Add declaration.
7265 (ada_value_is_changeable_p): New function, extracted from
7266 varobj_value_is_changeable_p. Add declaration.
7267 (struct language_specific): New field "value_is_changeable_p".
7268 (languages): Add entries for new field.
7269 (varobj_create): Set language before calling install_new_value.
7270 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7271 "value_is_changeable_p" language callback.
7272
181875a4
JB
72732012-03-28 Joel Brobecker <brobecker@adacore.com>
7274
7275 * ada-varobj.h, ada-varobj.c: New files.
7276 * Makefile.in (SFILES): Add ada-varobj.c.
7277 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7278 (COMMON_OBS): Add ada-varobj.o.
7279
7a290c40
JB
72802012-03-28 Joel Brobecker <brobecker@adacore.com>
7281
7282 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7283 (struct language_specific): New field "value_has_mutated".
7284 (languages): Set field "value_has_mutated" in each entry of array.
7285 (varobj_value_has_mutated): New function.
7286 (varobj_udpdate): Add handling of type mutation.
7287 (value_of_root): Add handling of type mutation.
7288 (ada_value_has_mutated): New function.
7289
ca9b8b9c
PA
72902012-03-28 Pedro Alves <palves@redhat.com>
7291
7292 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7293 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7294
cc0265cd
TT
72952012-03-28 Tom Tromey <tromey@redhat.com>
7296
7297 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7298 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7299 before returning.
7300
3ad2ec6f
TT
73012012-03-28 Tom Tromey <tromey@redhat.com>
7302
7303 * .dir-locals.el: New file.
7304
4a6510ba
PA
73052012-03-28 Pedro Alves <palves@redhat.com>
7306
7307 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7308
5a75128f
JB
73092012-03-28 Joel Brobecker <brobecker@adacore.com>
7310
7311 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7312 handling for r0.
7313
f99d8bf4
PA
73142012-03-27 Pedro Alves <palves@redhat.com>
7315
7316 Eliminate struct ui_stream.
7317
7318 * ui-out.h (struct ui_stream): Delete.
7319 (ui_out_field_stream): Adjust prototype.
7320 (ui_out_stream_new, ui_out_stream_delete)
7321 (make_cleanup_ui_out_stream_delete): Delete declarations.
7322 * ui-out.c (ui_out_field_stream): Change prototype to take a
7323 ui_file instead of a ui_stream. Adjust.
7324 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7325 (make_cleanup_ui_out_stream_delete): Delete.
7326 * breakpoint.c (print_breakpoint_location)
7327 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7328 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7329 * disasm.c (dump_insns): Ditto.
7330 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7331 prototype.
7332 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7333 ui_stream/ui_out_stream_new.
7334 * infcmd.c (print_return_value): Ditto.
7335 * osdata.c (info_osdata_command): Don't allocate a local
7336 ui_stream.
7337 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7338 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7339 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7340 allocate a local ui_stream.
7341 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7342 instead of ui_stream/ui_out_stream_new.
7343 (list_args_or_locals): Don't allocate a local ui_stream.
7344 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7345 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7346 ui_stream/ui_out_stream_new.
7347 * cli/cli-setshow.c (do_setshow_command): Ditto.
7348
6350a066 73492012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 7350
6350a066
PA
7351 * arm-linux-tdep.c (arm_linux_init_abi): Call
7352 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7353 * arm-tdep.c (arm_process_record): New function.
7354 (deallocate_reg_mem): New function.
7355 (decode_insn): New function.
7356 (thumb_record_branch): New function.
7357 (thumb_record_ldm_stm_swi(): New function.
7358 (thumb_record_misc): New function.
7359 (thumb_record_ld_st_stack): New function.
7360 (thumb_record_ld_st_imm_offset): New function.
7361 (thumb_record_ld_st_reg_offset(): New function.
7362 (thumb_record_add_sub_cmp_mov): New function.
7363 (thumb_record_shift_add_sub): New function.
7364 (arm_record_coproc_data_proc): New function.
7365 (arm_record_coproc): New function.
7366 (arm_record_b_bl): New function.
7367 (arm_record_ld_st_multiple): New function.
7368 (arm_record_ld_st_reg_offset): New function.
7369 (arm_record_ld_st_imm_offset): New function.
7370 (arm_record_data_proc_imm): New function.
7371 (arm_record_data_proc_misc_ld_str): New function.
7372 (arm_record_extension_space): New function.
7373 (arm_record_strx): New function.
7374 (sbo_sbz): New function.
7375 (struct insn_decode_record): New structure for arm insn record.
7376 (REG_ALLOC): New macro for reg allocations.
7377 (MEM_ALLOC): New macro for memory allocations.
7378 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7379
89e028e2
AS
73802012-03-27 Andreas Schwab <schwab@linux-m68k.org>
7381
7382 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7383 (store_register): Likewise.
7384
6350a066 73852012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 7386
6350a066 7387 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7388
5b43fab2
JK
73892012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7392 Describe also the option "auto".
7393
b5453b95
RH
73942012-03-22 Richard Henderson <rth@redhat.com>
7395
7396 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7397 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7398
227ee7fc
RH
73992012-03-22 Richard Henderson <rth@redhat.com>
7400
7401 * jit.c (jit_read_code_entry): Compute alignment and offset of
7402 int64_t member before computing entry_size.
7403
7b282c5a
SCR
74042012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7405
7406 Python scripting: Add new method Value.referenced_value to
7407 gdb.Value which can dereference pointer as well as reference
7408 values.
7409 * NEWS: Add entry under 'Python scripting' about the new method
7410 Value.referenced_value on gdb.Value objects.
7411 * python/py-value.c (valpy_referenced_value): New function
7412 defining a new method on gdb.Value objects which can dereference
7413 pointer and reference values.
7414
0c83539f
SCR
74152012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7416
7417 * MAINTAINERS (Write After Approval): Add myself to the list.
7418
7ccffd7c
KB
74192012-03-21 Kevin Buettner <kevinb@redhat.com>
7420
7421 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7422 in addition to "main".
7423
bd0b9f9e
JB
74242012-03-21 Joel Brobecker <brobecker@adacore.com>
7425
7426 * expression.h (op_name): Add declaration.
7427 * expprint.c (op_name): Remove declaration. Make non-static.
7428 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7429
a5362b9a
TS
74302012-03-21 Thomas Schwinge <thomas@codesourcery.com>
7431
7432 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7433 of struct siginfo.
7434 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7435 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7436 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7437 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7438 (linux_nat_get_siginfo): Likewise.
7439 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7440 (linux_nat_get_siginfo): Likewise.
7441 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7442 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7443 * procfs.c (gdb_siginfo_t): Likewise.
7444
adcadaab
MF
74452012-03-21 Mike Frysinger <vapier@gentoo.org>
7446
7447 * .gitignore: Ignore more files.
7448
e278ad5b
PA
74492012-03-20 Pedro Alves <palves@redhat.com>
7450
7451 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7452 returns.
7453
741e63d7
YQ
74542012-03-20 Yao Qi <yao@codesourcery.com>
7455
7456 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7457 comment.
7458
b64f50a1
JK
74592012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7460
7461 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7462 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7463 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7464 sect_offset.
7465 * dwarf2expr.h (cu_offset, sect_offset): New types.
7466 (struct dwarf_expr_context_funcs) <dwarf_call>
7467 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7468 sect_offset.
7469 (struct dwarf_expr_context) <len>: Improve the comment.
7470 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7471 cu_offset and sect_offset.
7472 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7473 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7474 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7475 * dwarf2loc.h: Include dwarf2expr.h.
7476 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7477 and sect_offset.
7478 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7479 Improve the comment.
7480 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7481 (struct signatured_type, struct line_header, struct partial_die_info)
7482 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7483 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7484 (get_die_type_at_offset, create_cus_from_index)
7485 (create_signatured_type_table_from_index, dw2_get_file_names)
7486 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7487 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7488 (create_debug_types_hash_table, process_psymtab_comp_unit)
7489 (load_partial_comp_unit, create_all_comp_units)
7490 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7491 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7492 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7493 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7494 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7495 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7496 (find_partial_die, read_attribute_value, lookup_die_type)
7497 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7498 (is_ref_attr): New function comment.
7499 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7500 Use cu_offset and sect_offset.
7501 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7502 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7503 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7504 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7505 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7506 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7507 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7508 sect_offset.
7509
e97a38f7
JK
75102012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7511
7512 Code cleanup.
7513 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7514 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7515 with xfree.
7516 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7517
8320cc4f
JK
75182012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 * NEWS: Describe new options --init-command=FILE, -ix and
7521 --init-eval-command=COMMAND, -iex.
7522 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7523 CMDARG_INIT_COMMAND.
7524 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7525 "init-command", "init-eval-command", "ix" and "iex" to the variable
7526 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7527 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7528 (print_gdb_help): Describe --init-command=FILE, -ix and
7529 --init-eval-command=COMMAND, -iex.
7530
26743505
JK
75312012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 Code cleanup.
7534 * main.c (struct cmdarg): Move it here from main. Add more comments.
7535 (cmdarg_s, VEC (cmdarg_s)): New.
7536 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7537 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7538 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7539 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7540 of CMDARG.
7541
5ff5c7b4
TT
75422012-03-19 Tom Tromey <tromey@redhat.com>
7543
7544 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7545
ab260dad
JK
75462012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 PR symtab/13777
7549 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7550 GCC >=4.5.
7551
c366c1f0
TT
75522012-03-16 Chris January <chris.january@allinea.com>
7553
7554 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7555 of clear.
7556
e16edb45
TT
75572012-03-16 Chris January <chris.january@allinea.com>
7558
7559 * source.c (add_path): Use memmove instead of strcpy because the
7560 strings overlap.
7561
53ba8333
JB
75622012-03-16 Joel Brobecker <brobecker@adacore.com>
7563
7564 * value.h (set_value_parent): Add declaration.
7565 * value.c (set_value_parent): New function.
7566 (value_address): If VALUE->PARENT is not NULL, then use it as
7567 the base address instead of VALUE->LOCATION.address.
7568 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7569 the same as OBJ's address. Adjust V's offset accordingly.
7570 Set V's parent.
7571
481860b3
GB
75722012-03-16 Gary Benson <gbenson@redhat.com>
7573
7574 PR breakpoints/10738
7575 * dwarf2read.c (use_deprecated_index_sections): New global.
7576 (struct partial_die_info): New member may_be_inlined.
7577 (read_partial_die): Set may_be_inlined where appropriate.
7578 (add_partial_subprogram): Add partial symbols for partial
7579 DIEs that may be inlined.
7580 (new_symbol_full): Add inlined subroutines to the current
7581 scope.
7582 (write_psymtabs_to_index): Bump version number.
7583 (dwarf2_read_index): Read only version 6 indices unless
7584 use_deprecated_index_sections is set.
7585 * linespec.c (symbol_and_data_callback): New structure.
7586 (iterate_inline_only): New function.
7587 (iterate_over_all_matching_symtabs): New argument
7588 "include_inline". If nonzero, also call the callback for
7589 symbols representing inlined subroutines.
7590 (lookup_prefix_sym): Pass extra argument to the above.
7591 (find_function_symbols): Likewise.
7592 (add_matching_symbols_to_info): Likewise.
7593 * NEWS: Mention that GDB can now set breakpoints on inlined
7594 functions.
7595
d0e7e15a
PM
75962012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7597
7598 * p-typeprint.c (pascal_type_print_method_args):
7599 Fix display of parameter of methods.
7600
3d354654
PM
76012012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7602
7603 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7604 Add missing prototype.
7605
cafe75b0
JK
76062012-03-16 Yao Qi <yao@codesourcery.com>
7607 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 Fix false compilation warning.
7610 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7611
25f8c692
JL
76122012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
7613 Pedro Alves <pedro@codesourcery.com>
7614
7615 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7616 (arm_register_g_packet_guesses): New function.
7617 (arm_gdbarch_init): Don't force a target description with
7618 registers when the executable is detected as M-profile. Instead
7619 set gdbarch->tdep->is_m. Register `g' packet guesses.
7620 (_initialize_arm_tdep): Initialize the new target description.
7621 * features/arm-with-m-fpa-layout.xml: New description.
7622 * features/arm-with-m-fpa-layout.c: New, generated.
7623
35c63cd8
JB
76242012-03-15 Joel Brobecker <brobecker@adacore.com>
7625
7626 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7627 Update function description.
7628 (insert_bp_location): Do not wipe bl->target_info out.
7629 * mem-break.c: #include "gdb_string.h".
7630 (default_memory_insert_breakpoint): Do not call target_read_memory
7631 with a pointer to the breakpoint's shadow_contents buffer. Use
7632 a local buffer instead.
7633 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7634
57651221
TT
76352012-03-15 Tom Tromey <tromey@redhat.com>
7636
7637 * NEWS: Mention "info vtbl", not "info vtable".
7638 * cp-support.c (info_vtbl_command): Fix comment.
7639 (_initialize_cp_support): Fix text.
7640
410528f0
TT
76412012-03-15 Tom Tromey <tromey@redhat.com>
7642
7643 * cp-valprint.c (cp_print_value_fields): Use
7644 print_function_pointer_address for vtable slot.
7645
c4aeac85
TT
76462012-03-15 Tom Tromey <tromey@redhat.com>
7647
7648 * gnu-v3-abi.c (struct value_and_voffset): New.
7649 (hash_value_and_voffset, eq_value_and_voffset)
7650 (compare_value_and_voffset, compute_vtable_size)
7651 (print_one_vtable, gnuv3_print_vtable): New functions.
7652 (init_gnuv3_ops): Initialize 'print_vtable' field.
7653 * cp-support.c (info_vtbl_command): New function.
7654 (_initialize_cp_support): Add "info vtbl".
7655 * cp-abi.h (cplus_print_vtable): Declare.
7656 (struct cp_abi_ops) <print_vtable>: New field.
7657 * cp-abi.c (cplus_print_vtable): New function.
7658 * NEWS: Update.
7659
95cbceff
TT
76602012-03-15 Tom Tromey <tromey@redhat.com>
7661
7662 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7663 iterate_over_symbols.
7664
589b4a32
DE
76652012-03-14 Doug Evans <dje@google.com>
7666
7667 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7668 DW_OP_GNU_parameter_ref.
7669
e837f12a
JK
76702012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7671
7672 Fix double prompt of 'interpreter-exec mi'.
7673 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7674 (mi_interpreter_resume): use it.
7675 (mi_execute_command_input_handler): New function.
7676 * mi/mi-main.c (mi_execute_command): Move prompt printing to
7677 mi_execute_command_input_handler.
7678
ff1e4526 76792012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
7680
7681 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7682 prototype.
7683 (darwin_debug_port_info): Make static.
7684 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7685 * machoread.c (_initialize_machoread): Add prototype.
7686 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7687 (i386_darwin_set_control, i386_darwin_get_control)
7688 i386_darwin_dr_set_addr, i386_darwin_get_addr)
7689 i386_darwin_get_status, i386_darwin_get_control):
7690 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7691
d8a5d6ee
JB
76922012-03-13 Joel Brobecker <brobecker@adacore.com>
7693
7694 * ax-gdb.c (gen_usual_unary): Remove special handling of
7695 enum and bool types.
7696
af381b8c
JB
76972012-03-13 Joel Brobecker <brobecker@adacore.com>
7698
7699 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7700
786c562f
JB
77012012-03-13 Joel Brobecker <brobecker@adacore.com>
7702
7703 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7704
e3ebf1bb
JB
77052012-03-13 Chris January <chris.january@allinea.com>
7706
7707 * aix-thread.c (fill_sprs): Store the floating point registers
7708 at the correct offsets into vals.
7709
c5b7e1cb
DE
77102012-03-13 Doug Evans <dje@google.com>
7711
16899756
DE
7712 * NEWS: Mention symbol-reloading has been deleted.
7713 * symfile.c (symbol_reloading): Delete.
7714 (show_symbol_reloading): Delete.
7715 (_initialize_symfile): Delete set/show symbol-reloading.
7716
c5b7e1cb
DE
7717 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7718 read_in_chain until we have successfully read it in.
7719 (load_full_comp_unit): Ditto.
7720 (read_signatured_type): Add comment.
7721
46cb6474
JB
77222012-03-13 Chris January <chris.january@allinea.com>
7723
7724 * stabsread.c (fix_common_block): Change type of valu argument
7725 to CORE_ADDR.
7726
76219d77
JB
77272012-03-13 Chris January <chris.january@allinea.com>
7728
7729 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7730 instruction.
7731
87b0bb13
JK
77322012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7733
7734 * common/linux-procfs.c (linux_proc_get_int): New, from
7735 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7736 field.
7737 (linux_proc_get_tgid): Only call linux_proc_get_int.
7738 (linux_proc_get_tracerpid): New.
7739 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7740 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7741 linux_proc_pid_has_state.
7742 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7743 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7744 (linux_ptrace_attach_warnings): New.
7745 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7746 New declaration.
7747 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7748 (linux_nat_attach): New variables ex, buffer, message and message_s.
7749 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7750
5f572dec
JK
77512012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7752
7753 * Makefile.in (linux-ptrace.o): New.
7754 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7755 from linux-nat.c.
7756 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7757 * common/linux-ptrace.c: New file.
7758 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7759 * config/arm/linux.mh: Likewise.
7760 * config/i386/linux.mh: Likewise.
7761 * config/i386/linux64.mh: Likewise.
7762 * config/ia64/linux.mh: Likewise.
7763 * config/m32r/linux.mh: Likewise.
7764 * config/m68k/linux.mh: Likewise.
7765 * config/mips/linux.mh: Likewise.
7766 * config/pa/linux.mh: Likewise.
7767 * config/powerpc/linux.mh: Likewise.
7768 * config/powerpc/ppc64-linux.mh: Likewise.
7769 * config/powerpc/spu-linux.mh: Likewise.
7770 * config/s390/s390.mh: Likewise.
7771 * config/sparc/linux.mh: Likewise.
7772 * config/sparc/linux64.mh: Likewise.
7773 * config/xtensa/linux.mh: Likewise.
7774 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7775 common/linux-procfs.c.
7776 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7777
44f238bb
PA
77782012-03-13 Hui Zhu <teawater@gmail.com>
7779 Pedro Alves <palves@redhat.com>
7780
7781 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
7782 CREATE_BREAKPOINT_FLAGS_INSERTED.
7783 (create_breakpoint_sal, create_breakpoints_sal)
7784 (base_breakpoint_create_breakpoints_sal)
7785 (tracepoint_create_breakpoints_sal)
7786 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
7787 down.
7788 (break_command_1, handle_gnu_v3_exceptions, trace_command)
7789 (ftrace_command, strace_command): Adjust.
7790 (create_tracepoint_from_upload): Pass
7791 CREATE_BREAKPOINT_FLAGS_INSERTED.
7792 * breakpoint.h (enum breakpoint_create_flags): New.
7793 (create_breakpoint): New flags parameter.
7794 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7795 * python/py-breakpoint.c (bppy_init): Adjust.
7796 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7797 * spu-tdep.c (spu_catch_start): Adjust.
7798
1e51243a
PA
77992012-03-13 Pedro Alves <palves@redhat.com>
7800 Hui Zhu <teawater@gmail.com>
7801 Yao Qi <yao@codesourcery.com>
7802
7803 * remote.c (struct remote_state): New field `starting_up'.
7804 (remote_start_remote): Set and clear it.
7805 (remote_can_download_tracepoint): If starting up, return false.
7806
fa3064dd
YQ
78072012-03-13 Yao Qi <yao@codesourcery.com>
7808
7809 * inferior.h (struct inferior): Remove fields any_syscall_count,
7810 syscalls_counts and total_syscalls_count. Move them to new
7811 struct catch_syscall_inferior_data in breakpoint.c.
7812 * breakpoint.c: Call DEF_VEC_I(int).
7813 (struct catch_syscall_inferior_data): New.
7814 (get_catch_syscall_inferior_data): New.
7815 (catch_syscall_inferior_data_cleanup): New.
7816 (insert_catch_syscall): Update to access data in
7817 struct catch_syscall_inferior_data.
7818 (insert_catch_syscall): Likewise.
7819 (remove_catch_syscall): Likewise.
7820 (remove_catch_syscall): Likewise.
7821 (is_syscall_catchpoint_enabled): Likewise.
7822 (add_catch_command): Likewise.
7823 (_initialize_breakpoint): Register cleanup.
7824 * breakpoint.h: Removed DEF_VEC_I(int).
7825 * dwarf2loc.c: Call DEF_VEC_I(int).
7826 * mi/mi-main.c: Likewise.
7827
460fac3c
MK
78282012-03-12 Mark Kettenis <kettenis@gnu.org>
7829
7830 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7831
e1aca11e
JB
78322012-03-12 Chris January <chris.january@allinea.com>
7833
7834 * aix-thread.c (_initialize_aix_thread): Add prototype.
7835 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7836 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7837
649c7061
JB
78382012-03-12 Joel Brobecker <brobecker@adacore.com>
7839
7840 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7841 include of "amd64-nat.h".
7842
0b49e518
TT
78432012-03-12 Tom Tromey <tromey@redhat.com>
7844
7845 * buildsym.c (record_pending_block): Now static.
7846 * buildsym.h: (record_pending_block): Remove.
7847
fd24fa94
AT
78482012-03-12 Andreas Tobler <andreast@fgznet.ch>
7849
7850 * amd64bsd-nat.c: Include amd64bsd-nat.h.
7851
ba919b58
TT
78522012-03-09 Tom Tromey <tromey@redhat.com>
7853
7854 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7855 producer_is_gxx_lt_4_6>: New fields.
7856 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7857
a48e046c
TT
78582012-03-09 Tom Tromey <tromey@redhat.com>
7859
7860 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7861
6f5e9362
JB
78622012-03-08 Joel Brobecker <brobecker@adacore.com>
7863
7864 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7865 prototype.
7866
8d037db9
JB
78672012-03-08 Joel Brobecker <brobecker@adacore.com>
7868
7869 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7870
4e841acf
JK
78712012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7872
7873 Fix -Wmissing-prototypes build.
7874 * arm-linux-nat.c (get_thread_id): Make it static.
7875 * xtensa-linux-nat.c (get_thread_id): Likewise.
7876
c6030312
JB
78772012-03-08 Joel Brobecker <brobecker@adacore.com>
7878
7879 * server.c (process_point_options): If a conditional expression
7880 is found, only print a message if remote_debug is nonzero.
7881
52323be9
LM
78822012-03-08 Luis Machado <lgustavo@codesourcery.com>
7883
7884 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7885 of internal error for unknown/unsupported types.
7886
7fe25d9b
JK
78872012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 Fix CU relative vs. absolute DIE offsets.
7890 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7891 offset to offset_in_cu.
7892 * dwarf2read.c (process_enumeration_scope): Add CU offset to
7893 TYPE_OFFSET.
7894 (dwarf2_fetch_die_location_block): Rename parameter offset to
7895 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
7896
05e7c244
JK
78972012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 * libunwind-frame.c: Rename to ...
7900 * ia64-libunwind-tdep.c: ... here.
7901 * libunwind-frame.h: Rename to ...
7902 * ia64-libunwind-tdep.h: ... here.
7903 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7904 ia64-libunwind-tdep.h.
7905 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7906 * README (--with-libunwind): Rename to ...
7907 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7908 * config.in: Regenerate.
7909 * configure: Regenerate.
7910 * configure.ac: New option --with-libunwind-ia64, make the
7911 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
7912 Remove AC_DEFINE for HAVE_LIBUNWIND.
7913 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7914 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7915 Rename libunwind-frame in the general comment.
7916 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7917 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7918 Move forward declarations inside #ifndef. Rename libunwind-frame in
7919 the general comment.
7920 * ia64-tdep.c: Rename libunwind-frame.h #include to
7921 ia64-libunwind-tdep.h.
7922 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7923 (ia64_libunwind_descr): Rename libunwind-frame to
7924 ia64-libunwind-tdep in these function comments.
7925 * ia64-tdep.h: Rename libunwind-frame.h #include to
7926 ia64-libunwind-tdep.h.
7927 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7928 ia64-libunwind-tdep in that data comment.
7929
3755cbfd
JK
79302012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 * libunwind-frame.h (struct frame_unwind): New declaration.
7933
d1cda5d9
JB
79342012-03-08 Joel Brobecker <brobecker@adacore.com>
7935
7936 * breakpoint.c (_initialize_breakpoint): Fix error in help of
7937 "set breakpoint condition-evaluation" command.
7938
a0ba0aa2
TG
79392012-03-08 Tristan Gingold <gingold@adacore.com>
7940
7941 * sparc-stub.c: Move to stubs/
7942 * sh-stub.c: Likewise.
7943 * m68k-stub.c: Likewise.
7944 * m32r-stub.c: Likewise.
7945 * i386-stub.c: Likewise.
7946
7b8b6d6d
AS
79472012-03-08 Andreas Schwab <schwab@linux-m68k.org>
7948
007cafee
AS
7949 * m68klinux-tdep.c (m68k_linux_init_abi): Register
7950 linux_get_siginfo_type.
7951
7b8b6d6d
AS
7952 * m68klinux-nat.c: Include "gdb_proc_service.h".
7953 (PTRACE_GET_THREAD_AREA): Define.
7954 (ps_get_thread_area): New function.
7955
bba74b36
YQ
79562012-03-08 Yao Qi <yao@codesourcery.com>
7957
7958 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7959 `xsnprintf'.
7960 (remote_query_attached): Likewise.
7961 (remote_static_tracepoint_marker_at): Likewise.
7962 (remote_set_permissions): Likewise.
7963 (remote_detach_1, extended_remote_attach_1): Likewise.
7964 (send_g_packet, remote_vkill): Likewise.
7965 (extended_remote_disable_randomization): Likewise.
7966 (remote_add_target_side_condition): Likewise.
7967 (remote_insert_breakpoint): Likewise.
7968 (remote_remove_breakpoint): Likewise.
7969 (remote_insert_watchpoint): Likewise.
7970 (remote_remove_watchpoint): Likewise.
7971 (remote_insert_hw_breakpoint): Likewise.
7972 (remote_insert_hw_breakpoint): Likewise.
7973 (remote_remove_hw_breakpoint): Likewise.
7974 (remote_download_command_source): Likewise.
7975 (remote_download_tracepoint): Likewise.
7976 (remote_download_trace_state_variable): Likewise.
7977 (remote_disable_tracepoint): Likewise.
7978 (remote_trace_set_readonly_regions): Likewise.
7979 (remote_get_tracepoint_status): Likewise.
7980 (remote_trace_find): Likewise.
7981 (remote_get_trace_state_variable_value): Likewise.
7982 (remote_set_disconnected_tracing): Likewise.
7983 (remote_set_circular_trace_buffer): Likewise.
7984 (remote_get_min_fast_tracepoint_insn_len): Likewise.
7985 (remote_use_agent): Likewise.
7986 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7987 Update callers.
7988
9b224c5e
PA
79892012-03-07 Pedro Alves <palves@redhat.com>
7990
7991 * NEWS: Mention QProgramSignals.
7992 * inferior.h (update_signals_program_target): Declare.
7993 * infrun.c: (update_signals_program_target): New.
7994 (handle_command): Update the target of the new program signals
7995 array changes.
7996 * remote.c (PACKET_QProgramSignals): New enum.
7997 (last_program_signals_packet): New global.
7998 (remote_program_signals): New.
7999 (remote_start_remote): Update the target with the program signals
8000 list.
8001 (remote_protocol_features): Add entry for QPassSignals.
8002 (remote_open_1): Free anc clear last_program_signals_packet.
8003 (init_remote_ops): Install remote_program_signals.
8004 * target.c (update_current_target): Adjust.
8005 (target_program_signals): New.
8006 * target.h (struct target_ops) <to_program_signals>: New field.
8007 (target_program_signals): Declare.
8008
74c48cbb
PA
80092012-03-07 Pedro Alves <palves@redhat.com>
8010
8011 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8012 extensions.
8013
0c13fc49
AS
80142012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8015
8016 * m68klinux-nat.c (getregs_supplies): Make static.
8017 (getfpregs_supplies): Likewise.
8018 (have_ptrace_getregs): Likewise.
8019
1281d2a3
JB
80202012-03-06 Joel Brobecker <brobecker@adacore.com>
8021
8022 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8023 in call to get_die_type_at_offset.
8024
2b03b41d
SS
80252012-03-06 Stan Shebs <stan@codesourcery.com>
8026
8027 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8028 * mi/mi-cmd-disas.c: Ditto.
8029 * mi/mi-cmd-env.c: Ditto.
8030 * mi/mi-cmd-file.c: Ditto.
8031 * mi/mi-cmd-stack.c: Ditto.
8032 * mi/mi-cmd-target.c: Ditto.
8033 * mi/mi-cmd-var.c: Ditto.
8034 * mi/mi-cmds.c: Ditto.
8035 * mi/mi-cmds.h: Ditto.
8036 * mi/mi-console.c: Ditto.
8037 * mi/mi-getopt.c: Ditto.
8038 * mi/mi-getopt.h: Ditto.
8039 * mi/mi-interp.c: Ditto.
8040 * mi/mi-main.c: Ditto.
8041 * mi/mi-out.c: Ditto.
8042 * mi/mi-parse.c: Ditto.
8043 * mi/mi-parse.h: Ditto.
8044 * mi/mi-symbol-cmds.c: Ditto.
8045
8046 * mi/mi-getopt.h: Move mi_opt struct up.
8047 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8048 return.
8049 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8050
c988ad87
TT
80512012-03-06 Tom Tromey <tromey@redhat.com>
8052
8053 * proc-service.c (ps_pglobal_lookup): Set the current program
8054 space.
8055
1b7c1b10
PA
80562012-03-06 Pedro Alves <palves@redhat.com>
8057
8058 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8059
3c182069
JB
80602012-03-05 Joel Brobecker <brobecker@adacore.com>
8061
8062 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8063
2e794194
JK
80642012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 Code cleanup.
8067 * common/linux-osdata.c (linux_common_core_of_thread): New function
8068 comment.
8069 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8070 call by linux_common_core_of_thread.
8071 (linux_nat_core_of_thread_1): Remove.
8072 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8073 * linux-thread-db.c: Include linux-osdata.h.
8074 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8075 linux_common_core_of_thread.
8076
9f9f1f31
TT
80772012-03-05 Tom Tromey <tromey@redhat.com>
8078
8079 * value.c (value_primitive_field): Don't fetch contents for
8080 non-virtual bases.
8081
b7b189f3
TT
80822012-03-05 Tom Tromey <tromey@redhat.com>
8083
8084 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8085
05b8a789 80862012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 8087
5538f557
JB
8088 * s390-nat.c: Include "gregset.h".
8089
75528772
JK
80902012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8093 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8094 (libunwind_load): New variable so_error, use it for dlerror. Try to
8095 load also LIBUNWIND_SO_7.
8096
275418ae
PA
80972012-03-05 Pedro Alves <palves@redhat.com>
8098
8099 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8100 is not NULL, and remove resulting dead code.
8101
5cbb9812
TS
81022012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8103
8104 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8105 prologue to sh_analyze_prologue.
8106 (sh_analyze_prologue): Make better use of such an upper limit, and
8107 generally be more cautious about accessing memory.
8108
541515ad
TT
81092012-03-05 Tom Tromey <tromey@redhat.com>
8110
8111 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8112 _initialize_ia64_hpux_tdep.
8113
b4d36fb8
PA
81142012-03-05 Pedro Alves <palves@redhat.com>
8115
24490249
PA
8116 PR gdb/13766
8117
b4d36fb8
PA
8118 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8119 the register state is clear, supply explicit zero, instead of
8120 marking the register unavailable.
8121
60c9a3c0
TG
81222012-03-05 Tristan Gingold <gingold@adacore.com>
8123
8124 * NEWS: Mention OpenVMS ia64 new target.
8125
696759ad
TG
81262012-03-05 Tristan Gingold <gingold@adacore.com>
8127
8128 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8129 (ia64_unw_accessors, ia64_unw_rse_accessors)
8130 (ia64_libunwind_descr): Declare.
8131 * ia64-vms-tdep.c: New file.
8132 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8133 (ia64_libunwind_descr): Make them public.
8134 * configure.tgt: Add ia64-*-*vms*.
8135 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8136 (ALLDEPFILES): Add ia64-vms-tdep.c
8137
34864976
TG
81382012-03-05 Tristan Gingold <gingold@adacore.com>
8139
169081d0
TG
8140 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8141 * remote.c (PACKET_qXfer_uib): New enum value.
8142 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8143 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8144 (_initialize_remote): Call add_packet_config_cmd for
8145 xfer:uib packet.
8146
81472012-03-05 Tristan Gingold <gingold@adacore.com>
8148
8149 * osabi.c (gdb_osabi_names): Add OpenVMS.
8150 (generic_elf_osabi_sniffer): Likewise.
8151 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8152
6597b100
JK
81532012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 Removed unused code.
8156 * libunwind-frame.c (libunwind_frame_unwind)
8157 (libunwind_frame_base_address): Remove.
8158 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8159
87399aa1
YQ
81602012-03-04 Yao Qi <yao@codesourcery.com>
8161
8162 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8163 remove trailing new line.
8164 (agent_run_command, agent_run_command): Add _ markup.
8165 (agent_capability_check): Likewise.
8166
abf1152a
JK
81672012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8168
8169 * breakpoint.c (set_condition_evaluation_mode): Set
8170 CONDITION_EVALUATION_MODE unconditionally.
8171
5808517f
YQ
81722012-03-03 Yao Qi <yao@codesourcery.com>
8173
8174 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8175 * common/agent.h: Update declaration.
8176 * inf-child.c (inf_child_use_agent): New.
8177 (inf_child_can_use_agent): New.
8178 (inf_child_target): Initialize fields `to_use_agent'
8179 and `to_can_use_agent'.
8180 * agent.c (agent_new_objfile): New.
89b7509a 8181 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8182 observer.
8183
8184 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8185 New.
89b7509a 8186 (linux_target_install_ops): Initialize field
5808517f
YQ
8187 `to_static_tracepoint_markers_by_strid'.
8188 * remote.c (free_current_marker): Move it to ...
8189 * tracepoint.c (free_current_marker): ... here. New.
8190 (cleanup_target_stop): New.
8191 * tracepoint.h: Declare free_current_marker.
8192 * NEWS: Add one entry about `info static-tracepoint-marker'.
8193
58b4daa5
YQ
81942012-03-03 Yao Qi <yao@codesourcery.com>
8195
8196 * common/agent.c (agent_loaded_p): New.
89b7509a 8197 (agent_look_up_symbols): New global.
58b4daa5
YQ
8198 * common/agent.h: Declare agent_loaded_p.
8199
8ffcbaaf
YQ
82002012-03-03 Yao Qi <yao@codesourcery.com>
8201
8202 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8203 (agent_capability_check, agent_capability_invalidate): New.
8204 (symbol_list): New array element.
8205 * common/agent.h (enum agent_capa): New.
8206 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8207
d1feda86
YQ
82082012-03-03 Yao Qi <yao@codesourcery.com>
8209
8210 * target.h (struct target_ops) <to_use_agent>: New field.
8211 (struct target_ops) <to_can_use_agent>: New field.
8212 (target_use_agent, target_can_use_agent): New macro.
8213 * target.c (update_current_target): Update.
8214 * remote.c: New enum `PACKET_QAgent'.
8215 (remote_protocol_features): Add a new element.
8216 (remote_use_agent, remote_can_use_agent): New.
8217 (init_remote_ops): Initialize field `can_use_agent' with
8218 remote_can_use_agent. Intiailize field `use_agent' with
8219 remote_use_agent.
8220 * common/agent.c (use_agent): New global.
8221 * common/agent.h: Declare it.
8222 * tracepoint.c (info_static_tracepoint_markers_command): Add
8223 comment.
8224 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8225 (COMMON_OBS): Add common/agent.o and agent.o
8226 (common-agent.o): New rule.
8227 * agent.c: New.
8228
2fa291ac
YQ
82292012-03-03 Yao Qi <yao@codesourcery.com>
8230
8231 * common/agent.c: New.
8232 * common/agent.h: New.
8233 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8234 AC_CHECK_HEADERS.
8235 * configure, configh.in: Regenerated.
8236
9fc05685
KB
82372012-03-02 Kevin Buettner <kevinb@redhat.com>
8238
8239 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8240 unless it exists for this architecture.
8241
a5ee536b
JB
82422012-03-02 Joel Brobecker <brobecker@adacore.com>
8243
8244 * language.h (struct language_defn): New "method" la_read_var_value.
8245 * findvar.c: #include "language.h".
8246 (default_read_var_value): Renames read_var_value. Rewrite
8247 function description.
8248 (read_var_value): New function.
8249 * value.h (default_read_var_value): Add prototype.
8250 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8251 New functions.
8252 (ada_language_defn): Add entry for la_read_var_value.
8253 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8254 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8255 language_defn structures to add entry for new la_read_var_value
8256 field.
8257
f59f708a
PA
82582012-03-02 Tom Tromey <tromey@redhat.com>
8259 Pedro Alves <palves@redhat.com>
8260
8261 PR breakpoints/13776:
8262 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8263 breakpoints.
8264 (delete_longjmp_breakpoint_at_next_stop): New.
8265 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8266 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8267 before deleting the inferior. Add comments.
8268 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8269 breakpoints immediately, but only on next stop. Move that code
8270 next to where we mark other breakpoints for deletion.
8271
44099a67
JB
82722012-03-02 Joel Brobecker <brobecker@adacore.com>
8273
8274 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8275 marker.
8276 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8277 violation.
8278
2a2ef594
PA
82792012-03-02 Pedro Alves <palves@redhat.com>
8280
8281 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8282
b261e0c5
UW
82832012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
8284
8285 Fix -Wmissing-prototypes build.
8286 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8287 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8288 (gdbsim_has_memory): Likewise.
8289
a95babbf
YQ
82902012-03-02 Yao Qi <yao@codesourcery.com>
8291
8292 Fix -Wmissing-prototypes build.
8293 * charset.c (phony_iconv_open): Make static.
8294 (phony_iconv_close, phony_iconv): Likewise.
8295 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8296 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8297 prototype.
8298 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8299 * ser-mingw.c (create_select_thread): Make static.
8300 * windows-termcap.c (tgetent): New prototype.
8301 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8302
d603d4b3
JK
83032012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
8304
8305 Fix -Wmissing-prototypes build.
8306 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8307 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8308 (_initialize_loadable): New prototypes.
8309
7fb3ad1f
DE
83102012-03-02 Doug Evans <dje@google.com>
8311
8312 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8313 abbrev table, read_comp_unit will do it.
8314
693be288
JK
83152012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 Fix -Wmissing-prototypes build.
8318 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8319 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8320 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8321 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8322 (_initialize_arm_symbian_tdep): New prototype.
8323 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8324 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8325 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8326 static.
8327 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8328 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8329 prototype.
8330 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8331 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8332 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8333 static.
8334 * moxie-tdep.c (moxie_process_record): Likewise.
8335 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8336 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8337 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8338 (_initialize_rl78_tdep): New prototype.
8339 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8340 (_initialize_rx_tdep): New prototype.
8341 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8342 (_initialize_darwin_solib): New prototype.
8343 * solib-spu.c: Include solib-spu.h.
8344 (_initialize_spu_solib): New prototype.
8345 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8346 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8347 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8348 (tic6x_software_single_step): Make it static.
8349 (_initialize_tic6x_tdep): New prototype.
8350
638234e5
JK
83512012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8352
8353 Fix -Wmissing-prototypes build.
8354 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8355 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8356
f4a6f16d
JK
83572012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 Fix -Wmissing-prototypes build.
8360 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8361 (frv_have_stopped_data_address): Remove.
8362
04dcf5fa
JK
83632012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 Fix -Wmissing-prototypes build.
8366 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8367 * sh-tdep.c: Include sh64-tdep.h.
8368 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8369 * sh64-tdep.c: Include sh64-tdep.h.
8370 * sh64-tdep.h: New file.
8371
19080931
MR
83722012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8373
8374 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8375
9aac7884
MR
83762012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8377
8378 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8379 sp_regnum once the gdbarch_init_osabi hook has been called.
8380
a385295e
MR
83812012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
8382
8383 * mips-tdep.c (mips32_bc1_pc): New function.
8384 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8385 BPOSGE32 and BPOSGE64 instructions.
8386 (deal_with_atomic_sequence): Likewise.
8387 (mips32_instruction_has_delay_slot): Likewise.
8388
1faeff08 83892012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
8390 Chris Dearman <chris@mips.com>
8391 Maciej W. Rozycki <macro@codesourcery.com>
8392 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
8393
8394 * features/mips-dsp.xml: New file.
8395 * features/mips64-dsp.xml: New file.
8396 * features/mips-dsp-linux.xml: New file.
8397 * features/mips64-dsp-linux.xml: New file.
8398 * features/Makefile (WHICH): Add mips-dsp-linux and
8399 mips64-dsp-linux.
8400 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8401 * features/mips-dsp-linux.c: New file.
8402 * features/mips64-dsp-linux.c: New file.
8403 * regformats/mips-dsp-linux.dat: New file.
8404 * regformats/mips64-dsp-linux.dat: New file.
8405 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8406 registers.
8407 (mips64_linux_register_addr): Likewise.
8408 (mips64_linux_regsets_fetch_registers): Likewise.
8409 (mips64_linux_regsets_store_registers): Likewise.
8410 (mips64_linux_fetch_registers): Update call to
8411 mips64_linux_regsets_fetch_registers.
8412 (mips64_linux_store_registers): Update call to
8413 mips64_linux_regsets_store_registers.
8414 (mips_linux_read_description): Probe for DSP registers.
8415 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8416 and initialize_tdesc_mips64_dsp_linux.
8417 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8418 Remove padding of no longer used embedded register slots.
8419 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8420 (MIPS_RESTART_REGNUM): Redefine enum value.
8421 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8422 strings.
8423 (mips_tx39_reg_names): Likewise.
8424 (mips_linux_reg_names): New array of register names for Linux
8425 targets.
8426 (mips_register_name): Check for a null pointer in
8427 mips_processor_reg_names and return an empty string.
8428 (mips_register_type): Exclude embedded registers for the IRIX
8429 and Linux ABIs.
8430 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8431 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8432 DSP registers.
8433 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8434 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8435 (mips_gdbarch_init): Likewise. Initialize internal register
8436 indices for the Linux ABI. Use dynamic numbers to refer to
8437 registers, as applicable, while parsing the target description.
8438 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8439
263689d8
JB
84402012-03-01 Joel Brobecker <brobecker@adacore.com>
8441
8442 * frame.h (read_frame_register_unsigned): Fix typo in function
8443 description.
8444
f3b4f45c
PA
84452012-03-01 Pedro Alves <palves@redhat.com>
8446
8447 * jit-reader.in [!__cplusplus]
8448 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8449
b03a2011
PA
84502012-03-01 Pedro Alves <palves@redhat.com>
8451
8452 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8453 * configure: Regenerate.
8454
70221824
PA
84552012-03-01 Pedro Alves <palves@redhat.com>
8456
8457 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8458 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8459 (ftrace_command, strace_command): Make static.
8460 * d-lang.c (_initialize_d_language): Declare.
8461 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8462 * dwarf2loc.c (_initialize_dwarf2loc):
8463 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8464 * exec.c (exec_get_section_table): Make static.
8465 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8466 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8467 * inferior.c (remove_inferior_command, add_inferior_command)
8468 (clone_inferior_command): Make static.
8469 * linux-nat.c (linux_nat_thread_address_space)
8470 (linux_nat_core_of_thread): Make static.
8471 * linux-tdep.c (_initialize_linux_tdep): Declare.
8472 * objc-lang.c (_initialize_objc_lang): Declare.
8473 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8474 Make static.
8475 (_initialize_opencl_language): Declare.
8476 * record.c (_initialize_record): Declare.
8477 * remote.c (demand_private_info, remote_get_tib_address)
8478 (remote_supports_cond_tracepoints)
8479 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8480 Make static.
8481 * skip.c (_initialize_step_skip): Declare.
8482 * symtab.c (skip_prologue_using_lineinfo): Make static.
8483 * tracepoint.c (delete_trace_state_variable)
8484 (trace_variable_command, delete_trace_variable_command)
8485 (get_uploaded_tsv, find_matching_tracepoint_location)
8486 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8487 Make static.
8488 * value.c (pack_unsigned_long): Make static.
8489 * varobj.c (varobj_ensure_python_env): Make static.
8490 * windows-tdep.c (_initialize_windows_tdep): Declare.
8491 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8492
33fbcbee
PA
84932012-03-01 Pedro Alves <palves@redhat.com>
8494
8495 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8496 gdbarch parameter.
8497 (linux_init_abi): Install it as has_shared_address_space gdbarch
8498 callback.
8499
44d0cd3b
PA
85002012-03-01 Pedro Alves <palves@redhat.com>
8501
8502 * observer.c (observer_test_first_notification_function)
8503 (observer_test_second_notification_function)
8504 (observer_test_third_notification_function): Add declarations.
8505
ed01b82c
PA
85062012-03-01 Pedro Alves <palves@redhat.com>
8507
8508 * common/signals.c (default_target_signal_to_host)
8509 (default_target_signal_from_host): Move ...
8510 * arch-utils.c: ... here.
8511 * arch-utils.h (default_target_signal_to_host)
8512 (default_target_signal_from_host): Declare.
8513
8514 * common/signals.c (target_signal_from_command): Move ...
8515 * infrun.c: ... here.
8516 * inferior.h (target_signal_from_command): Declare.
8517 * target.h (target_signal_from_command)
8518 (default_target_signal_from_host, default_target_signal_to_host):
8519 Delete declarations.
8520
8521 * common/signals.c (_initialize_signals): Delete.
8522
c9b87335
PA
85232012-03-01 Pedro Alves <palves@redhat.com>
8524
8525 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8526 both __cplusplus and !__cplusplus.
8527
9340a6c0
PA
85282012-03-01 Pedro Alves <palves@redhat.com>
8529
8530 * psymtab.c (find_and_open_source): Delete declaration.
8531 * source.c (find_and_open_source): Move comment ...
8532 * source.h (find_and_open_source): ... to this new declaration.
8533
e451c4a1
PA
85342012-03-01 Pedro Alves <palves@redhat.com>
8535
8536 * inline-frame.c: Include inline-frame.h.
8537
983fb104
PA
85382012-03-01 Pedro Alves <palves@redhat.com>
8539
8540 * tui/tui-data.c (set_gen_win_origin): Delete.
8541 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8542 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8543
5fbce5df
PA
85442012-03-01 Pedro Alves <palves@redhat.com>
8545
8546 * remote.c (encode_actions): Delete declaration.
8547 * tracepoint.c (encode_actions): Make extern.
8548 * tracepoint.h (encode_actions): Declare.
8549
49a8461d
PA
85502012-03-01 Pedro Alves <palves@redhat.com>
8551
8552 * python/py-breakpoint.c: Include python.h.
8553 * python/py-continueevent.c (create_continue_event_object): Make
8554 static.
8555 * python/py-lazy-string.c (stpy_get_type): Make static.
8556 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8557 Make static.
8558 * python/py-utils.c (unicode_to_target_python_string): Make
8559 static.
8560 * python/py-value.c: Include python.h.
8561
9079102f
PA
85622012-03-01 Pedro Alves <palves@redhat.com>
8563
8564 * inferior.c (delete_threads_of_inferior): Delete.
8565
a298c5e8
PA
85662012-03-01 Pedro Alves <palves@redhat.com>
8567
8568 Import fallback definitions from glibc.
8569
8570 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8571 ps_prochandle): Forward declare.
8572 (ps_err_e): Use glibc's comments.
8573 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8574 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8575 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8576 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8577 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8578 (struct ps_prochandle): Adjust comment.
8579
e3084549
PA
85802012-03-01 Pedro Alves <palves@redhat.com>
8581
8582 * ada-lang.c (ada_modulus_from_name): Delete.
8583 * ada-lex.l (lexer_init): Make static.
8584
ad5f7d6e
PA
85852012-03-01 Pedro Alves <palves@redhat.com>
8586
8587 PR gdb/13767
8588
8589 * frame.c (read_frame_register_unsigned): New.
8590 * frame.h (read_frame_register_unsigned): Declare.
8591 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8592 Handle it.
8593 (print_i387_control_word): New parameter `control_p'. Handle it.
8594 (i387_print_float_info): Handle unavailable float registers.
8595
e0a4d108
KS
85962012-03-01 Keith Seitz <keiths@redhat.com>
8597
8598 * linespec.c (decode_line_2): Sort the list of methods
8599 alphabetically before presenting the user with a selection
8600 menu.
8601
122d1940
DE
86022012-03-01 Doug Evans <dje@google.com>
8603
8604 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8605 has_namespace_info.
8606 (dwarf2_read_abbrevs): Remove corresponding initialization.
8607
7d74f244
DE
86082012-03-01 Scott J. Goldman <scottjg@vmware.com>
8609
8610 * NEWS: Mention new python command class gdb.COMMAND_USER.
8611 * cli/cli-cmds.c (show_user): Print error when used on a python
8612 command.
8613 (init_cli_cmds): Update documentation strings for "show user" and
8614 "set/show max-user-call-depth" to clarify that it does not apply to
8615 python commands.
8616 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8617 error check.
8618 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8619 gdb python api.
8620 * top.c (execute_command): Only execute a user-defined command as a
8621 legacy macro if c->user_commands is set.
8622
e88acd96
TT
86232012-03-01 Tom Tromey <tromey@redhat.com>
8624
8625 * valprint.h (struct generic_val_print_decorations): New.
8626 (generic_val_print): Declare.
8627 * valprint.c (generic_val_print): New function.
8628 * p-valprint.c (p_decorations): New global.
8629 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8630 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8631 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8632 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8633 * m2-valprint.c (m2_decorations): New global.
8634 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8635 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8636 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8637 TYPE_CODE_ERROR>: Call generic_val_print.
8638 * f-valprint.c (f_decorations): New global.
8639 (f_val_print): Use print_function_pointer_address.
8640 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8641 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8642 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8643 generic_val_print.
8644 * c-valprint.c (c_decorations): New global.
8645 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8646 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8647 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8648 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8649 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8650 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8651 case.
8652
d3eab38a
TT
86532012-03-01 Tom Tromey <tromey@redhat.com>
8654
8655 * valprint.c (val_print): Update.
8656 * p-valprint (pascal_val_print): Return void.
8657 * p-lang.h (pascal_val_print): Return void.
8658 * m2-valprint.c (m2_val_print): Return void.
8659 * m2-lang.h (m2_val_print): Return void.
8660 * language.h (struct language_defn) <la_val_print>: Return void.
8661 * language.c (unk_lang_val_print): Return void.
8662 * jv-valprint.c (java_val_print): Return void.
8663 * jv-lang.h (java_val_print): Return void.
8664 * f-valprint.c (f_val_print): Return void.
8665 * f-lang.h (f_val_print): Return void.
8666 * d-valprint.c (d_val_print): Return void.
8667 (dynamic_array_type): Update.
8668 * d-lang.h (d_val_print): Return void.
8669 * c-valprint.c (c_val_print): Return void.
8670 * c-lang.h (c_val_print): Return void.
8671 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8672 void.
8673 * ada-lang.h (ada_val_print): Return void.
8674
35c0084b
TT
86752012-03-01 Tom Tromey <tromey@redhat.com>
8676
8677 * value.h (val_print): Return void.
8678 * valprint.c (val_print): Return void.
8679
a1f5dd1b
TT
86802012-03-01 Tom Tromey <tromey@redhat.com>
8681
8682 * value.h (common_val_print): Return void.
8683 * valprint.c (common_val_print): Return void.
8684
8e069a98
TT
86852012-03-01 Tom Tromey <tromey@redhat.com>
8686
8687 * value.h (value_print): Return void.
8688 * valprint.c (value_print): Return void.
8689 * p-valprint.c (pascal_value_print): Return void.
8690 * p-lang.h (pascal_value_print): Return void.
8691 * language.h (struct language_defn) <la_value_print>: Return
8692 void.
8693 * language.c (unk_lang_value_print): Return void.
8694 * jv-valprint.c (java_value_print): Return void.
8695 * jv-lang.h (java_value_print): Return void.
8696 * f-valprint.c (c_value_print): Don't declare.
8697 Include c-lang.h.
8698 * c-valprint.c (c_value_print): Return void.
8699 * c-lang.h (c_value_print): Return void.
8700 * ada-valprint.c (ada_value_print): Return void.
8701 * ada-lang.h (ada_value_print): Return void.
8702
be335936
TT
87032012-03-01 Tom Tromey <tromey@redhat.com>
8704
8705 * value.c (value_primitive_field): Handle virtual base classes.
8706
b0db66a7
TT
87072012-03-01 Tom Tromey <tromey@redhat.com>
8708
8709 * gdbtypes.h (struct vbase): Remove.
8710
132c57b4
TT
87112012-03-01 Tom Tromey <tromey@redhat.com>
8712
8713 * c-valprint.c (print_function_pointer_address): Move...
8714 * valprint.c: ... here. Make non-static.
8715 * m2-valprint.c (print_function_pointer_address): Remove.
8716 * valprint.h (print_function_pointer_address): Declare.
8717
e41eec66
JB
87182012-03-01 Joel Brobecker <brobecker@adacore.com>
8719
8720 * NEWS: Document the fact that one can provide a condition when
8721 creating an Ada exception catchpoint.
8722
19c37f24
TT
87232012-03-01 Tom Tromey <tromey@redhat.com>
8724
8725 * valprint.c (val_print_type_code_flags): Fix placement of
8726 trailing brace.
8727
f0fed3a3
JB
87282012-03-01 Joel Brobecker <brobecker@adacore.com>
8729
8730 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8731 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8732 environment variable before calling update-copyright.
8733
8ba85d85
JB
87342012-03-01 Joel Brobecker <brobecker@adacore.com>
8735
8736 * gnulib/extra/update-copyright: Update to the latest from
8737 gnulib's git repository.
8738 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8739 variable to 2 instead of 1.
8740
8219b1e8
JB
87412012-02-29 Joel Brobecker <brobecker@adacore.com>
8742
8743 * varobj.c (c_value_of_variable): Remove dead code.
8744
718cb7da
JB
87452012-02-29 Joel Brobecker <brobecker@adacore.com>
8746
8747 * ada-lex.p (processId): Do not modify already encoded IDs.
8748 Update function documentation.
8749
739593e0
JB
87502012-02-29 Joel Brobecker <brobecker@adacore.com>
8751
8752 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8753 "name" with "struct symbol *name_sym".
8754 * ada-exp.y (write_var_or_type): Update call to
8755 ada_find_renaming_symbol.
8756 "name" with "struct symbol *name_sym". Adjust Implementation
8757 accordingly. Adjust the function documentation.
8758
852dff6c
JB
87592012-02-29 Joel Brobecker <brobecker@adacore.com>
8760
8761 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8762 * ada-lang.c (ada_find_any_type): Add advance declaration.
8763 Make static. Replace ada_find_any_symbol by
8764 ada_find_any_type_symbol.
8765 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8766 Improve function description. Make static.
8767 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8768 Replace ada_find_any_symbol by ada_find_any_type_symbol.
8769
1b611343
JB
87702012-02-29 Joel Brobecker <brobecker@adacore.com>
8771
8772 * ada-lang.c (struct tag_args): Delete.
8773 (ada_get_tsd_type): Function body moved up in source file.
8774 (ada_tag_name_1, ada_tag_name_2): Delete.
8775 (ada_get_tsd_from_tag): New function.
8776 (ada_tag_name_from_tsd): New function.
8777 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8778 to determine the tag name.
8779
41246937
JB
87802012-02-29 Joel Brobecker <brobecker@adacore.com>
8781
8782 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8783 declaration.
8784 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8785 function.
8786
ffde82bf
JB
87872012-02-29 Joel Brobecker <brobecker@adacore.com>
8788
8789 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8790
2ad01556
JB
87912012-02-29 Joel Brobecker <brobecker@adacore.com>
8792
8793 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8794 full searches.
8795
99b1c762
JB
87962012-02-29 Joel Brobecker <brobecker@adacore.com>
8797
8798 * ada-lang.c (constrained_packed_array_type): If there is a
8799 parallel XA type, use it to determine the array index type.
8800
2d4a02ee
JB
88012012-02-29 Joel Brobecker <brobecker@adacore.com>
8802
8803 * ada-valprint.c (ada_val_print_1): If our value is a reference
8804 to an array descriptor, dereference it before converting it
8805 to a simple array.
8806
c48db5ca
JB
88072012-02-29 Joel Brobecker <brobecker@adacore.com>
8808
8809 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8810 creating fixed value.
8811 (ada_value_ind, ada_coerce_ref, assign_component)
8812 (ada_evaluate_subexp): Remove call to unwrap_value before
8813 call to ada_to_fixed_value.
8814
2e6fda7d
JB
88152012-02-29 Joel Brobecker <brobecker@adacore.com>
8816
8817 * ada-lang.c (to_fixed_array_type): Set result's type name.
8818
5845583d
JB
88192012-02-29 Joel Brobecker <brobecker@adacore.com>
8820
8821 * ada-lang.c (catch_ada_exception_command_split): Add new
8822 argument cond_string. Add support for condition at end of
8823 "catch exception" commands.
8824 (ada_decode_exception_location): Add new argument cond_string.
8825 Update call to catch_ada_exception_command_split.
8826 (create_ada_exception_catchpoint): Add new argument cond_string.
8827 Set the breakpoint condition if needed.
8828 (catch_ada_exception_command): Update call to
8829 ada_decode_exception_location.
8830 (ada_decode_assert_location): Add function documentation.
8831 Add support for condition at end of "catch assert" command.
8832 (catch_assert_command): Update calls to ada_decode_assert_location
8833 and create_ada_exception_catchpoint.
8834
9a7f938f
JK
88352012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8836
8837 Fix disp-step-syscall.exp: fork: single step over fork.
8838 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8839 (i386_linux_get_syscall_number_from_regcache): ... here, new function
8840 comment, change parameters gdbarch and ptid to regcache. Remove
8841 parameter regcache, initialize gdbarch from regcache here.
8842 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8843 New functions.
8844 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8845 instead.
8846 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8847 'syscall'. Make the 'int' check more strict.
8848
ffdf6de5
JK
88492012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8852 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8853 (i386_linux_intx80_sysenter_syscall_record): ... here.
8854 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8855 Use the renamed function name.
8856
c70a6932
JK
88572012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8858
8859 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8860 * breakpoint.c (until_break_command): Likewise.
8861 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8862 * infcall.c (call_function_by_hand): Likewise.
8863 * infcmd.c (finish_forward): Likewise.
8864 * infrun.c (insert_exception_resume_breakpoint): Likewise.
8865
05b8a789 88662012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 8867
d4cd3da9
JB
8868 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8869 avoid variable assignments inside condition.
8870
6425366c
JK
88712012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8872
8873 Fix static analysis issue found by cppcheck.
8874 * microblaze-tdep.c (microblaze_extract_return_value): Fix
8875 uninitialized BUF for size 2.
8876
c8cef75f 88772012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
8878 Nathan Froyd <froydnj@codesourcery.com>
8879 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
8880
8881 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8882 (mips16_instruction_has_delay_slot): Likewise.
8883 (mips_segment_boundary): Likewise.
8884 (mips_adjust_breakpoint_address): Likewise.
8885 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8886
473347ad 88872012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 8888 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
8889
8890 * infrun.c (handle_inferior_event): Don't proceed through
8891 shared library trampolines if stepping at the machine
8892 instruction level.
8893
cf233303
MR
88942012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8895
8896 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8897 too.
8898
cb2cf4ce
TS
88992012-02-27 Thomas Schwinge <thomas@codesourcery.com>
8900
8901 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8902 (sh_stub_unwind_sniffer): New functions.
8903 (sh_stub_unwind): New variable.
8904 (sh_gdbarch_init): Wire everything.
8905
644cebc9
PA
89062012-02-27 Pedro Alves <palves@redhat.com>
8907
8908 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8909 (linux_nat_post_attach_wait): Adjust to use
8910 linux_proc_pid_is_stopped.
8911 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8912 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8913 based on pid_is_stopped from both linux-nat.c and
8914 gdbserver/linux-low.c, and renamed.
8915
283002cf
MR
89162012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8917
8918 * remote.c (remote_watchpoint_addr_within_range): New function.
8919 (init_remote_ops): Use it.
8920
9b3e86b1
MR
89212012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
8922
8923 * target.h (target_watchpoint_addr_within_range): Document macro.
8924
e36930bb
PA
89252012-02-24 Pedro Alves <palves@redhat.com>
8926
8927 * stack.c (set_last_displayed_sal): Issue internal_error instead
8928 of warning, and issue it after clearing the last displayed sal.
8929
883bc8d1
PA
89302012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8931 Pedro Alves <palves@redhat.com>
8932
8933 * breakpoint.c (until_break_command): Install breakpoints after
8934 all frame manipulations.
8935
b775012e
LM
89362012-02-24 Luis Machado <lgustavo@codesourcery.com>
8937
8938 * remote.c (remote_supports_cond_breakpoints): New forward
8939 declaration.
8940 (remote_add_target_side_condition): New function.
8941 (remote_insert_breakpoint): Add target-side breakpoint
8942 conditional if supported.
8943 (remote_insert_hw_breakpoint): Likewise.
8944 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8945 hook.
8946
8947 * target.c (update_current_target): Inherit
8948 to_supports_evaluation_of_breakpoint_conditions.
8949 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8950
8951 * target.h (struct target_ops)
8952 <to_supports_evaluation_of_breakpoint_conditions>: New field.
8953 (target_supports_evaluation_of_breakpoint_conditions): New #define.
8954
8955 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8956 (condition_evaluation_both, condition_evaluation_auto,
8957 condition_evaluation_host, condition_evaluation_target,
8958 condition_evaluation_enums, condition_evaluation_mode_1,
8959 condition_evaluation_mode): New static globals.
8960 (translate_condition_evaluation_mode): New function.
8961 (breakpoint_condition_evaluation_mode): New function.
8962 (gdb_evaluates_breakpoint_condition_p): New function.
8963 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8964 (mark_breakpoint_modified): New function.
8965 (mark_breakpoint_location_modified): New function.
8966 (set_condition_evaluation_mode): New function.
8967 (show_condition_evaluation_mode): New function.
8968 (bp_location_compare_addrs): New function.
8969 (get_first_location_gte_addr): New helper function.
8970 (set_breakpoint_condition): Free condition bytecode if locations
8971 has become unconditional. Call mark_breakpoint_modified (...).
8972 (condition_command): Call update_global_location_list (1) for
8973 breakpoints.
8974 (breakpoint_xfer_memory): Use is_breakpoint (...).
8975 (is_breakpoint): New function.
8976 (parse_cond_to_aexpr): New function.
8977 (build_target_condition_list): New function.
8978 (insert_bp_location): Handle target-side conditional
8979 breakpoints and call build_target_condition_list (...).
8980 (update_inserted_breakpoint_locations): New function.
8981 (insert_breakpoint_locations): Handle target-side conditional
8982 breakpoints.
8983 (bpstat_check_breakpoint_conditions): Add comment.
8984 (bp_condition_evaluator): New function.
8985 (bp_location_condition_evaluator): New function.
8986 (print_breakpoint_location): Print information on where the condition
8987 will be evaluated.
8988 (print_one_breakpoint_location): Likewise.
8989 (init_bp_location): Call mark_breakpoint_location_modified (...) for
8990 breakpoint location.
8991 (force_breakpoint_reinsertion): New functions.
8992 (update_global_location_list): Handle target-side breakpoint
8993 conditions.
8994 Reinsert locations that are already inserted if conditions have
8995 changed.
8996 (bp_location_dtor): Free agent expression bytecode.
8997 (disable_breakpoint): Call mark_breakpoint_modified (...).
8998 Call update_global_location_list (...) with parameter 1 for breakpoints.
8999 (disable_command): Call mark_breakpoint_location_modified (...).
9000 Call update_global_location_list (...) with parameter 1 for breakpoints.
9001 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9002 (enable_command): mark_breakpoint_location_modified (...).
9003 (_initialize_breakpoint): Update documentation and add
9004 condition-evaluation breakpoint subcommand.
9005
9006 * breakpoint.h: Include ax.h.
9007 (condition_list): New data structure.
9008 (condition_status): New enum.
9009 (bp_target_info) <cond_list>: New field.
9010 (bp_location) <condition_changed, cond_bytecode>: New fields.
9011 (is_breakpoint): New prototype.
9012
3788aec7
LM
90132012-02-24 Luis Machado <lgustavo@codesourcery.com>
9014
9015 * remote.c (remote_state) <cond_breakpoints>: New field.
9016 (PACKET_ConditionalBreakpoints): New enum.
9017 (remote_cond_breakpoint_feature): New function.
9018 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9019 (remote_supports_cond_breakpoints): New function.
9020 (_initialize_remote): Add new packet configuration for
9021 target-side conditional breakpoints.
9022
72895ff6
LM
90232012-02-24 Luis Machado <lgustavo@codesourcery.com>
9024
9025 * NEWS: Mention target-side conditional breakpoint support,
9026 new condition-evaluation breakpoint subcommand and remote
9027 packet extensions.
9028
dea2aa5f
LM
90292012-02-24 Luis Machado <lgustavo@codesourcery.com>
9030
9031 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9032 number.
9033
8a8bc27f
TS
90342012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9035
9036 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9037 (after_prologue): Remove.
9038
6b446fdf
TT
90392012-02-23 Tom Tromey <tromey@redhat.com>
9040
9041 * jv-valprint.c (java_val_print): Remove dead code.
9042
ef59abfb
TG
90432012-02-23 Tristan Gingold <gingold@adacore.com>
9044
a09130f9
PA
9045 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9046 known_tasks_element and known_tasks_length fields.
9047 (read_known_tasks_array): Change argument type. Use pointer type
9048 and number of elements from DATA. Adjust.
9049 (read_known_tasks_list): Likewise.
9050 (get_known_tasks_addr): Remove.
9051 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9052 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9053 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9054
def166f6
JK
90552012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9056
9057 PR backtrace/13716
9058 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9059 it after set_momentary_breakpoint.
9060
aeaa2474
SA
90612012-02-22 Sterling Augustine <saugustine@google.com>
9062
9063 PR 13689:
9064 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9065
feea76c2
GB
90662012-02-22 Gary Benson <gbenson@redhat.com>
9067
9068 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9069 (find_slot_in_mapped_hash): Likewise.
9070
f06e05e0
JK
90712012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 PR build/13638
9074 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9075 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9076 * configure: Regenerate.
9077
b54a8fd7
PA
90782012-02-21 Tristan Gingold <gingold@adacore.com>
9079 Pedro Alves <palves@redhat.com>
9080
9081 * ia64-tdep.c: Do not include libunwind-ia64.h.
9082 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9083 Include libunwind-ia64.h instead of libunwind.h.
9084 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9085 for libunwind.h existence.
9086 * configure, config.in: Regenerate.
9087
dfcee124
AG
90882012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9089
9090 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9091 instead of value_rtti_target_type.
9092 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9093 instead of value_rtti_target_type.
9094 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9095 value_rtti_target_type.
9096 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9097 (value_rtti_target_type): Rename to ...
9098 (value_rtti_indirect_type): ... here and make it indirect. Update
9099 function comment.
9100 * value.c (readjust_indirect_value_type): New function.
9101 (coerce_ref): Support for enclosing type setting for references
9102 with readjust_indirect_value_type.
9103 * value.h (readjust_value_type): New declaration.
9104 (value_rtti_target_type): Rename to ...
9105 (value_rtti_indirect_type): ... here.
9106
02568277
AG
91072012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9108
9109 * MAINTAINERS (Write After Approval): Add myself to the list.
9110
10c07b7e 91112012-02-20 Doug Evans <dje@google.com>
28ee876a 9112
d82ea6a8
DE
9113 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9114 Rename objfile_p_char parameter to objfilep.
9115 (build_objfile_section_table): Result is now void. All callers
9116 updated.
9117 * objfiles.h (struct objfile): Tweak comments, whitespace.
9118 (build_objfile_section_table): Update.
9119
28ee876a
DE
9120 * elfread.c (elf_symfile_segments): Fix warning text.
9121
24c79950
TT
91222012-02-20 Tom Tromey <tromey@redhat.com>
9123
9124 PR gdb/13498:
9125 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9126 particular set of file names once.
9127 (dw2_map_symbol_filenames): Likewise.
9128
3a9b40b6
JK
91292012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 Code cleanup.
9132 * main.c (write_files): Remove the declaration.
9133 (external_editor_command): Move the declaration ...
9134 [GDBTK] (external_editor_command): ... here. Fix the comment.
9135
4d0795ca
TT
91362012-02-20 Tom Tromey <tromey@redhat.com>
9137
9138 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9139 extraneous block.
9140
637fd620
TG
91412012-02-20 Tristan Gingold <gingold@adacore.com>
9142
9143 * darwin-nat.h (enum darwin_msg_state): Add comments.
9144
6f124894
TG
91452012-02-20 Tristan Gingold <gingold@adacore.com>
9146
9147 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9148 value.
9149
2e6e3d9c
JB
91502012-20-18 Joel Brobecker <brobecker@adacore.com>
9151
9152 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9153 between function description and implementation.
9154
2e8265fd
TT
91552012-02-17 Tom Tromey <tromey@redhat.com>
9156
9157 PR python/12070:
9158 * python/py-event.c (event_object_getset): New global.
9159 (event_object_type): Reference it.
9160 * python/py-type.c (field_object_getset): New global.
9161 (field_object_type): Reference it.
9162 * python/python-internal.h (gdb_py_generic_dict): Declare.
9163 * python/py-utils.c (gdb_py_generic_dict): New function.
9164
8544a150 91652012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 9166
8544a150 9167 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9168
ca193e27
TS
91692012-02-17 Thomas Schwinge <thomas@codesourcery.com>
9170
9171 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9172 TYPE_CALLING_CONVENTION annotation.
9173
e5586183
KB
91742012-02-16 Kevin Buettner <kevinb@redhat.com>
9175
9176 * MAINTAINERS: Add rx to target ISA section.
9177 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9178 (ALLDEPFILES): Add rx-tdep.c.
9179
7dcd53a0
TT
91802012-02-16 Tom Tromey <tromey@redhat.com>
9181
9182 * symfile.c (symbol_file_add_main_1): Use inferior's
9183 symfile_flags.
9184 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9185 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9186 inferior.
9187 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9188 inferior.
9189 (follow_exec): Use inferior's symfile_flags.
9190 * inferior.h (struct inferior) <symfile_flags>: New field.
9191
ddd60447
MF
91922012-02-16 Mike Frysinger <vapier@gentoo.org>
9193
9194 PR gdb/9734:
9195 * remote-sim.c (gdbsim_create_inferior): Call error() when
9196 sim_create_inferior() fails.
9197
b0d32fb6
TG
91982012-02-16 Josh Matthews <josh@joshmatthews.net>
9199
9200 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9201
9addecb9
TT
92022012-02-16 Tom Tromey <tromey@redhat.com>
9203
9204 PR c++/13653:
9205 * thread.c (struct current_thread_cleanup) <was_removable>: New
9206 field.
9207 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9208 (make_cleanup_restore_current_thread): Initialize new field.
9209
a58b110a
KB
92102012-02-15 Kevin Buettner <kevinb@redhat.com>
9211
9212 * MAINTAINERS: Add rl78 to target ISA section.
9213 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9214 (ALLDEPFILES): Add rl78-tdep.c.
9215 * NEWS: Mention rl78 as a new target.
9216
4cb6da1c
AR
92172012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
9218
9219 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9220 data.
9221 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9222
3af2590d
TT
92232012-02-15 Tom Tromey <tromey@redhat.com>
9224
9225 PR gdb/12659:
9226 * infcmd.c (registers_info): Print just the current register's
9227 name.
9228
c6910659
TT
92292012-02-15 Tom Tromey <tromey@redhat.com>
9230
9231 * python/py-symbol.c (sympy_value): Use _().
9232
7cee1e54
PA
92332012-02-15 Pedro Alves <palves@redhat.com>
9234
9235 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9236 output to be like native targets'.
9237 (remote_pid_to_str): Special case the null ptid.
9238
816338b5
SS
92392012-02-14 Stan Shebs <stan@codesourcery.com>
9240
9241 * NEWS: Mention enable count command.
9242 * breakpoint.h (struct breakpoint): New field enable_count.
9243 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9244 (enable_breakpoint): Add arg to call.
9245 (struct disp_data): New struct.
9246 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9247 (do_map_enable_once_breakpoint): Create a struct and pass it.
9248 (do_map_enable_delete_breakpoint): Ditto.
9249 (do_map_enable_count_breakpoint): New function.
9250 (enable_count_command): New function.
9251 (bpstat_stop_status): Decrement enable_count.
9252 (print_one_breakpoint_location): Report enable count.
9253 (_initialize_breakpoint): Add enable count command.
9254
c47a44f4
KB
92552012-02-14 Kevin Buettner <kevinb@redhat.com>
9256
9257 * rl78-tdep.c (reggroups.h): Include.
9258 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9259 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9260 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9261 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9262 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9263 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9264 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9265 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9266 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9267 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9268 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9269 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9270 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9271 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9272 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9273 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9274 beginning of register list.
9275 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9276 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9277 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9278 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9279 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9280 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9281 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9282 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9283 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9284 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9285 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9286 the pseudo registers. Rearrange other pseudo registers too so
9287 that the bank registers appear at the end.
9288 (rl78_register_type): Account for the fact that the byte sized
9289 bank registers are now pseudo-registers.
9290 (rl78_register_name): Rearrange the register name array. Make
9291 initial set of raw banked registers inaccessible.
9292 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9293 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9294 case for copying bytes back and forth between raw and pseudo
9295 versions of the banked registers. Update other cases to reflect
9296 the changed names.
9297 (rl78_return_value): Update to account for changed names of
9298 raw registers.
9299 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9300 rl78_register_sim_regno().
9301
e4569f1e
KB
93022012-02-14 Kevin Buettner <kevinb@redhat.com>
9303
9304 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9305 the name parameter being passed to find_pc_partial_function().
9306
7a05aae7
JK
93072012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9308
9309 * MAINTAINERS: Step down from being ia64 target maintainer.
9310
11fde611
JK
93112012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9312
9313 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9314 compilation warning.
9315
57008375
JK
93162012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 Fix crash on loaded shlibs without loaded exec_bfd.
9319 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9320 (set_section_command): Replace exec_bfd by p->bfd.
9321
ff3c9849
TT
93222012-02-10 Tom Tromey <tromey@redhat.com>
9323
9324 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9325 when we have a C++ qualified name.
9326
db2b9fdd
PA
93272012-02-10 Pedro Alves <palves@redhat.com>
9328
9329 * inferior.c (inferior_pid_to_str): New.
9330 (print_inferior, inferior_command): Use it.
9331
12cd34f3
PA
93322012-02-10 Pedro Alves <palves@redhat.com>
9333
9334 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9335 the test CFLAGS.
9336 * configure: Regenerate.
9337
e871429d
JK
93382012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * linespec.c (decode_line_internal): Fix comment correctness.
9341
1916efaf
PA
93422012-02-09 Valery Khromov <valery.khromov@gmail.com>
9343
9344 PR gdb/12953
9345 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9346 * amd64bsd-nat.c: Add support for debug registers (adapted from
9347 i386bsd-nat.c).
9348 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9349 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9350 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9351 (amd64bsd_dr_get_control): New functions.
9352 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9353 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9354 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9355 watchpoints initialization.
9356 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9357
f4859d94
JK
93582012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9361 flds_bnds.fields.
9362 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9363
c56a97f9
JK
93642012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9367
1a119f36
JB
93682012-02-08 Joel Brobecker <brobecker@adacore.com>
9369
9370 * language.h (symbol_name_cmp_ftype): Renames
9371 symbol_name_match_p_ftype.
9372 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9373 la_get_symbol_name_match_p.
9374 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9375 ada_get_symbol_name_match_p. Update comment.
9376 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9377 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9378 Renames symbol_name_match_p. Update field type.
9379 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9380 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9381 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9382 "la_get_symbol_name_cmp" in comments.
9383 * language.c: Likewise.
9384
c71bb1cf
RO
93852012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9386
9387 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9388 %eflags offset.
9389 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9390 (amd64_sol2_gregset32_reg_offs): Likewise.
9391
4b2d20a5
TG
93922012-02-08 Joel Brobecker <brobecker@adacore.com>
9393
9394 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9395 of the returned BFD is allocated by GDB.
9396
f0823d2c
TT
93972012-02-07 Tom Tromey <tromey@redhat.com>
9398
9399 PR python/12027:
9400 * python/python-internal.h (frame_object_type): Declare.
9401 * python/py-symbol.c (sympy_needs_frame): New function.
9402 (sympy_value): New function.
9403 (symbol_object_getset): Add "needs_frame".
9404 (symbol_object_methods): Add "value".
9405 * python/py-frame.c (frame_object_type): No longer static.
9406
64e7d9dd
TT
94072012-02-07 Tom Tromey <tromey@redhat.com>
9408
9409 PR python/13599:
9410 * python/py-symbol.c (sympy_line): New function.
9411 (symbol_object_getset): Add "line".
9412
1d6b2d2b
TT
94132012-02-07 Tom Tromey <tromey@redhat.com>
9414
9415 * charset.c (find_charset_names): Check 'in' against NULL.
9416
0d5cff50
DE
94172012-02-06 Doug Evans <dje@google.com>
9418
9419 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9420 and fields.name members from char * to const char *. All uses updated.
9421 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9422 from char * to const char *. All uses updated.
9423 (type_name_no_tag): Update.
9424 (lookup_unsigned_typename, lookup_signed_typename): Update.
9425 * gdbtypes.c (type_name_no_tag): Change result type
9426 from char * to const char *. All callers updated.
9427 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9428 name parameter from char * to const char *.
9429 * symtab.h (struct cplus_specific): Change type of demangled_name
9430 member from char * to const char *. All uses updated.
9431 (struct general_symbol_info): Change type of name and
9432 mangled_lang.demangled_name members from char * to const char *.
9433 All uses updated.
9434 (symbol_get_demangled_name, symbol_natural_name): Update.
9435 (symbol_demangled_name, symbol_search_name): Update.
9436 * symtab.c (symbol_get_demangled_name): Change result type
9437 from char * to const char *. All callers updated.
9438 (symbol_natural_name, symbol_demangled_name): Ditto.
9439 (symbol_search_name): Ditto.
9440 (completion_list_add_name): Change type of symname,sym_text,
9441 text,word parameters from char * to const char *.
9442 (completion_list_objc_symbol): Change type of sym_text,
9443 text,word parameters from char * to const char *.
9444 * ada-lang.c (find_struct_field): Change type of name parameter
9445 from char * to const char *.
9446 (encoded_ordered_before): Similarly for N0,N1 parameters.
9447 (old_renaming_is_invisible): Similarly for function_name parameter.
9448 (ada_type_name): Change result type from char * to const char *.
9449 All callers updated.
9450 * ada-lang.h (ada_type_name): Update.
9451 * buildsym.c (hashname): Change type of name parameter
9452 from char * to const char *.
9453 * buildsym.h (hashname): Update.
9454 * dbxread.c (end_psymtab): Change type of include_list parameter
9455 from char ** to const char **.
9456 * dwarf2read.c (determine_prefix): Change result type
9457 from char * to const char *. All callers updated.
9458 * f-lang.c (find_common_for_function): Change type of name, funcname
9459 parameters from char * to const char *.
9460 * f-lang.c (find_common_for_function): Update.
9461 * f-valprint.c (list_all_visible_commons): Change type of funcname
9462 parameters from char * to const char *.
9463 * gdbarch.sh (static_transform_name): Change type of name parameter
9464 and result from char * to const char *.
9465 * gdbarch.c: Regenerate.
9466 * gdbarch.h: Regenerate.
9467 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9468 of name parameter from char * to const char *.
9469 * jv-lang.c (java_primitive_type_from_name): Ditto.
9470 (java_demangled_signature_length): Similarly for signature parameter.
9471 (java_demangled_signature_copy): Ditto.
9472 (java_demangle_type_signature): Ditto.
9473 * jv-lang.h (java_primitive_type_from_name): Update.
9474 (java_demangle_type_signature): Update.
9475 * objc-lang.c (specialcmp): Change type of a,b parameters
9476 from char * to const char *.
9477 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9478 from char * to const char *. All callers updated.
9479 * p-lang.h (is_pascal_string_type): Update.
9480 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9481 of name parameter from char * to const char *.
9482 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9483 * utils.c (fprintf_symbol_filtered): Ditto.
9484 * defs.h (fprintf_symbol_filtered): Update.
9485 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9486 * stabsread.h (end_psymtab): Update.
9487 * stack.c (find_frame_funname): Change type of funname parameter
9488 from char ** to const char **.
9489 * stack.h (find_frame_funname): Update.
9490 * typeprint.c (type_print): Change type of varstring parameter
9491 from char * to const char *.
9492 * value.h (type_print): Update.
9493 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9494 from char * to const char *. All callers updated.
9495 (xcoff_end_psymtab): Change type of include_list parameter
9496 from char ** to const char **. All callers updated.
9497 (swap_sym): Similarly for name parameter. All callers updated.
9498 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9499 Use xstrdup.
9500 (process_coff_symbol): Use xstrdup.
9501 * stabsread.c (stabs_method_name_from_physname): Renamed from
9502 update_method_name_from_physname. Change result type from void
9503 to char *. All callers updated.
9504 (read_member_functions): In has_destructor case, store name in objfile
9505 obstack instead of malloc space. In !has_stub case, fix mem leak.
9506
5579a92e
TT
95072012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
9508
9509 * configure: Rebuild.
9510 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9511 LDFLAGS.
9512
9058f767
KB
95132012-02-03 Kevin Buettner <kevinb@redhat.com>
9514
9515 * configure.tgt (rl78-*-elf): New target.
9516 * rl78-tdep.c: New file.
9517
5b37825d
PW
95182012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9519
9520 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9521 and continue the loop. Add QUIT statement.
9522
e009ee71
TT
95232012-02-03 Tom Tromey <tromey@redhat.com>
9524
9525 PR gdb/13596:
9526 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9527 bfd_lookup_symbol_from_symtab.
9528 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9529 gdb_bfd_lookup_symbol_from_symtab.
9530
f7e44f65
JB
95312012-02-03 Joel Brobecker <brobecker@adacore.com>
9532
9533 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9534 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9535 symbol. Add assertion that sym2 is never NULL.
9536
2c02bd72
DE
95372012-02-02 Doug Evans <dje@google.com>
9538
9539 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9540 "name" parameter to const char ** from char **. All callers updated.
9541 (find_pc_partial_function): Ditto.
9542 (cache_pc_function_name): Change type to const char * from char *.
9543 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9544 (find_pc_partial_function): Update.
9545 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9546 type of "name" parameter to const char * from char *.
9547 All uses updated.
9548 * arch-utils.c (generic_in_solib_return_trampoline): Change
9549 type of "name" parameter to const char * from char *.
9550 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9551 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9552 type of "name" parameter to const char * from char *.
9553 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9554 * gdbarch.c: Regenerate.
9555 * gdbarch.h: Regenerate.
9556 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9557 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9558 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9559 type of "name" parameter to const char * from char *.
9560 * skip.c (skip_function_pc): Ditto.
9561 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9562 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9563 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9564 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9565 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9566 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9567 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9568 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9569 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9570
e886a173
PA
95712012-02-02 Pedro Alves <palves@redhat.com>
9572
9573 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9574 the current inferior has no execution. Make sure the current
9575 remote process matches gdb's current inferior.
9576
c709a7c2
TT
95772012-02-02 Tom Tromey <tromey@redhat.com>
9578
9579 PR gdb/13405:
9580 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9581 read-only memory.
9582
f149aabd
TT
95832012-02-02 Tom Tromey <tromey@redhat.com>
9584
9585 PR gdb/9307:
9586 * symtab.c (lookup_language_this): Set block_found.
9587
03bef283
TT
95882012-02-01 Tom Tromey <tromey@redhat.com>
9589
9590 PR gdb/13431:
9591 * jit.c (struct jit_inferior_data): Rewrite.
9592 (struct jit_objfile_data): New.
9593 (get_jit_objfile_data): New function.
9594 (add_objfile_entry): Update.
9595 (jit_read_descriptor): Return int. Replace descriptor_addr
9596 argument with inf_data. Update. Don't call error.
9597 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9598 descriptor here.
9599 (jit_inferior_init): Don't look up descriptor. Don't call error.
9600 (jit_reset_inferior_data_and_breakpoints)
9601 (jit_inferior_created_observer): Remove.
9602 (jit_inferior_exit_hook): Update.
9603 (jit_executable_changed_observer): Remove.
9604 (jit_event_handler): Update.
9605 (free_objfile_data): Reset inferior data if needed.
9606 (_initialize_jit): Update.
9607
f0bbc364
TT
96082012-02-01 Tom Tromey <tromey@redhat.com>
9609
9610 * jit.c (bfd_open_from_target_memory): Move higher in file.
9611
47c1316c
TG
96122012-02-01 Tristan Gingold <gingold@adacore.com>
9613
9614 * libunwind-frame.c (libunwind_load): Display message if dlopen
9615 failed.
9616
8e704927
GB
96172012-02-01 Gary Benson <gbenson@redhat.com>
9618
09c7a31f 9619 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9620 (iterate_over_symbols): Use the above.
9621 * symtab.c (iterate_over_symbols): Likewise.
9622 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9623 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9624 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9625 (iterate_name_matcher): Document return values.
9626 (collect_one_symbol): Likewise.
9627 (collect_function_symbols): Likewise.
9628 (collect_symbols): Likewise.
9629
d9680e73
TT
96302012-02-01 Tom Tromey <tromey@redhat.com>
9631
9632 * ada-lang.c (resolve_subexp): Update.
9633 (ada_lookup_symbol_list): Add 'full_search' argument.
9634 (ada_iterate_over_symbols): Pass 0 as full_search argument to
9635 ada_lookup_symbol_list.
9636 (ada_lookup_encoded_symbol): Update.
9637 (get_var_value): Update.
9638 * ada-exp.y (block_lookup): Update.
9639 (write_var_or_type): Update.
9640 (write_name_assoc): Update.
9641 * ada-lang.h (ada_lookup_symbol_list): Update.
9642
72e1143f
TT
96432012-01-31 Tom Tromey <tromey@redhat.com>
9644
9645 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9646 comment.
9647
ab2d2ad3
DE
96482012-01-31 Doug Evans <dje@google.com>
9649
9650 * symtab.h: Remove outdated comment.
e9111bf7 9651 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 9652
bc884eba
JB
96532012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
9654
9655 Fix build error in Darwin port.
9656 * i386-darwin-nat.c: Include i386-nat.h.
9657
8fc3fc34
TT
96582012-01-30 Tom Tromey <tromey@redhat.com>
9659
9660 PR breakpoints/13568:
9661 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9662 argument. Check for recursive includes.
9663 (dwarf_decode_macros): Create an include hash.
9664
5d853008
ME
96652012-01-30 Michael Eager <eager@eagercon.com>
9666
9667 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9668 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 9669 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
9670 (powerpc_linux_in_plt_stub): New function.
9671 (powerpc_linux_in_dynsym_resolve_code): New function.
9672 (ppc_skip_trampoline_code): New function.
9673 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9674 Use glibc_skip_solib_resolver.
9675
40478521
JK
96762012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9677
9678 Code cleanup: Make 1440 bytes of data segment read-only.
9679 * arch-utils.c (endian_enum): Make it const char *const [].
9680 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9681 Likewise.
9682 * breakpoint.c (always_inserted_enums): Likewise.
9683 * cli/cli-cmds.c (script_ext_enums): Likewise.
9684 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9685 enumlist parameter const char *const *.
9686 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9687 const char *const *.
9688 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9689 parameter const char *const *.
9690 * cris-tdep.c (cris_modes): Make it const char *const [].
9691 * filesystem.c (target_file_system_kinds): Likewise.
9692 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9693 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9694 (can_use_displaced_stepping_enum, scheduler_enums)
9695 (exec_direction_names): Likewise.
9696 * language.c (_initialize_language): Make the type_or_range_names and
9697 case_sensitive_names variables const char *const [].
9698 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9699 * python/python.c (python_excp_enums): Likewise.
9700 * remote.c (interrupt_sequence_modes): Likewise.
9701 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9702 * serial.c (logbase_enums): Likewise.
9703 * sh-tdep.c (sh_cc_enum): Likewise.
9704 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9705 Likewise.
9706 * symtab.c (multiple_symbols_modes): Likewise.
9707 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9708 Likewise.
9709 * utils.c (internal_problem_modes): Likewise.
9710
b3b8b934
JK
97112012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9712
9713 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9714 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9715 result.
9716
8c85a4e2
DE
97172012-01-27 Doug Evans <dje@google.com>
9718
9719 * configure.ac (with_python): Fix absolute path handling for win32.
9720 * configure: Regenerate.
9721
78d8b4d7
DE
97222012-01-26 Doug Evans <dje@google.com>
9723
eca864fe
DE
9724 * symtab.c: Whitespace cleanup, no code changes.
9725
7e082072
DE
9726 * symtab.c (lookup_symbol_in_language): Improve comment.
9727 (lookup_symbol_aux): Fix comment.
9728
7dc25483
DE
9729 * psymtab.c (add_psymbol_to_list): Result is now "void".
9730 * psympriv.h (add_psymbol_to_list): Update.
9731
78d8b4d7
DE
9732 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9733
4c63965b
JK
97342012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9735
9736 Do not open script filenames twice.
9737 * cli/cli-cmds.c (source_script_from_stream): Pass to
9738 source_python_script also STREAM.
9739 * python/py-auto-load.c (source_section_scripts): Pass to
9740 source_python_script_for_objfile also STREAM.
9741 (auto_load_objfile_script): Pass to source_python_script_for_objfile
9742 also INPUT.
9743 * python/python-internal.h (source_python_script_for_objfile): New
9744 parameter file, rename parameter file to filename.
9745 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9746 instead if !_WIN32. Update the function comment.
9747 (source_python_script, source_python_script_for_objfile)
9748 (source_python_script): New parameter file, rename parameter file to
9749 filename. Pass FILENAME to python_run_simple_file.
9750 * python/python.h (source_python_script): New parameter file, rename
9751 parameter file to filename.
9752
88f38a04
PA
97532012-01-26 Pedro Alves <palves@redhat.com>
9754
9755 * corelow.c (core_has_fake_pid): Delete.
9756 (core_close): Delete references to `core_has_fake_pid'.
9757 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9758 (core_open): Delete references to `core_has_fake_pid'.
9759 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9760 the removed global.
9761
e078317b
JB
97622012-01-26 Joel Brobecker <brobecker@adacore.com>
9763
9764 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9765 Remove language parameter from name_matcher. Adjust the comment.
9766 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9767 Remove language parameter.
9768 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9769 * linespec.c (iterate_name_matcher): Likewise.
9770 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9771 name_matcher. Adjust call accordingly.
9772 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9773 (maintenance_check_symtabs): Adjust type of parameter "fun".
9774 * psymtab.h (maintenance_check_symtabs): Likewise.
9775
74ccd7f5
JB
97762012-01-26 Joel Brobecker <brobecker@adacore.com>
9777
9778 * language.h (symbol_name_match_p_ftype): New typedef.
9779 (struct language_defn): Replace field la_symbol_name_compare
9780 by la_get_symbol_name_match_p.
9781 * ada-lang.c (ada_get_symbol_name_match_p): New function.
9782 (ada_language_defn): Use it.
9783 * linespec.c (struct symbol_matcher_data): New type.
9784 (iterate_name_matcher): Rewrite.
9785 (iterate_over_all_matching_symtabs): Pass a pointer to
9786 a symbol_matcher_data struct to expand_symtabs_matching
9787 instead of just the lookup name.
9788 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9789 opencl-lang.c, p-lang.c, language.c: Delete field
9790 la_symbol_name_compare, and replace by NULL for new field
9791 la_get_symbol_name_match_p.
9792 * symfile.h (struct quick_symbol_functions): Update comment.
9793
5d268276
TT
97942012-01-25 Tom Tromey <tromey@redhat.com>
9795
9796 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9797 dereferencing.
9798
edcc5120
TT
97992012-01-24 Tom Tromey <tromey@redhat.com>
9800
9801 PR symtab/12406:
9802 * solib.c (update_solib_list): Update the program space's
9803 added_solibs and deleted_solibs fields.
9804 * progspace.h (struct program_space) <added_solibs,
9805 deleted_solibs>: New fields.
9806 (clear_program_space_solib_cache): Declare.
9807 * progspace.c (release_program_space): Call
9808 clear_program_space_solib_cache.
9809 (clear_program_space_solib_cache): New function.
9810 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9811 bpstat_stop_status. Use handle_solib_event.
9812 * breakpoint.c: Include gdb_regex.h.
9813 (print_solib_event): New function.
9814 (bpstat_print): Use print_solib_event.
9815 (bpstat_stop_status): Add special case for bp_shlib_event.
9816 (handle_solib_event): New function.
9817 (bpstat_what): Use handle_solib_event.
9818 (struct solib_catchpoint): New.
9819 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9820 (breakpoint_hit_catch_solib, check_status_catch_solib)
9821 (print_it_catch_solib, print_one_catch_solib)
9822 (print_mention_catch_solib, print_recreate_catch_solib): New
9823 functions.
9824 (catch_solib_breakpoint_ops): New global.
9825 (catch_load_or_unload, catch_load_command_1)
9826 (catch_unload_command_1): New functions.
9827 (internal_bkpt_check_status): Add special case for
9828 bp_shlib_event.
9829 (internal_bkpt_print_it): Use print_solib_event.
9830 (initialize_breakpoint_ops): Initialize
9831 catch_solib_breakpoint_ops.
9832 (_initialize_breakpoint): Register "catch load" and "catch
9833 unload".
9834 * breakpoint.h (handle_solib_event): Declare.
9835 * NEWS: Add entry for "catch load" and "catch unload".
9836
fa864999
TT
98372012-01-24 Tom Tromey <tromey@redhat.com>
9838
9839 * ada-lang.c: Include gdb_vecs.h.
9840 * charset.c: Include gdb_vecs.h.
9841 * tracepoint.h: Include gdb_vecs.h.
9842 * gdb_vecs.h: New file.
9843
f90263c1
TT
98442012-01-24 Pedro Alves <pedro@codesourcery.com>
9845
9846 * breakpoint.c (breakpoint_hit_catch_fork)
9847 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9848 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9849 * infrun.c (inferior_has_forked, inferior_has_vforked)
9850 (inferior_has_execd, inferior_has_called_syscall): Delete.
9851 (handle_syscall_event): Get syscall_number from the execution
9852 control state's wait status.
9853 (wait_for_inferior): Don't clear syscall_number.
9854
09ac7c10
TT
98552012-01-24 Pedro Alves <palves@redhat.com>
9856
9857 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9858 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9859 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9860 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9861 `ws' parameter.
9862 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
9863 false for events other than TARGET_SIGNAL_TRAP.
9864 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9865 Add `ws' parameter.
9866 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
9867 events other than TARGET_SIGNAL_TRAP.
9868 (tracepoint_breakpoint_hit): Add `ws' parameter.
9869 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9870 parameter.
9871 (bpstat_stop_status): Same.
9872 (pc_at_non_inline_function): Same.
9873 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9874 to pass the current event's waitstatus to bpstat_stop_status
9875 and pc_at_non_inline_function.
9876
86eb7e95
JK
98772012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 Code cleanup.
9880 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9881 Update the function comment for it.
9882 (source_script_with_search): Call make_cleanup_fclose for STREAM.
9883 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9884 for STREAM.
9885
a9b3a50f
PA
98862012-01-24 Pedro Alves <palves@redhat.com>
9887
9888 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9889 outside `bs->stop' block.
9890 (bpstat_what): Rework bp_shlib_event handling.
9891 (internal_bkpt_check_status): If the breakpoint is a
9892 bp_shlib_event, then set bs->stop and bs->print if
9893 stop_on_solib_events is set.
9894
53fe1783
GB
98952012-01-24 Gary Benson <gbenson@redhat.com>
9896
9897 Delete #if 0'd out code.
9898 * stack.c (print_frame_label_vars): Remove.
9899 (catch_info): Likewise.
9900 (_initialize_stack): Remove "info catch" command.
9901 * NEWS: Mention the above.
9902
49c62f2e
PA
99032012-01-24 Pedro Alves <palves@redhat.com>
9904
9905 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
9906 it.
9907 (remote_notice_new_inferior): If the remote end doesn't support
9908 the multiprocess extensions, then the PID is fake.
9909 (add_current_inferior_and_thread): New.
9910 (remote_start_remote): Use it.
9911 (extended_remote_attach_1): Adjust.
9912 (extended_remote_create_inferior_1): Use
9913 add_current_inferior_and_thread.
9914
d0d8b0c6
JK
99152012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 Fix watchpoints to be specific for each inferior.
9918 * breakpoint.c (watchpoint_in_thread_scope): Verify also
9919 current_program_space.
9920 * i386-nat.c (i386_inferior_data_cleanup): New.
9921 (i386_inferior_data_get): Replace variable inf_data_local by an
9922 inferior_data call.
9923 (i386_use_watchpoints): Initialize i386_inferior_data.
9924 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9925 specific iterate_over_lwps.
9926
4403d8e9
JK
99272012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 Fix watchpoints across inferior fork.
9930 * amd64-linux-nat.c (update_debug_registers_callback): Update the
9931 comment for linux_nat_iterate_watchpoint_lwps.
9932 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9933 linux_nat_iterate_watchpoint_lwps.
9934 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9935 * i386-linux-nat.c (update_debug_registers_callback): Update the
9936 comment for linux_nat_iterate_watchpoint_lwps.
9937 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9938 linux_nat_iterate_watchpoint_lwps.
9939 (i386_linux_prepare_to_resume): New comment on Linux kernel.
9940 * i386-nat.c: Include inferior.h.
9941 (dr_mirror): Remove.
9942 (i386_inferior_data, struct i386_inferior_data)
9943 (i386_inferior_data_get): New.
9944 (i386_debug_reg_state): Use i386_inferior_data_get.
9945 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9946 (i386_insert_watchpoint, i386_remove_watchpoint)
9947 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9948 (i386_remove_hw_breakpoint): New variable state, use
9949 i386_debug_reg_state instead of DR_MIRROR.
9950 * linux-nat.c (delete_lwp): New declaration.
9951 (num_lwps): Move here from downwards.
9952 (delete_lwp_cleanup): New.
9953 (linux_child_follow_fork): Create new child_lp, call
9954 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9955 PTRACE_DETACH.
9956 (num_lwps): Move upwards.
9957 (linux_nat_iterate_watchpoint_lwps): New.
9958 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9959 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9960
2992c9a7 99612012-01-24 Joel Brobecker <brobecker@adacore.com>
9962
9963 GDB 7.4 released.
9964
e360902b
PA
99652012-01-23 Pedro Alves <palves@redhat.com>
9966
9967 * top.c (caution): Rename to ...
9968 (confirm): ... this.
9969 (show_caution): Rename to ...
9970 (show_confirm): ... this.
9971 (quit_cover): Adjust.
9972 (init_main): Adjust.
9973 * top.h (caution): Rename to ...
9974 (confirm): ... this.
9975 * utils.c (internal_vproblem, defaulted_query): Adjust.
9976
050a2e1d
PA
99772012-01-23 Pedro Alves <palves@redhat.com>
9978
9979 * top.c (caution): Update comment.
9980 (execute_command): Don't consider the current value of `caution'.
9981
77a35dd8
JK
99822012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9985
a71b5a38
UW
99862012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
9987
9988 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9989 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9990 * target.c (target_fileio_pwrite): Remove buffer address from
9991 debug output.
9992 (target_fileio_pread): Likewise.
9993
d99bd577
UW
99942012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9995
9996 * NEWS: Document remote "info proc" and "generate-core-file".
9997
35c2fab7
UW
99982012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9999
10000 * gdbarch.sh (find_memory_regions): New callback.
10001 * gdbarch.c, gdbarch.h: Regenerate.
10002
10003 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10004 callback before falling back to target method.
10005
10006 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10007 (linux_target_install_ops): No longer install it.
10008
10009 * linux-tdep.c (linux_find_memory_regions): New function.
10010 (linux_init_abi): Install it.
10011
6432734d
UW
100122012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10013
10014 * gdbarch.sh (make_corefile_notes): New architecture callback.
10015 * gdbarch.c: Regenerate.
10016 * gdbarch.h: Likewise.
10017
10018 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10019 before target_make_corefile_notes. If NULL is returned, the
10020 target does not support core file generation.
10021
10022 * linux-nat.c: Include "linux-tdep.h".
10023 (find_signalled_thread, find_stop_signal): Remove.
10024 (linux_nat_do_thread_registers): Likewise.
10025 (struct linux_nat_corefile_thread_data): Likewise.
10026 (linux_nat_corefile_thread_callback): Likewise.
10027 (iterate_over_spus): Likewise.
10028 (struct linux_spu_corefile_data): Likewise.
10029 (linux_spu_corefile_callback): Likewise.
10030 (linux_spu_make_corefile_notes): Likewise.
10031 (linux_nat_collect_thread_registers): New function.
10032 (linux_nat_make_corefile_notes): Replace contents by call to
10033 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10034 as native-only callback.
10035
10036 * linux-tdep.h: Include "bfd.h".
10037 (struct regcache): Add forward declaration.
10038 (linux_collect_thread_registers_ftype): New typedef.
10039 (linux_make_corefile_notes): Add prototype.
10040 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10041 "regset.h", and "elf-bfd.h".
10042 (find_signalled_thread, find_stop_signal): New functions.
10043 (linux_spu_make_corefile_notes): Likewise.
10044 (linux_collect_thread_registers): Likewise.
10045 (struct linux_corefile_thread_data): New data structure.
10046 (linux_corefile_thread_callback): New funcion.
10047 (linux_make_corefile_notes): Likewise.
10048 (linux_make_corefile_notes_1): Likewise.
10049 (linux_init_abi): Install it.
10050
3030c96e
UW
100512012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10052
10053 * gdbarch.sh (info_proc): New callback.
10054 * gdbarch.c, gdbarch.h: Regenerate.
10055
10056 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10057 before falling back to the target info_proc callback.
10058
10059 * linux-nat.c: Do not include "cli/cli-utils.h".
10060 (linux_nat_info_proc): Remove.
10061 (linux_target_install_ops): No longer install it.
10062
10063 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10064 (read_mapping): New function.
10065 (linux_info_proc): Likewise.
10066 (linux_init_abi): Install it.
10067
145b16a9
UW
100682012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10069
10070 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10071 * infcmd.c: (info_proc_cmd_1): New function.
10072 (info_proc_cmd): New function, moved here from equivalent routine
10073 orignally in linux-nat.c.
10074 (info_proc_cmd_mappings): Likewise.
10075 (info_proc_cmd_stat): Likewise.
10076 (info_proc_cmd_status): Likewise.
10077 (info_proc_cmd_cwd): Likewise.
10078 (info_proc_cmd_cmdline): Likewise.
10079 (info_proc_cmd_exe): Likewise.
10080 (info_proc_cmd_all): Likewise.
10081 (_initialize_infcmd): Install "info proc" command and subcommands.
10082
10083 * target.h (struct target_ops): Add to_info_proc.
10084 (target_info_proc): Add prototype.
10085 * target.c (target_info_proc): New function.
10086
10087 * procfs.c (procfs_info_proc): Add prototype.
10088 (info_proc_cmd): Rename into ...
10089 (procfs_info_proc): ... this. Update argument types as appropriate
10090 for a to_info_proc implementation. Handle "what" argument.
10091 (procfs_target): Install procfs_info_proc.
10092 (_initialize_procfs): No longer install "info proc" command.
10093
10094 * linux-nat.c: (enum info_proc_what): Remove.
10095 (linux_nat_info_proc_cmd_1): Rename into ...
10096 (linux_nat_info_proc): ... this. Update argument types as appropriate
10097 for a to_info_proc implementation.
10098 (linux_nat_info_proc_cmd): Remove.
10099 (linux_nat_info_proc_cmd_mappings): Likewise.
10100 (linux_nat_info_proc_cmd_stat): Likewise.
10101 (linux_nat_info_proc_cmd_status): Likewise.
10102 (linux_nat_info_proc_cmd_cwd): Likewise.
10103 (linux_nat_info_proc_cmd_cmdline): Likewise.
10104 (linux_nat_info_proc_cmd_exe): Likewise.
10105 (linux_nat_info_proc_cmd_all): Likewise.
10106 (linux_target_install_ops): Install linux_nat_info_proc.
10107 (_initialize_linux_nat): No longer install "info proc" command
10108 and subcommands.
10109
b9e7b9c3
UW
101102012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10111
10112 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10113 * config.in, configure: Regenerate.
10114
10115 * target.h (struct target_ops): Add to_fileio_readlink.
10116 (target_fileio_readlink): Add prototype.
10117 * target.c (target_fileio_readlink): New function.
10118
10119 * inf-child.c: Conditionally include <sys/param.h>.
10120 (inf_child_fileio_readlink): New function.
10121 (inf_child_target): Install it.
10122
10123 * remote.c (PACKET_vFile_readlink): New enum value.
10124 (remote_hostio_readlink): New function.
10125 (init_remote_ops): Install it.
10126 (_initialize_remote): Handle vFile:readlink packet type.
10127
7313baad
UW
101282012-01-20 Pedro Alves <palves@redhat.com>
10129 Ulrich Weigand <ulrich.weigand@linaro.org>
10130
10131 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10132 * config.in, configure: Regenerate.
10133
10134 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10135 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10136 (target_fileio_open): Add prototype.
10137 (target_fileio_pwrite): Likewise.
10138 (target_fileio_pread): Likewise.
10139 (target_fileio_close): Likewise.
10140 (target_fileio_unlink): Likewise.
10141 (target_fileio_read_alloc): Likewise.
10142 (target_fileio_read_stralloc): Likewise.
10143
10144 * target.c: Include "gdb/fileio.h".
10145 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10146 (default_fileio_target): New function.
10147 (target_fileio_open): Likewise.
10148 (target_fileio_pwrite): Likewise.
10149 (target_fileio_pread): Likewise.
10150 (target_fileio_close): Likewise.
10151 (target_fileio_unlink): Likewise.
10152 (target_fileio_close_cleanup): Likewise.
10153 (target_fileio_read_alloc_1): Likewise.
10154 (target_fileio_read_alloc): Likewise.
10155 (target_fileio_read_stralloc): Likewise.
10156
10157 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10158 <fcntl.h>, and <unistd.h>.
10159 (inf_child_fileio_open_flags_to_host): New function.
10160 (inf_child_errno_to_fileio_error): Likewise.
10161 (inf_child_fileio_open): Likewise.
10162 (inf_child_fileio_pwrite): Likewise.
10163 (inf_child_fileio_pread): Likewise.
10164 (inf_child_fileio_close): Likewise.
10165 (inf_child_fileio_unlink): Likewise.
10166 (inf_child_target): Install to_fileio routines.
10167
10168 * remote.c (init_remote_ops): Install to_fileio routines.
10169
901f9912
UW
101702012-01-20 Pedro Alves <palves@redhat.com>
10171 Ulrich Weigand <ulrich.weigand@linaro.org>
10172
10173 * remote.c (remote_multi_process_p): Only check for multi-process
10174 protocol feature, do not check for extended protocol.
10175 (remote_supports_multi_process): Check for extended protocol here.
10176 (set_general_process): Likewise.
10177 (extended_remote_kill): Likewise.
10178 (remote_pid_to_str): Likewise.
10179 (remote_query_supported): Always query multiprocess mode.
10180
e714e1bf
UW
101812012-01-20 Pedro Alves <palves@redhat.com>
10182 Ulrich Weigand <ulrich.weigand@linaro.org>
10183
10184 * inferior.h (struct inferior): Add fake_pid_p.
10185 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10186 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10187 magic_null_ptid since the remote side doesn't provide a real PID.
10188
50897289
TT
101892012-01-19 Tom Tromey <tromey@redhat.com>
10190
10191 * NEWS: Combine the two Python sections.
10192
1afc2033
JK
101932012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 * target.h (target_close): Update comment on the target's unpush state.
10196
305436e0
PA
101972012-01-19 Pedro Alves <palves@redhat.com>
10198
10199 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10200 linux_nat_async directly instead of going through the target
10201 vector.
10202 * target.c (unpush_target): Close target after unpushing it, not
10203 before.
10204
49323895
GB
102052012-01-19 Gary Benson <gbenson@redhat.com>
10206
10207 * mdebugread.c (sort_blocks): Replace integer constants with ones
10208 derived from FIRST_LOCAL_BLOCK.
10209
1db33378
PP
102102012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
10211 Jan Kratochvil <jan.kratochvil@redhat.com>
10212
10213 PR gdb/9538
10214 * symfile.c (find_separate_debug_file): New function.
10215 (terminate_after_last_dir_separator): Likewise.
10216 (find_separate_debug_file_by_debuglink): Also try realpath.
10217 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10218 * configure: Regenerate.
10219 * config.in: Regenerate.
10220
f83d8a90
DE
102212012-01-18 Doug Evans <dje@google.com>
10222
10223 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10224 (main.o): Remove rule.
10225 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10226 (--with-sysroot): Rewrite.
10227 * configure: Regenerate.
10228 * config.in: Regenerate.
10229
2dbca4d6
SDJ
102302012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
10231
10232 * parse.c (initialize_expout): New function.
10233 (reallocate_expout): Likewise.
10234 (parse_exp_in_context): Use `initialize_expout' and
10235 `reallocate_expout' when appropriate.
10236
0695b514
PA
102372012-01-18 Pedro Alves <palves@redhat.com>
10238
10239 * record.c (struct record_breakpoint, record_breakpoint_p)
10240 (record_breakpoints): New.
10241 (record_insert_breakpoint, record_remove_breakpoint): Manage
10242 record breakpoints list. Only remove breakpoints from the
10243 inferior if they had been inserted there in the first place.
10244
136e1c30
DE
102452012-01-17 Doug Evans <dje@google.com>
10246
10247 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10248 if we know we don't have a file name to look for.
10249
c0bf857d
PA
102502012-01-17 Pedro Alves <palves@redhat.com>
10251
10252 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10253 the frame's stop reason is UNWIND_UNAVAILABLE.
10254
b486de60
JK
102552012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 Fix compilation error.
10258 * m2-exp.y (yyerror): Use ANSI C prototype.
10259
d04550a6
SDJ
102602012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10261
10262 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10263 (growbuf_by_size): Likewise.
10264 (yyerror): Likewise.
10265 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10266 (modblock): Remove variable (was #if 0'ed).
10267 (parse_number): Convert prototype from K&R to ANSI C.
10268 (yyerror): Likewise.
10269 * objc-exp.y (parse_number): Likewise.
10270 (yyerror): Likewise.
10271 (yylex): Remove #if 0'ed code.
10272 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10273 (yyerror): Likewise.
10274
4aac40c8
TT
102752012-01-16 Tom Tromey <tromey@redhat.com>
10276
10277 * NEWS: Add item.
10278 * symtab.h (compare_filenames_for_search): Declare.
10279 * symtab.c (compare_filenames_for_search): New function.
10280 (iterate_over_some_symtabs): Use it.
10281 * symfile.h (struct quick_symbol_functions)
10282 <map_symtabs_matching_filename>: Change spec.
10283 * psymtab.c (partial_map_symtabs_matching_filename): Use
10284 compare_filenames_for_search. Update for new spec.
10285 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10286 compare_filenames_for_search. Update for new spec.
10287 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10288
cafec441
TT
102892012-01-16 Tom Tromey <tromey@redhat.com>
10290
10291 PR python/13281:
10292 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10293 (struct main_type) <flag_flag_enum>: New field.
10294 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10295 * NEWS: Add entries.
10296 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10297 enums.
10298 * python/lib/gdb/printing.py (_EnumInstance): New class.
10299 (FlagEnumerationPrinter): Likewise.
10300
983af33b
SDJ
103012012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10302
10303 * breakpoint.c (create_sals_from_address_default): New function.
10304 (create_breakpoints_sal_default): Likewise.
10305 (decode_linespec_default): Likewise.
10306 (is_marker_spec): Removed.
10307 (strace_marker_p): New function.
10308 (init_breakpoint_sal): Using `strace_marker_p' instead of
10309 `is_marker_spec'.
10310 (create_breakpoint): Call method `create_sals_from_address' from
10311 breakpoint_ops, replacing code that created SALs conditionally
10312 on the type of the breakpoint. Call method `create_breakpoints_sal',
10313 replacing code that created breakpoints conditionally on the type
10314 wanted.
10315 (base_breakpoint_create_sals_from_address): New function.
10316 (base_breakpoint_create_breakpoints_sal): Likewise.
10317 (base_breakpoint_decode_linespec): Likewise.
10318 (base_breakpoint_ops): Add methods
10319 `base_breakpoint_create_sals_from_address',
10320 `base_breakpoint_create_breakpoints_sal' and
10321 `base_breakpoint_decode_linespec'.
10322 (bkpt_create_sals_from_address): New function.
10323 (bkpt_create_breakpoints_sal): Likewise.
10324 (bkpt_decode_linespec): Likewise.
10325 (tracepoint_create_sals_from_address): Likewise.
10326 (tracepoint_create_breakpoints_sal): Likewise.
10327 (tracepoint_decode_linespec): Likewise.
10328 (strace_marker_create_sals_from_address): Likewise.
10329 (strace_marker_create_breakpoints_sal): Likewise.
10330 (strace_marker_decode_linespec): Likewise.
10331 (strace_marker_breakpoint_ops): New variable.
10332 (addr_string_to_sals): Remove `marker_spec'. Call method
10333 `decode_linespec' from breakpoint_ops, replacing code that decoded
10334 an address string into a SAL. Use `strace_marker_p' instead of
10335 `marker_spec'.
10336 (strace_command): Decide whether we are dealing with a static
10337 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10338 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10339 * breakpoint.h (linespec_result, linespec_sals): New forward
10340 declarations.
10341 (breakpoint_ops) <create_sals_from_address>,
10342 <create_breakpoints_sal>, <decode_linespec>: New methods.
10343
4795f398
DE
103442012-01-14 Doug Evans <dje@google.com>
10345
10346 * NEWS: Update text for "maint set python print-stack".
10347 It is deprecated in gdb 7.4 and deleted in 7.5.
10348
ee5106fe
EZ
103492012-01-13 Eli Zaretskii <eliz@gnu.org>
10350
10351 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10352 including curses.h.
10353
b161e06f
JK
103542012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * configure: Regenerate.
10357 * config.in: Regenerate.
10358
85254831
KS
103592012-01-12 Keith Seitz <keiths@redhat.com>
10360
10361 PR mi/10586
10362 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10363 (ANONYMOUS_UNION_NAME): Define.
10364 (is_path_expr_parent): New function.
10365 (get_path_expr_parent): New function.
10366 (is_anonymous_child): New function.
10367 (create_child_with_value): If the child is anonymous and without
10368 a name, assign an object name to it.
10369 (c_describe_child): Use get_path_expr_parent to determine
10370 the parent expression.
10371 If there field represents an anonymous struct or union and
10372 has no name, set an appropriate display name and expression.
10373 (cplus_describe_child): Likewise.
10374
620fa63a
PA
103752012-01-12 Pedro Alves <palves@redhat.com>
10376
10377 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10378 available when %ebp is found to be zero (outermost).
10379
2efa2c79
AT
103802012-01-11 Andreas Tobler <andreast@fgznet.ch>
10381
10382 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10383 an internal gdb_static_assert.
10384 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10385
88e7d25d
TT
103862012-01-11 Tom Tromey <tromey@redhat.com>
10387
10388 PR gdb/9598:
10389 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10390 catch" and "catch throw".
10391
72384ba3
PH
103922012-01-11 Paul Hilfinger <hilfingr@adacore.com>
10393
10394 * blockframe.c (block_innermost_frame): Start search from selected
10395 frame, if present, or otherwise the current frame.
10396
10397 * c-exp.y (variable): Update innermost_block for
10398 'block COLONCOLON NAME' clause.
10399 * m2-exp.y (variable): Ditto.
10400 * objc-exp.y (variable): Ditto.
10401
065a711f
TT
104022012-01-10 Tom Tromey <tromey@redhat.com>
10403
10404 PR python/13199:
10405 * python/python.c (finish_python_initialization): Set sys.argv.
10406
f3f5162e
DE
104072012-01-10 Doug Evans <dje@google.com>
10408
10409 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10410 "want_line_info". All callers updated.
10411 (dwarf_decode_lines_1): New function.
10412 (handle_DW_AT_stmt_list): Add function comment.
10413 New arg "want_line_info". All callers updated.
10414 (read_file_scope,read_type_unit_scope): Move comment from
10415 handle_DW_AT_stmt_list to here.
10416
9934703b
JK
104172012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10418
10419 Fix regression after libiberty/ update for GCC PR 6057 and others.
10420 * c-exp.y (operator) <OPERATOR DELETE>
10421 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10422 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10423 (make_builtin_type, make_name): New variable i, add gdb_assert.
10424 (operator) <OPERATOR NEW>: Update ARGS to 3.
10425 (operator) <OPERATOR DELETE>: Add trailing space.
10426 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10427 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10428 * cp-support.c (cp_canonicalize_string): Check NULL from
10429 cp_comp_to_string, call warning and return.
10430
06b9f45f
JK
104312012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 Fix duplicate .o files after omitting libbfd.a.
10434 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10435 (SFILES): Add corelow.c.
10436 (COMMON_OBS): Add corelow.o.
10437 (ALLDEPFILES): Remove corelow.c.
10438 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10439 * config/alpha/alpha-osf3.mh: Likewise.
10440 * config/alpha/fbsd.mh: Likewise.
10441 * config/arm/nbsdaout.mh: Likewise.
10442 * config/arm/nbsdelf.mh: Likewise.
10443 * config/i386/i386gnu.mh: Likewise.
10444 * config/ia64/hpux.mh: Likewise.
10445 * config/ia64/linux.mh: Likewise.
10446 * config/m32r/linux.mh: Likewise.
10447 * config/m68k/linux.mh: Likewise.
10448 * config/mips/irix5.mh: Likewise.
10449 * config/mips/irix6.mh: Likewise.
10450 * config/pa/hpux.mh: Likewise.
10451 * config/pa/linux.mh: Likewise.
10452 * config/powerpc/aix.mh: Likewise.
10453 * config/sparc/linux.mh: Likewise.
10454 * config/sparc/linux64.mh: Likewise.
10455 * config/sparc/sol2.mh: Likewise.
10456 * config/vax/vax.mh: Likewise.
10457 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10458 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10459 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10460 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10461 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10462 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10463 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10464 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10465 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10466 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10467 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10468 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10469 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10470 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10471 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10472 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10473 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10474 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10475 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10476 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10477 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10478 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10479 corelow.o from gdb_target_obs.
10480 * corefile.c (core_target): Update the comment on NULL value.
10481 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10482 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10483 MATCHES. Drop YUMMY set on NULL.
10484 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10485 reclaim CORE_DATA if it is already NULL.
10486
34365054
DE
104872012-01-09 Doug Evans <dje@google.com>
10488
10489 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10490 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10491
696166a3
KS
104922012-01-09 Keith Seitz <keiths@redhat.com>
10493
10494 * breakpoint.c (wrapper.h): Don't include.
10495
8e7b59a5
KS
104962012-01-09 Keith Seitz <keiths@redhat.com>
10497
10498 * Makefile.in (SFILES): Remove wrapper.c.
10499 (HFILES_NO_SRCDIR): Remove wrapper.h.
10500 (COMMON_OBS): Remove wrapper.o.
10501 * cli/cli-interp.c: Don't inlude wrapper.h.
10502 * corelow.c: Likewise.
10503 (core_open): Replace gdb_target_find_new_threads with
10504 TRY_CATCH around target_find_new_threads.
10505 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10506 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10507 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10508 evaluate_expression.
10509 (varobj_set_value): Likewise for evaluate_expression and
10510 value_assign.
10511 (install_new_variable): Likewise for value_fetch_lazy.
10512 (adjust_value_for_child_access): Likewise for value_ind.
10513 (c_describe_child): Likewise for value_subscript and
10514 value_ind.
10515 (c_value_of_root): Likewise for evaluate_expression.
10516 * wrapper.c: Remove.
10517 * wrapper.h: Remove.
10518
1a4eeb98
DE
105192012-01-09 Doug Evans <dje@google.com>
10520
9ff913ba
DE
10521 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10522 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10523 "abfd" args with "section". All callers updated.
10524 Error checking code moved ...
10525 (error_check_comp_unit_head): ... here. New function.
10526 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10527 Delete arg "abfd". New arg "type_offset". All callers updated.
10528 (create_debug_types_hash_table): Simplify by using
10529 read_and_check_type_unit_head.
10530
1a4eeb98
DE
10531 * parser-defs.h (namecopy): Delete.
10532 * parse.c (namecopy, namecopy_size): Move into copy_name.
10533
2e6af8c0
JK
105342012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 Partially fix duplicate .o files after omitting libbfd.a.
10537 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10538 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10539 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10540 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10541 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10542 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10543 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10544
9f2f828a
PA
105452012-01-09 Pedro Alves <palves@redhat.com>
10546
10547 * MAINTAINERS: Update my email address.
10548
4d72c0bc
DE
105492012-01-08 Doug Evans <dje@google.com>
10550
d467dd73
DE
10551 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10552 n_type_units. Rename type_comp_units to all_type_units.
10553 All uses updated.
10554 (add_signatured_type_cu_to_table): Renamed from
10555 add_signatured_type_cu_to_list. All callers updated.
10556
4d72c0bc
DE
10557 * gdbtypes.h (struct cplus_struct_type): Delete member
10558 nfn_fields_total. All uses removed.
10559
21b2bd31
DE
105602012-01-06 Doug Evans <dje@google.com>
10561
10562 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10563 to top of file.
10564 (dwarf2_find_comp_unit): Delete.
10565 (process_psymtab_comp_unit): Make result "void".
10566 Delete args buffer, info_ptr, buffer_size, and replace with
10567 "section". All callers updated.
10568 (dwarf2_build_psymtabs_hard): Simplify.
10569
bfd189b1
SDJ
105702012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
10571 Thiago Jung Bauermann <bauerman@br.ibm.com>
10572
10573 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10574 before `struct gdb_exception'.
10575 * breakpoint.c (update_global_location_list_nothrow)
10576 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10577 * cp-abi.c (value_rtti_type): Likewise.
10578 * cp-support.c (cp_validate_operator): Likewise.
10579 * infrun.c (insert_exception_resume_breakpoint)
10580 (check_exception_resume, keep_going): Likewise.
10581 * mi-interp.c (mi_breakpoint_created)
10582 (mi_breakpoint_modified): Likewise.
10583 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10584 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10585 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10586
6b07635f
DE
105872012-01-05 Doug Evans <dje@google.com>
10588
0b30b85c
DE
10589 * dwarf2read.c (statement_prologue): Delete, unused.
10590
98714339
DE
10591 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10592 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10593
6b07635f
DE
10594 * dwarf2read.c (comp_unit_header): Delete, unused.
10595
761f4555
UW
105962012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
10597
10598 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10599 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10600
2ca0b532
PA
106012012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
10602
10603 * infrun.c (normal_stop): Don't skip calling the normal_stop
10604 observers if the thread was doing a multi-step, but stopped for
10605 some reason other than stepping.
10606
50aeff07
PA
106072012-01-05 Pedro Alves <alves.ped@gmail.com>
10608
10609 * cli/cli-decode.h: Add comments.
10610 (CMD_LIST_AMBIGUOUS): Moved to command.h
10611 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10612 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10613 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10614 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10615 (add_com, add_com_alias, add_info, add_info_alias)
10616 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10617 declarations.
10618 * command.h: Add and adjust comments.
10619 (CMD_LIST_AMBIGUOUS): Moved here.
10620 (help_cmd, help_cmd_list): Delete declarations.
10621
5953832c
DE
106222012-01-04 Doug Evans <dje@google.com>
10623
e5fe5e75
DE
10624 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10625 All callers updated.
10626 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10627 Replace all arguments with "per_cu". All callers updated.
10628
28dee7f5
DE
10629 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10630
23745b47
DE
10631 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10632 New arg "per_cu". All callers updated.
10633
5953832c
DE
10634 Delete #if 0'd out code.
10635 * language.c (binop_result_type): Delete.
10636 (simple_type, ordered_type, same_type, integral_type): Delete.
10637 (numeric_type, character_type, string_type, boolean_type): Delete.
10638 (float_type, structured_type): Delete.
10639 * language.h: Update.
10640
0f5b7562
TT
106412012-01-04 Tom Tromey <tromey@redhat.com>
10642
10643 * python/py-value.c (valpy_binop): Initialize 'res_val'.
10644
78218f56
JB
106452012-01-04 Joel Brobecker <brobecker@adacore.com>
10646
10647 * corefile.c (close_exec_file): Delete.
10648 (reopen_exec_file): Remove commented out code that seems related
10649 to close_exec_file, which is being deleted here.
10650 * inferior.h (close_exec_file): Delete.
10651 * fork-child.c (fork_inferior): Remove call to fork_inferior.
10652
0fcd72ba
JB
106532012-01-04 Joel Brobecker <brobecker@adacore.com>
10654
10655 * ada-lang.c: #include "cli/cli-utils.h".
10656 (get_selections): Use skip_spaces.
10657 (ada_get_next_arg): Use skip_spaces and skip_to_space.
10658 (catch_ada_exception_command_split): Use skip_spaces.
10659 (ada_decode_assert_location): Likewise.
10660
1dabb4c4
JB
106612012-01-04 Joel Brobecker <brobecker@adacore.com>
10662
10663 * linespec.c (decode_line_internal): Check for C++ or Java
10664 compound constructs only if the current language is C, C++
10665 or Java.
10666
5931a2fa
JK
106672012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 Revert:
10670 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10671 Joel Brobecker <brobecker@adacore.com>
10672 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10673 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10674 3 times.
10675 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10676 fall through into AT_ENTRY_POINT.
10677 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10678 DUMMY_ADDR with it.
10679 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10680 PPC_INSN_SIZE skip to 3 times.
10681
1a2da5ee
JB
106822012-01-04 Joel Brobecker <brobecker@adacore.com>
10683
10684 * linespec.c (add_minsym): Preserve function descriptors.
10685
8645ff69
UW
106862012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
10687
10688 * breakpoint.c (all_locations_are_pending): Consider locations
10689 in program spaces executing during startup pending as well.
10690
0b302171
JB
106912012-01-04 Joel Brobecker <brobecker@adacore.com>
10692
10693 Copyright year update in most files of the GDB Project.
10694
8ba098ad
JB
106952012-01-04 Joel Brobecker <brobecker@adacore.com>
10696
10697 * copyright.sh: Delete.
10698 * copyright.py: Rewrite.
10699
09c01c30
JB
107002012-01-04 Joel Brobecker <brobecker@adacore.com>
10701
10702 * gnulib/extra/update-copyright: New file, imported from gnulib.
10703
3c36c0af
JB
107042012-01-04 Joel Brobecker <brobecker@adacore.com>
10705
10706 * README (Copyright and License Notices): New section.
10707
888fe1e1
TT
107082012-01-03 Tom Tromey <tromey@redhat.com>
10709
10710 PR python/12533:
10711 * python/py-value.c (valpy_dereference, valpy_get_address
10712 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10713 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10714 (valpy_absolute, valpy_richcompare): Free intermediate values.
10715
6e681866
JB
107162011-01-03 Joel Brobecker <brobecker@adacore.com>
10717
10718 * ada-lang.c: Reformat the copyright notice.
10719
0cd09acb
JK
107202012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10721
10722 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10723 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10724 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10725 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10726 Revert this part of:
10727 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10728 Build gdb directly from *.o files not using libgdb.a.
10729 * Makefile.in (COMMON_OBS): Remove solib-target.o.
10730
12c3e59c
JB
107312012-01-02 Joel Brobecker <brobecker@adacore.com>
10732
10733 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10734 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10735 Reformat the copyright header.
10736
11bf1490
JK
107372012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10738
10739 Revert this part of:
10740 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10741 Remove the gdbtui binary.
10742 * gdb.c (main): Remove args.interpreter_p initialization.
10743 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10744 * main.h (struct captured_main_args): Remove interpreter_p.
10745
1fef196f
JB
107462012-01-02 Joel Brobecker <brobecker@adacore.com>
10747
10748 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10749
67827812
JB
107502012-01-02 Joel Brobecker <brobecker@adacore.com>
10751
10752 * top.c (print_gdb_version): Update copyright year.
10753
a4d0b831
YQ
107542012-01-02 Yao Qi <yao@codesourcery.com>
10755
10756 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10757
b5914469
JK
107582012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10759 Joel Brobecker <brobecker@adacore.com>
10760
10761 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10762 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10763 3 times.
10764 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10765 fall through into AT_ENTRY_POINT.
10766 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
10767 DUMMY_ADDR with it.
10768 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10769 PPC_INSN_SIZE skip to 3 times.
10770
8da828f7
JK
107712012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10774 the return value.
10775 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10776
8574e74b
JK
107772012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10778
10779 Build gdb directly from *.o files not using libgdb.a.
10780 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10781 (COMMON_OBS): Remove solib-target.o.
10782 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10783 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10784 (LIBGDB_OBS, libgdb.a): Move it above.
10785 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10786 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10787 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10788 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10789 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10790 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10791 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10792 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10793 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10794 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10795 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10796 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10797 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10798 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10799 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10800 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10801 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10802 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10803 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10804 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10805 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10806 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10807 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10808 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10809 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10810 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10811 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10812
217bff3e
JK
108132012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10814
10815 Remove the gdbtui binary.
10816 * .gitignore (/gdbtui): Remove.
10817 * Makefile.in (TUI): Remove.
10818 (SUBDIR_TUI_OBS): Remove tui-main.o.
10819 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10820 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10821 (tui-main.o): Remove.
10822 (all_object_files): Remove tui-main.o.
10823 * NEWS: New note for the gdbtui removal.
10824 * configure: Rebuilt.
10825 * configure.ac: No longer add all-tui, clean-tui, install-tui and
10826 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10827 CONFIG_UNINSTALL respectively.
10828 * gdb.c (main): Remove args.interpreter_p initialization.
10829 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10830 * main.h (struct captured_main_args): Remove interpreter_p.
10831 * tui/tui-main.c: Remove.
10832
9cdd5dbd
DE
108332012-01-01 Doug Evans <dje@google.com>
10834
bb5ed363
DE
10835 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10836 (dwarf2_physname, read_import_statement): Ditto.
10837 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10838 (process_structure_scope read_subroutine_type): Ditto.
10839 (read_typedef, load_partial_dies, read_partial_die): Ditto.
10840 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10841 (dwarf2_fetch_die_location_block): Ditto.
10842 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10843
a0f42c21
DE
10844 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10845 All callers updated.
10846 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10847 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10848 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10849
2dc860c0
DE
10850 * dwarf2read.c (load_cu): Move assert to more useful location.
10851
68dc6402
DE
10852 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10853 All callers updated.
10854
9cdd5dbd
DE
10855 * dwarf2read.c (dwarf2_per_objfile): Add comment.
10856 (dwarf2_elf_names): Minor reformat.
10857 (dwarf2_per_cu_data): Tweak comment.
10858 (dwarf2_read_section): Fix comment.
10859 (create_all_comp_units): Fix comment.
10860 (load_full_comp_unit): Fix comment.
10861 (process_full_comp_unit): Fix comment.
10862 (read_signatured_type): Fix comment.
10863
0c10e53e 10864For older changes see ChangeLog-2011.
c906108c
SS
10865\f
10866Local Variables:
10867mode: change-log
10868left-margin: 8
10869fill-column: 74
10870version-control: never
57da7796 10871coding: utf-8
c906108c 10872End:
This page took 1.843215 seconds and 4 git commands to generate.