* symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2908cac6
DE
12012-07-15 Doug Evans <dje@google.com>
2
3 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4 "tab_cur_size". Change member "tab" to be a htab_t.
5 (create_filename_seen_cache): Update.
6 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
7 (filename_seen): Update.
8
a2b6eff5
DE
92012-07-13 Doug Evans <dje@google.com>
10
11 * symtab.c (filename_seen): Update comment.
12
4359dff1
JK
132012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14 Doug Evans <dje@google.com>
15
16 * buildsym.c (end_symtab_1): Split it to ...
17 (end_symtab_get_static_block): ... this ...
18 (end_symtab_from_static_block): ... and this function.
19 (end_symtab, end_expandable_symtab): Call them.
20 * buildsym.h (end_symtab_get_static_block)
21 (end_symtab_from_static_block): New declarations.
22 * dwarf2read.c (process_full_comp_unit): New variable static_block.
23 Set its valid CU ranges.
24
a24f71ab
JK
252012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
26
27 * dwarf2loc.c (disassemble_dwarf_expression): Handle
28 DW_OP_GNU_parameter_ref.
29
d76b7dbc
JK
302012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
31
32 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
33 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
34
9fdc877b
DE
352012-07-13 Doug Evans <dje@google.com>
36
37 * symtab.c (output_source_filename): Delete unnecessary forward decl.
38 (filename_seen_cache): New struct.
39 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
40 (create_filename_seen_cache): New function.
41 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
42 (filename_seen): Delete arg "first". New arg "cache". All callers
43 updated.
44 (output_source_filename_data): New struct.
45 (output_source_filename): Delete arg "first". New arg "data".
46 All callers updated.
47 (sources_info): Delete local "first". New locals "data", "cleanups".
48 Rewrite to use filename_seen_cache.
49 (add_partial_filename_data): Delete member "first". New member
50 "filename_seen_cache". All uses updated.
51 (make_source_files_completion_list): Rewrite to use
52 filename_seen_cache.
53
f80c6f3f
DE
542012-07-12 Doug Evans <dje@google.com>
55
56 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
57
0bfa869d
DE
582012-07-10 Doug Evans <dje@google.com>
59
f4dc4d17
DE
60 PR gdb/13498
61 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
62 all_type_unit_groups, type_unit_groups, tu_stats.
63 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
64 All uses updated. Add type_unit_group to union "s".
65 (type_unit_group): New struct.
66 (IS_TYPE_UNIT_GROUP): New macro.
67 (abbrev_table): Delete unused member "section".
68 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
69 (dw2_get_cu): Assert not used with type_unit_group.
70 (dw2_get_primary_cu): New function.
71 (dw2_build_type_unit_groups_reader): New function.
72 (dw2_build_type_unit_groups): New function.
73 (dw2_get_file_names): Assert not called on type units.
74 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
75 Redo loop to iterate over type unit groups instead of type units.
76 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
77 (read_abbrev_offset): New function.
78 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
79 updated.
80 (create_partial_symtab): New function.
81 (process_psymtab_comp_unit_reader): Assert not used with type units.
82 Call create_partial_symtab.
83 (process_psymtab_type_unit): Delete.
84 (hash_type_unit_group, eq_type_unit_group): New functions.
85 (allocate_type_unit_groups_table): New function.
86 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
87 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
88 (create_type_unit_group, get_type_unit_group): New functions.
89 (tu_abbrev_offset): New struct.
90 (sort_tu_by_abbrev_offset): New function.
91 (add_type_unit_group_to_table): New function.
92 (build_type_unit_groups): New function.
93 (build_type_psymtabs_reader): New function.
94 (build_type_psymtab_dependencies): New function.
95 (build_type_psymtabs): Rewrite.
96 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
97 is seen in a type unit.
98 (process_queue): Move symtab expansion debugging printfs here.
99 Call process_full_type_unit for type units.
100 (compute_symtab_includes): Assert not called for type units.
101 (process_cu_includes): Don't call compute_symtab_includes for
102 type units.
103 (process_full_type_unit): New function.
104 (process_imported_unit_die): Flag an error if called for type units.
105 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
106 updated. Assert not called for type units.
107 (read_file_scope): Call dwarf2_start_symtab.
108 (setup_type_unit_groups): New function.
109 (read_type_unit_scope): Rewrite.
110 (abbrev_table_read_table): Initialize abbrev_table->offset.
111 (abbrev_table_free_cleanup): New function.
112 (dwarf2_start_symtab): New function.
113 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
114 * buildsym.c (finish_block_internal): New arg "expandable".
115 All callers updated.
116 (start_symtab): Move most contents to ...
117 (restart_symtab): ... here. New function.
118 (reset_symtab_globals): New function.
119 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
120 Call reset_symtab_globals.
121 (end_symtab, end_expandable_symtab): New functions.
122 (set_missing_symtab, augment_type_symtab): New functions.
123 * buildsym.h (end_expandable_symtab): Declare.
124 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
125 * psympriv.h (struct partial_symtab): New member "anonymous".
126 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
127 anonymous psymtabs.
128 (read_psymtabs_with_filename): Ditto.
129 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
130 (expand_symtabs_matching_via_partial): Ditto.
131 (dump_psymtab): Update.
0bfa869d
DE
132 * dictionary.c (dict_add_pending): New function.
133 * dictionary.h (dict_add_pending): Declare.
134
45e58e77
DE
1352012-07-09 Doug Evans <dje@google.com>
136
b74db436
DE
137 * buildsym.c (start_subfile): Remove unnecessary check for
138 name == NULL.
139
fd55216c
DE
140 * psymtab.c (allocate_psymtab): Use host_address_to_string.
141
6721b2ec
DE
142 * dwarf2read.c (load_full_type_unit): Simplify.
143
b4dd5633
DE
144 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
145 to struct signatured_type **. All uses updated.
146
45e58e77
DE
147 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
148 All callers updated.
149
e314d629
TT
1502012-07-09 Tom Tromey <tromey@redhat.com>
151
152 * c-exp.y (check_parameter_typelist): New function.
153 (parameter_typelist): Call it.
154 * eval.c (make_params): Handle '(void)' case.
155 * gdbtypes.c (lookup_function_type_with_arguments): Handle
156 '(void)' case.
157
aa7c7447
JK
1582012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
159
160 * common/linux-ptrace.c: Include gdb_assert.h.
161 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
162 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
163 stdint.h.
164 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
165 functions.
166 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
167 * linux-nat.c (linux_child_post_attach)
168 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
169
889003ed
JK
1702012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
171
172 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
173 nptl <2.7 bug workaround for core files.
174
da559b09
JK
1752012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
178 clearing.
179 (save_siginfo): Remove.
180 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
181 call.
182 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
183 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
184 * linux-nat.h (struct lwp_info): Remove field siginfo.
185
f865ee35
JK
1862012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 Code cleanup for the next patch.
189 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
190 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
191 call for it.
192 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
193 (ia64_linux_stopped_data_address):
194 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
195 the return value.
196 * linux-nat.h (linux_nat_get_siginfo): Likewise.
197 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
198 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
199 call for it.
200
76b83c51
JK
2012012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
202
203 PR 14321
204 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
205 Increase buffer sizes to 2x we need, not just 2x of the previous size.
206
a6fb9c08
TT
2072012-07-06 Tom Tromey <tromey@redhat.com>
208
209 * c-exp.y (DOTDOTDOT): New token.
210 (func_mod, exp): Use parameter_typelist.
211 (parameter_typelist): New production.
212 (tokentab3): Add "..." token.
213 * eval.c (make_params): Handle varargs.
214 * gdbtypes.c (lookup_function_type_with_arguments): Handle
215 varargs.
216
71918a86
TT
2172012-07-06 Tom Tromey <tromey@redhat.com>
218
219 PR exp/9608:
220 * c-exp.y (%union) <tvec>: Change type.
221 (func_mod): Now uses <tvec> type.
222 (exp): Update for tvec change.
223 (direct_abs_decl): Push the typelist.
224 (func_mod): Return a typelist.
225 (nonempty_typelist): Update for tvec change.
226 * gdbtypes.c (lookup_function_type_with_arguments): New function.
227 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
228 * parse.c (pop_type_list): New function.
229 (push_typelist): New function.
230 (follow_types): Handle tp_function_with_arguments.
231 * parser-defs.h (type_ptr): New typedef. Define a VEC.
232 (enum type_pieces) <tp_function_with_arguments>: New constant.
233 (union type_stack_elt) <typelist_val>: New field.
234 (push_typelist): Declare.
235
fcde5961
TT
2362012-07-06 Tom Tromey <tromey@redhat.com>
237
238 * c-exp.y (%union) <type_stack>: New field.
239 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
240 (ptr_operator_ts): New production.
241 (ptype): Update.
242 * parse.c (type_stack_reserve): New function.
243 (check_type_stack_depth): Use it.
244 (pop_type_stack, append_type_stack, push_type_stack)
245 (get_type_stack, type_stack_cleanup): New functions.
246 (follow_types): Handle tp_type_stack.
247 (_initialize_parse): Simplify initialization.
248 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
249 constant.
250 (union type_stack_elt) <stack_val>: New field.
251 (get_type_stack, append_type_stack, push_type_stack)
252 (type_stack_cleanup): Declare.
253
1a7d0ce4
TT
2542012-07-06 Tom Tromey <tromey@redhat.com>
255
256 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
257 Remove.
258 (struct type_stack): New.
259 * parse.c (type_stack, type_stack_size, type_stack_depth):
260 Remove.
261 (type_stack): New global.
262 (parse_exp_in_context, check_type_stack_depth)
263 (insert_into_type_stack, insert_type, push_type, push_type_int)
264 (insert_type_address_space, pop_type, pop_type_int)
265 (_initialize_parse): Update.
266
16d01384
TT
2672012-07-06 Tom Tromey <tromey@redhat.com>
268
269 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
270 Remove %type.
271
9bfc60bf
SP
2722012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
273
274 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
275
d5161074
SP
2762012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
277 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 * cp-valprint.c (cp_print_value): Replace potentially unsafe
280 alloca with xmalloc/xfree.
281
a74bc576
SP
2822012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
283
284 * MAINTAINERS (Write After Approval): Add myself to the list.
285
667e0a4b
DE
2862012-07-05 Doug Evans <dje@google.com>
287
288 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
289
34b536a8
HZ
2902012-07-05 Hui Zhu <hui_zhu@mentor.com>
291
292 * ax-gdb.c (cli/cli-utils.h): New include.
293 (linespec.h): Ditto.
294 (agent_eval_command_one): New function.
295 (agent_command_1): Ditto.
296 (agent_command): Call function agent_command_1.
297 (agent_eval_command): Ditto.
298 (_initialize_ax_gdb): Change help for "maint agent"
299 and "maint agent-eval".
300
e6f0bce7
HZ
3012012-07-05 Hui Zhu <hui_zhu@mentor.com>
302
303 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
304 * cli/cli-utils.c (check_for_argument): New function.
305 * cli/cli-utils.h (check_for_argument): Ditto.
306
1b3371b1
L
3072012-07-04 H.J. Lu <hongjiu.lu@intel.com>
308
309 * NEWS: Mention x32 ABI support.
310
23e2d720
L
3112012-07-04 H.J. Lu <hongjiu.lu@intel.com>
312
313 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
314 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
315
316 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
317 and pc_regnum_from_eax to -1. Update SP regnum from
318 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
319 needed.
320
321 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
322 pc_regnum_from_eax.
323
836bf454
JK
3242012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
325
326 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
327 * dwarf2expr.h: Include gdbtypes.h.
328 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
329 these forward declarations.
330 (cu_offset, sect_offset): Move these ...
331 * gdbtypes.h: Remove include dwarf2expr.h.
332 (cu_offset, sect_offset): ... here.
333
1e55e04f
L
3342012-07-03 H.J. Lu <hongjiu.lu@intel.com>
335
336 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
337 (amd64_linux_sigtramp_code): This.
338 (amd64_x32_linux_sigtramp_code): New.
339 (LINUX_SIGTRAMP_LEN): Updated.
340 (amd64_linux_sigtramp_start): Check x32 sigtramp.
341
7d0e21ad
JK
3422012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
345
8775fd2d
JK
3462012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
347
348 * config.in: Regenerate.
349 * configure: Regenerate.
350 * configure.ac: Remove check for gnu/libc-version.h.
351 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
352 gnu/libc-version.h.
353 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
354 variables libc_version, libc_major and libc_minor. Replace sscanf by
355 inferior_has_bug. Extend the comment.
356
fcb44371
JK
3572012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * linux-thread-db.c (inferior_has_bug): New function.
360 (thread_db_find_new_threads_silently): Return boolean as checked by
361 inferior_has_bug, describe it in the comments.
362 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
363 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 364 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
365 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
366 if UNTIL_NO_NEW,
367
09406207
DE
3682012-07-02 Doug Evans <dje@google.com>
369
0907af0c
DE
370 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
371 related to queue management.
372
09406207
DE
373 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
374 instead of "debug dwarf2-die" in debugging printfs.
375 (create_debug_info_hash_table_reader): Ditto.
376 (create_debug_info_hash_table): Ditto.
377 (init_dwo_file): Ditto.
378 (init_cutu_and_read_dies): Add debugging printf.
379 (init_cutu_and_read_dies_no_follow): Ditto.
380 (process_psymtab_comp_unit_reader): Ditto.
381
d3ce09f5
SS
3822012-07-02 Stan Shebs <stan@codesourcery.com>
383
384 Add target-side support for dynamic printf.
385 * NEWS: Mention the additional style.
386 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
387 (struct bp_location): New field cmd_bytecode.
388 * breakpoint.c: Include format.h.
389 (disconnected_dprintf): New global.
390 (parse_cmd_to_aexpr): New function.
391 (build_target_command_list): New function.
392 (insert_bp_location): Call it.
393 (remove_breakpoints_pid): Skip dprintf breakpoints.
394 (print_one_breakpoint_location): Ditto.
395 (dprintf_style_agent): New global.
396 (dprintf_style_enums): Add dprintf_style_agent.
397 (update_dprintf_command_list): Add agent case.
398 (agent_printf_command): New function.
399 (_initialize_breakpoint): Add new commands.
400 * common/ax.def (printf): New bytecode.
401 * ax.h (ax_string): Declare.
402 * ax-gdb.h (gen_printf): Declare.
403 * ax-gdb.c: Include cli-utils.h, format.h.
404 (gen_printf): New function.
405 (maint_agent_print_command): New function.
406 (_initialize_ax_gdb): Add maint agent-printf command.
407 * ax-general.c (ax_string): New function.
408 (ax_print): Add printf disassembly.
409 * Makefile.in (SFILES): Add format.c
410 (COMMON_OBS): Add format.o.
411 * common/format.h: New file.
412 * common/format.c: New file.
413 * printcmd.c: Include format.h.
414 (ui_printf): Call parse_format_string.
415 * remote.c (remote_state): New field breakpoint_commands.
416 (PACKET_BreakpointCommands): New enum.
417 (remote_breakpoint_commands_feature): New function.
418 (remote_protocol_features): Add new BreakpointCommands entry.
419 (remote_can_run_breakpoint_commands): New function.
420 (remote_add_target_side_commands): New function.
421 (remote_insert_breakpoint): Call it.
422 (remote_insert_hw_breakpoint): Ditto.
423 (_initialize_remote): Add new packet configuration for
424 target-side breakpoint commands.
425 * target.h (struct target_ops): New field
426 to_can_run_breakpoint_commands.
427 (target_can_run_breakpoint_commands): New macro.
428 * target.c (update_current_target): Handle
429 to_can_run_breakpoint_commands.
430
2d7b58e8
JK
4312012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 Execute -ix and -iex only after system and user gdbinit files.
434 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
435 processing down after gdbinit files.
436
8690e634
JK
4372012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 Add fnmatch-gnu module.
440 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
441 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
442 * gnulib/aclocal.m4: Regenerate.
443 * gnulib/config.in: Regenerate.
444 * gnulib/configure: Regenerate.
445 * gnulib/import/dummy.c: Remove.
446 * gnulib/import/Makefile.am: Regenerate.
447 * gnulib/import/Makefile.in: Likewise.
448 * gnulib/import/m4/gnulib-cache.m4: Likewise.
449 * gnulib/import/m4/gnulib-comp.m4: Likewise.
450 * gnulib/import/alloca.c: New file.
451 * gnulib/import/alloca.in.h: Likewise.
452 * gnulib/import/config.charset: Likewise.
453 * gnulib/import/fnmatch.c: Likewise.
454 * gnulib/import/fnmatch.in.h: Likewise.
455 * gnulib/import/fnmatch_loop.c: Likewise.
456 * gnulib/import/localcharset.c: Likewise.
457 * gnulib/import/localcharset.h: Likewise.
458 * gnulib/import/m4/alloca.m4: Likewise.
459 * gnulib/import/m4/codeset.m4: Likewise.
460 * gnulib/import/m4/configmake.m4: Likewise.
461 * gnulib/import/m4/fcntl-o.m4: Likewise.
462 * gnulib/import/m4/fnmatch.m4: Likewise.
463 * gnulib/import/m4/glibc21.m4: Likewise.
464 * gnulib/import/m4/localcharset.m4: Likewise.
465 * gnulib/import/m4/locale-fr.m4: Likewise.
466 * gnulib/import/m4/locale-ja.m4: Likewise.
467 * gnulib/import/m4/locale-zh.m4: Likewise.
468 * gnulib/import/m4/mbrtowc.m4: Likewise.
469 * gnulib/import/m4/mbsinit.m4: Likewise.
470 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
471 * gnulib/import/m4/mbstate_t.m4: Likewise.
472 * gnulib/import/m4/stdbool.m4: Likewise.
473 * gnulib/import/m4/wchar_h.m4: Likewise.
474 * gnulib/import/m4/wctype_h.m4: Likewise.
475 * gnulib/import/m4/wint_t.m4: Likewise.
476 * gnulib/import/mbrtowc.c: Likewise.
477 * gnulib/import/mbsinit.c: Likewise.
478 * gnulib/import/mbsrtowcs-impl.h: Likewise.
479 * gnulib/import/mbsrtowcs-state.c: Likewise.
480 * gnulib/import/mbsrtowcs.c: Likewise.
481 * gnulib/import/ref-add.sin: Likewise.
482 * gnulib/import/ref-del.sin: Likewise.
483 * gnulib/import/stdbool.in.h: Likewise.
484 * gnulib/import/streq.h: Likewise.
485 * gnulib/import/strnlen1.c: Likewise.
486 * gnulib/import/strnlen1.h: Likewise.
487 * gnulib/import/verify.h: Likewise.
488 * gnulib/import/wchar.in.h: Likewise.
489 * gnulib/import/wctype.in.h: Likewise.
490
202cbf1c
JK
4912012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
492
493 Support shell wildcards for 'set auto-load safe-path'.
494 * auto-load.c: Include fnmatch.h.
495 (filename_is_in_dir): Rename to ...
496 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
497 it. Update function comment. Rename dir_len to pattern_len. New
498 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
499 messages. Use gdb_filename_fnmatch.
500 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
501 pattern.
502 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
503 * defs.h (gdb_filename_fnmatch): New declaration.
504 * utils.c: Include fnmatch.h.
505 (gdb_filename_fnmatch): New function.
506
fb7b5af4
SDJ
5072012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
508
509 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
510 `-probe' and `-probe-stap' options.
511
72d0e2c5
YQ
5122012-07-01 Yao Qi <yao@codesourcery.com>
513
514 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
515 always_inserted_off, and always_inserted_enums.
516 Change always_inserted_mode's type to 'enum auto_boolean'.
517 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
518 callers.
519 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
520 of add_setshow_enum_cmd.
521 * infrun.c: Remove can_use_displaced_stepping_auto,
522 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
523 can_use_displaced_stepping_enum.
524 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
525 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
526 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
527 add_setshow_enum_cmd.
528
42e7ad6c
DE
5292012-06-30 Doug Evans <dje@google.com>
530
531 * dwarf2read.c (signatured_type): Make "per_cu" member first.
532 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
533 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
534
39cf75f7
DE
5352012-06-29 Doug Evans <dje@google.com>
536
537 * linespec.c: #include "stack.h".
538 (decode_line_with_current_source): Moved here from symtab.c and
539 renamed from decode_line_spec. All callers updated.
540 (decode_line_with_last_displayed): Moved here from breakpoint.c and
541 renamed from decode_line_spec_1. All callers updated.
542 * linespec.h (decode_line_with_current_source): Move declaration here
543 from symtab.h and renamed from decode_line_spec.
544 (decode_line_with_last_displayed): Move declaration here from symtab.h
545 and renamed from decode_line_spec_1.
546 * macrocmd.c: #include "linespec.h".
547 * symtab.c: Remove #include "linespec.h".
548
433df2d4
DE
5492012-06-28 Doug Evans <dje@google.com>
550
1ce1cefd
DE
551 * dwarf2read.c (get_cu_length): New function.
552 (offset_in_cu_p, error_check_comp_unit_head): Call it.
553 (create_debug_types_hash_table): Ditto.
554 (init_cutu_and_read_dies): Ditto.
555 (init_cutu_and_read_dies_no_follow): Ditto.
556
3b80fe9b
DE
557 * dwarf2read.c (dwarf2_find_base_address): Move definition.
558
433df2d4
DE
559 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
560 (struct abbrev_table): Define.
561 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
562 abbrev_table.
563 (init_cutu_and_read_dies): Update.
564 (abbrev_table_alloc_abbrev): New function. Replaces
565 dwarf_alloc_abbrev. All callers updated.
566 (abbrev_table_add_abbrev): New function.
567 (abbrev_table_lookup_abbrev): New function. Replaces
568 dwarf2_lookup_abbrev. All callers updated.
569 (abbrev_table_read_table): New function. Contents moved here from
570 dwarf2_read_abbrevs.
571 (dwarf2_read_abbrevs): Call it.
572 (abbrev_table_free): New function.
573 (dwarf2_free_abbrev_table): Call it.
574
71caed83
SS
5752012-06-28 Stan Shebs <stan@codesourcery.com>
576
577 * osdata.c (info_osdata_command): Filter out "Title" columns
578 from non-MI uses.
579 * common/linux-osdata.c (struct osdata_type): Add title field.
580 (osdata_table): Add titles to each entry.
581 (linux_command_xfer_osdata): Add a column for title data.
582
37ce89eb
SS
5832012-06-28 Stan Shebs <stan@codesourcery.com>
584
585 Make logging work for MI.
586 * NEWS: Mention it.
587 * interps.h (interp_set_logging_ftype): New typedef.
588 (struct interp_procs): New field set_logging_proc.
589 (current_interp_set_logging): Declare.
590 * interps.c (current_interp_set_logging): New function.
591 * cli/cli-logging.c: Include interps.h.
592 (set_logging_redirect): Call current_interp_set_logging.
593 (pop_output_files): Ditto.
594 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
595 * mi/mi-console.h (mi_console_set_raw): Declare.
596 * mi/mi-console.c (mi_console_set_raw): New function.
597 * mi/mi-interp.c (saved_raw_stdout): New global.
598 (mi_set_logging): New function.
599 (_initialize_mi_interp): Add it to interp procs.
600
659c9f3a
DE
6012012-06-28 Doug Evans <dje@google.com>
602
a743abeb
DE
603 * symtab.c (lookup_symbol_aux_objfile): Use
604 ALL_OBJFILE_PRIMARY_SYMTABS.
605
659c9f3a
DE
606 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
607
da2d6d3d
JK
6082012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 * common/buffer.c: Include inttypes.h and stdint.h.
611 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
612
e5ef252a
PA
6132012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
614 Pedro Alves <palves@redhat.com>
615
616 * gdbthread.h (ALL_THREADS): New macro.
617 (thread_list): Declare.
618 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
619 going, but instead fall through to the stepping handling.
620 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
621 the passed in signal. Adjust debug output.
622 (resume_callback): Rename to ...
623 (linux_nat_resume_callback): ... this. Pass the thread's last
624 stop signal, if in "pass" state.
625 (linux_nat_resume): Adjust to rename.
626 (stop_wait_callback): New assertion. Don't respawn signals;
627 instead let the LWP remain with SIGNALLED set.
628 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
629 * remote.c (append_pending_thread_resumptions): New.
630 (remote_vcont_resume): Call it.
631 * target.h (target_resume): Extend comment.
632
1d7975eb
IS
6332012-06-28 Iain Sandoe <iain@codesourcery.com>
634
635 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
636
2e3cf129
DE
6372012-06-27 Doug Evans <dje@google.com>
638
639 * dwarf2read.c (dwarf2_cu): Add ranges_base.
640 Delete have_addr_base, unused. All uses updated.
641 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
642 (dwarf2_get_pc_bounds): Add ranges_base.
643 (dwarf2_record_block_ranges): Ditto.
644
1bb9788d
TT
6452012-06-27 Tom Tromey <tromey@redhat.com>
646
647 PR macros/7961:
648 * varobj.c (varobj_create): Update.
649 (varobj_set_value): Update.
650 * tracepoint.c (validate_actionline): Update.
651 (encode_actions_1): Update.
652 * parse.c (parse_exp_1): Add 'pc' argument.
653 (parse_exp_in_context): Add 'pc' argument. Change how
654 expression_context_pc is set.
655 (parse_expression): Update.
656 (parse_field_expression): Update.
657 * expression.h (parse_exp_1): Update.
658 * eval.c (parse_to_comma_and_eval): Update.
659 * breakpoint.c (set_breakpoint_condition): Update.
660 (update_watchpoint): Update.
661 (init_breakpoint_sal): Update
662 (find_condition_and_thread): Update.
663 (watch_command_1): Update.
664 (update_breakpoint_locations): Update.
665 * ada-lang.c (ada_read_renaming_var_value): Update.
666 (create_excep_cond_exprs): Update.
667
0bc3a05c
DE
6682012-06-27 Doug Evans <dje@google.com>
669
670 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
671 type units.
672
4bdcc0c1
DE
6732012-06-26 Doug Evans <dje@google.com>
674
675 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
676 prototype.
677 (error_check_comp_unit_head): New arg abbrev_section. All callers
678 updated.
679 (read_and_check_comp_unit_head): Ditto.
680 (read_and_check_type_unit_head): Ditto.
681
ee0bf529
SCR
6822012-06-26 Siva Chandra Reddy <sivachandra@google.com>
683
684 New attribute 'last' for gdb.Symtab_and_line.
685 * NEWS (Python Scripting): Add entry about the new attribute.
686 * python/py-symtab.c (salpy_get_last): New function which
687 implements the get method for the 'last' attribute of
688 gdb.Symtab_and_line.
689 (sal_object_getset): Add entry for the 'last' attribute.
690
1c658ad5
DE
6912012-06-26 Doug Evans <dje@google.com>
692
09262596
DE
693 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
694 (dwo_sections): Add macinfo, macro.
695 (dwarf2_locate_dwo_sections): Watch for macro sections.
696 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
697 All callers updated. Handle DWO files.
698
45cfd468
DE
699 * NEWS: Mention new options "set debug dwarf2-read" and
700 "set debug symtab-create".
701 * dwarf2read.c (dwarf2_read_debug): New static global.
702 (dwarf2_build_psymtabs_hard): Add debugging printfs.
703 (process_queue): Ditto.
704 (process_full_comp_unit): Ditto.
705 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
706 * elfread.c (elf_symfile_read): Add debugging printf.
707 * minsyms.c (install_minimal_symbols): Ditto.
708 * psymtab.c (allocate_psymtab): Ditto.
709 * symfile.c (allocate_symtab): Ditto.
710 * symtab.c (symtab_create_debug): New global.
711 (_initialize_symtab): Add new option "set debug symtab-create".
712 * symtab.h (symtab_create_debug): Declare.
713
1c658ad5
DE
714 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
715 (lookup_dwo_type_unit): Ditto.
716
6fea9e18
L
7172012-06-26 Roland McGrath <roland@hack.frob.com>
718 H.J. Lu <hongjiu.lu@intel.com>
719
720 * amd64-linux-nat.c: Include <sys/user.h>.
721 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
722 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
723 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
724
725 * configure.ac: Check if the fs_base and gs_base members of
726 `struct user_regs_struct' exist.
727 * config.in: Regenerated.
728 * configure: Likewise.
729
adb4fe3b
ME
7302012-06-25 Michael Eager <eager@eagercon.com>
731
732 PR python/14291
733 * python/python.c (gdbpy_write): Check for interrupted output.
734
fc51cce1
MGD
7352012-06-25 Greta Yorsh <greta.yorsh@arm.com>
736
737 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
738 register as a stack alignment in ARM mode.
739
40a73391
JK
7402012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
741
742 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
743 * gnulib/config.in: Regenerate.
744 * gnulib/configure: Likewise.
745 * gnulib/import/m4/extensions.m4: Update it.
746 * gnulib/import/m4/gnulib-common.m4: Likewise.
747 * gnulib/import/m4/memmem.m4: Likewise.
748 * gnulib/import/m4/mmap-anon.m4: Likewise.
749 * gnulib/import/m4/multiarch.m4: Likewise.
750 * gnulib/import/stdint.in.h: Likewise.
751
972daa01
YQ
7522012-06-24 Yao Qi <yao@codesourcery.com>
753
754 * corefile.c (write_memory_with_notification): New.
755 * gdbcore.h: Declare write_memory_with_notification.
756 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
757 'observer_notify_memory_changed' with 'write_memory_with_notification'.
758 * valops.c (value_assign): Likewise.
759 * python/py-inferior.c (infpy_write_memory): Call
760 'write_memory_with_notification'.
761
8d6e0714
JK
7622012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * cc-with-index.sh: Use also -ex "set auto-load no".
765
156942c7
DE
7662012-06-23 Doug Evans <dje@google.com>
767
768 PR 14125
769 * NEWS: Document additions to .gdb_index.
770 * dwarf2read.c: #include "gdb/gdb-index.h".
771 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
772 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
773 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
774 (dwarf2_read_index): Recognize version 7.
775 (dw2_do_expand_symtabs_matching): New args want_specific_block,
776 block_kind, domain): All callers updated.
777 (dw2_find_symbol_file): Handle new index CU values.
778 (dw2_expand_symtabs_matching): Match symbol kind if requested.
779 (add_index_entry): New args is_static, kind. All callers updated.
780 (offset_type_compare, uniquify_cu_indices): New functions
781 (symbol_kind): New function.
782 (write_psymtabs_to_index): Remove duplicate CU values.
783 (write_psymtabs_to_index): Write .gdb_index version 7.
784
352b3eda
JB
7852012-06-22 Joel Brobecker <brobecker@adacore.com>
786
787 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
788 * configure: Regenerate.
789
2678e2af
YQ
7902012-06-20 Yao Qi <yao@codesourcery.com>
791
792 * python/py-inferior.c: Update comments of infpy_read_memory
793 and infpy_write_memory.
794
95c391b6
TT
7952012-06-19 Tom Tromey <tromey@redhat.com>
796
797 PR exp/9514:
798 * parser-defs.h (insert_type, insert_type_address_space): Declare.
799 (push_type_address_space): Remove.
800 * parse.c (insert_into_type_stack): New function.
801 (insert_type): Likewise.
802 (insert_type_address_space): Rename from push_type_address_space.
803 Insert tp_space_identifier.
804 * c-exp.y (ptr_operator): New production.
805 (abs_decl): Use ptr_operator.
806 (space_identifier): Call insert_type_address_space.
807 (ptype): Don't use const_or_volatile_or_space_identifier.
808 (const_or_volatile_noopt): Call insert_type.
809 (conversion_type_id, conversion_declarator): New productions.
810 (operator): Use conversion_type_id.
811
6ac9ef80
DE
8122012-06-18 Doug Evans <dje@google.com>
813
422d65e7
DE
814 * symtab.h (minimal_symbol): New member created_by_gdb.
815 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
816 created by gdb.
817 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
818 (search_symbols): Call it instead of lookup_symbol.
819 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
820
49f6c839
DE
821 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
822 Adjust address for DW_OP_GNU_addr_index.
823 * dwarf2expr.h (dwarf_expr_context): Update comment.
824 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
825 all callers updated. Handle TLS vars described with
826 DW_OP_GNU_const_index.
827 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
828 and DW_OP_GNU_const_index.
829 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
830
6ac9ef80
DE
831 * block.c (find_block_in_blockvector): Make explicit the fact that we
832 ignore GLOBAL_BLOCK.
833
4cd18215
TT
8342012-06-18 Tom Tromey <tromey@redhat.com>
835
836 * c-exp.y (operator): Remove trailing space after "delete" and
837 "delete[]".
838
a9b8d892
JK
8392012-06-18 Mark Kettenis <kettenis@gnu.org>
840 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 Switch i386 and derived targets to ON_STACK.
843 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
844 (amd64_dicos_init_abi): Remove its installment.
845 * dicos-tdep.c (dicos_init_abi): Remove the
846 set_gdbarch_call_dummy_location call. Update the comment here.
847 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
848 (i386_dicos_init_abi): Remove its installment.
849 * i386-tdep.c (i386_push_dummy_code): New function.
850 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
851 i386_push_dummy_code.
852
e2e4d78b
JK
8532012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 Remove stale dummy frames.
856 * breakpoint.c: Include dummy-frame.h.
857 (longjmp_breakpoint_ops): New variable.
858 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
859 bp_longjmp_call_dummy.
860 (bpstat_what, bptype_string, print_one_breakpoint_location)
861 (init_bp_location): Support bp_longjmp_call_dummy.
862 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
863 (set_longjmp_breakpoint_for_call_dummy)
864 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
865 functions.
866 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
867 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
868 FIXME comment and extend the other comment for bp_call_dummy.
869 (set_longjmp_breakpoint_for_call_dummy)
870 (check_longjmp_breakpoint_for_call_dummy): New declarations.
871 * dummy-frame.c: Include gdbthread.h.
872 (pop_dummy_frame_bpt): New function.
873 (pop_dummy_frame): Call pop_dummy_frame_bpt.
874 (dummy_frame_discard): New function.
875 (cleanup_dummy_frames): Update the comment about longjmps.
876 * dummy-frame.h (dummy_frame_discard): New declaration.
877 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
878 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
879 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
880 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
881 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
882 keep_going if IS_LONGJMP and there is no other reason to stop.
883
09d5912c
TT
8842012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
885
886 * remote-sim.c (sim_command_completer): Initialize
887 variable 'result'.
888
1788b2d3
JK
8892012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
890
891 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
892 * dwarf2loc.c (call_site_parameter_matches): Support
893 CALL_SITE_PARAMETER_PARAM_OFFSET.
894 (needs_dwarf_reg_entry_value): Push stub value.
895 * dwarf2read.c (read_call_site_scope): New variable origin. Support
896 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
897 * gdbtypes.h (enum call_site_parameter_kind): New item
898 CALL_SITE_PARAMETER_PARAM_OFFSET.
899 (struct call_site.parameter.u): New field param_offset.
900
24c5c679
JK
9012012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 Code cleanup: Generalize call_site.parameter key.
904 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
905 variable dwarf_reg. New variable kind_u. Update parameters to
906 push_dwarf_reg_entry_value.
907 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
908 * dwarf2expr.h (enum call_site_parameter_kind)
909 (union call_site_parameter_u): Forward declarations.
910 (struct dwarf_expr_context_funcs): Update parameters and their
911 description for push_dwarf_reg_entry_value.
912 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
913 * dwarf2loc.c (call_site_parameter_matches): New function.
914 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
915 description. Use call_site_parameter_matches.
916 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
917 Update parameters and their description.
918 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
919 New variable kind_u. Adjust the caller for updated parameters.
920 (needs_dwarf_reg_entry_value): Update parameters.
921 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
922 instead of attr. Update for the changed fields of struct
923 call_site_parameter.
924 * gdbtypes.h: Include dwarf2expr.h.
925 (enum call_site_parameter_kind): New.
926 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
927 fb_offset into new union u.
928
ac142d96
L
9292012-06-16 H.J. Lu <hongjiu.lu@intel.com>
930
931 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
932 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
933 for x32.
934
ba224c70
L
9352012-06-16 H.J. Lu <hongjiu.lu@intel.com>
936
937 * amd64-linux-nat.c (compat_x32_clock_t): New.
938 (compat_x32_siginfo_t): Likewise.
939 (compat_x32_siginfo_from_siginfo): Likewise.
940 (siginfo_from_compat_x32_siginfo): Likewise.
941 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
942 and siginfo_from_compat_x32_siginfo for x32.
943
7ecbc825
HZ
9442012-06-15 Hui Zhu <hui_zhu@mentor.com>
945
946 * tracepoint.c (tfile_xfer_partial): Add a lseek.
947
233dfcf0
L
9482012-06-15 H.J. Lu <hongjiu.lu@intel.com>
949
950 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
951 instead of gdbarch_ptr_bit.
952 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
953 (amd64_supply_native_gregset): Likewise.
954 (amd64_collect_native_gregset): Likewise.
955 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
956 (amd64_supply_xsave): Likewise.
957 (amd64_collect_fxsave): Likewise.
958 (amd64_collect_xsave): Likewise.
959
6da38f42
L
9602012-06-15 H.J. Lu <hongjiu.lu@intel.com>
961
962 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
963 (amd64_linux_read_description): Check DS segment register for
964 x32 process.
965
663b969e
TT
9662012-06-15 Tom Tromey <tromey@redhat.com>
967
968 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
969 init_cutu_and_read_dies.
970
d6f05027
IS
9712012-06-15 Iain Sandoe <iain@codesourcery.com>
972
973 * MAINTAINERS (Write After Approval): Add myself to the list.
974
6598ed07
TT
9752012-06-15 Tom Tromey <tromey@redhat.com>
976
977 * valops.c (value_find_oload_method_list): Now static.
978 * value.h (value_find_oload_method_list): Don't declare.
979
2b214ea6
TT
9802012-06-15 Tom Tromey <tromey@redhat.com>
981
982 * valops.c (find_overload_match): Use value_ind.
983
a210c238
MR
9842012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
985
986 * infrun.c (handle_inferior_event): Correct indentation.
987
3771a44c
DE
9882012-06-14 Doug Evans <dje@google.com>
989
990 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
991 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
992 All uses updated.
993 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
994 updated. Handle DEBUG_LOC_START_LENGTH.
995 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
996 (loclist_describe_location): Ditto.
997
1c5a993e
MR
9982012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
999
1000 PR backtrace/13866
1001 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
1002 after hiding inline functions.
1003
0b155465
JB
10042012-06-13 Joel Brobecker <brobecker@adacore.com>
1005
1006 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
1007 _initialize_inf_ttrace.
1008
45717bac
JB
10092012-06-13 Joel Brobecker <brobecker@adacore.com>
1010
1011 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
1012 _initialize_hppa_hpux_nat.
1013
34370865
JB
10142012-06-13 Joel Brobecker <brobecker@adacore.com>
1015
1016 * remote-sim.c (sim_command_completer): Change type of return
1017 value to "VEC (char_ptr) *". Adjust implementation accordingly.
1018
284c5a60
MK
10192012-06-13 Mark Kettenis <kettenis@gnu.org>
1020 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 PR tdep/14222
1023 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
1024 stack on a 16-byte boundary.
1025
2535757a
TT
10262012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
1027
1028 * jit.c (finalize_symtab): Set function's return type to 'void' by
1029 default.
1030
fff4548b
MK
10312012-06-13 Mark Kettenis <kettenis@gnu.org>
1032 H.J. Lu <hongjiu.lu@intel.com>
1033
5a83521a
MK
1034 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
1035 Move bits common to both the classic LP64 and the new x32 ILP32
1036 ABI here.
1037 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
1038 (amd64_x32_linux_init_abi): New function.
1039 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
1040 subtype.
1041
fff4548b
MK
1042 * i386-tdep.h (i386_pseudo_register_name): New prototype.
1043 * i386-tdep.c (i386_pseudo_register_name): Make public.
1044 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
1045 * amd64-tdep.c (amd64_dword_names): Add "eip".
1046 (amd64_x32_pseudo_register_type): New function
1047 (amd64_x32_init_abi): New function.
1048
dd80ea3c
JK
10492012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 PR build/14003
1052 * inferior.h (struct inferior_suspend_state): Comment out.
1053 (struct inferior): Comment out the field suspend.
1054 * infrun.c (struct infcall_suspend_state): Comment out the field
1055 inferior_suspend.
1056 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
1057 out its assignment.
1058
50af5481
JK
10592012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1060
1061 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1062 * c-exp.y (classify_inner_name): Remove caller assumptions in the
1063 function comment. Return ERROR for unresolved cases. Implement
1064 returning proper NAME.
1065 (yylex): Accept also NAME from classify_inner_name.
1066 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
1067 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
1068 LOC_TYPEDEF type.
1069 * cp-support.h (cp_lookup_nested_type): Update its declaration.
1070
d55637df
TT
10712012-06-13 Tom Tromey <tromey@redhat.com>
1072
1073 * breakpoint.c (condition_completer): New function.
1074 (_initialize_breakpoint): Use it.
1075 * value.c (complete_internalvar): New function.
1076 * value.h (complete_internalvar): Declare.
1077
49c4e619
TT
10782012-06-13 Tom Tromey <tromey@redhat.com>
1079
1080 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
1081 * breakpoint.c (catch_syscall_completer): Return a VEC.
1082 * cli/cli-cmds.c (complete_command): Update.
1083 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
1084 (complete_on_enum): Likewise.
1085 * command.h: Include gdb_vecs.h.
1086 (completer_ftype): Change return type.
1087 (complete_on_cmdlist, complete_on_enum): Likewise.
1088 * completer.c (noop_completer, filename_completer)
1089 (location_completer): Return a VEC.
1090 (add_struct_fields): Remove 'nextp' argument. Change 'output'
1091 to a VEC.
1092 (expression_completer, complete_line_internal, complete_line)
1093 (command_completer): Return a VEC.
1094 (gdb_completion_word_break_characters, line_completion_function):
1095 Update.
1096 * completer.h: Include gdb_vecs.h.
1097 (complete_line, noop_completer, filename_completer)
1098 (expression_completer, location_completer, command_completer):
1099 Update.
1100 * f-lang.c (f_word_break_characters): Return a VEC.
1101 * interps.c (interpreter_completer): Return a VEC.
1102 * language.h (struct language_defn)
1103 <la_make_symbol_completion_list>: Return a VEC.
1104 * python/py-cmd.c (cmdpy_completer): Return a VEC.
1105 * symtab.c (free_completion_list): Take a VEC.
1106 (return_val_size, return_val_index): Remove.
1107 (return_val): Now a VEC.
1108 (completion_list_add_name): Update.
1109 (default_make_symbol_completion_list_break_on)
1110 (default_make_symbol_completion_list, make_symbol_completion_list)
1111 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
1112 Return a VEC.
1113 (add_filename_to_list): Update.
1114 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
1115 <list>: Now a VEC.
1116 (maybe_add_partial_symtab_filename): Update.
1117 (make_source_files_completion_list): Return a VEC.
1118 * symtab.h (default_make_symbol_completion_list_break_on)
1119 (default_make_symbol_completion_list, make_symbol_completion_list)
1120 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
1121 (make_source_files_completion_list): Update.
1122
625e8578
TT
11232012-06-13 Tom Tromey <tromey@redhat.com>
1124
1125 * breakpoint.c (add_catch_command): Use completer_ftype.
1126 * breakpoint.h: Include command.h.
1127 (add_catch_command): Use completer_ftype.
1128 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
1129 * cli/cli-decode.h (struct cmd_list_element) <completer>:
1130 Use completer_ftype.
1131 * command.h (completer_ftype): New typedef.
1132 (set_cmd_completer): Use it.
1133 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
1134 completer_ftype.
1135
5eb3b062
PA
11362012-06-13 Pedro Alves <palves@redhat.com>
1137
1138 Partial revert of previous change.
1139
1140 * serial.c (scb_base): New global.
1141 (serial_for_fd): New.
1142 (serial_open, serial_fdopen_ops): Link new serial in open serials
1143 chain.
1144 (do_serial_close): Unlink serial from the open serials chain.
1145
8b3ee56d
PA
11462012-06-12 Pedro Alves <palves@redhat.com>
1147
1148 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
1149 threads here.
1150 (prepare_for_detach): No longer context switch here in non-stop
1151 mode.
1152 (fetch_inferior_event): Ditto.
1153 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
1154 to the event thread before removing breakpoints. Switch to the
1155 event thread before inserting breakpoints and resuming.
1156 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
1157 event thread before resuming.
1158 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
1159 Switch to the event thread before removing breakpoints.
1160
5d60742e
EZ
11612012-06-12 Eli Zaretskii <eliz@gnu.org>
1162
1163 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
1164 special characters correctly for the Windows shells. See
1165 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
1166 report.
1167 [!__MINGW32__]: Remove extra double quote character from special
1168 characters.
1169
a6feecf7
SS
11702012-06-11 Stan Shebs <stan@codesourcery.com>
1171
1172 * ui-out.h: Remove #if 0 declarations.
1173 * ui-out.c: Remove #if 0 functions.
1174
ddefb60f
PA
11752012-06-11 Pedro Alves <palves@redhat.com>
1176
1177 * ser-base.c (run_async_handler_and_reschedule): New.
1178 (fd_event, push_event): Use it.
1179 * serial.c (serial_open, serial_fdopen_ops): Set the initial
1180 reference count to 1.
1181 (do_serial_close): Set the bufp field to NULL. Use serial_unref
1182 instead of xfree.
1183 (serial_is_open, serial_ref, serial_unref): New.
1184 * serial.h (serial_open): Adjust comment.
1185 (serial_is_open): Declare.
1186 (serial_close): Adjust comment.
1187 (serial_ref, serial_unref) Declare.
1188 (struct serial): New field 'refcnt'.
1189
d5ad6aa5
PA
11902012-06-11 Pedro Alves <palves@redhat.com>
1191
1192 Remove #if 0'd "connect" command, and unnecessary associated
1193 refcounting and serial reuse bits.
1194
1195 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
1196 * serial.c (last_serial_opened): Delete.
1197 (scb_base): Delete.
1198 (serial_open): Adjust.
1199 (serial_for_fd): Delete.
1200 (serial_fdopen_ops, do_serial_close): Adjust.
1201 (serial_fdopen_ops): Adjust.
1202
318aa544
PA
12032012-06-11 Pedro Alves <palves@redhat.com>
1204
1205 * serial.c (do_serial_close): Remove early return when SCB is
1206 null.
1207
07261596
TT
12082012-06-11 Tom Tromey <tromey@redhat.com>
1209
1210 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
1211
cc80f267
JK
12122012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 Fix regression by the "ambiguous linespec" series.
1215 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
1216 get_last_displayed_symtab and get_last_displayed_line and depending
1217 on CURSAL.
1218
356d9f9d
TT
12192012-06-11 Tom Tromey <tromey@redhat.com>
1220
1221 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
1222 (dw2_find_symbol_file): Use it.
1223
232b8704
ME
12242012-06-11 Michael Eager <eager@eagercon.com>
1225
1226 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
1227 * mips-linux-tdep.h (mips_signals): New
1228
e81a37f7
TT
12292012-06-11 Tom Tromey <tromey@redhat.com>
1230
1231 * infrun.c (handle_inferior_event)
1232 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
1233 breakpoint.
1234 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
1235 exception logic in all cases. Update comments.
1236 (insert_longjmp_resume_breakpoint): Set the exception resume
1237 breakpoint.
1238
2e81047f
MR
12392012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
1240
1241 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
1242
4e32eda7
SCR
12432012-06-09 Siva Chandra Reddy <sivachandra@google.com>
1244
1245 * valarith.c (binop_types_user_defined_p): Fix a typo.
1246
18648a37
YQ
12472012-06-08 Yao Qi <yao@codesourcery.com>
1248 Chung-Lin Tang <cltang@codesourcery.com>
1249
1250 * arch-utils.c (default_return_in_first_hidden_param_p): New.
1251 * arch-utils.h: Declare.
1252 * gdbarch.sh: Add return_in_first_hidden_param_p.
1253 * gdbarch.c, gdbarch.h: Regenerated.
1254 * infcall.c (call_function_by_hand): Call
1255 gdbarch_return_in_first_hidden_param_p instead of
1256 language_pass_by_reference.
1257
1258 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
1259 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
1260 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
1261 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
1262 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
1263 `cplus_return_struct_by_reference'.
1264 (tic6x_return_value): Handle language cplusplus.
1265 (tic6x_return_in_first_hidden_param_p): New.
1266 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
1267
034e5797
DE
12682012-06-07 Doug Evans <dje@google.com>
1269
1270 * dwarf2read.c (dwarf2_cu): Add comment.
1271
6a00aa1e
MR
12722012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
1273
1274 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
1275 variable.
1276 (mips_eabi_push_dummy_call): Likewise.
1277 (mips_n32n64_push_dummy_call): Likewise.
1278 (mips_o32_push_dummy_call): Likewise.
1279 (mips_o64_push_dummy_call): Likewise.
1280
eaa05d59
MR
12812012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
1282
1283 * mips-tdep.c (mips_convert_register_p): Correct coding style.
1284
de13fcf2
MR
12852012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
1286
1287 * mips-tdep.c (mips_pseudo_register_type): Use
1288 mips_float_register_p.
1289
c3a01a22
PA
12902012-06-06 Pedro Alves <palves@redhat.com>
1291
1292 * infrun.c (handle_inferior_event): Remove calls to
1293 reinit_frame_cache that follow a context_switch call.
1294
d25f45d9
PA
12952012-06-06 Pedro Alves <palves@redhat.com>
1296
1297 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
1298 context_switch and remove stale comment.
1299
359f5fe6
PA
13002012-06-06 Pedro Alves <palves@redhat.com>
1301
1302 * infrun.c (struct execution_control_state): Remove
1303 `new_thread_event' field.
1304 (handle_inferior_event): Simplify new threads handling; don't
1305 resume the inferior if we find a new thread.
1306
2d4c29c5
TS
13072012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1308
1309 * NEWS: Document the deprecation of SH's 'regs' command.
1310 * inferior.h (all_registers_info): Add function declaration.
1311 * sh-tdep.c (sh_show_regs): Remove variable.
1312 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
1313 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
1314 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
1315 (sh_show_regs_command): Remove functions.
1316 (sh_gdbarch_init): Don't set sh_show_regs.
1317 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
1318 'info all-registers'.
1319 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
1320 (sh64_show_regs): Remove functions.
1321 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
1322
f5f1cdb6
JK
13232012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 * configure.ac: Move development=true below AC_INIT.
1326 * configure: Regenerate.
1327
bf6309af
SS
13282012-06-05 Stan Shebs <stan@codesourcery.com>
1329
1330 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
1331 gdb_stdout.
1332
45aa4659
JK
13332012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
1334
1335 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
1336 argument as ssize_t.
1337 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
1338 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
1339 * target.c (target_read_stack, target_write_memory)
1340 (target_write_raw_memory): Likewise.
1341 * target.h (target_read_stack, target_write_memory)
1342 (target_write_raw_memory): Likewise.
1343
1b162304
JK
13442012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 * symfile-mem.c: Change gdb_static_assert to ssize_t.
1347 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
1348 * target.c (target_read_memory): Change LEN to ssize_t.
1349 * target.h (target_read_memory): Change LEN to ssize_t.
1350
8556afb4
PA
13512012-06-05 Pedro Alves <palves@redhat.com>
1352
1353 PR backtrace/13866
1354
1355 * breakpoint.c (until_break_command): Only fetch the selected
1356 frame after decode_line_1.
1357
fb139f32
PA
13582012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1359
1360 * solib-svr4.c (enable_break): Don't fallback to setting the solib
1361 event breakpoint at _start, __start or main if a program
1362 interpreter is not found.
1363
a8e1bb34
JB
13642012-06-05 Joel Brobecker <brobecker@adacore.com>
1365
1366 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
1367 Add declaration.
1368 * windows-tdep.c: #include "objfiles.h".
1369 (windows_iterate_over_objfiles_in_search_order): New function.
1370 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
1371 iterate_over_objfiles_in_search_order gdbarch method to
1372 windows_iterate_over_objfiles_in_search_order.
1373 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1374
19630284
JB
13752012-06-05 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdbarch.sh: Add generation of
1378 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
1379 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
1380 (iterate_over_objfiles_in_search_order): New gdbarch method.
1381 * gdbarch.h, gdbarch.c: Regenerate.
1382 * objfiles.h (default_iterate_over_objfiles_in_search_order):
1383 Add declaration.
1384 * objfiles.c (default_iterate_over_objfiles_in_search_order):
1385 New function.
1386 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1387 out of lookup_symbol_aux_symtabs.
1388 (lookup_symbol_aux_symtabs): Replace extracted-out code by
1389 call to lookup_symbol_aux_objfile.
1390 (struct global_sym_lookup_data): New type.
1391 (lookup_symbol_global_iterator_cb): New function.
1392 (lookup_symbol_global): Search for symbol using
1393 gdbarch_iterate_over_objfiles_in_search_order and
1394 lookup_symbol_global_iterator_cb.
1395 * findvar.c (struct minsym_lookup_data): New type.
1396 (minsym_lookup_iterator_cb): New function.
1397 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
1398 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
1399 and minsym_lookup_iterator_cb.
1400
67ff19f7
JB
14012012-06-05 Joel Brobecker <brobecker@adacore.com>
1402
1403 Revert the following patch:
1404 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
1405 try locating the symbol in the symbol's own objfile first, before
1406 extending the search to all objfiles.
1407 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1408 out of lookup_symbol_aux_symtabs.
1409 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
1410 Replace extracted-out code by call to lookup_symbol_aux_objfile.
1411 Do not search EXCLUDE_OBJFILE.
1412 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
1413 (lookup_symbol_global): Search for matches in the block's objfile
1414 first, before searching all other objfiles.
1415
ccab2054
JB
14162012-06-05 Joel Brobecker <brobecker@adacore.com>
1417
1418 * breakpoint.c (find_condition_and_thread): Stop parsing
1419 as soon as the first invalid keyword is found.
1420
e23d4a9c
JB
14212012-06-05 Joel Brobecker <brobecker@adacore.com>
1422
1423 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
1424
70160166
JB
14252012-06-05 Joel Brobecker <brobecker@adacore.com>
1426
1427 * config/djgpp/djcheck.sh: Add copyright header.
1428
399501a5
JB
14292012-06-05 Joel Brobecker <brobecker@adacore.com>
1430
1431 * copyright.py (update_files, main): Fix path to update-copyright
1432 script.
1433
3770a159
JB
14342012-06-05 Joel Brobecker <brobecker@adacore.com>
1435
1436 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
1437 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
1438 for which a reminder to update by hand is printed.
1439
4aad0dfc
DE
14402012-06-04 Doug Evans <dje@google.com>
1441
1442 * buildsym.c (make_blockvector): Add comment.
1443
1f8cf220
PA
14442012-06-04 Pedro Alves <palves@redhat.com>
1445
1446 * arch-utils.c (default_gdb_signal_from_target): Delete.
1447 * arch-utils.h (default_gdb_signal_from_target): Delete.
1448 * corelow.c (core_open) <signal mapping>: Extended comment. Check
1449 gdbarch_gdb_signal_from_target_p.
1450 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
1451 predicate).
1452 * gdbarch.h: Regenerate.
1453 * gdbarch.c: Regenerate.
1454
86b49880
PA
14552012-06-04 Pedro Alves <palves@redhat.com>
1456
1457 * gdbarch.sh (gdb_signal_from_target): Mention that the
1458 implementation of the method must be host independent.
1459 * gdbarch.h: Regenerate.
1460
fe78531d
JK
14612012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1462
1463 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
1464 parameters.
1465 (target_read_memory_bfd): New function.
1466 (symbol_file_add_from_memory): Use it.
1467
d790cf0a
DE
14682012-06-03 Doug Evans <dje@google.com>
1469
78e5175a
DE
1470 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
1471 of primary symtab.
1472 (basic_lookup_transparent_type): Ditto.
1473
d790cf0a
DE
1474 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
1475 (ALL_PRIMARY_SYMTABS): Use it.
1476 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
1477 * dwarf2read.c (dw2_find_symbol_file): Ditto.
1478 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
1479 * symtab.c (lookup_symbol_aux_objfile): Ditto.
1480 (basic_lookup_transparent_type): Ditto.
1481
c6e5ee5e
SDJ
14822012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
1483
1484 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
1485 it to optimize resolution of demangled name.
1486
a68ffae9
JK
14872012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 * configure.ac (development): Define new variable.
1490 Call AC_CHECK_LIB for mcheck if $development.
1491 (ERROR_ON_WARNING): Enable it by default only if $development.
1492 * config.in: Regenerate.
1493 * configure: Regenerate.
1494
5299c1c4
JK
14952012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
1496
1497 * target.c (target_read_memory): Make LEN argument as size_t.
1498 * target.h (target_read_memory): Likewise.
1499
15002012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
1501
1502 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
1503
0c56f59b
EBM
15042012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
1505
1506 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
1507 BookE interface for PowerPC server processors if not available
1508 in the Linux Kernel.
1509
71bdabee
KS
15102012-05-31 Keith Seitz <keiths@redhat.com>
1511
1512 * linespec.c (decode_objc): Add cleanup to free
1513 INFO.FILE_SYMTABS.
1514 (find_linespec_symbols): Add cleanup to free CLASSES.
1515 * symfile.c (find_separate_debug_file_by_debuglink): Add
1516 cleanup to free DEBUGLINK.
1517 * ui-out.c (clear_header_list): No need to check if
1518 HEADER_NEXT.COLHDR is NULL.
1519 Free HEADER_NEXT.COL_NAME.
1520
acbd605d
MGD
15212012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1522
1523 * ada-lang.c (standard_lookup): Prevent uninitialized variable
1524 warning.
1525
65662cde
PA
15262012-05-30 Jeff Kenton <jkenton@tilera.com>
1527
1528 * configure.host (gdb_host_cpu): Handle tilegx*.
1529 (gdb_host): Handle tilegx-*-linux*.
1530 * tilegx-linux-nat.c: New file.
1531 * config/tilegx/linux.mh: New file.
1532
ade64f0e
PA
15332012-05-30 Jeff Kenton <jkenton@tilera.com>
1534
1535 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
1536 tilegx-linux-tdep.o.
1537 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
1538 tilegx-linux-tdep.c.
1539 * configure.tgt: Handle tilegx-*-linux*.
1540 * tilegx-tdep.h: New file.
1541 * tilegx-tdep.c: New file.
1542 * tilegx-linux-tdep.c: New file.
1543 * regformats/reg-tilegx.dat: New file.
1544
bb08bdbd
EBM
15452012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
1546
1547 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
1548 accounting of hw watchpoints on ppc.
1549
ebd86fb5
TJB
15502012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1551
1552 * source.c (openp): Expand tilde in path entries.
1553
0a0edcd5
DE
15542012-05-29 Doug Evans <dje@google.com>
1555
98cc87bd
DE
1556 * buildsym.c (block_compar): Fix comment.
1557 (end_symtab): Fix and clarify some comments.
1558
0a0edcd5
DE
1559 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
1560 cleanup_undefined_types.
1561 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
1562 All callers updated.
1563
6f0c7050
TT
15642012-05-29 Tom Tromey <tromey@redhat.com>
1565
1566 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
1567 fails.
1568 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
1569 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
1570 fails.
1571 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
1572 fails.
1573
ec95993c
TG
15742012-05-29 Tristan Gingold <gingold@adacore.com>
1575
1576 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
1577 (struct darwin_info): ... New struct.
1578 (solib_darwin_pspace_data): New variable.
1579 (darwin_pspace_data_cleanup): New function.
1580 (get_darwin_info): Likewise.
1581 (darwin_dyld_version_ok, darwin_load_image_infos)
1582 (darwin_solib_get_all_image_info_addr_at_init)
1583 (darwin_solib_read_all_image_info_addr): Add info argument.
1584 Adjust code.
1585 (darwin_current_sos): Use per pspace structure.
1586 (darwin_solib_create_inferior_hook): Likewise.
1587 (darwin_clear_solib): Likewise.
1588 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
1589
ae25568b
PA
15902012-05-28 Pedro Alves <palves@redhat.com>
1591
1592 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
1593 block that uses them. Clear ecss before handling each event.
1594
0c5bf5a9
JK
15952012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 * solib-svr4.c (svr4_current_sos): New comment on
1598 svr4_current_sos_via_xfer_libraries fall back.
1599
bfb05775
JK
16002012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
1603 it as a fallback for TYPE_IS_OPAQUE.
1604 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
1605 symbols for lookup_symbol.
1606
685b1105
JK
16072012-05-24 John Steele Scott <toojays@toojays.net>
1608
1609 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1610 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
1611 (producer_is_gxx_lt_4_6): Move the checking and caching to...
1612 (check_producer): ... this new function, which also checks for ICC
1613 and caches the result.
1614 (producer_is_icc): New function.
1615 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
1616 producer was ICC.
1617
22203bbf
PA
16182012-05-24 Pedro Alves <palves@redhat.com>
1619
1620 PR gdb/7205
1621
1622 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
1623 (default_gdb_signal_to_target): ... this. Add comment.
1624 (default_gdb_signal_from_host): Rename to ...
1625 (default_gdb_signal_from_target): ... this. Add comment.
1626 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
1627 (default_gdb_signal_to_target): ... this.
1628 (default_gdb_signal_from_host): Rename to ...
1629 (default_gdb_signal_from_target): ... this.
1630 * corelow.c (core_open): Adjust to naming change. Replace comment.
1631 * gdbarch.sh (gdb_signal_from_host): Rename to ...
1632 (gdb_signal_from_target): ... this. Adjust to
1633 default_gdb_signal_from_host naming change. Extend comment.
1634 (gdb_signal_to_host): Rename to ...
1635 (gdb_signal_to_target): ... this. Adjust to
1636 default_gdb_signal_to_host naming change.
1637 * gdbarch.h, gdbarch.c: Renegerate.
1638
a493e3e2
PA
16392012-05-24 Pedro Alves <palves@redhat.com>
1640
1641 PR gdb/7205
1642
1643 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
1644
2ea28649
PA
16452012-05-24 Pedro Alves <palves@redhat.com>
1646
1647 PR gdb/7205
1648
1649 Replace target_signal with gdb_signal throughout.
1650
b09846a9
PA
16512012-05-24 Pedro Alves <palves@redhat.com>
1652
1653 PR tui/14159
1654
1655 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
1656 string, instead of reusing the va_list argument.
1657
e77c107e
TT
16582012-05-24 Tom Tromey <tromey@redhat.com>
1659
1660 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
1661 Remove.
1662
9fccedf7
DE
16632012-05-23 Doug Evans <dje@google.com>
1664
d50bd42b
DE
1665 * symtab.c (search_symbols): Formatting fixes.
1666 (print_symbol_info): Formatting fixes.
1667
9fccedf7
DE
1668 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
1669 int64_t change to leb128 API.
1670 (read_encoded_value, decode_frame_entry_1): Ditto.
1671 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
1672 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
1673 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1674 (execute_stack_op): Ditto.
1675 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
1676 (safe_read_uleb128, safe_read_sleb128): Ditto.
1677 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
1678 (dwarf2_compile_expr_to_ax): Ditto.
1679 (locexpr_describe_location_piece): Ditto.
1680 (disassemble_dwarf_expression): Ditto.
1681 (locexpr_describe_location_1): Ditto.
1682
f3e0e960
SS
16832012-05-23 Stan Shebs <stan@codesourcery.com>
1684 Kwok Cheung Yeung <kcy@codesourcery.com>
1685
1686 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
1687 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
1688 (mi-cmd-info.o): New rule.
1689 * osdata.h (info_osdata_command): New declaration.
1690 * osdata.c (info_osdata_command): Change to non-static.
1691 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
1692 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
1693 * mi/mi-cmd-info.c: New file.
1694
c51fe631
DE
16952012-05-23 Doug Evans <dje@google.com>
1696
71cddcc1
DE
1697 * symtab.c (search_symbols): Pass NULL for file_matcher to
1698 expand_symtabs_matching if there are no files to match.
1699
c51fe631
DE
1700 * gdbtypes.c (lookup_typename): Simplify.
1701
a79378d4
PA
17022012-05-23 Pedro Alves <palves@redhat.com>
1703
1704 * arch-utils.h (default_target_signal_to_host): Delete.
1705 * arch-utils.c (default_target_signal_to_host): Delete.
1706 * gdbarch.sh (target_signal_to_host): Remove.
1707 * gdbarch.h, gdbarch.c: Regenerate.
1708
f664829e
DE
17092012-05-22 Doug Evans <dje@google.com>
1710
1711 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
1712 "const gdb_byte *".
1713 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
1714 (execute_cfa_program): Update to match API of leb128 functions.
1715 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
1716 "const gdb_byte *".
1717 (read_unsigned_leb128, read_signed_leb128): Delete.
1718 (read_initial_length): Change type of buf argument to
1719 "const gdb_byte *".
1720 (read_encoded_value): Update to match API of leb128 functions.
1721 (decode_frame_entry): Change result to "const gdb_byte *", and
1722 similarly for "start" parameter.
1723 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
1724 (dwarf2_build_frame_info): Change local frame_ptr to
1725 "const gdb_byte *".
1726 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
1727 read_uleb128, read_sleb128. All callers updated.
1728 (safe_skip_leb128): New function.
1729 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
1730 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
1731 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
1732 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
1733 read_uleb128, read_sleb128.
1734 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1735 (execute_stack_op): Update to match API of leb128 functions.
1736 * dwarf2expr.h: #include "leb128.h".
1737 (read_uleb128, read_sleb128): Delete.
1738 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
1739 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
1740 * dwarf2loc.c (debug_loc_kind): New enum.
1741 (decode_debug_loc_addresses): New function.
1742 (decode_debug_loc_dwo_addresses): New function.
1743 (dwarf2_find_location_expression): Rewrite.
1744 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
1745 (locexpr_describe_location_piece): Ditto.
1746 (disassemble_dwarf_expression): Ditto.
1747 (locexpr_describe_location_1): Ditto.
1748 (loclist_describe_location): Rewrite.
1749 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
1750 * dwarf2read.c (die_reader_specs): New member "buffer_end".
1751 (dwarf2_section_buffer_overflow_complaint): Renamed from
1752 dwarf2_macros_too_long_complaint. All callers updated.
1753 (skip_leb128): Delete.
1754 (init_cu_die_reader): Initialize reader->buffer_end.
1755 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
1756 (skip_form_bytes): New arg buffer_end. All callers updated.
1757 Replace call to skip_leb128 with gdb_skip_leb128.
1758 (skip_unknown_opcode): New arg mac_end. All callers updated.
1759 (fill_in_loclist_baton): Initialize baton->from_dwo.
1760
837a1b32
MR
17612012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
1762
1763 * mips-linux-nat.c (mips_linux_read_description): Use a more
1764 verbose error message.
1765
d0e64392
MR
17662012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
1767
1768 * NEWS: Add MIPS/Linux DSP support.
1769 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
1770 (SIGCONTEXT_DSPCTL): New macro.
1771 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
1772 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
1773 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
1774 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
1775 (N64_SIGCONTEXT_HI3): Likewise.
1776 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
1777 (N64_SIGCONTEXT_LO3): Likewise.
1778 (N64_SIGCONTEXT_DSPCTL): Likewise.
1779 (N64_SIGCONTEXT_FPCSR): Clarify definition.
1780 (mips_linux_o32_sigframe_init): Handle DSP registers.
1781 (mips_linux_n32n64_sigframe_init): Likewise.
1782
8bea7ed1
PM
17832012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
1784
1785 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
1786 call to abort.
1787
dab06dbe
PA
17882012-05-22 Pedro Alves <palves@redhat.com>
1789
1790 * target.h (store_waitstatus): Move declaration ...
1791 * inf-child.h (store_waitstatus): ... here.
1792 * target.c: Move inclusion of gdb_wait.h, and ...
1793 (store_waitstatus): ... this ...
1794 * inf-child.c: ... here.
1795 * linux-nat.c: Include inf-child.h.
1796 * rs6000-nat.c: Include inf-child.h.
1797 * spu-linux-nat.c: Include inf-child.h.
1798
43011e52
PM
17992012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
1800
1801 * tracepoint.c (start_tracing): Add missing i18n markup.
1802 (stop_tracing, set_trace_user): Ditto.
1803 (set_trace_notes, set_trace_stop_notes): Ditto.
1804
b1af9e97
TT
18052012-05-21 Tom Tromey <tromey@redhat.com>
1806
1807 PR c++/7173:
1808 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
1809 types.
1810 * value.h (value_cast_pointers): Update.
1811 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
1812 (value_cast): Update.
1813 (update_search_result): New function.
1814 (do_search_struct_field): New, from search_struct_field. Check
1815 for ambiguous results.
1816 (search_struct_field): Rewrite.
1817 * infcall.c (value_arg_coerce): Update.
1818 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
1819 value_cast_pointers.
1820 * ada-lang.c (ada_convert_actual): Update.
1821
e9e5e6b3
TT
18222012-05-21 Tom Tromey <tromey@redhat.com>
1823
1824 * macroexp.c (macro_stringify): Terminate the string.
1825
1564a261
JK
18262012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
1829 Describe it.
1830 * auto-load.c (auto_load_expand_dir_vars): New function.
1831 (auto_load_safe_path_vec_update): Use it, remove the
1832 substitute_path_component call thanks to it.
1833 (auto_load_objfile_script): Remove the debug_file_directory processing.
1834 Use auto_load_expand_dir_vars, remove the substitute_path_component
1835 call thanks to it.
1836 * configure: Regenerate.
1837 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
1838 path. Escape $ also for $debugdir.
1839 (--with_auto_load_safe_path): Escape $ also for $debugdir.
1840 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
1841
a3ec0bb1
DE
18422012-05-20 Doug Evans <dje@google.com>
1843
1844 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
1845 before use. Check for symtab->includes == NULL before scanning it.
1846
d467df4e
MR
18472012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
1848
1849 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
1850
4cc0665f
MR
18512012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
1852
1853 * NEWS: Add microMIPS support and "set mips compression",
1854 "show mips compression" commands.
1855 * mips-tdep.h (mips_isa): New enum.
1856 (gdbarch_tdep): Add mips_isa.
1857 (mips_pc_is_mips16): Update prototype.
1858 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
1859 * mips-tdep.c (mips_compression_mips16): New variable.
1860 (mips_compression_micromips): Likewise.
1861 (mips_compression_strings): Likewise.
1862 (mips_compression_string): Likewise.
1863 (is_mips16_isa, is_micromips_isa): New functions.
1864 (is_mips16_addr): Rename to...
1865 (is_compact_addr): ... this.
1866 (unmake_mips16_addr): Likewise to...
1867 (unmake_compact_addr): ... this.
1868 (make_mips16_addr): Likewise to...
1869 (make_compact_addr): ... this.
1870 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
1871 functions.
1872 (mips_elf_make_msymbol_special): Handle microMIPS code.
1873 (msymbol_is_special): Rename to...
1874 (msymbol_is_mips16): ... this.
1875 (mips_make_symbol_special, mips_pc_is_mips16): Update
1876 accordingly.
1877 (msymbol_is_mips, msymbol_is_micromips): New functions.
1878 (mips16_to_32_reg): Rename to...
1879 (mips_reg3_to_reg): ... this.
1880 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
1881 (mips_pc_isa): Likewise.
1882 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
1883 code.
1884 (mips_fetch_instruction): Pass return status instead of printing
1885 an error message if requested. Handle microMIPS code. Bail out
1886 on an invalid ISA.
1887 (micromips_op): New macro.
1888 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
1889 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
1890 (b6s4_op, b7s3_reg): Likewise.
1891 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
1892 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
1893 (mips_insn_size): New function.
1894 (mips32_next_pc): Update mips_fetch_instruction call.
1895 (micromips_relative_offset7): New function.
1896 (micromips_relative_offset10): Likewise.
1897 (micromips_relative_offset16): Likewise.
1898 (micromips_pc_insn_size): Likewise.
1899 (micromips_bc1_pc): Likewise.
1900 (micromips_next_pc): Likewise.
1901 (unpack_mips16): Update mips_fetch_instruction call.
1902 (extended_mips16_next_pc): Update according to change to
1903 mips16_to_32_reg.
1904 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
1905 code.
1906 (mips16_scan_prologue): Update mips_fetch_instruction call.
1907 Update according to change to mips16_to_32_reg.
1908 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
1909 (mips_insn16_frame_base_sniffer): Likewise.
1910 (micromips_decode_imm9): New function.
1911 (micromips_scan_prologue): Likewise.
1912 (mips_micro_frame_cache): Likewise.
1913 (mips_micro_frame_this_id): Likewise.
1914 (mips_micro_frame_prev_register): Likewise.
1915 (mips_micro_frame_sniffer): Likewise.
1916 (mips_micro_frame_unwind): New variable.
1917 (mips_micro_frame_base_address): New function.
1918 (mips_micro_frame_base): New variable.
1919 (mips_micro_frame_base_sniffer): New function.
1920 (mips32_scan_prologue): Update mips_fetch_instruction call.
1921 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
1922 rather than for MIPS16.
1923 (mips_insn32_frame_base_sniffer): Likewise.
1924 (mips_addr_bits_remove): Handle microMIPS code.
1925 (deal_with_atomic_sequence): Rename to...
1926 (mips_deal_with_atomic_sequence): ... this. Update the type
1927 of the variable used to hold an instruction. Remove the ISA bit
1928 check. Update mips_fetch_instruction call.
1929 (micromips_deal_with_atomic_sequence): New function.
1930 (deal_with_atomic_sequence): Likewise.
1931 (mips_about_to_return): Handle microMIPS code. Update
1932 mips_fetch_instruction call.
1933 (heuristic_proc_start): Check for the standard MIPS ISA rather
1934 than for MIPS16. Update mips_pc_is_mips16 and
1935 mips_fetch_instruction calls. Handle microMIPS code.
1936 (mips_push_dummy_code): Handle microMIPS code.
1937 (mips_eabi_push_dummy_call): Likewise.
1938 (mips_o32_return_value): Update mips_pc_is_mips16 call.
1939 (mips_o64_push_dummy_call): Handle microMIPS code.
1940 (mips_o64_return_value): Update mips_pc_is_mips16 call.
1941 (is_delayed): Remove function.
1942 (mips_single_step_through_delay): Replace the call to is_delayed
1943 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
1944 Handle microMIPS code.
1945 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
1946 microMIPS code.
1947 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
1948 call.
1949 (micromips_in_function_epilogue_p): New function.
1950 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
1951 call.
1952 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
1953 Handle microMIPS.
1954 (gdb_print_insn_mips): Likewise.
1955 (mips_breakpoint_from_pc): Likewise.
1956 (mips_remote_breakpoint_from_pc): New function.
1957 (mips32_instruction_has_delay_slot): Simplify making use of the
1958 updated mips_fetch_instruction interface.
1959 (micromips_instruction_has_delay_slot): New function.
1960 (mips16_instruction_has_delay_slot): Simplify making use of the
1961 updated mips_fetch_instruction interface.
1962 (mips_adjust_breakpoint_address): Check for the standard MIPS
1963 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
1964 calls. Handle microMIPS code.
1965 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
1966 (mips_skip_trampoline_code): Handle microMIPS code.
1967 (global_mips_compression): New function.
1968 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
1969 file flags. Register the microMIPS remote breakpoint handler
1970 and heuristic frame unwinder.
1971 (show_mips_compression): New function.
1972 (_initialize_mips_tdep): Add the "set mips compression" and
1973 "show mips compression" commands.
1974
22e048c9
SDJ
19752012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
1976
1977 * ada-lang.c:
1978 * ada-tasks.c:
1979 * ada-varobj.c:
1980 * amd64-darwin-tdep.c:
1981 * arm-symbian-tdep.c:
1982 * arm-tdep.c:
1983 * avr-tdep.c:
1984 * ax-gdb.c:
1985 * bfin-linux-tdep.c:
1986 * breakpoint.c:
1987 * c-valprint.c:
1988 * cli/cli-cmds.c:
1989 * coffread.c:
1990 * cp-support.c:
1991 * cris-tdep.c:
1992 * dwarf2-frame-tailcall.c:
1993 * dwarf2-frame.c:
1994 * dwarf2expr.c:
1995 * dwarf2loc.c:
1996 * dwarf2read.c:
1997 * elfread.c:
1998 * eval.c:
1999 * expprint.c:
2000 * f-valprint.c:
2001 * frv-tdep.c:
2002 * h8300-tdep.c:
2003 * hppa-hpux-tdep.c:
2004 * hppa-tdep.c:
2005 * hppanbsd-tdep.c:
2006 * i386-nto-tdep.c:
2007 * i386-tdep.c:
2008 * i387-tdep.c:
2009 * ia64-tdep.c:
2010 * jit.c:
2011 * linespec.c:
2012 * linux-tdep.c:
2013 * lm32-tdep.c:
2014 * m2-valprint.c:
2015 * m32c-tdep.c:
2016 * m32r-rom.c:
2017 * m32r-tdep.c:
2018 * m68k-tdep.c:
2019 * m68klinux-tdep.c:
2020 * mi/mi-main.c:
2021 * microblaze-tdep.c:
2022 * mips-linux-tdep.c:
2023 * mips-tdep.c:
2024 * mn10300-tdep.c:
2025 * p-valprint.c:
2026 * parse.c:
2027 * ppc-linux-tdep.c:
2028 * ppc-sysv-tdep.c:
2029 * printcmd.c:
2030 * python/py-finishbreakpoint.c:
2031 * python/py-inferior.c:
2032 * python/py-infthread.c:
2033 * python/py-type.c:
2034 * python/python.c:
2035 * remote-fileio.c:
2036 * remote-m32r-sdi.c:
2037 * remote-mips.c:
2038 * reverse.c:
2039 * rl78-tdep.c:
2040 * rs6000-aix-tdep.c:
2041 * rs6000-tdep.c:
2042 * s390-tdep.c:
2043 * score-tdep.c:
2044 * sh64-tdep.c:
2045 * skip.c:
2046 * solib-darwin.c:
2047 * solib-dsbt.c:
2048 * solib-frv.c:
2049 * sparc-tdep.c:
2050 * spu-multiarch.c:
2051 * spu-tdep.c:
2052 * stack.c:
2053 * symfile.c:
2054 * symtab.c:
2055 * tic6x-tdep.c:
2056 * tracepoint.c:
2057 * v850-tdep.c:
2058 * valarith.c:
2059 * valprint.c:
2060 * value.c:
2061 * xcoffread.c:
2062 * xtensa-tdep.c:
2063 * ada-lang.c:
2064 * ada-tasks.c:
2065 * ada-varobj.c:
2066 * amd64-darwin-tdep.c:
2067 * arm-symbian-tdep.c:
2068 * arm-tdep.c: Delete unused variables.
2069
aff139ff
JK
20702012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2071
2072 Rename $ddir to $datadir.
2073 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
2074 * auto-load.c (auto_load_safe_path_vec_update)
2075 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
2076 * configure: Regenerate.
2077 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
2078 Likewise. Remove the 'use $ddir' help string.
2079
f7bfa992
JK
20802012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * auto-load.c (show_auto_load_safe_path): Accept any combination of
2083 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
2084
9cb709b6
TT
20852012-05-18 Tom Tromey <tromey@redhat.com>
2086
2087 PR exp/13907:
2088 * valprint.h (struct value_print_options) <symbol_print>: New
2089 field.
2090 * valprint.c (user_print_options): Add default for symbol_print.
2091 (show_symbol_print): New function.
2092 (generic_val_print): Respect symbol_print.
2093 (_initialize_valprint): Add "print symbol" setting.
2094 * f-valprint.c (f_val_print): Respect symbol_print.
2095 * c-valprint.c (c_val_print): Respect symbol_print.
2096 * NEWS: Update.
2097 * printcmd.c (print_address_symbolic): Return int. Ignore some
2098 zero-size symbols.
2099 (print_address_demangle): Return int.
2100 * defs.h: (print_address_symbolic): Return int.
2101 * value.h (print_address_demangle): Return int.
2102
b012acdd
TT
21032012-05-18 Tom Tromey <tromey@redhat.com>
2104
2105 * valprint.c (val_print_string): Don't print leading space.
2106 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
2107 print space before string or vtbl.
2108 * m2-valprint.c (print_unpacked_pointer): Optionally print space
2109 before string.
2110 * jv-valprint.c (java_value_print): Print space before string.
2111 * go-valprint.c (print_go_string): Print space before string.
2112 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
2113 space before string.
2114 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
2115 space before string or vtbl.
2116 * auxv.c (fprint_target_auxv): Print space after address.
2117
1d51a733
TT
21182012-05-18 Tom Tromey <tromey@redhat.com>
2119
2120 * printcmd.c (print_address_demangle): Remove special case for 0.
2121
edf0c1b7
TT
21222012-05-18 Tom Tromey <tromey@redhat.com>
2123
2124 * printcmd.c (print_address_demangle): Add 'opts' argument.
2125 * p-valprint.c (pascal_val_print): Update.
2126 * jv-valprint.c (java_val_print): Update.
2127 * value.h: Update.
2128 * valprint.c (generic_val_print): Update.
2129 (print_function_pointer_address): Add 'options' argument. Remove
2130 'addressprint' argument. Update.
2131 * m2-valprint.c (print_unpacked_pointer): Update.
2132 * gnu-v3-abi.c (print_one_vtable): Update.
2133 (gnuv3_print_method_ptr): Update.
2134 * f-valprint.c (f_val_print): Update.
2135 * cp-valprint.c (cp_print_value_fields): Update.
2136 * valprint.h (print_function_pointer_address): Update.
2137 * c-valprint.c (c_val_print): Update.
2138
9703b513
TT
21392012-05-18 Tom Tromey <tromey@redhat.com>
2140
2141 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
2142 directly corresponding to the found psymtab.
2143 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
2144 (dw2_find_pc_sect_symtab): Use it.
2145 * block.h (blockvector_contains_pc): Declare.
2146 * block.c (find_block_in_blockvector): New function.
2147 (blockvector_for_pc_sect): Use it.
2148 (blockvector_contains_pc): New function.
2149
5a439849
MR
21502012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2151
2152 * mips-tdep.h (mips_write_pc): New prototype.
2153 * mips-tdep.c (mips_write_pc): Make external, add description.
2154 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
2155 add description.
2156
8376de04
MR
21572012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
2158
2159 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
2160 mips_regnum->pc.
2161 (mips_unwind_pc, mips_write_pc): Likewise.
2162 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
2163 gdbarch_read_pc.
2164
d3581e61
JB
21652012-05-17 Joel Brobecker <brobecker@adacore.com>
2166
2167 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
2168 proc_warn, proc_error, proc_get_status, proc_flags,
2169 proc_why, proc_what, proc_nsysarg, proc_sysargs,
2170 proc_set_run_on_last_close, proc_unset_run_on_last_close,
2171 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
2172 proc_stop_process, proc_wait_for_stop, proc_run_process,
2173 proc_set_traced_signals, proc_set_traced_faults,
2174 proc_set_traced_sysentry, proc_set_traced_sysexit,
2175 proc_set_held_signals, proc_get_held_signals,
2176 proc_get_traced_signals, proc_get_traced_faults,
2177 proc_get_traced_sysentry, proc_get_traced_sysexit,
2178 proc_clear_current_fault, proc_set_current_signal,
2179 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
2180 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
2181 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
2182 proc_get_current_thread, proc_get_current_thread,
2183 proc_get_current_thread, proc_update_threads,
2184 proc_update_threads, proc_update_threads, proc_update_threads,
2185 proc_iterate_over_threads, procfs_find_new_threads,
2186 procfs_pid_to_str): Make static. Remove advance declaration.
2187 (proc_cursig): Make static. Conditionalized defintion on
2188 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
2189 (proc_syscall, proc_set_kill_on_last_close,
2190 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
2191 proc_get_pending_signals, proc_get_signal_actions,
2192 proc_trace_signal, proc_ignore_signal): Delete.
2193
81b9b86e
SDJ
21942012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
2195
2196 * coffread.c (cs_section_address): Passing proper argument for
2197 `bfd_get_section_vma'.
2198 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
2199 `bfd_get_section_flags'.
2200 * remote.c (remote_trace_set_readonly_regions): Likewise, for
2201 `bfd_get_section_vma'.
2202
abc9d0dc
TT
22032012-05-16 Tom Tromey <tromey@redhat.com>
2204
2205 PR macros/13205:
2206 * macrotab.h: (macro_define_special): Declare.
2207 (enum macro_special_kind): New.
2208 (struct macro_definition) <argc, replacement>: Update comments.
2209 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
2210 (macro_define_object_internal): New function.
2211 (macro_define_object): Use it.
2212 (macro_define_special): New function.
2213 (fixup_definition): New function.
2214 (macro_lookup_definition, foreach_macro_in_scope)
2215 (foreach_macro): Use fixup_definition.
2216 * macroexp.h (macro_stringify): Declare.
2217 * macroexp.c (free_buffer_return_text): New function.
2218 (stringify): Constify "arg".
2219 (macro_stringify): New function.
2220 * dwarf2read.c (macro_start_file): Call macro_define_special.
2221
6a3a010b
MR
22222012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
2223 Maciej W. Rozycki <macro@mips.com>
2224
2225 * breakpoint.h (bp_location): Add related_address member.
2226 * inferior.h (get_return_value): Take a pointer to struct value
2227 instead of struct type for the function requested.
2228 * value.h (using_struct_return): Likewise.
2229 * gdbarch.sh (return_value): Take a pointer to struct value
2230 instead of struct type for the function requested.
2231 * breakpoint.c (set_breakpoint_location_function): Initialize
2232 related_address for bp_gnu_ifunc_resolver breakpoints.
2233 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
2234 requested function's address to gdbarch_return_value.
2235 * eval.c (evaluate_subexp_standard): Pass the requested
2236 function's address to using_struct_return.
2237 * infcall.c (call_function_by_hand): Pass the requested
2238 function's address to using_struct_return and
2239 gdbarch_return_value.
2240 * infcmd.c (get_return_value): Take a pointer to struct value
2241 instead of struct type for the function requested.
2242 (print_return_value): Update accordingly.
2243 (finish_command_continuation): Likewise.
2244 * stack.c (return_command): Pass the requested function's
2245 address to using_struct_return and gdbarch_return_value.
2246 * value.c (using_struct_return): Take a pointer to struct value
2247 instead of struct type for the function requested. Pass the
2248 requested function's address to gdbarch_return_value.
2249 * python/py-finishbreakpoint.c (finish_breakpoint_object):
2250 New function_value member, replacing function_type.
2251 (bpfinishpy_dealloc): Update accordingly.
2252 (bpfinishpy_pre_stop_hook): Likewise.
2253 (bpfinishpy_init): Likewise. Record the requested function's
2254 address.
2255 * mips-tdep.c (mips_fval_reg): New enum.
2256 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
2257 words put in GP registers.
2258 (mips_o64_push_dummy_call): Update a comment.
2259 (mips_o32_return_value): Take a pointer to struct value instead
2260 of struct type for the function requested and use it to check if
2261 using the MIPS16 calling convention. Return the designated
2262 general purpose registers for floating-point values returned in
2263 MIPS16 mode.
2264 (mips_o64_return_value): Likewise.
2265 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
2266 (ppc_sysv_abi_broken_return_value): Likewise.
2267 (ppc64_sysv_abi_return_value): Likewise.
2268 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
2269 value instead of struct type for the function requested.
2270 * amd64-tdep.c (amd64_return_value): Likewise.
2271 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
2272 * arm-tdep.c (arm_return_value): Likewise.
2273 * avr-tdep.c (avr_return_value): Likewise.
2274 * bfin-tdep.c (bfin_return_value): Likewise.
2275 * cris-tdep.c (cris_return_value): Likewise.
2276 * frv-tdep.c (frv_return_value): Likewise.
2277 * h8300-tdep.c (h8300_return_value): Likewise.
2278 (h8300h_return_value): Likewise.
2279 * hppa-tdep.c (hppa32_return_value): Likewise.
2280 (hppa64_return_value): Likewise.
2281 * i386-tdep.c (i386_return_value): Likewise.
2282 * ia64-tdep.c (ia64_return_value): Likewise.
2283 * iq2000-tdep.c (iq2000_return_value): Likewise.
2284 * lm32-tdep.c (lm32_return_value): Likewise.
2285 * m32c-tdep.c (m32c_return_value): Likewise.
2286 * m32r-tdep.c (m32r_return_value): Likewise.
2287 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
2288 * m68k-tdep.c (m68k_return_value): Likewise.
2289 (m68k_svr4_return_value): Likewise.
2290 * m88k-tdep.c (m88k_return_value): Likewise.
2291 * mep-tdep.c (mep_return_value): Likewise.
2292 * microblaze-tdep.c (microblaze_return_value): Likewise.
2293 * mn10300-tdep.c (mn10300_return_value): Likewise.
2294 * moxie-tdep.c (moxie_return_value): Likewise.
2295 * mt-tdep.c (mt_return_value): Likewise.
2296 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
2297 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
2298 (ppc_sysv_abi_broken_return_value): Likewise.
2299 (ppc64_sysv_abi_return_value): Likewise.
2300 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
2301 * rl78-tdep.c (rl78_return_value): Likewise.
2302 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
2303 * rx-tdep.c (rx_return_value): Likewise.
2304 * s390-tdep.c (s390_return_value): Likewise.
2305 * score-tdep.c (score_return_value): Likewise.
2306 * sh-tdep.c (sh_return_value_nofpu): Likewise.
2307 (sh_return_value_fpu): Likewise.
2308 * sh64-tdep.c (sh64_return_value): Likewise.
2309 * sparc-tdep.c (sparc32_return_value): Likewise.
2310 * sparc64-tdep.c (sparc64_return_value): Likewise.
2311 * spu-tdep.c (spu_return_value): Likewise.
2312 * tic6x-tdep.c (tic6x_return_value): Likewise.
2313 * v850-tdep.c (v850_return_value): Likewise.
2314 * vax-tdep.c (vax_return_value): Likewise.
2315 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
2316 * xtensa-tdep.c (xtensa_return_value): Likewise.
2317 * gdbarch.c: Regenerate.
2318 * gdbarch.h: Regenerate.
2319
29ca12b3
TT
23202012-05-15 Tom Tromey <tromey@redhat.com>
2321
2322 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
2323
588ae58c
JB
23242012-05-15 Joel Brobecker <brobecker@adacore.com>
2325
2326 * breakpoint.c (init_breakpoint_sal): Add quotes around part
2327 of command in two error message.
2328
855a6e68
JB
23292012-05-15 Joel Brobecker <brobecker@adacore.com>
2330
2331 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
2332
d634f2de
JB
23332012-05-15 Joel Brobecker <brobecker@adacore.com>
2334
2335 * breakpoint.c (find_condition_and_thread): Minor reformatting.
2336
9cc815f5
JK
23372012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * NEWS (show auto-load scripts-directory): Add forgotten command.
2340
6a609e58
JK
23412012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
2344 parameters.
2345
ac1438b5
L
23462012-05-14 H.J. Lu <hongjiu.lu@intel.com>
2347
2348 * amd64-tdep.c: Include features/i386/x32.c and
2349 features/i386/x32-avx.c.
2350 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
2351 initialize_tdesc_x32_avx.
2352
e7e0cddf
SS
23532012-05-14 Stan Shebs <stan@codesourcery.com>
2354
2355 Add dynamic printf.
2356 * breakpoint.h (enum bptype): New type bp_dprintf.
2357 (struct breakpoint): New field extra_string.
2358 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
2359 (create_breakpoint): Add extra_string arg.
2360 * breakpoint.c (dprintf_breakpoint_ops): New.
2361 (is_breakpoint): Add bp_dprintf.
2362 (bpstat_what): Add dprintf case.
2363 (bptype_string): Ditto.
2364 (print_one_breakpoint_location): Ditto.
2365 (init_bp_location): Ditto.
2366 (bkpt_print_mention): Ditto.
2367 (dprintf_style_enums): New array.
2368 (dprintf_style): New global.
2369 (dprintf_function): New global.
2370 (dprintf_channel): New global.
2371 (update_dprintf_command_list): New function.
2372 (update_dprintf_commands): New function.
2373 (init_breakpoint_sal): Add extra_string argument, handle it.
2374 (create_breakpoint_sal): Add extra_string argument.
2375 (create_breakpoints_sal): Add extra_string argument, update callers.
2376 (find_condition_and_thread): Add extra argument.
2377 (create_breakpoint): Add extra_string argument, record it.
2378 (dprintf_command): New function.
2379 (break_command_1): Add arg to create_breakpoint call.
2380 (handle_gnu_v3_exceptions): Ditto.
2381 (trace_command): Ditto.
2382 (ftrace_command): Ditto.
2383 (strace_command): Ditto.
2384 (bkpt_print_mention): Add dprintf case.
2385 (create_breakpoint_sal_default): Add extra_string argument.
2386 (_initialize_breakpoint): Add new commands.
2387 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
2388 * python/py-breakpoint.c (bppy_init): Ditto.
2389 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
2390
8ae38c14
MR
23912012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
2392
2393 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
2394
9f676e66
SCR
23952012-05-14 Siva Chandra Reddy <sivachandra@google.com>
2396
2397 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
2398 unsigned long long.
2399
7efc75aa
SCR
24002012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2401
2402 Add a new function gdb.find_pc_line to the Python API.
2403 * NEWS (Python Scripting): Add entry about the new function.
2404 * python/python.c (gdbpy_find_pc_line): New function which
2405 implements gdb.find_pc_line.
2406 (GdbMethods): Add entry for the new function.
2407
70af3797
PA
24082012-05-12 Pedro Alves <palves@redhat.com>
2409
2410 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
2411 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
2412
06da564e
EZ
24132012-05-12 Eli Zaretskii <eliz@gnu.org>
2414
2415 * inferior.c: Include completer.h
2416 (initialize_inferiors): Set completer of add-inferior to
2417 filename_completer.
2418
0288cee2
L
24192012-05-11 H.J. Lu <hongjiu.lu@intel.com>
2420
2421 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2422 gdbarch_ptr_bit for x32 core dump.
2423
f6537a2c
L
24242012-05-11 H.J. Lu <hongjiu.lu@intel.com>
2425
2426 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
2427 and features/i386/x32-avx-linux.c.
2428
85d4a676
SS
24292012-05-11 Stan Shebs <stan@codesourcery.com>
2430 Kwok Cheung Yeung <kcy@codesourcery.com>
2431
2432 * NEWS: Describe new info os commands.
2433 * common/linux-osdata.c (PID_T, TIME_T): Define.
2434 (MAX_PID_T_STRLEN): New.
2435 (linux_common_core_of_thread): Add comment. Change to use PID_T and
2436 MAX_PID_T_STRLEN.
2437 (command_from_pid): Add comment. Change to use PID_T.
2438 (commandline_from_pid): Change to use PID_T.
2439 (user_from_pid): Add comment.
2440 (get_process_owner): Add comment. Change to use PID_T and
2441 MAX_PID_T_STRLEN.
2442 (get_number_of_cpu_cores): Add comment.
2443 (get_cores_used_by_process): Add comment. Change to use PID_T and
2444 MAX_PID_T_STRLEN.
2445 (linux_xfer_osdata_processes): Change to use PID_T and
2446 MAX_PID_T_STRLEN.
2447 (compare_processes): New function.
2448 (linux_xfer_osdata_processgroups): New function.
2449 (linux_xfer_osdata_threads): Change to use PID_T.
2450 (linux_xfer_osdata_fds): New function.
2451 (format_socket_state, print_sockets): New functions.
2452 (union socket_addr): New union.
2453 (linux_xfer_osdata_isockets): New function.
2454 (time_from_time_t, group_from_gid): New functions.
2455 (linux_xfer_osdata_shm): New function.
2456 (linux_xfer_osdata_sem): New function.
2457 (linux_xfer_osdata_msg): New function.
2458 (linux_xfer_osdata_modules): New function.
2459 (osdata_table): Add new entries.
2460 * common/buffer.c (buffer_xml_printf): Add support for long and
2461 long long format specifiers.
2462
f24afd6d
L
24632012-05-11 H.J. Lu <hongjiu.lu@intel.com>
2464
2465 * amd64-linux-tdep.h (tdesc_x32_linux): New.
2466 (tdesc_x32_avx_linux): Likewise.
2467
7349ff92
JK
24682012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2469
2470 Implement multi-component --with-auto-load-dir.
2471 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
2472 entries.
2473 (--with-auto-load-safe-path): Update the default value description.
2474 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
2475 New.
2476 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
2477 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
2478 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
2479 (_initialize_auto_load): Initialize also auto_load_dir. Install new
2480 "set auto-load scripts-directory".
2481 * config.in: Regenerate.
2482 * configure: Regenerate.
2483 * configure.ac (--with-auto-load-dir): New configure option.
2484 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
2485
6dea1fbd
JK
24862012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 Provide $ddir substitution for --with-auto-load-safe-path.
2489 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
2490 entries.
2491 * auto-load.c: Include observer.h.
2492 (auto_load_safe_path_vec_update): Call substitute_path_component for
2493 each component. New variable ddir_subst.
2494 (auto_load_gdb_datadir_changed): New function.
2495 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2496 AUTO_LOAD_SAFE_PATH. New comment.
2497 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2498 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
2499 * config.in: Regenerate.
2500 * configure: Regenerate.
2501 * configure.ac (--auto-load-safe-path): Rename
2502 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
2503 GDB_DATADIR/auto-load.
2504 * defs.h (substitute_path_component): New declaration.
2505 * top.c: Include observer.h.
2506 (set_gdb_datadir): New function.
2507 (init_main): Install it for "set data-directory".
2508 * utils.c (substitute_path_component): New function.
2509
b09aca3a
JK
25102012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
2513 * auto-load.c (auto_load_objfile_script): Remove check for NULL
2514 DEBUG_FILE_DIRECTORY. Handle multiple components of
2515 DEBUG_FILE_DIRECTORY.
2516
95554aad
TT
25172012-05-10 Tom Tromey <tromey@redhat.com>
2518
2519 * dwarf2read.c (recursively_write_psymbols): New function.
2520 (write_psymtabs_to_index): Use it.
2521
2522 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
2523 field.
2524 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
2525 (load_partial_comp_unit): Update.
2526 (queue_comp_unit): Add argument 'pretend_language'.
2527 (process_queue): Update.
2528 (psymtab_to_symtab_1): Skip dependencies that have a user.
2529 (load_partial_comp_unit_reader): Give meaning to the 'data'
2530 argument.
2531 (load_full_comp_unit): Add 'pretend_language' argument.
2532 (process_full_comp_unit): Add 'pretend_language' argument. Set
2533 language on CU.
2534 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
2535 Update.
2536 (maybe_queue_comp_unit): Add 'pretend_language' argument.
2537 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
2538 Update.
2539 (prepare_one_comp_unit): Add 'pretend_language' argument.
2540
2541 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
2542 (struct dwarf2_per_objfile) <just_read_cus>: New field.
2543 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
2544 (dw2_do_instantiate_symtab): Check whether symtab was read in
2545 before queueing.
2546 (dw2_instantiate_symtab): Add assertion. Call
2547 process_cu_includes.
2548 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
2549 (partial_symtab_p): New typedef.
2550 (set_partial_user): New function.
2551 (dwarf2_build_psymtabs_hard): Use set_partial_user.
2552 (scan_partial_symbols): Add imported CU to imported_symtabs.
2553 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
2554 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
2555 (get_symtab, recursively_compute_inclusions)
2556 (compute_symtab_includes, process_cu_includes)
2557 (process_imported_unit_die): New functions.
2558 (process_die) <DW_TAG_imported_unit>: New case.
2559 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
2560
2561 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
2562 comment.
2563 (struct partial_die_info) <locdesc>: Remove.
2564 <d>: New field.
2565 (process_psymtab_comp_unit): Add 'read_partial' argument.
2566 Update.
2567 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
2568 (scan_partial_symbols): Handle DW_TAG_imported_unit.
2569 (add_partial_symbol): Update.
2570 (process_die): Handle DW_TAG_partial_unit.
2571 (read_file_scope): Update comment.
2572 (load_partial_dies): Handle DW_TAG_imported_unit.
2573 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
2574 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
2575
e871fbb9
TT
25762012-05-10 Tom Tromey <tromey@redhat.com>
2577
2578 * cc-with-dwz.sh: New file.
2579
b5b04b5b
TT
25802012-05-10 Tom Tromey <tromey@redhat.com>
2581
2582 * symtab.h (struct symtab) <includes, user>: New fields.
2583 * block.h (struct block_iterator) <d, idx, which>: New fields.
2584 * block.c (initialize_block_iterator, find_iterator_symtab)
2585 (block_iterator_step, block_iter_name_step)
2586 (block_iter_match_step): New functions.
2587 (block_iterator_first, block_iterator_next)
2588 (block_iter_name_first, block_iter_name_next)
2589 (block_iter_match_first, block_iter_match_next): Rewrite.
2590 (get_block_symtab): New function.
2591
84a146c9
TT
25922012-05-10 Tom Tromey <tromey@redhat.com>
2593
2594 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
2595 set_block_symtab.
2596 * jit.c (finalize_symtab): Use allocate_global_block,
2597 set_block_symtab.
2598 * buildsym.c (finish_block_internal): New function, from old
2599 finish_block.
2600 (finish_block): Rewrite.
2601 (end_symtab): Use finish_block_internal, set_block_symtab.
2602 * block.h (struct global_block): New.
2603 (allocate_global_block, set_block_symtab): Declare.
2604 * block.c (allocate_global_block, set_block_symtab): New
2605 functions.
2606
9439a077
TT
26072012-05-10 Tom Tromey <tromey@redhat.com>
2608
2609 * psymtab.c (partial_map_expand_apply): Add assertion.
2610 (partial_map_symtabs_matching_filename): Skip included psymtabs.
2611 (psymtab_to_symtab): Find unshared psymtab.
2612 (dump_psymtab): Print including psymtabs.
2613 (recursively_search_psymtabs): New function.
2614 (expand_symtabs_matching_via_partial): Use it.
2615 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
2616 fields.
2617 (enum psymtab_search_status): New.
2618
8157b174
TT
26192012-05-10 Tom Tromey <tromey@redhat.com>
2620
2621 * tracepoint.c (scope_info): Update.
2622 * symtab.c (lookup_block_symbol, iterate_over_symbols)
2623 (find_pc_sect_symtab, search_symbols)
2624 (default_make_symbol_completion_list_break_on)
2625 (make_file_symbol_completion_list): Update.
2626 * symmisc.c (dump_symtab_1): Update.
2627 * stack.c (print_frame_args, iterate_over_block_locals)
2628 (print_frame_labels, iterate_over_block_arg_vars): Update.
2629 * python/py-block.c (block_object) <dict>: Remove.
2630 <block>: New field.
2631 <iter>: Change type.
2632 (blpy_iter): Update.
2633 (blpy_block_syms_iternext): Update.
2634 * psymtab.c (map_block): Use block iterators.
2635 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
2636 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
2637 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
2638 * infrun.c (check_exception_resume): Update.
2639 * cp-support.c (make_symbol_overload_list_block): Update.
2640 * coffread.c (patch_opaque_types): Update.
2641 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
2642 * block.h (struct block_iterator): New.
2643 (block_iterator_first, block_iterator_next, block_iter_name_first)
2644 (block_iter_name_next, block_iter_match_first)
2645 (block_iter_match_next): Declare.
2646 (ALL_BLOCK_SYMBOLS): Redefine.
2647 * block.c (block_iterator_first, block_iterator_next)
2648 (block_iter_name_first, block_iter_name_next)
2649 (block_iter_match_first, block_iter_match_next): New functions.
2650 * ada-lang.c (ada_add_block_symbols)
2651 (ada_make_symbol_completion_list): Use block iterator.
2652
a2ca7a52
TT
26532012-05-10 Tom Tromey <tromey@redhat.com>
2654
2655 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
2656 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
2657 (lookup_partial_symbol, find_last_source_symtab_from_partial)
2658 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
2659 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
2660 Update.
2661
64ea88dc
JB
26622012-05-10 Joel Brobecker <brobecker@adacore.com>
2663
2664 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
2665 print-file-var-lib2.c, print-file-var-main.c and
2666 print-file-var.exp (located in gdb/testsuite/gdb.base).
2667
99a547d6
JB
26682012-05-10 Joel Brobecker <brobecker@adacore.com>
2669
2670 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2671 try locating the symbol in the symbol's own objfile first, before
2672 extending the search to all objfiles.
2673 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2674 out of lookup_symbol_aux_symtabs.
2675 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2676 Replace extracted-out code by call to lookup_symbol_aux_objfile.
2677 Do not search EXCLUDE_OBJFILE.
2678 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2679 (lookup_symbol_global): Search for matches in the block's objfile
2680 first, before searching all other objfiles.
2681
0ece64fd
TG
26822012-05-10 Tristan Gingold <gingold@adacore.com>
2683
2684 * printcmd.c (set_command): Add pre/post inc/dec.
2685
3d16a105
FCE
26862012-05-09 Frank Ch. Eigler <fche@redhat.com>
2687
2688 * gdb.1: Document -ex option.
2689
2efbc0f7
JB
26902012-05-09 Joel Brobecker <brobecker@adacore.com>
2691
2692 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
2693 * inferior.h (AT_SYMBOL): Delete.
2694
2c76a0c7
JB
26952012-05-09 Joel Brobecker <brobecker@adacore.com>
2696
2697 * mips-tdep.c (mips_push_dummy_code): New function.
2698 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
2699 ON_STACK and install mips_push_dummy_code as our gdbarch
2700 push_dummy_code routine.
2701
9401a810
PA
27022012-05-09 Pedro Alves <palves@redhat.com>
2703
2704 * target.c (set_maintenance_target_async_permitted): Rename to ...
2705 (set_target_async_command): ... this.
2706 (show_maintenance_target_async_permitted): Rename to ...
2707 (show_target_async_command): ... this.
2708 (initialize_targets): Adjust.
2709
3929b321
DE
27102012-05-08 Doug Evans <dje@google.com>
2711
2712 * go-exp.y (classify_name): Add missing assignment of fields of
2713 yylval.ssym.
2714
c41535fd
EZ
27152012-05-08 Eli Zaretskii <eliz@gnu.org>
2716
2717 Display the ">" prompt in interactive mode while reading canned
2718 commands, even when the current interpreter is MI.
2719
2720 * interps.c (interp_set_temp): New function.
2721
2722 * interps.h (interp_set_temp): Add prototype.
2723
2724 * cli/cli-script.c (restore_interp): New cleanup function.
2725 (read_command_lines): Temporarily override the current interpreter
2726 with CLI and arrange for restoring the original one.
2727
c0749c4d
JS
27282012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
2729
2730 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
2731
d7333987
SDJ
27322012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2733
2734 * probe.c (parse_probes): Move conditional to check for
2735 debuginfo files from here...
2736 * stap-probe.c (stap_get_probes): ... to here.
2737
649e6d92
MK
27382012-05-07 Mark Kettenis <kettenis@gnu.org>
2739 H.J. Lu <hongjiu.lu@intel.com>
2740
2741 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
2742 `movl %esp, %ebp' for the X32 ABI.
2743
f39c6ffd
TT
27442012-05-07 Tom Tromey <tromey@redhat.com>
2745
2746 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
2747 get_DW_TAG_name.
2748 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
2749 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
2750 (dwarf_stack_op_name): Remove.
2751 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
2752 (decode_locdesc): Use get_DW_OP_name.
2753 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
2754 (dwarf2_compile_expr_to_ax): Likewise.
2755 (disassemble_dwarf_expression): Likewise.
2756 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
2757
1e1f6591
CLT
27582012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
2759
2760 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
2761 (sh_linux_sigtramp_cache): New function.
2762 (sh_linux_sigreturn_init): New function.
2763 (sh_linux_rt_sigreturn_init): New function.
2764 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
2765 patterns.
2766 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
2767 syscall codes.
2768 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
2769 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
2770 (sh_linux_init_abi): Add init calls to register new tramp_frame
2771 definitions under 32-bit SH, update comments.
2772
545c08b4
PA
27732012-05-07 Pedro Alves <palves@redhat.com>
2774
daac165e
PA
2775 PR gdb/10952
2776
545c08b4
PA
2777 * amd64-linux-tdep.c: Include glibc-tdep.h.
2778 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
2779 gdbarch_skip_solib_resolver callback.
2780
af2c1515
JK
27812012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2782
2783 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
2784 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
2785 (show_auto_load_safe_path): Check any-directory by comparison with "/".
2786 (add_auto_load_safe_path): Change the error message.
2787 (_initialize_auto_load): Change the "safe-path" help text.
2788 * configure: Regenerate
2789 * configure.ac (--without-auto-load-safe-path): Set
2790 WITH_AUTO_LOAD_SAFE_PATH to /.
2791
1067f998
SDJ
27922012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
2793
2794 * stap-probe.h: Do not include unecessary `probe.h'.
2795
45dfa85a
AM
27962012-05-05 Alan Modra <amodra@gmail.com>
2797
2798 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
2799 bfd_und_section_ptr.
2800 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
2801 and bfd_com_section_ptr.
2802
cf093994
JB
28032012-05-04 Joel Brobecker <brobecker@adacore.com>
2804
762ebb75 2805 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 2806
d40dc7a8
JB
28072012-05-04 Joel Brobecker <brobecker@adacore.com>
2808
2809 * windows-nat.h (segment_register_p_ftype): New typedef.
2810 (windows_set_segment_register_p): Add declaration.
2811 * windows-nat.c (segment_register_p): New static global.
2812 (windows_set_segment_register_p): New function.
2813 (do_windows_fetch_inferior_registers): Add special handling
2814 for segment registers.
2815 * amd64-windows-nat.c: #include "amd64-tdep.h".
2816 (amd64_windows_segment_register_p): New function.
2817 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
2818 * i386-windows-nat.c: #include "i386-tdep.h".
2819 (i386_windows_segment_register_p): New function.
2820 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
2821
52b3699b
TG
28222012-05-04 Tristan Gingold <gingold@adacore.com>
2823
2824 * printcmd.c (set_command): Emit a warning if the expression is not
2825 an assignment.
2826
94c74239
JB
28272012-05-03 Joel Brobecker <brobecker@adacore.com>
2828
2829 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
2830 Make static.
2831
fcf57f19
SDJ
28322012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
2833
2834 * stap-probe.c (stap_is_operator): Change declaration.
2835 (stap_get_opcode): Change return value.
2836 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
2837 `stap_parse_argument_1'.
2838
27d2932e
PA
28392012-05-03 Pedro Alves <pedro@codesourcery.com>
2840
2841 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
2842 debug log.
2843
a20ee7a4
SCR
28442012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2845
2846 Add two new methods global_block and static_block to gdb.Symtab
2847 objects.
2848 * NEWS (Python scripting): Add entry about the new methods.
2849 * python/py-symtab.c (stpy_global_block): New function which
2850 implements the gdb.Symtab.global_block() method.
2851 (stpy_static_block): New function which implements the
2852 gdb.Symtab.static_block() method.
2853 (symtab_object_methods): Add entries for the two new methods.
2854
943cb756
DE
28552012-05-03 Doug Evans <dje@google.com>
2856
2857 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
2858 files.
2859
f4644a3f
YQ
28602012-05-03 Yao Qi <yao@codesourcery.com>
2861
2862 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
2863 space.
2864 (i386_process_record): Ditto.
2865
ef61f180
JB
28662012-05-02 Joel Brobecker <brobecker@adacore.com>
2867
2868 * infcall.c (unwind_on_signal_p): Make static.
2869
02f1df11
JB
28702012-05-02 Joel Brobecker <brobecker@adacore.com>
2871
2872 * sol-thread.c (solaris_pid_to_str): Make static.
2873 (_initialize_sol_thread): Add prototype.
2874
39023530
JB
28752012-05-02 Joel Brobecker <brobecker@adacore.com>
2876
2877 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
2878
c6b0c501
CF
28792012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
2880
2881 * MAINTAINERS: Remove myself.
2882
1ef71717
JK
28832012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 Fix --without-auto-load-safe-path for MS-Windows host platform.
2886 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
2887
b31b86a7
EZ
28882012-05-02 Eli Zaretskii <eliz@gnu.org>
2889
2890 * gdb_curses.h: Undefine KEY_EVENT before including curses
2891 headers. Move "#undef MOUSE_MOVED" before any curses header
2892 inclusion.
2893
777532fc
SDJ
28942012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
2895
2896 * features/i386/i386-mmx-linux.c: Regenerate.
2897 * features/rs6000/powerpc-32.c: Likewise.
2898 * features/rs6000/powerpc-32l.c: Likewise.
2899 * features/rs6000/powerpc-403.c: Likewise.
2900 * features/rs6000/powerpc-403gc.c: Likewise.
2901 * features/rs6000/powerpc-405.c: Likewise.
2902 * features/rs6000/powerpc-505.c: Likewise.
2903 * features/rs6000/powerpc-601.c: Likewise.
2904 * features/rs6000/powerpc-602.c: Likewise.
2905 * features/rs6000/powerpc-603.c: Likewise.
2906 * features/rs6000/powerpc-604.c: Likewise.
2907 * features/rs6000/powerpc-64.c: Likewise.
2908 * features/rs6000/powerpc-64l.c: Likewise.
2909 * features/rs6000/powerpc-750.c: Likewise.
2910 * features/rs6000/powerpc-860.c: Likewise.
2911 * features/rs6000/powerpc-e500.c: Likewise.
2912 * features/rs6000/powerpc-e500l.c: Likewise.
2913 * features/rs6000/powerpc-isa205-32l.c: Likewise.
2914 * features/rs6000/powerpc-isa205-64l.c: Likewise.
2915 * features/rs6000/rs6000.c: Likewise.
2916
d71871bc
SDJ
29172012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
2918
2919 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
2920 variable.
2921 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
2922 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
2923 (stap_parse_argument) <e>: Likewise.
2924 (handle_stap_probe) <byte_order>: Likewise.
2925
fd820528
DE
29262012-04-30 Doug Evans <dje@google.com>
2927
2928 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
2929 init_and_read_dies_worker. All callers updated.
2930 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
2931 replaced with init_cutu_and_read_dies.
2932 (load_partial_comp_unit): Pass 1 for use_existing_cu.
2933 (find_partial_die): Remove FIXME. Don't free current CU.
2934
ec3f619d 29352012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
2936
2937 * contrib: New directory.
2938 * contrib/test_pubnames_and_indexes.py: New file.
2939
fceca515
DE
29402012-04-30 Doug Evans <dje@google.com>
2941
2942 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
2943 All callers updated.
2944 (init_cu_die_reader): Verify the section is non-empty.
2945 (dwarf_decode_line_header): Don't dereference section->asection
2946 until we know the section is present.
2947
311fe7e1
SDJ
29482012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
2949
2950 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
2951 probes.
2952
5977971a
YQ
29532012-04-29 Yao Qi <yao@codesourcery.com>
2954
2955 * gdb-code-style.el: New hook gdb-markup-hook
2956 and gdb-comment-hook.
2957
dee91e82
DE
29582012-04-28 Doug Evans <dje@google.com>
2959
3019eac3
DE
2960 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
2961 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
2962 objfile->obfd.
2963 * symfile.h (dwarf2_debug_sections): New member addr.
2964 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
2965 (ctx_no_get_addr_index): New function.
2966 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
2967 (ctx_no_get_addr_index): Declare.
2968 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
2969 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
2970 (dwarf_expr_ctx_funcs): Update.
2971 (needs_get_addr_index): New function.
2972 (needs_frame_ctx_funcs): Update.
2973 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
2974 * dwarf2read.c: #include "gdbcore.h".
2975 (dwarf2_per_objfile): New members addr, dwo_files.
2976 (dwarf2_elf_names): Add entry for addr.
2977 (struct dwo_section_names): New type.
2978 (dwo_section_names): New static global.
2979 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
2980 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
2981 old debug_types_section member updated to use this.
2982 Rename member debug_types_section to info_or_types_section,
2983 all uses updated.
2984 (signatured_type): Rename member type_offset to type_offset_in_tu,
2985 all uses updated. New member type_offset_in_section.
2986 (struct dwo_sections): New type.
2987 (struct dwo_unit): New type.
2988 (struct dwo_file): New type.
2989 (die_reader_specs): New member dwo_file.
2990 (dwarf2_locate_sections): Watch for .debug_addr.
2991 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
2992 (dwarf2_read_section): Get bfd of section from bfd's asection,
2993 instead of objfile.
2994 (create_cus_from_index): Initialize the_cu->info_or_types_section.
2995 (create_signatured_type_table_from_index): Initialize
2996 sig_type->info_or_types_section.
2997 (dw2_get_file_names): Statement lists for type units with DWO files
2998 live in the DWO file.
2999 (create_debug_types_hash_table): New function.
3000 (create_all_type_units): Rewrite.
3001 (init_cu_die_reader): New arg dwo_file, all callers updated.
3002 (init_and_read_dies_worker): Get section from
3003 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
3004 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
3005 continue reading the CU/TU from there.
3006 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
3007 updated. Get section from this_cu->info_or_types_section.
3008 (create_all_comp_units): Initialize this_cu->info_or_types_section.
3009 (skip_one_die): New cases DW_FORM_GNU_addr_index,
3010 DW_FORM_GNU_str_index.
3011 (hash_dwo_file, eq_dwo_file): New functions.
3012 (allocate_dwo_file_hash_table): New function.
3013 (hash_dwo_unit, eq_dwo_unit): New functions.
3014 (allocate_dwo_unit_table): New function.
3015 (dwarf2_locate_dwo_sections): New function.
3016 (struct create_dwo_info_table_data): New type.
3017 (create_debug_info_hash_table_reader): New function.
3018 (create_debug_info_hash_table): New function.
3019 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
3020 (lookup_dwo_file): New function.
3021 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
3022 (free_dwo_file, free_dwo_file_cleanup): New functions.
3023 (free_dwo_file_from_slot, free_dwo_files): New functions.
3024 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
3025 (dwarf2_record_block_ranges): Ditto.
3026 (read_partial_die): Ditto.
3027 (process_enumeration_scope): Update to use type_offset_in_section.
3028 (read_full_die_1): New function.
3029 (read_full_die): Rewrite.
3030 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
3031 DW_FORM_GNU_str_index.
3032 (read_addr_index_1, read_addr_index): New functions.
3033 (read_addr_index_from_leb128): New function.
3034 (struct dwarf2_read_addr_index_data): New type.
3035 (dwarf2_read_addr_index_reader): New function.
3036 (dwarf2_read_addr_index): New function.
3037 (read_str_index): New function.
3038 (leb128_size): New function.
3039 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
3040 If processing a type unit from a DWO file, get the line section
3041 from the DWO file.
3042 (var_decode_location): Watch for DW_OP_GNU_addr_index.
3043 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
3044 DW_FORM_GNU_str_index.
3045 (lookup_die_type): Check whether section offset of type's die is
3046 known before looking it up. Remove assert. Condition can
3047 legimately happen for inter-cu type references.
3048 (dwarf_attr_name): Handle Fission attributes.
3049 (dwarf_form_name): Handle Fission forms.
3050 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
3051 DW_FORM_GNU_str_index.
3052 (follow_die_sig): Update to use type_offset_in_section.
3053 (decode_locdesc): New case DW_OP_GNU_addr_index.
3054 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
3055 DW_FORM_GNU_str_index.
3056 (cu_debug_loc_section): New function.
3057 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
3058 (dwarf2_per_objfile_free): Unmap .debug_addr section.
3059 Free DWO files if present.
3060 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
3061
dee91e82
DE
3062 Refactor DIE reading.
3063 * dwarf2read.c (dwarf2_per_objfile): Replace members
3064 debug_info_type_hash and debug_types_type_hash with die_type_hash.
3065 (die_reader_specs): New member "die_section". Temporarily make
3066 member "buffer" non-const, pending constifying all info_ptr uses.
3067 (die_reader_func_ftype): New typedef.
3068 (dw2_get_file_names_reader): New function.
3069 (dw2_get_file_names): Rewrite.
3070 (read_and_check_type_unit_head): Rename arg type_offset to
3071 type_offset_in_tu.
3072 (create_all_type_units): Improve debugging message.
3073 Improve dummy type unit check.
3074 (init_cu_die_reader): New arg "section". All callers updated.
3075 (init_and_read_dies_worker): New function.
3076 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
3077 (init_cutu_and_read_dies_no_follow): New function.
3078 (init_cutu_and_read_dies_simple): New function.
3079 (process_psymtab_comp_unit_reader): New function.
3080 (process_psymtab_comp_unit): Delete args section,
3081 is_debug_types_section. Rewrite. All callers updated.
3082 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
3083 All callers updated. Rewrite.
3084 (load_partial_comp_unit_reader): New function.
3085 (load_partial_comp_unit): Rewrite.
3086 (skip_children): New arg reader. Delete args buffer, cu.
3087 All callers updated.
3088 (skip_one_die): New arg reader. Delete args buffer, cu.
3089 All callers updated.
3090 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
3091 All callers updated.
3092 (load_full_comp_unit_reader): New function.
3093 (load_full_comp_unit): Rewrite.
3094 (read_comp_unit): Delete.
3095 (read_die_and_children_1): Delete, contents moved ...
3096 (read_die_and_children): ... here.
3097 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
3098 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
3099 All callers updated.
3100 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
3101 All callers updated.
3102 (find_partial_die): Rewrite load_all_dies support.
3103 (read_attribute_value): New arg reader. Delete args abfd, cu.
3104 All callers updated.
3105 (read_attribute): New arg reader. Delete args abfd, cu.
3106 All callers updated.
3107 (load_full_type_unit): Add assert.
3108 (read_signatured_type_reader): New function.
3109 (read_signatured_type): Rewrite.
3110 (free_stack_comp_unit): Remove call to age_cached_comp_units.
3111 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
3112 All callers updated. Set per_cu->cu = NULL after freeing it.
3113 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
3114 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
3115 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
3116 (set_die_type): Update.
3117 (get_die_type_at_offset): Update.
3118 (read_file_scope): Call prepare_one_comp_unit.
3119 (read_type_unit_scope): Ditto.
3120 (prepare_one_comp_unit): Set producer if present.
3121
72d59e0d
SDJ
31222012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3123
3124 * probe.c (compile_rx_or_error): Silence ARI warning about missing
3125 gettext function on `error'.
3126
0fefef59
DE
31272012-04-27 Doug Evans <dje@google.com>
3128
3129 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
3130 is empty.
3131
28106bc2
SDJ
31322012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3133 Tom Tromey <tromey@redhat.com>
3134
3135 * breakpoint.c (struct breakpoint_objfile_data)
3136 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
3137 <exception_probes>: New fields.
3138 (free_breakpoint_probes): New function.
3139 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
3140 `_Unwind_DebugHook'.
3141 (create_exception_master_breakpoint): Likewise.
3142 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
3143 * infrun.c: Including necessary header files for handling SystemTap
3144 probes.
3145 (handle_inferior_event): Handling longjmp breakpoint and exceptions
3146 via SystemTap probes.
3147 (check_exception_resume): Remove `func' argument. Handle exception
3148 unwinding breakpoint set via a SystemTap probe.
3149 (insert_exception_resume_from_probe): New function.
3150
55aa24fb
SDJ
31512012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3152 Tom Tromey <tromey@redhat.com>
3153 Jan Kratochvil <jan.kratochvil@redhat.com>
3154
3155 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
3156 (COMMON_OBS): Likewise.
3157 (HFILES_NO_SRCDIR): Add `probe'.
3158 * NEWS: Mention support for static and SystemTap probes.
3159 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
3160 SystemTap probes' arguments parser.
3161 * arm-linux-tdep.c: Including headers needed to perform the parsing
3162 of SystemTap probes' arguments.
3163 (arm_stap_is_single_operand): New function.
3164 (arm_stap_parse_special_token): Likewise.
3165 (arm_linux_init_abi): Initializing proper fields used by SystemTap
3166 probes' arguments parser.
3167 * ax-gdb.c (require_rvalue): Removing static declaration.
3168 (gen_expr): Likewise.
3169 * ax-gdb.h (gen_expr): Declaring function.
3170 (require_rvalue): Likewise.
3171 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
3172 (bkpt_probe_breakpoint_ops): New variable.
3173 (momentary_breakpoint_from_master): Set the `probe' value.
3174 (add_location_to_breakpoint): Likewise.
3175 (break_command_1): Using proper breakpoint_ops according to the
3176 argument passed by the user in the command line.
3177 (bkpt_probe_insert_location): New function.
3178 (bkpt_probe_remove_location): Likewise.
3179 (bkpt_probe_create_sals_from_address): Likewise.
3180 (bkpt_probe_decode_linespec): Likewise.
3181 (tracepoint_probe_create_sals_from_address): Likewise.
3182 (tracepoint_probe_decode_linespec): Likewise.
3183 (tracepoint_probe_breakpoint_ops): New variable.
3184 (trace_command): Using proper breakpoint_ops according to the
3185 argument passed by the user in the command line.
3186 (initialize_breakpoint_ops): Initializing breakpoint_ops for
3187 static probes on breakpoints and tracepoints.
3188 * breakpoint.h (struct bp_location) <probe>: New field.
3189 * cli-utils.c (skip_spaces_const): New function.
3190 (extract_arg): Likewise.
3191 * cli-utils.h (skip_spaces_const): Likewise.
3192 (extract_arg): Likewise.
3193 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
3194 * configure.ac: Append `stap-probe.o' to be generated when ELF
3195 support is present.
3196 * configure: Regenerate.
3197 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
3198 * elfread.c: Include `probe.h' and `arch-utils.h'.
3199 (probe_key): New variable.
3200 (elf_get_probes): New function.
3201 (elf_get_probe_argument_count): Likewise.
3202 (elf_evaluate_probe_argument): Likewise.
3203 (elf_compile_to_ax): Likewise.
3204 (elf_symfile_relocate_probe): Likewise.
3205 (stap_probe_key_free): Likewise.
3206 (elf_probe_fns): New variable.
3207 (elf_sym_fns): Add `sym_probe_fns' value.
3208 (elf_sym_fns_lazy_psyms): Likewise.
3209 (elf_sym_fns_gdb_index): Likewise.
3210 (_initialize_elfread): Initialize objfile cache for static
3211 probes.
3212 * gdb_vecs.h (struct probe): New forward declaration.
3213 (probe_p): New VEC declaration.
3214 * gdbarch.c: Regenerate.
3215 * gdbarch.h: Regenerate.
3216 * gdbarch.sh (stap_integer_prefix): New variable.
3217 (stap_integer_suffix): Likewise.
3218 (stap_register_prefix): Likewise.
3219 (stap_register_suffix): Likewise.
3220 (stap_register_indirection_prefix): Likewise.
3221 (stap_register_indirection_suffix): Likewise.
3222 (stap_gdb_register_prefix): Likewise.
3223 (stap_gdb_register_suffix): Likewise.
3224 (stap_is_single_operand): New function.
3225 (stap_parse_special_token): Likewise.
3226 (struct stap_parse_info): Forward declaration.
3227 * i386-tdep.c: Including headers needed to perform the parsing
3228 of SystemTap probes' arguments.
3229 (i386_stap_is_single_operand): New function.
3230 (i386_stap_parse_special_token): Likewise.
3231 (i386_elf_init_abi): Initializing proper fields used by SystemTap
3232 probes' arguments parser.
3233 * i386-tdep.h (i386_stap_is_single_operand): New function.
3234 (i386_stap_parse_special_token): Likewise.
3235 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
3236 * mipsread.c (ecoff_sym_fns): Likewise.
3237 * objfiles.c (objfile_relocate1): Support relocation for static
3238 probes.
3239 * parse.c (prefixify_expression): Remove static declaration.
3240 (initialize_expout): Likewise.
3241 (reallocate_expout): Likewise.
3242 * parser-defs.h (initialize_expout): Declare function.
3243 (reallocate_expout): Likewise.
3244 (prefixify_expression): Likewise.
3245 * ppc-linux-tdep.c: Including headers needed to perform the parsing
3246 of SystemTap probes' arguments.
3247 (ppc_stap_is_single_operand): New function.
3248 (ppc_stap_parse_special_token): Likewise.
3249 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
3250 probes' arguments parser.
3251 * probe.c: New file, for generic statically defined probe support.
3252 * probe.h: Likewise.
3253 * s390-tdep.c: Including headers needed to perform the parsing of
3254 SystemTap probes' arguments.
3255 (s390_stap_is_single_operand): New function.
3256 (s390_gdbarch_init): Initializing proper fields used by SystemTap
3257 probes' arguments parser.
3258 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
3259 * stap-probe.c: New file, for SystemTap probe support.
3260 * stap-probe.h: Likewise.
3261 * symfile.h: Include `gdb_vecs.h'.
3262 (struct sym_probe_fns): New struct.
3263 (struct sym_fns) <sym_probe_fns>: New field.
3264 * symtab.c (init_sal): Initialize `probe' field.
3265 * symtab.h (struct probe): Forward declaration.
3266 (struct symtab_and_line) <probe>: New field.
3267 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
3268 locations.
3269 (stop_tracing): Likewise.
3270 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
3271
22d2b532
SDJ
32722012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3273 Tom Tromey <tromey@redhat.com>
3274
3275 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
3276 and to compile agent expressions.
3277 * infrun.c (siginfo_make_value): New argument `ignore'.
3278 (siginfo_funcs): New struct.
3279 (_initialize_infrun): New argument when calling
3280 `create_internalvar_type_lazy'.
3281 * thread.c (thread_id_make_value): New argument `ignore'.
3282 (thread_funcs): New struct.
3283 (_initialize_thread): New argument when calling
3284 `create_internalvar_type_lazy'.
3285 * tracepoint.c (sdata_make_value): New argument `ignore'.
3286 (sdata_funcs): New struct.
3287 (_initialize_tracepoint): New argument when calling
3288 `create_internalvar_type_lazy'.
3289 * value.c (make_value): New struct.
3290 (create_internalvar_type_lazy): New argument `data'.
3291 (compile_internalvar_to_ax): New function.
3292 (value_of_internalvar): Properly handling `make_value' case.
3293 (clear_internalvar): Likewise.
3294 (show_convenience): Adding `TRY_CATCH' block.
3295 * value.h (internalvar_make_value): Delete, replace by...
3296 (struct internalvar_funcs): ... this.
3297 (create_internalvar_type_lazy) <fun>: Delete argument.
3298 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
3299 (compile_internalvar_to_ax): New function.
3300 * windows-tdep.c (tlb_make_value): New argument `ignore'.
3301 (tlb_funcs): New struct.
3302 (_initialize_windows_tdep): New argument when calling
3303 `create_internalvar_type_lazy'.
3304
91da1414
MW
33052012-04-27 Mark Wielaard <mjw@redhat.com>
3306
3307 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
3308 see whether it is an address or a constant offset from DW_AT_low_pc.
3309 (dwarf2_record_block_ranges): Likewise.
3310 (read_partial_die): Likewise.
3311
4ab9d8ec
MW
33122012-04-26 Mark Wielaard <mjw@redhat.com>
3313
3314 * MAINTAINERS (Write After Approval): Add myself to the list.
3315
a0911fd0
MR
33162012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3317
3318 * proc-utils.h (proc_prettyprint_signalset): New prototype.
3319 (proc_prettyprint_signal): Likewise.
3320 (proc_prettyprint_faultset): Likewise.
3321 (proc_prettyprint_fault): Likewise.
3322 (proc_prettyprint_actionset): Likewise.
3323 (proc_prettyprint_flags): Move to new proc-flags.c section.
3324 (proc_prettyfprint_flags): New prototype.
3325 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
3326 (proc_syscall, proc_cursig): Likewise.
3327 (proc_set_kill_on_last_close): Likewise.
3328 (proc_unset_kill_on_last_close): Likewise.
3329 (proc_set_watchpoint): Make static.
3330 (proc_delete_dead_threads): Likewise.
3331 (procfs_set_watchpoint): Likewise.
3332 (_initialize_procfs): Add prototype.
3333 * proc-events.c: Include proc-utils.h.
3334 (init_syscall_table): Make static.
3335 * proc-api.c (_initialize_proc_api): Add prototype.
3336 * proc-flags.c: Include proc-utils.h.
3337
9009e1ae
MR
33382012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3339
3340 * configure.ac: Add AC_ARG_PROGRAM.
3341 * configure: Regenerate.
3342
4fae6e18
JK
33432012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 Fix DW_AT_lower_bound defaults for DWARF-4+.
3346 * dwarf2read.c (read_subrange_type): Remove initialization of low and
3347 high. New variable low_default_is_valid. Implement DWARF-4+
3348 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
3349 no default by the DWARF standard.
3350
14132e89
MR
33512012-04-26 Maciej W. Rozycki <macro@mips.com>
3352 Maciej W. Rozycki <macro@codesourcery.com>
3353
3354 * infrun.c (handle_inferior_event): Move the check for return
3355 trampolines ahead of the check for function trampolines.
3356 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
3357 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
3358 (mips_str_mips16_ret_stub): Likewise.
3359 (mips_str_call_fp_stub): Likewise.
3360 (mips_str_call_stub): Likewise.
3361 (mips_str_fn_stub): Likewise.
3362 (mips_str_pic): Likewise.
3363 (mips_in_frame_stub): New function.
3364 (mips_unwind_pc): Return the return address rather than the PC
3365 if the PC of an intermediate frame is inside a call thunk.
3366 (mips_is_stub_suffix): New function.
3367 (mips_is_stub_mode): Likewise.
3368 (mips_get_mips16_fn_stub_pc): Likewise.
3369 (mips_skip_mips16_trampoline_code): Update to handle all the
3370 currently generated stub types. Don't recurse into __fn_stub
3371 thunks. Remove heuristics to handle stubs beyond etext/_etext.
3372 Use cooked register accesses.
3373 (mips_in_return_stub): Reintroduce function.
3374 (mips_skip_trampoline_code): Traverse trampolines recursively.
3375 (mips_gdbarch_init): Handle MIPS16 return trampolines.
3376
518f0db5 33772012-04-26 Joel Brobecker <brobecker@adacore.com>
3378
3379 GDB 7.4.1 released.
3380
3184d3f9
JL
33812012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
3382
3383 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
3384 * features/arm-with-m-vfp-d16.xml: New file. Describes
3385 Cortex-M with VFPv4-sp-d16 FPU register layout.
3386 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
3387 * features/arm-with-m-vfp-d16.c: New. Generated from above.
3388 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
3389 (arm-register_g_packet_guesses): Add vfp-d16 guess.
3390 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
3391
b6201d44
DE
33922012-04-25 Doug Evans <dje@google.com>
3393
3394 * cli/cli-decode.c (print_doc_line): Use stream instead of
3395 current_uiout.
3396
4e2f8df6
SDJ
33972012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3398
3399 * features/arm-with-iwmmxt.c: Regenerate.
3400 * features/arm-with-m-fpa-layout.c: Likewise.
3401 * features/arm-with-m.c: Likewise.
3402 * features/arm-with-neon.c: Likewise.
3403 * features/arm-with-vfpv2.c: Likewise.
3404 * features/arm-with-vfpv3.c: Likewise.
3405 * features/mips-dsp-linux.c: Likewise.
3406 * features/mips-linux.c: Likewise.
3407 * features/mips64-dsp-linux.c: Likewise.
3408 * features/mips64-linux.c: Likewise.
3409 * features/s390-linux32.c: Likewise.
3410 * features/s390-linux32v1.c: Likewise.
3411 * features/s390-linux32v2.c: Likewise.
3412 * features/s390-linux64.c: Likewise.
3413 * features/s390-linux64v1.c: Likewise.
3414 * features/s390-linux64v2.c: Likewise.
3415 * features/s390x-linux64.c: Likewise.
3416 * features/s390x-linux64v1.c: Likewise.
3417 * features/s390x-linux64v2.c: Likewise.
3418 * features/tic6x-c62x-linux.c: Likewise.
3419 * features/tic6x-c62x.c: Likewise.
3420 * features/tic6x-c64x-linux.c: Likewise.
3421 * features/tic6x-c64x.c: Likewise.
3422 * features/tic6x-c64xp-linux.c: Likewise.
3423 * features/tic6x-c64xp.c: Likewise.
3424 * target-descriptions.c: Only generate `field_type' and `type'
3425 variables when needed.
3426
2def3e66
JB
34272012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
3428
3429 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
3430
a766d390
DE
34312012-04-25 Doug Evans <dje@google.com>
3432
3433 Initial pass at Go language support.
3434 * NEWS: Mention Go.
3435 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
3436 go-valprint.c.
3437 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
3438 (YYFILES): Add go-exp.c.
3439 (YYOBJ): Add go-exp.o.
3440 (local-maintainer-clean): Delete go-exp.c.
3441 * defs.h (enum language): Add language_go.
3442 * dwarf2read.c: #include "go-lang.h".
3443 (fixup_go_packaging): New function.
3444 (process_full_comp_unit): Call it when processing Go CUs.
3445 (dwarf2_physname): Add Go support.
3446 (read_file_scope): Handle missing language spec for GNU Go.
3447 (set_cu_language): Handle DW_LANG_Go.
3448 * go-exp.y: New file.
3449 * go-lang.h: New file.
3450 * go-lang.c: New file.
3451 * go-typeprint.c: New file.
3452 * go-valprint.c: New file.
3453 * symtab.c: #include "go-lang.h".
3454 (symbol_set_language): Handle language_go.
3455 (symbol_find_demangled_name, symbol_set_names): Ditto.
3456 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
3457
4e2af517
JM
34582012-04-24 Jim Meyering <meyering@redhat.com>
3459
3460 avoid a few strncpy-induced buffer overruns
3461 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
3462 fname and psargs before trying to concatenate.
3463 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
3464 "name" before applying strchr.
3465
b77b7f52
SCR
34662012-04-25 Siva Chandra Reddy <sivachandra@google.com>
3467
3468 * CONTRIBUTE: Use unified diff instead of context diff when
3469 generating patches.
3470
6321c22a
MR
34712012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
3472
3473 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
3474 code. Handle JR.HB correctly.
3475
742c84f6
MR
34762012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
3477
3478 * mips-tdep.c
3479 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
3480 with the other MIPS16 helpers.
3481
7fc7e0c3
SDJ
34822012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
3483
3484 * observer.sh: Conditionally declare `args', thus cleaning up
3485 unused instances of this variable.
3486
20388dd6
YQ
34872012-04-24 Yao Qi <yao@codesourcery.com>
3488
3489 Revert this patch to allow breakpoint always-inserted
3490 in record target.
3491 2011-12-05 Pedro Alves <pedro@codesourcery.com>
3492 * breakpoint.c: Include record.h.
3493 (breakpoints_always_inserted_mode): Return false when the record
3494 target is in use.
3495
3496 * breakpoint.c (iterate_over_bp_locations): New.
3497 * breakpoint.h: Declare.
3498 New typedef walk_bp_location_callback.
3499 * record.c (record_open): Call record_init_record_breakpoints.
3500 (record_sync_record_breakpoints): New.
3501 (record_init_record_breakpoints): New.
3502 * NEWS: Mention supporting breakpoint always-inserted mode in
3503 record target.
3504
4734f50e
MK
35052012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
3506
3507 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
3508 any thread.
3509
c326b90e
YQ
35102012-04-24 Yao Qi <yao@codesourcery.com>
3511
3512 * breakpoint.c (ep_is_catchpoint): Renamed to ...
3513 (is_catchpoint): ... it.
3514 (print_one_breakpoint_location): Caller update.
3515 * breakpoint.h: Update declaration.
3516
d8fb5a1e
DM
35172012-04-23 David S. Miller <davem@davemloft.net>
3518
3519 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
3520
34431a2a
TT
35212012-04-23 Tom Tromey <tromey@redhat.com>
3522
3523 * buildsym.c (add_free_pendings): Remove.
3524 * buildsym.h (add_free_pendings): Remove.
3525
4568ecf9
DE
35262012-04-23 Doug Evans <dje@google.com>
3527
3528 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
3529 attr.u.unsnd instead of attr.u.addr.
3530 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
3531 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
3532 DW_FORM_ref_udata.
3533 (dump_die_shallow): Update cases DW_FORM_ref_addr,
3534 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
3535 DW_FORM_ref_udata.
3536 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
3537
dca9aa3a
MR
35382012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
3539
3540 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
3541 (mips_o32_return_value): Likewise.
3542 (mips_o64_return_value): Likewise.
3543
c8ea1972
PH
35442012-04-21 Paul Hilfinger <hilfinger@adacore.com>
3545
3546 * ada-lang.c (ada_evaluate_subexp): Add cases for
3547 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
3548 their treatment in eval.c.
3549
8d1b3521
DM
35502012-04-21 David S. Miller <davem@davemloft.net>
3551
3552 * sparc-tdep.c (X_DISP10): Define.
3553 (sparc_analyze_control_transfer): Handle compare-and-branch.
3554
03145bf4
JL
35552012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
3556
3557 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
3558 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
3559
004159a2
MR
35602012-04-20 Nigel Stephens <nigel@mips.com>
3561 Maciej W. Rozycki <macro@codesourcery.com>
3562
3563 * mips-tdep.c (mips_float_register_p): New function.
3564 (mips_convert_register_float_case_p): Use mips_float_register_p.
3565 (mips_register_type): Likewise.
3566 (mips_print_register): Likewise.
3567 (print_gp_register_row): Likewise.
3568 (mips_print_registers_info): Likewise.
3569
7f0e6aae
MR
35702012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
3571
3572 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
3573 of mips16 symbols.
3574
bc17beea
AP
35752012-04-20 Andrew Pinski <apinski@cavium.com>
3576
3577 * MAINTAINERS (Write After Approval): Add myself to the list.
3578
1730a5a5
SDJ
35792012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
3580
3581 * MAINTAINERS: Update my e-mail address.
3582
38ea300a
PA
35832012-04-20 Pedro Alves <palves@redhat.com>
3584
3585 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
3586 $srcdir.
3587 * configure: Regenerate.
3588
111dfaae
SDJ
35892012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
3590
3591 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
3592 declaration.
3593 * gdb_vecs.h: Declare `const_char_ptr' VEC.
3594
4fb2c64a
JK
35952012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 Fix compilation compatibility with python-2.4
3598 * python/py-type.c (convert_field): Cast ADDRSTRING for
3599 PyObject_SetAttrString as non-const. New comment.
3600
6328eb38
TT
36012012-04-19 Tom Tromey <tromey@redhat.com>
3602
3603 * top.c (quit_target): Use all_cleanups.
3604 * main.c (captured_command_loop): Use all_cleanups.
3605 * exceptions.c (throw_exception): Use all_cleanups.
3606
c971b7fa
PA
36072012-04-19 Pedro Alves <palves@redhat.com>
3608
3609 * Makefile.in (GNULIB_BUILDDIR): New.
3610 (LIBGNU, INCGNU, GNULIB_H): Adjust.
3611 (SUBDIRS): Add $(GNULIB_BUILDDIR).
3612 (CLEANDIRS). Remove gnulib/import.
3613 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
3614 (all-lib): Ditto.
3615 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
3616 (gnulib/import/Makefile): Replace gnulib/import with
3617 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
3618 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
3619 (aclocal_m4_deps): Remove the gnulib dependencies. Add
3620 acx_configure_dir.m4.
3621 * acinclude.m4: Include acx_configure_dir.m4.
3622 * acx_configure_dir.m4: New file.
3623 * aclocal.m4: Regenerate.
a09130f9
PA
3624 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
3625 calls. Configure gnulib using ACX_CONFIGURE_DIR.
3626 (GNULIB): New variable.
3627 (GNULIB_STDINT_H): Adjust.
3628 (AC_OUTPUT): Don't output gnulib/Makefile.
3629 * gdb/defs.h: Include build-gnulib/config.h.
3630 * aclocal.m4: Regenerate.
3631 * config.in: Regenerate.
3632 * configure: Regenerate.
3633
3634 * gnulib/Makefile.in: New file.
3635 * gnulib/configure.ac: New file.
3636 * gnulib/aclocal.m4: New file.
3637 * gnulib/config.in: New file.
3638 * gnulib/configure: New file.
c971b7fa
PA
3639 * gnulib/: Re-run gnulib-tool to adjust.
3640
b10faa68
DE
36412012-04-19 Doug Evans <dje@google.com>
3642
3643 * cleanups.h (struct cleanup): Move to cleanups.c.
3644 (make_cleanup_dtor_ftype): New typedef.
3645 (make_cleanup_dtor): Use it.
3646 (ALL_CLEANUPS): Replace with ...
3647 (all_cleanups): ... this. Declare. All uses updated.
3648 * cleanups.c: #include "gdb_assert.h".
3649 (sentinel_cleanup): New static global.
3650 (SENTINEL_CLEANUP): Define.
3651 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
3652 (make_my_cleanup2): Assert result is non-NULL.
3653 (all_cleanups): New function.
3654 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
3655 of NULL.
3656
d8c267cc
PA
36572012-04-19 Pedro Alves <palves@redhat.com>
3658
3659 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
3660 Adjust paths to gnulib imported files.
3661
809277f8
PA
36622012-04-19 Pedro Alves <palves@redhat.com>
3663
3664 * gnulib/: Move whole directory ...
3665 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
3666 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
3667 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
3668 (aclocal_m4_deps): Adjust.
3669 * aclocal.m4: Regenerate.
3670 * configure: Regenerate.
3671 * configure.ac: Adjust AC_OUTPUT output.
3672
aad9eab9
YQ
36732012-04-19 Yao Qi <yao@codesourcery.com>
3674
3675 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
3676 (vec.o): New rule.
3677 * vec.c: Move it ...
3678 * common/vec.c: ... here.
3679 * vec.h: Move it ...
3680 * common/vec.h: ... here.
3681
48fe4669
YQ
36822012-04-19 Yao Qi <yao@codesourcery.com>
3683
3684 * gdb-code-style.el: New.
3685
770d76d7
PA
36862012-04-18 Pedro Alves <palves@redhat.com>
3687
3688 Update gnulib from latest git.
3689 (639ea5ae15e39fe48d43e04864b2997301e4b969)
3690
3691 * gnulib/Makefile.am: Update.
3692 * gnulib/dummy.c: Update.
3693 * gnulib/extra/arg-nonnull.h: Update.
3694 * gnulib/extra/c++defs.h: Update.
3695 * gnulib/extra/update-copyright: Update.
3696 * gnulib/extra/warn-on-use.h: Update.
3697 * gnulib/inttypes.in.h: Update.
3698 * gnulib/m4/00gnulib.m4: Update.
3699 * gnulib/m4/extensions.m4: Update.
3700 * gnulib/m4/gnulib-cache.m4: Update.
3701 * gnulib/m4/gnulib-common.m4: Update.
3702 * gnulib/m4/gnulib-comp.m4: Update.
3703 * gnulib/m4/gnulib-tool.m4: Update.
3704 * gnulib/m4/include_next.m4: Update.
3705 * gnulib/m4/inttypes-pri.m4: Update.
3706 * gnulib/m4/inttypes.m4: Update.
3707 * gnulib/m4/longlong.m4: Update.
3708 * gnulib/m4/memchr.m4: Update.
3709 * gnulib/m4/memmem.m4: Update.
3710 * gnulib/m4/mmap-anon.m4: Update.
3711 * gnulib/m4/multiarch.m4: Update.
3712 * gnulib/m4/onceonly.m4: Update.
3713 * gnulib/m4/stddef_h.m4: Update.
3714 * gnulib/m4/stdint.m4: Update.
3715 * gnulib/m4/string_h.m4: Update.
3716 * gnulib/m4/warn-on-use.m4: Update.
3717 * gnulib/m4/wchar_h.m4: Update.
3718 * gnulib/m4/wchar_t.m4: Update.
3719 * gnulib/m4/wint_t.m4: Update.
3720 * gnulib/memchr.c: Update.
3721 * gnulib/memmem.c: Update.
3722 * gnulib/stddef.in.h: Update.
3723 * gnulib/stdint.in.h: Update.
3724 * gnulib/str-two-way.h: Update.
3725 * gnulib/string.in.h: Update.
3726 * gnulib/wchar.in.h: Update.
3727
3728 * gnulib/extra/arg-nonnull.h: Delete.
3729 * gnulib/extra/c++defs.h: Delete.
3730 * gnulib/extra/warn-on-use.h: Delete.
3731 * gnulib/m4/wchar_h.m4: Delete.
3732 * gnulib/m4/wint_t.m4: Delete.
3733 * gnulib/wchar.in.h: Delete.
3734
3735 * gnulib/extra/snippets/arg-nonnull.h: New.
3736 * gnulib/extra/snippets/c++defs.h: New.
3737 * gnulib/extra/snippets/warn-on-use.h: New.
3738
3739 * aclocal.m4: Regenerate.
3740 * config.in: Regenerate.
3741 * configure: Regenerate.
3742 * gnulib/Makefile.in: Regenerate.
3743
174e088e
PA
37442012-04-18 Pedro Alves <palves@redhat.com>
3745
3746 Reimport the update-copyright module from gnulib
3747 (250b80067c1e1d8faa0c42fb572f721975b929c5).
3748
3749 * configure: Regenerate.
3750 * gnulib/Makefile.am: Update.
3751 * gnulib/Makefile.in: Regenerate.
3752 * gnulib/extra/update-copyright: Update.
3753 * gnulib/m4/gnulib-cache.m4: Update.
3754 * gnulib/m4/gnulib-comp.m4: Update.
3755
7f533142
JB
37562012-04-18 Tristan Gingold <gingold@adacore.com>
3757
3758 * configure.ac (aix): Put -lpthread into libs.
3759 * configure: Regenerate.
3760
001822aa
TT
37612012-04-18 Tom Tromey <tromey@redhat.com>
3762
3763 * linespec.c (convert_linespec_to_sals): Don't use
3764 SYMBOL_OBJ_SECTION.
3765 (compare_msymbols): Arguments are minsym_and_objfile, not
3766 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
3767
db026a31
PA
37682012-04-18 Pedro Alves <palves@redhat.com>
3769
3770 Revert gnulib/ part of:
3771 2011-01-01 Joel Brobecker <brobecker@adacore.com>
3772 Copyright year update in most files (performed by copyright.sh).
3773
12df843f
JK
37742012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 Fix 64-bit constants on 32-bit hosts.
3777 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
3778 from unsigned long to ULONGEST.
3779 (read_signed_leb128): Change declaration return type from long to
3780 LONGEST.
3781 (dwarf2_const_value_attr): Change declaration parameter value from long
3782 to LONGEST.
3783 (dwarf2_compute_name): Change variable value from long to LONGEST.
3784 (read_unsigned_leb128): Change return type, variable result and some
3785 casts from unsigned long to ULONGEST.
3786 (read_signed_leb128): Change return type, variable result and some
3787 casts from long to LONGEST.
3788 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
3789 value from long to LONGEST.
3790 (dwarf2_const_value): Change variable value from long to LONGEST.
3791 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
3792 plongest and hex_string.
3793 * symtab.h (struct general_symbol_info): Change ivalue from long to
3794 LONGEST, remove the comment.
3795 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
3796 Change SYMBOL_VALUE format strings to use plongest and hex_string.
3797
14e75d8e
JK
37982012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3799
3800 PR symtab/7259:
3801 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
3802 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
3803 (ada_discrete_type_low_bound): Fix function comment. Use
3804 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
3805 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
3806 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3807 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
3808 Use TYPE_FIELD_ENUMVAL.
3809 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
3810 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3811 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
3812 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
3813 TYPE_CODE_ENUM.
3814 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
3815 * dwarf2read.c (process_enumeration_scope): Likewise.
3816 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
3817 field.bitpos.
3818 (class StructMainTypePrettyPrinter): Support also
3819 FIELD_LOC_KIND_ENUMVAL.
3820 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
3821 TYPE_CODE_ENUM.
3822 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3823 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
3824 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
3825 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
3826 field enumval.
3827 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
3828 accommodate enumval.
3829 (struct call_site): Adjust loc_kind to accommodate enumval.
3830 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
3831 (TYPE_FIELD_ENUMVAL): New macros.
3832 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
3833 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
3834 TYPE_CODE_ENUM.
3835 * p-typeprint.c (pascal_type_print_base): Likewise.
3836 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
3837 enumval.
3838 * python/lib/gdb/types.py (make_enum_dict): Likewise.
3839 * python/py-type.c (convert_field): New variable addrstring. Use
3840 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3841 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
3842 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
3843 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
3844 TYPE_CODE_ENUM.
3845 * valprint.c (generic_val_print): Likewise.
3846
380bca97
DE
38472012-04-17 Doug Evans <dje@google.com>
3848
dcc07052
DE
3849 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
3850
380bca97
DE
3851 * dwarf2read.c: Whitespace fixes.
3852 (lookup_signatured_type): Tweak comment.
3853 (get_die_type_at_offset): Fix comment.
3854
ec92004f
JB
38552012-04-17 Joel Brobecker <brobecker@adacore.com>
3856
3857 * xcoffread.c (xcoff_secnum_to_sections): New function.
3858 (secnum_to_section, secnum_to_bfd_section): Reimplement
3859 using xcoff_secnum_to_sections. Rename "secnum" parameter
3860 into "n_scnum".
3861 (RECORD_MINIMAL_SYMBOL): Delete.
3862 (record_minimal_symbol): New function.
3863 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
3864 by call to record_minimal_symbol and set misc_func_recorded
3865 to 1. Set last_csect_sec to the XCOFF section index instead
3866 of GDB's section_offset index. Update calls to
3867 prim_record_minimal_symbol_and_info to pass the BFD section
3868 as well.
3869
40301fb7
JB
38702012-04-17 Joel Brobecker <brobecker@adacore.com>
3871
3872 * xcoffread.c (read_xcoff_symtab): Delete variables
3873 last_csect_val and last_csect_sec and associated code.
3874
e0088cfd
DE
38752012-04-17 Doug Evans <dje@google.com>
3876
58d5e2c3
DE
3877 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
3878 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3879 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
3880 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
3881
c27f5738
DE
3882 * cleanups.h: New file.
3883 * cleanups.c: New file.
3884 * Makefile.in (SFILES): Add cleanups.c.
3885 (HFILES_NO_SRCDIR): Add cleanups.h.
3886 (COMMON_OBS): Add cleanups.o.
3887 * defs.h (struct cleanup): Moved to cleanups.h.
3888 (do_cleanups,do_final_cleanups): Ditto.
3889 (discard_cleanups,discard_final_cleanups): Ditto
3890 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
3891 (save_cleanups,save_final_cleanups): Ditto.
3892 (restore_cleanups,restore_final_cleanups): Ditto.
3893 (null_cleanup): Ditto.
3894 (make_my_cleanup,make_my_cleanup2): Ditto.
3895 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3896 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
3897 (do_cleanups,do_final_cleanups): Ditto.
3898 (discard_cleanups,discard_final_cleanups): Ditto
3899 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
3900 (save_cleanups,save_final_cleanups): Ditto.
3901 (restore_cleanups,restore_final_cleanups): Ditto.
3902 (null_cleanup): Ditto.
3903 (make_my_cleanup,make_my_cleanup2): Ditto.
3904 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3905
e0088cfd
DE
3906 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
3907 make_my_cleanup.
3908 (make_cleanup_dyn_string_delete): Ditto.
3909 (make_cleanup_ui_file_delete): Ditto.
3910 (make_cleanup_ui_out_redirect_pop): Ditto.
3911 (make_cleanup_free_section_addr_info): Ditto.
3912 (make_cleanup_restore_integer): Ditto.
3913 (make_cleanup_unpush_target): Ditto.
3914 (make_cleanup_value_free_to_mark): Ditto.
3915 (make_cleanup_value_free): Ditto.
3916 (make_cleanup_free_so): Ditto.
3917
4dc84fd1
JK
39182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 New option "set debug auto-load".
3921 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
3922 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
3923 (auto_load_safe_path_vec_update)
3924 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
3925 if DEBUG_AUTO_LOAD.
3926 (file_is_auto_load_safe): New parameters debug_fmt and ....
3927 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
3928 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
3929 caller by explanatory string.
3930 (_initialize_auto_load): Register "set debug auto-load".
3931 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
3932 and ....
3933 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
3934 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
3935 by explanatory string.
3936 * main.c (captured_main): Likewise.
3937 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
3938 (source_section_scripts): Likewise.
3939
bccbefd2
JK
39402012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942 New option "set auto-load safe-path".
3943 * NEWS: New commands "set auto-load safe-path"
3944 and "show auto-load safe-path".
3945 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
3946 (auto_load_safe_path, auto_load_safe_path_vec)
3947 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
3948 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
3949 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
3950 (source_gdb_script_for_objfile): New variable is_safe. Call
3951 file_is_auto_load_safe. Return if it is not.
3952 (struct loaded_script): New field loaded.
3953 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
3954 (print_script): Use LOADED indicator instead of FULL_PATH. Change
3955 output "Missing" to "No".
3956 (_initialize_auto_load): New variable cmd. Initialize
3957 auto_load_safe_path. Register "set auto-load safe-path",
3958 "show auto-load safe-path" and "add-auto-load-safe-path".
3959 * auto-load.h (maybe_add_script): Add parameter loaded.
3960 (file_is_auto_load_safe): New declaration.
3961 * config.in: Regenerate.
3962 * configure: Regenerate.
3963 * configure.ac: New parameters --with-auto-load-safe-path
3964 and --without-auto-load-safe-path.
3965 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
3966 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
3967 * main.c (captured_main): Check file_is_auto_load_safe for
3968 LOCAL_GDBINIT.
3969 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
3970 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
3971 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
3972 not.
3973
bf88dd68
JK
39742012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 auto-load: Implementation.
3977 * NEWS: New descriptions for "info auto-load",
3978 "info auto-load gdb-scripts", "info auto-load python-scripts",
3979 "info auto-load local-gdbinit" and "info auto-load libthread-db".
3980 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
3981 and "show auto-load-scripts". New description for "set auto-load",
3982 "show auto-load", "set auto-load gdb-scripts",
3983 "show auto-load gdb-scripts", "set auto-load python-scripts",
3984 "show auto-load python-scripts", "set auto-load local-gdbinit",
3985 "show auto-load local-gdbinit", "set auto-load libthread-db" and
3986 "show auto-load libthread-db".
3987 * auto-load.c: Remove include python/python-internal.h. Add includes
3988 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
3989 cli/cli-setshow.h.
3990 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
3991 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
3992 (gdbpy_global_auto_load): Rename to ...
3993 (global_auto_load): ... here.
3994 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
3995 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
3996 (script_language_gdb, source_gdb_script_for_objfile): New.
3997 (struct loaded_script): New field language.
3998 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
3999 LANGUAGE.
4000 (maybe_add_script): Add parameter language. Drop redundant
4001 entry.full_path initialization. Initialize entry.language and
4002 (*slot)->language.
4003 (auto_load_objfile_script): Change parameter suffix to language.
4004 Remove the call of maybe_add_script.
4005 Call language->source_script_for_objfile.
4006 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
4007 New.
4008 (collect_matching_scripts): Adjust it for
4009 struct collect_matching_scripts_data.
4010 (auto_load_info_scripts_pattern_nl): New variable.
4011 (info_auto_load_scripts): Rename to ...
4012 (auto_load_info_scripts): ... here, add parameter language. Adjust it
4013 for struct collect_matching_scripts_data.
4014 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
4015 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
4016 (auto_load_show_cmdlist_get, info_auto_load_cmd)
4017 (auto_load_info_cmdlist_get): New.
4018 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
4019 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
4020 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
4021 "info auto-load local-gdbinit".
4022 * auto-load.h (struct script_language): New.
4023 (gdbpy_global_auto_load): Rename to ...
4024 (global_auto_load): ... here.
4025 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4026 (auto_load_local_gdbinit_loaded): New declarations.
4027 (maybe_add_script): New parameter language.
4028 (auto_load_objfile_script): Change parameter suffix to language.
4029 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
4030 (auto_load_info_scripts, auto_load_set_cmdlist_get)
4031 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
4032 declarations.
4033 * linux-thread-db.c: Include auto-load.h and ctype.h.
4034 (auto_load_thread_db, show_auto_load_thread_db): New.
4035 (struct thread_db_info): New field filename.
4036 (delete_thread_db_info): Call xfree for FILENAME.
4037 (try_thread_db_load): Initialize FILENAME.
4038 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
4039 if !AUTO_LOAD_THREAD_DB.
4040 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
4041 (_initialize_thread_db): Install auto_load_thread_db
4042 as "set auto-load libthread-db" and install info_auto_load_libthread_db
4043 as "info auto-load libthread-db".
4044 * main.c (captured_main): Rename gdbpy_global_auto_load to
4045 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
4046 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
4047 (print_gdb_help): Extend the help for 'local init file'.
4048 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
4049 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
4050 (auto_load_scripts): Rename to ...
4051 (auto_load_python_scripts): ... here, update the comment.
4052 (gdbpy_load_auto_script_for_objfile): New declaration.
4053 (show_auto_load_python_scripts, script_language_python)
4054 (gdbpy_load_auto_script_for_objfile): New.
4055 (source_section_scripts): Refactor the code.
4056 (load_auto_scripts_for_objfile): Rename to ...
4057 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
4058 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
4059 (info_auto_load_python_scripts): New.
4060 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
4061 Rename "set auto-load-scripts" to "set auto-load python-scripts".
4062 Register "set auto-load-scripts" as its deprecated alias. Register
4063 "info auto-load python-scripts". Register "info auto-load-scripts" as
4064 its deprecated alias.
4065 (load_auto_scripts_for_objfile): Rename to ...
4066 (gdbpy_load_auto_scripts_for_objfile): ... here.
4067 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
4068 (gdbpy_load_auto_scripts_for_objfile): ... here.
4069
e2207b9a
JK
40702012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4071
4072 auto-load: Move files.
4073 * Makefile.in (SFILES): Add auto-load.c.
4074 (HFILES_NO_SRCDIR): Add auto-load.h.
4075 (COMMON_OBS): Add auto-load.o.
4076 (distclean): Change .gdbinit for gdb-gdb.gdb.
4077 * auto-load.c: New file, with parts from python/py-auto-load.c.
4078 * auto-load.h: New file, with parts from python/python.h.
4079 * configure: Regenerate.
4080 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
4081 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
4082 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
4083 * main.c: Include auto-load.h.
4084 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
4085 command.h, observer.h and progspace.h to auto-load.c. Add include
4086 auto-load.h.
4087 (gdbpy_global_auto_load, struct auto_load_pspace_info)
4088 (struct loaded_script, auto_load_pspace_data)
4089 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
4090 (hash_loaded_script_entry, eq_loaded_script_entry)
4091 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
4092 (maybe_add_script): Move to auto-load.c.
4093 (source_section_scripts): Change maybe_add_script parameters passing,
4094 use script_not_found_warning_print.
4095 (clear_section_scripts, auto_load_objfile_script)
4096 (auto_load_new_objfile, loaded_script_ptr)
4097 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
4098 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
4099 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
4100 auto_load_new_objfile and info_auto_load_scripts initizations to
4101 auto-load.c.
4102 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
4103
e4ab2fad
JK
41042012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 Code cleanup.
4107 * charset.c (find_charset_names): Remove variables ix and elt.
4108 Use free_char_ptr_vec.
4109 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
4110 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
4111 debugdir_end. New variable debugdir_len.
4112 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
4113 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
4114 declarations.
4115 * progspace.c (clear_program_space_solib_cache): Remove variables ix
4116 and elt. Use free_char_ptr_vec.
4117 * source.c (add_path): Remove variables argv, arg and argv_index.
4118 New variables dir_vec, back_to, ix and name.
4119 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
4120 make_cleanup_freeargv. Remove variable separator. Simplify the code
4121 no longer expecting DIRNAME_SEPARATOR.
4122 (openp): Remove variable p, p1 and len. New variables dir_vec,
4123 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
4124 no longer expecting DIRNAME_SEPARATOR.
4125 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
4126 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
4127 debugdir_end.
4128 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
4129 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
4130 (dirnames_to_char_ptr_vec): New functions.
4131
5ee4ed9f
JK
41322012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4133
4134 Code cleanup.
4135 * source.c (add_path): Remove always true conditional 'p == 0' and
4136 unindent its code block.
4137
f41f5e61
PA
41382012-04-17 Pedro Alves <palves@redhat.com>
4139
4140 * gdbtypes.h (FIELD_BITPOS): Rename to ...
4141 (FIELD_BITPOS_LVAL): ... this.
4142 (FIELD_BITPOS): New.
4143 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
4144 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
4145 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
4146 SET_FIELD_BITPOS.
4147 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
4148 SET_FIELD_BITPOS.
4149 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
4150 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
4151 * target-descriptions.c (tdesc_gdb_type): Adjust to use
4152 SET_FIELD_BITPOS.
4153
945b3a32
JK
41542012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4155
4156 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
4157 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
4158 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
4159 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
4160 * jv-lang.c (java_link_class_type): Likewise, once.
4161 * stabsread.c (read_enum_type): Likewise.
4162
42476b70
YQ
41632012-04-16 Yao Qi <yao@codesourcery.com>
4164
4165 * common/agent.c (agent_run_command): Add one more parameter `len'.
4166 Update callers.
4167 * common/agent.h: Update declaration.
4168 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
4169 Update.
4170 (linux_child_static_tracepoint_markers_by_strid): Ditto.
4171
8264ba82
AG
41722012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4173
4174 PR mi/13393
4175 * value.c (value_actual_type): New function.
4176 * value.h (value_actual_type): New declaration.
4177 * varobj.c (update_type_if_necessary): New function.
4178 (varobj_create): Call value_actual_type instead of
4179 value_type.
4180 (install_dynamic_child): distinct changed and type changed MI variable
4181 objects.
4182 (update_dynamic_varobj_children): Updated for install_dynamic_child
4183 change. All callers updated.
a09130f9 4184 (varobj_update): Support for MI variable object type change if
8264ba82
AG
4185 the value changed and RTTI is used to determine the type.
4186 (create_child_with_value): Call value_actual_type instead of
4187 value_type.
a09130f9 4188 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
4189 specify whether the given value should be casted to enclosing type.
4190 All callers updated.
4191
55a8c076
YQ
41922012-04-14 Yao Qi <yao@codesourcery.com>
4193
4194 Import gnulib module inttypes from git
4195 (250b80067c1e1d8faa0c42fb572f721975b929c5)
4196 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
4197 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
4198 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
4199 * aclocal.m4, config.in, configure: Regenerated.
4200 * gnulib/Makefile.am: Update.
4201 * gnulib/Makefile.in: Update.
4202 * gnulib/m4/gnulib-cache.m4: Update.
4203 * gnulib/m4/gnulib-comp.m4: Update.
4204 * gnulib/inttypes.in.h: New.
4205 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 4206 * gnulib/m4/inttypes.m4: New.
55a8c076 4207
ca7781d2
LM
42082012-04-13 Luis Machado <lgustavo@codesourcery.com>
4209
4210 * infrun.c (resume): Update PC address to the real PC after
4211 preparing to do displaced stepping.
4212
e319fa28
DE
42132012-04-12 Doug Evans <dje@google.com>
4214
4215 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
4216 All callers updated.
4217
15add3f5
MK
42182012-04-12 Mark Kettenis <kettenis@gnu.org>
4219
4220 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
4221
52dc124a
DE
42222012-04-12 Doug Evans <dje@google.com>
4223
0e50663e
DE
4224 * dwarf2read.c (create_all_type_units): Renamed from
4225 create_debug_types_hash_table. All callers updated.
4226
52dc124a
DE
4227 * dwarf2read.c (create_signatured_type_table_from_index): Rename
4228 local type_sig to sig_type, type_offset to type_offset_in_tu.
4229 (hash_signatured_type): Renamed from hash_type_signature,
4230 all callers updated.
4231 (eq_signatured_type): Renamed from eq_type_signature,
4232 all callers updated.
4233 (create_debug_types_hash_table): Rename local type_sig to sig_type.
4234 (process_enumeration_scope): Ditto.
4235 (lookup_signatured_type_at_offset): Ditto.
4236 (load_full_type_unit, read_signatured_type): Ditto.
4237
248fd3bf
YQ
42382012-04-12 Yao Qi <yao@codesourcery.com>
4239
4240 * remote.c (async_remote_interrupt): Correct function name in
4241 debug message.
4242 (async_remote_interrupt_twice): Ditto.
4243
bc3aa6c3
DE
42442012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
4245
4246 * source.c (find_and_open_source): Consistently pass resulting
4247 full path through xfullpath.
4248
9e529e1d
JK
42492012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 Provide more specific displaced-stepping memory error message.
4252 * infrun.c (displaced_step_prepare): New variable status. Call
4253 target_read_memory instead of read_memory, provide more specific
4254 error message.
4255
82e0cec1
TG
42562012-04-11 Tristan Gingold <gingold@adacore.com>
4257
4258 PR gdb/13901
4259 * darwin-nat.c (darwin_execvp): Revert previous patch.
4260
d987a266
TG
42612012-04-11 Tristan Gingold <gingold@adacore.com>
4262
4263 PR gdb/13901
4264 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
4265 in case of change.
4266
016b7430
TG
42672012-04-11 Tristan Gingold <gingold@adacore.com>
4268
4269 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4270 warning.
4271
06fc020f
SCR
42722012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4273
4274 New command 'explore' which helps explore values and types in
4275 scope.
4276 * NEWS: Add an entry about the new 'explore' command.
4277 * data-directory/Makefile.in: Add gdb/command/explore.py
4278 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 4279 command using the GDB Python API.
06fc020f 4280
de0919f8 42812012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
4282
4283 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
4284 extension in jump target calculation.
4285
de0919f8 42862012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
4287
4288 * mips-tdep.c (mips32_next_pc): Handle JALX.
4289
2f26ef89
YQ
42902012-04-10 Yao Qi <yao@codesourcery.com>
4291
4292 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
4293
2e505b66
YQ
42942012-04-10 Yao Qi <yao@codesourcery.com>
4295
4296 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
4297 and gnulib/m4/gnulib-tool.m4.
4298
0d99eb77
DE
42992012-04-10 Doug Evans <dje@google.com>
4300
4301 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
4302 (load_partial_dies): Clarify comment.
4303 (find_partial_die): Support rereading type units.
4304 Clarify CU handling, if we know offset is in CU, don't search for the
4305 containing CU. Add comment regarding memory waste.
4306
9a82b8ff
L
43072012-04-10 H.J. Lu <hongjiu.lu@intel.com>
4308
4309 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
4310 i386/x32-avx and i386/x32-avx-linux.
4311 (i386/x32-expedite): New.
4312 (i386/x32-linux-expedite): Likewise.
4313 (i386/x32-avx-expedite): Likewise.
4314 (i386/x32-avx-linux-expedite): Likewise.
4315 ($(outdir)/i386/x32.dat): Likewise.
4316 ($(outdir)/i386/x32-linux.dat): Likewise.
4317 ($(outdir)/i386/x32-avx.dat): Likewise.
4318 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
4319
4320 * features/i386/x32-avx-linux.xml: New file.
4321 * features/i386/x32-avx.xml: Likewise.
4322 * features/i386/x32-core.xml: Likewise.
4323 * features/i386/x32-linux.xml: Likewise.
4324 * features/i386/x32.xml: Likewise.
4325
4326 * features/i386/x32-avx-linux.c: New. Generated.
4327 * features/i386/x32-avx.c: Likewise.
4328 * features/i386/x32-linux.c: Likewise.
4329 * features/i386/x32.c: Likewise.
4330 * regformats/i386/x32-avx-linux.dat: Likewise.
4331 * regformats/i386/x32-avx.dat: Likewise.
4332 * regformats/i386/x32-linux.dat: Likewise.
4333 * regformats/i386/x32.dat: Likewise.
4334
ee41036f
TG
43352012-04-10 Tristan Gingold <gingold@adacore.com>
4336
4337 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
4338 code to kill the inferior.
4339
a7aa5b8a
MK
43402012-04-09 Mark Kettenis <kettenis@gnu.org>
4341
4342 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4343 defines.
4344 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4345 defines.
a09130f9 4346 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
4347 (yyvsp): New defines.
4348 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4349 defines.
4350 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4351 defines.
4352 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4353 defines.
4354 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4355 defines.
4356 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4357 defines.
4358
fb57d452
MK
43592012-04-09 Mark Kettenis <kettenis@gnu.org>
4360
a09130f9 4361 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
4362 (sparc64_store_arguments): Fix coding style.
4363
cdc7b32f
MK
43642012-04-07 Mark Kettenis <kettenis@gnu.org>
4365
4366 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
4367 complex floats, adjust some related comments and tighten a related
4368 assertion.
4369 (sparc64_extract_return_value): Handle complex floats.
4370
7adf1e79
DE
43712012-04-07 Doug Evans <dje@google.com>
4372
4373 * dwarf2read.c (load_partial_dies): Change condition to assert.
4374
50f1ae7b
DE
43752012-04-06 Doug Evans <dje@google.com>
4376
4377 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
4378 "mov %rsp,%rbp".
4379
55fa75c3
KB
43802012-04-05 Kevin Buettner <kevinb@redhat.com>
4381
4382 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
4383 fencepost error.
4384 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
4385 (v850_gdbarch_init): Set `num_regs' as appropriate for the
4386 architecture.
4387
40e084e1
KS
43882012-04-05 Keith Seitz <keiths@redhat.com>
4389
4390 * linespec.c (decode_compound): Remove.
4391 (enum offset_relative_sign): New enum.
4392 (struct line_offset): New struct.
4393 (struct linespec): New struct.
4394 (struct linespec_state): Move file_symtabs,
4395 user_filename, and user_function into struct linespec.
4396 Make result an anonymous struct holding vectors of
4397 symbolp and minsym_and_objfile_d.
4398 Add language member.
4399 (enum ls_token_type): New enum.
4400 (linespec_keywords): New array.
4401 (struct ls_token): New struct.
4402 (struct ls_parser): New struct.
4403 (linespec_lexer_lex_number): New function.
4404 (linespec_lexer_lex_keyword): New function.
4405 (is_ada_operator): New function.
4406 (skip_quote_char): New function.
4407 (copy_token_string): New function.
4408 (is_closing_quote_enclosed): New function.
4409 (find_parameter_list_end): New function.
4410 (linespec_lexer_lex_string): New function.
4411 (linespec_lexer_lex_one): New function.
4412 (linespec_lexer_consume_token): New function.
4413 (linespec_lexer_peek_token): New function.
4414 (cplusplus_error): Remove unused function.
4415 (find_methods): Update comment.
4416 (find_toplevel_char): Return const.
4417 (is_objc_method_format): Remove unused function.
4418 (find_toplevel_string): New function.
4419 (is_linespec_boundary): Remove.
4420 (symbol_not_found_error): New function.
4421 (find_method_overload_end): Remove function.
4422 (unexpected_linespec_error): New function.
4423 (keep_name_info): Remove.
4424 (linespec_parse_line_offset): New function.
4425 (linespec_parse_basic): New function.
4426 (canonicalize_linespec): New function.
4427 (decode_line_internal): Remove.
4428 (create_sals_line_offset): New function adapted from
4429 decode_all_digits.
4430 (convert_linespec_to_sals): New function.
4431 (parse_linespec): New function.
4432 (linespec_parser_new): New function.
4433 (linespec_state_destructor): Change parameter type to
4434 struct linespec_state *.
4435 Add language parameter.
4436 Remove freeing of moved members.
4437 (linespec_parser_delete): New function.
4438 (decode_line_full): Use parse_linespec and linespec_parser_new.
4439 (decode_line_1): Likewise.
4440 (decode_indirect): Rename to ...
4441 (linespec_expression_to_pc): ... this and rewrite
4442 to simply find CORE_ADDR, storing this result for later
4443 conversion to SALs.
4444 (locate_first_half): Remove.
4445 (deocde_objc): Add parameter LS.
4446 Initialize new struct collect_info members.
4447 Handle minimal symbols, too.
4448 (decode_compound): Delete.
4449 (lookup_prefix_sym): Rewrite.
4450 (compare_msymbols): New function.
4451 (find_method): Rewrite.
4452 Do not call cplusplus_error.
4453 (symtabs_from_filename): Rewrite.
4454 (collect_function_symbols): Delete.
4455 (find_function_symbols): Rewrite without ARGPTR-style
4456 processing.
4457 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
4458 (decode_dollar): Adapted and renamed to ...
4459 (linespec_parse_variable): ... this.
4460 (find_linespec_symbols): New function.
4461 (decode_label): Adapted and renamed to ...
4462 (find_label_symbols): ... this.
4463 (decode_digits_list_mode): Add and use LS argument.
4464 (decode_digits_ordinary): Likewise.
4465 (collect_symbols): Do not collect SALs, just symbols and msymbols.
4466 If in list mode, allow any symbol class. Otherwise, only
4467 permit LOC_BLOCK symbols.
4468 (minsym_found): Update comments.
4469 (search_minsyms_for_name): Do not convert the matching symbol
4470 into a SAL. Simply push the symbol and objfile into the
4471 result vector.
4472 (decode_variable): Delete. Contents adapted into
4473 find_linespec_symbols.
4474
4475 * cp-support.c (SKIP_SPACE): Remove.
4476 (operator_tokens): Remove unused global.
4477 (cp_validate_operator): Remove.
4478 * cp-support.h (cp_validate_operator): Remove declaration.
4479
a72c8f6a
JK
44802012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4481
4482 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
4483 for TYPE_VPTR_FIELDNO.
4484 * valprint.c (valprint_check_validity): Make it global, move the
4485 function comment ...
4486 * value.h (valprint_check_validity): ... to this new declaration.
4487
cf9bb588
TG
44882012-04-02 Tristan Gingold <gingold@adacore.com>
4489
4490 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
4491 the STATE32 api for i386 state.
4492 (i386_darwin_store_inferior_registers): Likewise.
4493
17092398
TG
44942012-04-02 Tristan Gingold <gingold@adacore.com>
4495
4496 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
4497 SS offset.
4498 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4499 format_string.
4500
ece0061f
TG
45012012-04-02 Tristan Gingold <gingold@adacore.com>
4502
4503 PR gdb/13901
d987a266 4504 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 4505
cf65ecd3
JK
45062012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
4509
9bc3523d
TT
45102012-03-30 Tom Tromey <tromey@redhat.com>
4511
4512 * python/python.c (gdbpy_decode_line): Move cleanup creation out
4513 of TRY_CATCH. Fix error handling.
4514 * python/py-value.c (convert_value_from_python): Move 'old'
4515 declaration to innermost scope.
4516
b1ed564a
JB
45172012-03-29 Joel Brobecker <brobecker@adacore.com>
4518 Andrey Smirnov <andrew.smirnov@gmail.com>
4519
4520 -Wshadow warning fix.
4521 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
4522 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
4523 Adjust code accordingly.
4524
cb8e9b97
JB
45252012-03-29 Joel Brobecker <brobecker@adacore.com>
4526
4527 * ada-lang.c (symbol_completion_add): Rename parameter
4528 "encoded" into "encoded_p". Ajust code and documentation
4529 accordingly.
4530
c0af1706
JB
45312012-03-29 Joel Brobecker <brobecker@adacore.com>
4532 Andrey Smirnov <andrew.smirnov@gmail.com>
4533
4534 -Wshadow warning fix.
4535 * ada-lang.c (symbol_completion_add): Rename parameter
4536 "wild_match" into wild_match_p. Update code and documentation
4537 accordingly.
4538
6ea35997
JB
45392012-03-29 Joel Brobecker <brobecker@adacore.com>
4540
4541 * ada-lang.c (symbol_completion_match): Rename parameter
4542 "encoded" into "encoded_p". Ajust code and documentation
4543 accordingly.
4544
e701b3c0
JB
45452012-03-29 Joel Brobecker <brobecker@adacore.com>
4546 Andrey Smirnov <andrew.smirnov@gmail.com>
4547
4548 -Wshadow warning fix.
4549 * ada-lang.c (symbol_completion_match): Rename parameter
4550 "wild_match" into "wild_match_p". Adjust code and function
4551 documentation accordingly.
4552
5e2336be
JB
45532012-03-29 Joel Brobecker <brobecker@adacore.com>
4554 Andrey Smirnov <andrew.smirnov@gmail.com>
4555
4556 -Wshadow warning fix.
4557 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
4558 "symbol_info" into "info". Adjust code accordingly.
4559 (ada_lookup_symbol): Likewise.
4560
9f88c959
JB
45612012-03-29 Joel Brobecker <brobecker@adacore.com>
4562
4563 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
4564 of this function's documentation.
4565
82ccd55e
JB
45662012-03-29 Joel Brobecker <brobecker@adacore.com>
4567 Andrey Smirnov <andrew.smirnov@gmail.com>
4568
4569 -Wshadow warning fix.
4570 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
4571 variable into "wild_match_p". Adjust code accordingly.
4572
d0a8ab18
JB
45732012-03-29 Joel Brobecker <brobecker@adacore.com>
4574 Andrey Smirnov <andrew.smirnov@gmail.com>
4575
4576 -Wshadow warning fix.
4577 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
4578 parameter into "wild_match_p". Adjust code accordingly.
4579 Document this parameter in the function description.
4580
48b78332
JB
45812012-03-29 Joel Brobecker <brobecker@adacore.com>
4582 Andrey Smirnov <andrew.smirnov@gmail.com>
4583
4584 -Wshadow warning fix.
4585 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
4586 "wild_match" parameter to "wild_match_p" (-Wshadow).
4587
2e6e0353
JB
45882012-03-29 Joel Brobecker <brobecker@adacore.com>
4589
4590 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
4591 in function documentation.
4592
dc4024cd
JB
45932012-03-29 Joel Brobecker <brobecker@adacore.com>
4594 Andrey Smirnov <andrew.smirnov@gmail.com>
4595
4596 -Wshadow warning fix.
4597 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
4598 variable into wild_match_p. Adjust code accordingly.
4599
6c88661c
JB
46002012-03-29 Joel Brobecker <brobecker@adacore.com>
4601 Andrey Smirnov <andrew.smirnov@gmail.com>
4602
4603 * ada-valprint.c (ada_val_print_1): Move the code handling
4604 TYPE_CODE_ENUM inside its own lexical block. Declare
4605 variables len and val there, instead of in the function's
4606 top level block. Avoid declaring deref_val again in a way
4607 that shadows another variable of the same name declared
4608 in one of the up-level blocks. Just re-use the up-level
4609 variable instead.
4610
4e5c77fe
JB
46112012-03-29 Joel Brobecker <brobecker@adacore.com>
4612
4613 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
4614 Replace block_found argument by symbol_info. Adjust
4615 implementation accordingly. Add function documentation.
4616 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
4617 Fix documentation.
4618 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
4619 * ada-exp.y (write_object_renaming): Adjust to new
4620 ada_lookup_encoded_symbol API.
4621
1c0ac8c7
JB
46222012-03-29 Joel Brobecker <brobecker@adacore.com>
4623
4624 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
4625 documentation.
4626
2aaed979
KB
46272012-03-28 Rathish C <rathish.c@kpitcummins.com>
4628
4629 * v850-tdep.c: Add the enum values for mpu and fpu registers.
4630 (v850_register_name): Add the mpu and fpu register names.
4631 (v850e_register_name): Add the mpu and fpu register names.
4632 (v850e2_register_name): New function.
a09130f9 4633 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
4634 bfd_mach_v850e2v3.
4635
927fbba6
JB
46362012-03-28 Joel Brobecker <brobecker@adacore.com>
4637
4638 * NEWS: Add entry for Ada varobj support.
4639
d32cafc7
JB
46402012-03-28 Joel Brobecker <brobecker@adacore.com>
4641
4642 * varobj.c (default_value_is_changeable_p): New function,
4643 extracted from varobj_value_is_changeable_p. Add declaration.
4644 (ada_value_is_changeable_p): New function, extracted from
4645 varobj_value_is_changeable_p. Add declaration.
4646 (struct language_specific): New field "value_is_changeable_p".
4647 (languages): Add entries for new field.
4648 (varobj_create): Set language before calling install_new_value.
4649 (varobj_value_is_changeable_p): Reimplement to call the varobj's
4650 "value_is_changeable_p" language callback.
4651
181875a4
JB
46522012-03-28 Joel Brobecker <brobecker@adacore.com>
4653
4654 * ada-varobj.h, ada-varobj.c: New files.
4655 * Makefile.in (SFILES): Add ada-varobj.c.
4656 (HFILES_NO_SRCDIR): Add ada-varobj.h.
4657 (COMMON_OBS): Add ada-varobj.o.
4658
7a290c40
JB
46592012-03-28 Joel Brobecker <brobecker@adacore.com>
4660
4661 * varobj.c (ada_value_has_mutated): Add declaration. New function.
4662 (struct language_specific): New field "value_has_mutated".
4663 (languages): Set field "value_has_mutated" in each entry of array.
4664 (varobj_value_has_mutated): New function.
4665 (varobj_udpdate): Add handling of type mutation.
4666 (value_of_root): Add handling of type mutation.
4667 (ada_value_has_mutated): New function.
4668
ca9b8b9c
PA
46692012-03-28 Pedro Alves <palves@redhat.com>
4670
4671 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
4672 Always supply $fr0 as 0.0 and $fr1 as 1.0.
4673
cc0265cd
TT
46742012-03-28 Tom Tromey <tromey@redhat.com>
4675
4676 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
4677 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
4678 before returning.
4679
3ad2ec6f
TT
46802012-03-28 Tom Tromey <tromey@redhat.com>
4681
4682 * .dir-locals.el: New file.
4683
4a6510ba
PA
46842012-03-28 Pedro Alves <palves@redhat.com>
4685
4686 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
4687
5a75128f
JB
46882012-03-28 Joel Brobecker <brobecker@adacore.com>
4689
4690 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
4691 handling for r0.
4692
f99d8bf4
PA
46932012-03-27 Pedro Alves <palves@redhat.com>
4694
4695 Eliminate struct ui_stream.
4696
4697 * ui-out.h (struct ui_stream): Delete.
4698 (ui_out_field_stream): Adjust prototype.
4699 (ui_out_stream_new, ui_out_stream_delete)
4700 (make_cleanup_ui_out_stream_delete): Delete declarations.
4701 * ui-out.c (ui_out_field_stream): Change prototype to take a
4702 ui_file instead of a ui_stream. Adjust.
4703 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
4704 (make_cleanup_ui_out_stream_delete): Delete.
4705 * breakpoint.c (print_breakpoint_location)
4706 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
4707 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4708 * disasm.c (dump_insns): Ditto.
4709 (do_mixed_source_and_assembly, do_assembly_only): Adjust
4710 prototype.
4711 (gdb_disassembly): Use ui_file/mem_fileopen instead of
4712 ui_stream/ui_out_stream_new.
4713 * infcmd.c (print_return_value): Ditto.
4714 * osdata.c (info_osdata_command): Don't allocate a local
4715 ui_stream.
4716 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
4717 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4718 * tracepoint.c (print_one_static_tracepoint_marker): Don't
4719 allocate a local ui_stream.
4720 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
4721 instead of ui_stream/ui_out_stream_new.
4722 (list_args_or_locals): Don't allocate a local ui_stream.
4723 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
4724 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
4725 ui_stream/ui_out_stream_new.
4726 * cli/cli-setshow.c (do_setshow_command): Ditto.
4727
6350a066 47282012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 4729
6350a066
PA
4730 * arm-linux-tdep.c (arm_linux_init_abi): Call
4731 set_gdbarch_process_record. Initialize `arm_swi_record' field.
4732 * arm-tdep.c (arm_process_record): New function.
4733 (deallocate_reg_mem): New function.
4734 (decode_insn): New function.
4735 (thumb_record_branch): New function.
4736 (thumb_record_ldm_stm_swi(): New function.
4737 (thumb_record_misc): New function.
4738 (thumb_record_ld_st_stack): New function.
4739 (thumb_record_ld_st_imm_offset): New function.
4740 (thumb_record_ld_st_reg_offset(): New function.
4741 (thumb_record_add_sub_cmp_mov): New function.
4742 (thumb_record_shift_add_sub): New function.
4743 (arm_record_coproc_data_proc): New function.
4744 (arm_record_coproc): New function.
4745 (arm_record_b_bl): New function.
4746 (arm_record_ld_st_multiple): New function.
4747 (arm_record_ld_st_reg_offset): New function.
4748 (arm_record_ld_st_imm_offset): New function.
4749 (arm_record_data_proc_imm): New function.
4750 (arm_record_data_proc_misc_ld_str): New function.
4751 (arm_record_extension_space): New function.
4752 (arm_record_strx): New function.
4753 (sbo_sbz): New function.
4754 (struct insn_decode_record): New structure for arm insn record.
4755 (REG_ALLOC): New macro for reg allocations.
4756 (MEM_ALLOC): New macro for memory allocations.
4757 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 4758
89e028e2
AS
47592012-03-27 Andreas Schwab <schwab@linux-m68k.org>
4760
4761 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
4762 (store_register): Likewise.
4763
6350a066 47642012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 4765
6350a066 4766 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 4767
5b43fab2
JK
47682012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
4771 Describe also the option "auto".
4772
b5453b95
RH
47732012-03-22 Richard Henderson <rth@redhat.com>
4774
4775 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
4776 * sparc-nat.c (sparc_xfer_wcookie): Make static.
4777
227ee7fc
RH
47782012-03-22 Richard Henderson <rth@redhat.com>
4779
4780 * jit.c (jit_read_code_entry): Compute alignment and offset of
4781 int64_t member before computing entry_size.
4782
7b282c5a
SCR
47832012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4784
4785 Python scripting: Add new method Value.referenced_value to
4786 gdb.Value which can dereference pointer as well as reference
4787 values.
4788 * NEWS: Add entry under 'Python scripting' about the new method
4789 Value.referenced_value on gdb.Value objects.
4790 * python/py-value.c (valpy_referenced_value): New function
4791 defining a new method on gdb.Value objects which can dereference
4792 pointer and reference values.
4793
0c83539f
SCR
47942012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4795
4796 * MAINTAINERS (Write After Approval): Add myself to the list.
4797
7ccffd7c
KB
47982012-03-21 Kevin Buettner <kevinb@redhat.com>
4799
4800 * symtab.c (skip_prologue_sal): Change test to check for "main()"
4801 in addition to "main".
4802
bd0b9f9e
JB
48032012-03-21 Joel Brobecker <brobecker@adacore.com>
4804
4805 * expression.h (op_name): Add declaration.
4806 * expprint.c (op_name): Remove declaration. Make non-static.
4807 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
4808
a5362b9a
TS
48092012-03-21 Thomas Schwinge <thomas@codesourcery.com>
4810
4811 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
4812 of struct siginfo.
4813 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
4814 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4815 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
4816 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
4817 (linux_nat_get_siginfo): Likewise.
4818 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
4819 (linux_nat_get_siginfo): Likewise.
4820 * linux-tdep.c (linux_get_siginfo_type): Likewise.
4821 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
4822 * procfs.c (gdb_siginfo_t): Likewise.
4823
adcadaab
MF
48242012-03-21 Mike Frysinger <vapier@gentoo.org>
4825
4826 * .gitignore: Ignore more files.
4827
e278ad5b
PA
48282012-03-20 Pedro Alves <palves@redhat.com>
4829
4830 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
4831 returns.
4832
741e63d7
YQ
48332012-03-20 Yao Qi <yao@codesourcery.com>
4834
4835 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
4836 comment.
4837
b64f50a1
JK
48382012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4839
4840 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
4841 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
4842 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
4843 sect_offset.
4844 * dwarf2expr.h (cu_offset, sect_offset): New types.
4845 (struct dwarf_expr_context_funcs) <dwarf_call>
4846 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
4847 sect_offset.
4848 (struct dwarf_expr_context) <len>: Improve the comment.
4849 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
4850 cu_offset and sect_offset.
4851 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
4852 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
4853 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
4854 * dwarf2loc.h: Include dwarf2expr.h.
4855 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
4856 and sect_offset.
4857 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
4858 Improve the comment.
4859 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
4860 (struct signatured_type, struct line_header, struct partial_die_info)
4861 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
4862 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
4863 (get_die_type_at_offset, create_cus_from_index)
4864 (create_signatured_type_table_from_index, dw2_get_file_names)
4865 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
4866 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
4867 (create_debug_types_hash_table, process_psymtab_comp_unit)
4868 (load_partial_comp_unit, create_all_comp_units)
4869 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
4870 (load_full_comp_unit, dwarf2_physname, read_import_statement)
4871 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
4872 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
4873 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
4874 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
4875 (find_partial_die, read_attribute_value, lookup_die_type)
4876 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
4877 (is_ref_attr): New function comment.
4878 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
4879 Use cu_offset and sect_offset.
4880 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
4881 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
4882 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
4883 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
4884 (offset_and_type_hash, offset_and_type_eq, set_die_type)
4885 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
4886 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
4887 sect_offset.
4888
e97a38f7
JK
48892012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 Code cleanup.
4892 * python/py-auto-load.c (source_section_scripts): New variable back_to.
4893 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
4894 with xfree.
4895 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
4896
8320cc4f
JK
48972012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * NEWS: Describe new options --init-command=FILE, -ix and
4900 --init-eval-command=COMMAND, -iex.
4901 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
4902 CMDARG_INIT_COMMAND.
4903 (captured_main): New enum items OPT_IX and OPT_IEX. Add
4904 "init-command", "init-eval-command", "ix" and "iex" to the variable
4905 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
4906 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
4907 (print_gdb_help): Describe --init-command=FILE, -ix and
4908 --init-eval-command=COMMAND, -iex.
4909
26743505
JK
49102012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4911
4912 Code cleanup.
4913 * main.c (struct cmdarg): Move it here from main. Add more comments.
4914 (cmdarg_s, VEC (cmdarg_s)): New.
4915 (main): Move struct cmdarg from here. New variables cmdarg_vec and
4916 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
4917 Install cleanup for cmdarg_vec. Update filling for options 'x' and
4918 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
4919 of CMDARG.
4920
5ff5c7b4
TT
49212012-03-19 Tom Tromey <tromey@redhat.com>
4922
4923 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
4924
ab260dad
JK
49252012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 PR symtab/13777
4928 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
4929 GCC >=4.5.
4930
c366c1f0
TT
49312012-03-16 Chris January <chris.january@allinea.com>
4932
4933 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
4934 of clear.
4935
e16edb45
TT
49362012-03-16 Chris January <chris.january@allinea.com>
4937
4938 * source.c (add_path): Use memmove instead of strcpy because the
4939 strings overlap.
4940
53ba8333
JB
49412012-03-16 Joel Brobecker <brobecker@adacore.com>
4942
4943 * value.h (set_value_parent): Add declaration.
4944 * value.c (set_value_parent): New function.
4945 (value_address): If VALUE->PARENT is not NULL, then use it as
4946 the base address instead of VALUE->LOCATION.address.
4947 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
4948 the same as OBJ's address. Adjust V's offset accordingly.
4949 Set V's parent.
4950
481860b3
GB
49512012-03-16 Gary Benson <gbenson@redhat.com>
4952
4953 PR breakpoints/10738
4954 * dwarf2read.c (use_deprecated_index_sections): New global.
4955 (struct partial_die_info): New member may_be_inlined.
4956 (read_partial_die): Set may_be_inlined where appropriate.
4957 (add_partial_subprogram): Add partial symbols for partial
4958 DIEs that may be inlined.
4959 (new_symbol_full): Add inlined subroutines to the current
4960 scope.
4961 (write_psymtabs_to_index): Bump version number.
4962 (dwarf2_read_index): Read only version 6 indices unless
4963 use_deprecated_index_sections is set.
4964 * linespec.c (symbol_and_data_callback): New structure.
4965 (iterate_inline_only): New function.
4966 (iterate_over_all_matching_symtabs): New argument
4967 "include_inline". If nonzero, also call the callback for
4968 symbols representing inlined subroutines.
4969 (lookup_prefix_sym): Pass extra argument to the above.
4970 (find_function_symbols): Likewise.
4971 (add_matching_symbols_to_info): Likewise.
4972 * NEWS: Mention that GDB can now set breakpoints on inlined
4973 functions.
4974
d0e7e15a
PM
49752012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
4976
4977 * p-typeprint.c (pascal_type_print_method_args):
4978 Fix display of parameter of methods.
4979
3d354654
PM
49802012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
4981
4982 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
4983 Add missing prototype.
4984
cafe75b0
JK
49852012-03-16 Yao Qi <yao@codesourcery.com>
4986 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 Fix false compilation warning.
4989 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
4990
25f8c692
JL
49912012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
4992 Pedro Alves <pedro@codesourcery.com>
4993
4994 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
4995 (arm_register_g_packet_guesses): New function.
4996 (arm_gdbarch_init): Don't force a target description with
4997 registers when the executable is detected as M-profile. Instead
4998 set gdbarch->tdep->is_m. Register `g' packet guesses.
4999 (_initialize_arm_tdep): Initialize the new target description.
5000 * features/arm-with-m-fpa-layout.xml: New description.
5001 * features/arm-with-m-fpa-layout.c: New, generated.
5002
35c63cd8
JB
50032012-03-15 Joel Brobecker <brobecker@adacore.com>
5004
5005 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
5006 Update function description.
5007 (insert_bp_location): Do not wipe bl->target_info out.
5008 * mem-break.c: #include "gdb_string.h".
5009 (default_memory_insert_breakpoint): Do not call target_read_memory
5010 with a pointer to the breakpoint's shadow_contents buffer. Use
5011 a local buffer instead.
5012 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
5013
57651221
TT
50142012-03-15 Tom Tromey <tromey@redhat.com>
5015
5016 * NEWS: Mention "info vtbl", not "info vtable".
5017 * cp-support.c (info_vtbl_command): Fix comment.
5018 (_initialize_cp_support): Fix text.
5019
410528f0
TT
50202012-03-15 Tom Tromey <tromey@redhat.com>
5021
5022 * cp-valprint.c (cp_print_value_fields): Use
5023 print_function_pointer_address for vtable slot.
5024
c4aeac85
TT
50252012-03-15 Tom Tromey <tromey@redhat.com>
5026
5027 * gnu-v3-abi.c (struct value_and_voffset): New.
5028 (hash_value_and_voffset, eq_value_and_voffset)
5029 (compare_value_and_voffset, compute_vtable_size)
5030 (print_one_vtable, gnuv3_print_vtable): New functions.
5031 (init_gnuv3_ops): Initialize 'print_vtable' field.
5032 * cp-support.c (info_vtbl_command): New function.
5033 (_initialize_cp_support): Add "info vtbl".
5034 * cp-abi.h (cplus_print_vtable): Declare.
5035 (struct cp_abi_ops) <print_vtable>: New field.
5036 * cp-abi.c (cplus_print_vtable): New function.
5037 * NEWS: Update.
5038
95cbceff
TT
50392012-03-15 Tom Tromey <tromey@redhat.com>
5040
5041 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
5042 iterate_over_symbols.
5043
589b4a32
DE
50442012-03-14 Doug Evans <dje@google.com>
5045
5046 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
5047 DW_OP_GNU_parameter_ref.
5048
e837f12a
JK
50492012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 Fix double prompt of 'interpreter-exec mi'.
5052 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
5053 (mi_interpreter_resume): use it.
5054 (mi_execute_command_input_handler): New function.
5055 * mi/mi-main.c (mi_execute_command): Move prompt printing to
5056 mi_execute_command_input_handler.
5057
ff1e4526 50582012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
5059
5060 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
5061 prototype.
5062 (darwin_debug_port_info): Make static.
5063 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
5064 * machoread.c (_initialize_machoread): Add prototype.
5065 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
5066 (i386_darwin_set_control, i386_darwin_get_control)
5067 i386_darwin_dr_set_addr, i386_darwin_get_addr)
5068 i386_darwin_get_status, i386_darwin_get_control):
5069 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
5070
d8a5d6ee
JB
50712012-03-13 Joel Brobecker <brobecker@adacore.com>
5072
5073 * ax-gdb.c (gen_usual_unary): Remove special handling of
5074 enum and bool types.
5075
af381b8c
JB
50762012-03-13 Joel Brobecker <brobecker@adacore.com>
5077
5078 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
5079
786c562f
JB
50802012-03-13 Joel Brobecker <brobecker@adacore.com>
5081
5082 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
5083
e3ebf1bb
JB
50842012-03-13 Chris January <chris.january@allinea.com>
5085
5086 * aix-thread.c (fill_sprs): Store the floating point registers
5087 at the correct offsets into vals.
5088
c5b7e1cb
DE
50892012-03-13 Doug Evans <dje@google.com>
5090
16899756
DE
5091 * NEWS: Mention symbol-reloading has been deleted.
5092 * symfile.c (symbol_reloading): Delete.
5093 (show_symbol_reloading): Delete.
5094 (_initialize_symfile): Delete set/show symbol-reloading.
5095
c5b7e1cb
DE
5096 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
5097 read_in_chain until we have successfully read it in.
5098 (load_full_comp_unit): Ditto.
5099 (read_signatured_type): Add comment.
5100
46cb6474
JB
51012012-03-13 Chris January <chris.january@allinea.com>
5102
5103 * stabsread.c (fix_common_block): Change type of valu argument
5104 to CORE_ADDR.
5105
76219d77
JB
51062012-03-13 Chris January <chris.january@allinea.com>
5107
5108 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
5109 instruction.
5110
87b0bb13
JK
51112012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * common/linux-procfs.c (linux_proc_get_int): New, from
5114 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
5115 field.
5116 (linux_proc_get_tgid): Only call linux_proc_get_int.
5117 (linux_proc_get_tracerpid): New.
5118 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
5119 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
5120 linux_proc_pid_has_state.
5121 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
5122 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
5123 (linux_ptrace_attach_warnings): New.
5124 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
5125 New declaration.
5126 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
5127 (linux_nat_attach): New variables ex, buffer, message and message_s.
5128 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
5129
5f572dec
JK
51302012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5131
5132 * Makefile.in (linux-ptrace.o): New.
5133 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
5134 from linux-nat.c.
5135 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
5136 * common/linux-ptrace.c: New file.
5137 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
5138 * config/arm/linux.mh: Likewise.
5139 * config/i386/linux.mh: Likewise.
5140 * config/i386/linux64.mh: Likewise.
5141 * config/ia64/linux.mh: Likewise.
5142 * config/m32r/linux.mh: Likewise.
5143 * config/m68k/linux.mh: Likewise.
5144 * config/mips/linux.mh: Likewise.
5145 * config/pa/linux.mh: Likewise.
5146 * config/powerpc/linux.mh: Likewise.
5147 * config/powerpc/ppc64-linux.mh: Likewise.
5148 * config/powerpc/spu-linux.mh: Likewise.
5149 * config/s390/s390.mh: Likewise.
5150 * config/sparc/linux.mh: Likewise.
5151 * config/sparc/linux64.mh: Likewise.
5152 * config/xtensa/linux.mh: Likewise.
5153 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
5154 common/linux-procfs.c.
5155 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
5156
44f238bb
PA
51572012-03-13 Hui Zhu <teawater@gmail.com>
5158 Pedro Alves <palves@redhat.com>
5159
5160 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
5161 CREATE_BREAKPOINT_FLAGS_INSERTED.
5162 (create_breakpoint_sal, create_breakpoints_sal)
5163 (base_breakpoint_create_breakpoints_sal)
5164 (tracepoint_create_breakpoints_sal)
5165 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
5166 down.
5167 (break_command_1, handle_gnu_v3_exceptions, trace_command)
5168 (ftrace_command, strace_command): Adjust.
5169 (create_tracepoint_from_upload): Pass
5170 CREATE_BREAKPOINT_FLAGS_INSERTED.
5171 * breakpoint.h (enum breakpoint_create_flags): New.
5172 (create_breakpoint): New flags parameter.
5173 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
5174 * python/py-breakpoint.c (bppy_init): Adjust.
5175 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
5176 * spu-tdep.c (spu_catch_start): Adjust.
5177
1e51243a
PA
51782012-03-13 Pedro Alves <palves@redhat.com>
5179 Hui Zhu <teawater@gmail.com>
5180 Yao Qi <yao@codesourcery.com>
5181
5182 * remote.c (struct remote_state): New field `starting_up'.
5183 (remote_start_remote): Set and clear it.
5184 (remote_can_download_tracepoint): If starting up, return false.
5185
fa3064dd
YQ
51862012-03-13 Yao Qi <yao@codesourcery.com>
5187
5188 * inferior.h (struct inferior): Remove fields any_syscall_count,
5189 syscalls_counts and total_syscalls_count. Move them to new
5190 struct catch_syscall_inferior_data in breakpoint.c.
5191 * breakpoint.c: Call DEF_VEC_I(int).
5192 (struct catch_syscall_inferior_data): New.
5193 (get_catch_syscall_inferior_data): New.
5194 (catch_syscall_inferior_data_cleanup): New.
5195 (insert_catch_syscall): Update to access data in
5196 struct catch_syscall_inferior_data.
5197 (insert_catch_syscall): Likewise.
5198 (remove_catch_syscall): Likewise.
5199 (remove_catch_syscall): Likewise.
5200 (is_syscall_catchpoint_enabled): Likewise.
5201 (add_catch_command): Likewise.
5202 (_initialize_breakpoint): Register cleanup.
5203 * breakpoint.h: Removed DEF_VEC_I(int).
5204 * dwarf2loc.c: Call DEF_VEC_I(int).
5205 * mi/mi-main.c: Likewise.
5206
460fac3c
MK
52072012-03-12 Mark Kettenis <kettenis@gnu.org>
5208
5209 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
5210
e1aca11e
JB
52112012-03-12 Chris January <chris.january@allinea.com>
5212
5213 * aix-thread.c (_initialize_aix_thread): Add prototype.
5214 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
5215 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
5216
649c7061
JB
52172012-03-12 Joel Brobecker <brobecker@adacore.com>
5218
5219 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
5220 include of "amd64-nat.h".
5221
0b49e518
TT
52222012-03-12 Tom Tromey <tromey@redhat.com>
5223
5224 * buildsym.c (record_pending_block): Now static.
5225 * buildsym.h: (record_pending_block): Remove.
5226
fd24fa94
AT
52272012-03-12 Andreas Tobler <andreast@fgznet.ch>
5228
5229 * amd64bsd-nat.c: Include amd64bsd-nat.h.
5230
ba919b58
TT
52312012-03-09 Tom Tromey <tromey@redhat.com>
5232
5233 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
5234 producer_is_gxx_lt_4_6>: New fields.
5235 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
5236
a48e046c
TT
52372012-03-09 Tom Tromey <tromey@redhat.com>
5238
5239 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
5240
6f5e9362
JB
52412012-03-08 Joel Brobecker <brobecker@adacore.com>
5242
5243 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
5244 prototype.
5245
8d037db9
JB
52462012-03-08 Joel Brobecker <brobecker@adacore.com>
5247
5248 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
5249
4e841acf
JK
52502012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 Fix -Wmissing-prototypes build.
5253 * arm-linux-nat.c (get_thread_id): Make it static.
5254 * xtensa-linux-nat.c (get_thread_id): Likewise.
5255
c6030312
JB
52562012-03-08 Joel Brobecker <brobecker@adacore.com>
5257
5258 * server.c (process_point_options): If a conditional expression
5259 is found, only print a message if remote_debug is nonzero.
5260
52323be9
LM
52612012-03-08 Luis Machado <lgustavo@codesourcery.com>
5262
5263 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
5264 of internal error for unknown/unsupported types.
5265
7fe25d9b
JK
52662012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5267
5268 Fix CU relative vs. absolute DIE offsets.
5269 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
5270 offset to offset_in_cu.
5271 * dwarf2read.c (process_enumeration_scope): Add CU offset to
5272 TYPE_OFFSET.
5273 (dwarf2_fetch_die_location_block): Rename parameter offset to
5274 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
5275
05e7c244
JK
52762012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5277
5278 * libunwind-frame.c: Rename to ...
5279 * ia64-libunwind-tdep.c: ... here.
5280 * libunwind-frame.h: Rename to ...
5281 * ia64-libunwind-tdep.h: ... here.
5282 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
5283 ia64-libunwind-tdep.h.
5284 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
5285 * README (--with-libunwind): Rename to ...
5286 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
5287 * config.in: Regenerate.
5288 * configure: Regenerate.
5289 * configure.ac: New option --with-libunwind-ia64, make the
5290 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
5291 Remove AC_DEFINE for HAVE_LIBUNWIND.
5292 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
5293 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
5294 Rename libunwind-frame in the general comment.
5295 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
5296 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
5297 Move forward declarations inside #ifndef. Rename libunwind-frame in
5298 the general comment.
5299 * ia64-tdep.c: Rename libunwind-frame.h #include to
5300 ia64-libunwind-tdep.h.
5301 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
5302 (ia64_libunwind_descr): Rename libunwind-frame to
5303 ia64-libunwind-tdep in these function comments.
5304 * ia64-tdep.h: Rename libunwind-frame.h #include to
5305 ia64-libunwind-tdep.h.
5306 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
5307 ia64-libunwind-tdep in that data comment.
5308
3755cbfd
JK
53092012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5310
5311 * libunwind-frame.h (struct frame_unwind): New declaration.
5312
d1cda5d9
JB
53132012-03-08 Joel Brobecker <brobecker@adacore.com>
5314
5315 * breakpoint.c (_initialize_breakpoint): Fix error in help of
5316 "set breakpoint condition-evaluation" command.
5317
a0ba0aa2
TG
53182012-03-08 Tristan Gingold <gingold@adacore.com>
5319
5320 * sparc-stub.c: Move to stubs/
5321 * sh-stub.c: Likewise.
5322 * m68k-stub.c: Likewise.
5323 * m32r-stub.c: Likewise.
5324 * i386-stub.c: Likewise.
5325
7b8b6d6d
AS
53262012-03-08 Andreas Schwab <schwab@linux-m68k.org>
5327
007cafee
AS
5328 * m68klinux-tdep.c (m68k_linux_init_abi): Register
5329 linux_get_siginfo_type.
5330
7b8b6d6d
AS
5331 * m68klinux-nat.c: Include "gdb_proc_service.h".
5332 (PTRACE_GET_THREAD_AREA): Define.
5333 (ps_get_thread_area): New function.
5334
bba74b36
YQ
53352012-03-08 Yao Qi <yao@codesourcery.com>
5336
5337 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
5338 `xsnprintf'.
5339 (remote_query_attached): Likewise.
5340 (remote_static_tracepoint_marker_at): Likewise.
5341 (remote_set_permissions): Likewise.
5342 (remote_detach_1, extended_remote_attach_1): Likewise.
5343 (send_g_packet, remote_vkill): Likewise.
5344 (extended_remote_disable_randomization): Likewise.
5345 (remote_add_target_side_condition): Likewise.
5346 (remote_insert_breakpoint): Likewise.
5347 (remote_remove_breakpoint): Likewise.
5348 (remote_insert_watchpoint): Likewise.
5349 (remote_remove_watchpoint): Likewise.
5350 (remote_insert_hw_breakpoint): Likewise.
5351 (remote_insert_hw_breakpoint): Likewise.
5352 (remote_remove_hw_breakpoint): Likewise.
5353 (remote_download_command_source): Likewise.
5354 (remote_download_tracepoint): Likewise.
5355 (remote_download_trace_state_variable): Likewise.
5356 (remote_disable_tracepoint): Likewise.
5357 (remote_trace_set_readonly_regions): Likewise.
5358 (remote_get_tracepoint_status): Likewise.
5359 (remote_trace_find): Likewise.
5360 (remote_get_trace_state_variable_value): Likewise.
5361 (remote_set_disconnected_tracing): Likewise.
5362 (remote_set_circular_trace_buffer): Likewise.
5363 (remote_get_min_fast_tracepoint_insn_len): Likewise.
5364 (remote_use_agent): Likewise.
5365 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
5366 Update callers.
5367
9b224c5e
PA
53682012-03-07 Pedro Alves <palves@redhat.com>
5369
5370 * NEWS: Mention QProgramSignals.
5371 * inferior.h (update_signals_program_target): Declare.
5372 * infrun.c: (update_signals_program_target): New.
5373 (handle_command): Update the target of the new program signals
5374 array changes.
5375 * remote.c (PACKET_QProgramSignals): New enum.
5376 (last_program_signals_packet): New global.
5377 (remote_program_signals): New.
5378 (remote_start_remote): Update the target with the program signals
5379 list.
5380 (remote_protocol_features): Add entry for QPassSignals.
5381 (remote_open_1): Free anc clear last_program_signals_packet.
5382 (init_remote_ops): Install remote_program_signals.
5383 * target.c (update_current_target): Adjust.
5384 (target_program_signals): New.
5385 * target.h (struct target_ops) <to_program_signals>: New field.
5386 (target_program_signals): Declare.
5387
74c48cbb
PA
53882012-03-07 Pedro Alves <palves@redhat.com>
5389
5390 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
5391 extensions.
5392
0c13fc49
AS
53932012-03-07 Andreas Schwab <schwab@linux-m68k.org>
5394
5395 * m68klinux-nat.c (getregs_supplies): Make static.
5396 (getfpregs_supplies): Likewise.
5397 (have_ptrace_getregs): Likewise.
5398
1281d2a3
JB
53992012-03-06 Joel Brobecker <brobecker@adacore.com>
5400
5401 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
5402 in call to get_die_type_at_offset.
5403
2b03b41d
SS
54042012-03-06 Stan Shebs <stan@codesourcery.com>
5405
5406 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
5407 * mi/mi-cmd-disas.c: Ditto.
5408 * mi/mi-cmd-env.c: Ditto.
5409 * mi/mi-cmd-file.c: Ditto.
5410 * mi/mi-cmd-stack.c: Ditto.
5411 * mi/mi-cmd-target.c: Ditto.
5412 * mi/mi-cmd-var.c: Ditto.
5413 * mi/mi-cmds.c: Ditto.
5414 * mi/mi-cmds.h: Ditto.
5415 * mi/mi-console.c: Ditto.
5416 * mi/mi-getopt.c: Ditto.
5417 * mi/mi-getopt.h: Ditto.
5418 * mi/mi-interp.c: Ditto.
5419 * mi/mi-main.c: Ditto.
5420 * mi/mi-out.c: Ditto.
5421 * mi/mi-parse.c: Ditto.
5422 * mi/mi-parse.h: Ditto.
5423 * mi/mi-symbol-cmds.c: Ditto.
5424
5425 * mi/mi-getopt.h: Move mi_opt struct up.
5426 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
5427 return.
5428 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
5429
c988ad87
TT
54302012-03-06 Tom Tromey <tromey@redhat.com>
5431
5432 * proc-service.c (ps_pglobal_lookup): Set the current program
5433 space.
5434
1b7c1b10
PA
54352012-03-06 Pedro Alves <palves@redhat.com>
5436
5437 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
5438
3c182069
JB
54392012-03-05 Joel Brobecker <brobecker@adacore.com>
5440
5441 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
5442
2e794194
JK
54432012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5444
5445 Code cleanup.
5446 * common/linux-osdata.c (linux_common_core_of_thread): New function
5447 comment.
5448 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
5449 call by linux_common_core_of_thread.
5450 (linux_nat_core_of_thread_1): Remove.
5451 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
5452 * linux-thread-db.c: Include linux-osdata.h.
5453 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
5454 linux_common_core_of_thread.
5455
9f9f1f31
TT
54562012-03-05 Tom Tromey <tromey@redhat.com>
5457
5458 * value.c (value_primitive_field): Don't fetch contents for
5459 non-virtual bases.
5460
b7b189f3
TT
54612012-03-05 Tom Tromey <tromey@redhat.com>
5462
5463 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
5464
05b8a789 54652012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 5466
5538f557
JB
5467 * s390-nat.c: Include "gregset.h".
5468
75528772
JK
54692012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
5472 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
5473 (libunwind_load): New variable so_error, use it for dlerror. Try to
5474 load also LIBUNWIND_SO_7.
5475
275418ae
PA
54762012-03-05 Pedro Alves <palves@redhat.com>
5477
5478 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
5479 is not NULL, and remove resulting dead code.
5480
5cbb9812
TS
54812012-03-05 Thomas Schwinge <thomas@codesourcery.com>
5482
5483 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
5484 prologue to sh_analyze_prologue.
5485 (sh_analyze_prologue): Make better use of such an upper limit, and
5486 generally be more cautious about accessing memory.
5487
541515ad
TT
54882012-03-05 Tom Tromey <tromey@redhat.com>
5489
5490 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
5491 _initialize_ia64_hpux_tdep.
5492
b4d36fb8
PA
54932012-03-05 Pedro Alves <palves@redhat.com>
5494
24490249
PA
5495 PR gdb/13766
5496
b4d36fb8
PA
5497 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
5498 the register state is clear, supply explicit zero, instead of
5499 marking the register unavailable.
5500
60c9a3c0
TG
55012012-03-05 Tristan Gingold <gingold@adacore.com>
5502
5503 * NEWS: Mention OpenVMS ia64 new target.
5504
696759ad
TG
55052012-03-05 Tristan Gingold <gingold@adacore.com>
5506
5507 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
5508 (ia64_unw_accessors, ia64_unw_rse_accessors)
5509 (ia64_libunwind_descr): Declare.
5510 * ia64-vms-tdep.c: New file.
5511 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
5512 (ia64_libunwind_descr): Make them public.
5513 * configure.tgt: Add ia64-*-*vms*.
5514 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
5515 (ALLDEPFILES): Add ia64-vms-tdep.c
5516
34864976
TG
55172012-03-05 Tristan Gingold <gingold@adacore.com>
5518
169081d0
TG
5519 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
5520 * remote.c (PACKET_qXfer_uib): New enum value.
5521 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
5522 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
5523 (_initialize_remote): Call add_packet_config_cmd for
5524 xfer:uib packet.
5525
55262012-03-05 Tristan Gingold <gingold@adacore.com>
5527
5528 * osabi.c (gdb_osabi_names): Add OpenVMS.
5529 (generic_elf_osabi_sniffer): Likewise.
5530 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 5531
6597b100
JK
55322012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 Removed unused code.
5535 * libunwind-frame.c (libunwind_frame_unwind)
5536 (libunwind_frame_base_address): Remove.
5537 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
5538
87399aa1
YQ
55392012-03-04 Yao Qi <yao@codesourcery.com>
5540
5541 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
5542 remove trailing new line.
5543 (agent_run_command, agent_run_command): Add _ markup.
5544 (agent_capability_check): Likewise.
5545
abf1152a
JK
55462012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5547
5548 * breakpoint.c (set_condition_evaluation_mode): Set
5549 CONDITION_EVALUATION_MODE unconditionally.
5550
5808517f
YQ
55512012-03-03 Yao Qi <yao@codesourcery.com>
5552
5553 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
5554 * common/agent.h: Update declaration.
5555 * inf-child.c (inf_child_use_agent): New.
5556 (inf_child_can_use_agent): New.
5557 (inf_child_target): Initialize fields `to_use_agent'
5558 and `to_can_use_agent'.
5559 * agent.c (agent_new_objfile): New.
89b7509a 5560 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
5561 observer.
5562
5563 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5564 New.
89b7509a 5565 (linux_target_install_ops): Initialize field
5808517f
YQ
5566 `to_static_tracepoint_markers_by_strid'.
5567 * remote.c (free_current_marker): Move it to ...
5568 * tracepoint.c (free_current_marker): ... here. New.
5569 (cleanup_target_stop): New.
5570 * tracepoint.h: Declare free_current_marker.
5571 * NEWS: Add one entry about `info static-tracepoint-marker'.
5572
58b4daa5
YQ
55732012-03-03 Yao Qi <yao@codesourcery.com>
5574
5575 * common/agent.c (agent_loaded_p): New.
89b7509a 5576 (agent_look_up_symbols): New global.
58b4daa5
YQ
5577 * common/agent.h: Declare agent_loaded_p.
5578
8ffcbaaf
YQ
55792012-03-03 Yao Qi <yao@codesourcery.com>
5580
5581 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
5582 (agent_capability_check, agent_capability_invalidate): New.
5583 (symbol_list): New array element.
5584 * common/agent.h (enum agent_capa): New.
5585 * target.c (target_pre_inferior): Call agent_capability_invalidate.
5586
d1feda86
YQ
55872012-03-03 Yao Qi <yao@codesourcery.com>
5588
5589 * target.h (struct target_ops) <to_use_agent>: New field.
5590 (struct target_ops) <to_can_use_agent>: New field.
5591 (target_use_agent, target_can_use_agent): New macro.
5592 * target.c (update_current_target): Update.
5593 * remote.c: New enum `PACKET_QAgent'.
5594 (remote_protocol_features): Add a new element.
5595 (remote_use_agent, remote_can_use_agent): New.
5596 (init_remote_ops): Initialize field `can_use_agent' with
5597 remote_can_use_agent. Intiailize field `use_agent' with
5598 remote_use_agent.
5599 * common/agent.c (use_agent): New global.
5600 * common/agent.h: Declare it.
5601 * tracepoint.c (info_static_tracepoint_markers_command): Add
5602 comment.
5603 * Makefile.in (SFILES): Add common/agent.c and agent.c.
5604 (COMMON_OBS): Add common/agent.o and agent.o
5605 (common-agent.o): New rule.
5606 * agent.c: New.
5607
2fa291ac
YQ
56082012-03-03 Yao Qi <yao@codesourcery.com>
5609
5610 * common/agent.c: New.
5611 * common/agent.h: New.
5612 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
5613 AC_CHECK_HEADERS.
5614 * configure, configh.in: Regenerated.
5615
9fc05685
KB
56162012-03-02 Kevin Buettner <kevinb@redhat.com>
5617
5618 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
5619 unless it exists for this architecture.
5620
a5ee536b
JB
56212012-03-02 Joel Brobecker <brobecker@adacore.com>
5622
5623 * language.h (struct language_defn): New "method" la_read_var_value.
5624 * findvar.c: #include "language.h".
5625 (default_read_var_value): Renames read_var_value. Rewrite
5626 function description.
5627 (read_var_value): New function.
5628 * value.h (default_read_var_value): Add prototype.
5629 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
5630 New functions.
5631 (ada_language_defn): Add entry for la_read_var_value.
5632 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
5633 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
5634 language_defn structures to add entry for new la_read_var_value
5635 field.
5636
f59f708a
PA
56372012-03-02 Tom Tromey <tromey@redhat.com>
5638 Pedro Alves <palves@redhat.com>
5639
5640 PR breakpoints/13776:
5641 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
5642 breakpoints.
5643 (delete_longjmp_breakpoint_at_next_stop): New.
5644 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
5645 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
5646 before deleting the inferior. Add comments.
5647 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
5648 breakpoints immediately, but only on next stop. Move that code
5649 next to where we mark other breakpoints for deletion.
5650
44099a67
JB
56512012-03-02 Joel Brobecker <brobecker@adacore.com>
5652
5653 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
5654 marker.
5655 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
5656 violation.
5657
2a2ef594
PA
56582012-03-02 Pedro Alves <palves@redhat.com>
5659
5660 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
5661
b261e0c5
UW
56622012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
5663
5664 Fix -Wmissing-prototypes build.
5665 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
5666 * remote-sim.c (gdbsim_has_all_memory): Likewise.
5667 (gdbsim_has_memory): Likewise.
5668
a95babbf
YQ
56692012-03-02 Yao Qi <yao@codesourcery.com>
5670
5671 Fix -Wmissing-prototypes build.
5672 * charset.c (phony_iconv_open): Make static.
5673 (phony_iconv_close, phony_iconv): Likewise.
5674 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
5675 * i386-windows-nat.c (_initialize_i386_windows_nat): New
5676 prototype.
5677 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
5678 * ser-mingw.c (create_select_thread): Make static.
5679 * windows-termcap.c (tgetent): New prototype.
5680 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
5681
d603d4b3
JK
56822012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
5683
5684 Fix -Wmissing-prototypes build.
5685 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
5686 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
5687 (_initialize_loadable): New prototypes.
5688
7fb3ad1f
DE
56892012-03-02 Doug Evans <dje@google.com>
5690
5691 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
5692 abbrev table, read_comp_unit will do it.
5693
693be288
JK
56942012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5695
5696 Fix -Wmissing-prototypes build.
5697 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
5698 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
5699 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
5700 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
5701 (_initialize_arm_symbian_tdep): New prototype.
5702 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
5703 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
5704 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
5705 static.
5706 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
5707 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
5708 prototype.
5709 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
5710 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
5711 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
5712 static.
5713 * moxie-tdep.c (moxie_process_record): Likewise.
5714 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
5715 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
5716 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
5717 (_initialize_rl78_tdep): New prototype.
5718 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
5719 (_initialize_rx_tdep): New prototype.
5720 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
5721 (_initialize_darwin_solib): New prototype.
5722 * solib-spu.c: Include solib-spu.h.
5723 (_initialize_spu_solib): New prototype.
5724 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
5725 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
5726 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
5727 (tic6x_software_single_step): Make it static.
5728 (_initialize_tic6x_tdep): New prototype.
5729
638234e5
JK
57302012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5731
5732 Fix -Wmissing-prototypes build.
5733 * cris-tdep.c (cris_can_use_hardware_watchpoint)
5734 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
5735
f4a6f16d
JK
57362012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 Fix -Wmissing-prototypes build.
5739 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
5740 (frv_have_stopped_data_address): Remove.
5741
04dcf5fa
JK
57422012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5743
5744 Fix -Wmissing-prototypes build.
5745 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
5746 * sh-tdep.c: Include sh64-tdep.h.
5747 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
5748 * sh64-tdep.c: Include sh64-tdep.h.
5749 * sh64-tdep.h: New file.
5750
19080931
MR
57512012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5752
5753 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
5754
9aac7884
MR
57552012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5756
5757 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
5758 sp_regnum once the gdbarch_init_osabi hook has been called.
5759
a385295e
MR
57602012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5761
5762 * mips-tdep.c (mips32_bc1_pc): New function.
5763 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
5764 BPOSGE32 and BPOSGE64 instructions.
5765 (deal_with_atomic_sequence): Likewise.
5766 (mips32_instruction_has_delay_slot): Likewise.
5767
1faeff08 57682012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
5769 Chris Dearman <chris@mips.com>
5770 Maciej W. Rozycki <macro@codesourcery.com>
5771 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
5772
5773 * features/mips-dsp.xml: New file.
5774 * features/mips64-dsp.xml: New file.
5775 * features/mips-dsp-linux.xml: New file.
5776 * features/mips64-dsp-linux.xml: New file.
5777 * features/Makefile (WHICH): Add mips-dsp-linux and
5778 mips64-dsp-linux.
5779 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
5780 * features/mips-dsp-linux.c: New file.
5781 * features/mips64-dsp-linux.c: New file.
5782 * regformats/mips-dsp-linux.dat: New file.
5783 * regformats/mips64-dsp-linux.dat: New file.
5784 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
5785 registers.
5786 (mips64_linux_register_addr): Likewise.
5787 (mips64_linux_regsets_fetch_registers): Likewise.
5788 (mips64_linux_regsets_store_registers): Likewise.
5789 (mips64_linux_fetch_registers): Update call to
5790 mips64_linux_regsets_fetch_registers.
5791 (mips64_linux_store_registers): Update call to
5792 mips64_linux_regsets_store_registers.
5793 (mips_linux_read_description): Probe for DSP registers.
5794 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
5795 and initialize_tdesc_mips64_dsp_linux.
5796 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
5797 Remove padding of no longer used embedded register slots.
5798 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
5799 (MIPS_RESTART_REGNUM): Redefine enum value.
5800 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
5801 strings.
5802 (mips_tx39_reg_names): Likewise.
5803 (mips_linux_reg_names): New array of register names for Linux
5804 targets.
5805 (mips_register_name): Check for a null pointer in
5806 mips_processor_reg_names and return an empty string.
5807 (mips_register_type): Exclude embedded registers for the IRIX
5808 and Linux ABIs.
5809 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
5810 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
5811 DSP registers.
5812 (mips_stab_reg_to_regnum): Handle DSP accumulators.
5813 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
5814 (mips_gdbarch_init): Likewise. Initialize internal register
5815 indices for the Linux ABI. Use dynamic numbers to refer to
5816 registers, as applicable, while parsing the target description.
5817 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
5818
263689d8
JB
58192012-03-01 Joel Brobecker <brobecker@adacore.com>
5820
5821 * frame.h (read_frame_register_unsigned): Fix typo in function
5822 description.
5823
f3b4f45c
PA
58242012-03-01 Pedro Alves <palves@redhat.com>
5825
5826 * jit-reader.in [!__cplusplus]
5827 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
5828
b03a2011
PA
58292012-03-01 Pedro Alves <palves@redhat.com>
5830
5831 * configure.ac (build_warnings): Add -Wmissing-prototypes.
5832 * configure: Regenerate.
5833
70221824
PA
58342012-03-01 Pedro Alves <palves@redhat.com>
5835
5836 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
5837 * breakpoint.c (create_exception_master_breakpoint, trace_command)
5838 (ftrace_command, strace_command): Make static.
5839 * d-lang.c (_initialize_d_language): Declare.
5840 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
5841 * dwarf2loc.c (_initialize_dwarf2loc):
5842 * dwarf2read.c (process_psymtab_comp_unit): Make static.
5843 * exec.c (exec_get_section_table): Make static.
5844 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
5845 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
5846 * inferior.c (remove_inferior_command, add_inferior_command)
5847 (clone_inferior_command): Make static.
5848 * linux-nat.c (linux_nat_thread_address_space)
5849 (linux_nat_core_of_thread): Make static.
5850 * linux-tdep.c (_initialize_linux_tdep): Declare.
5851 * objc-lang.c (_initialize_objc_lang): Declare.
5852 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
5853 Make static.
5854 (_initialize_opencl_language): Declare.
5855 * record.c (_initialize_record): Declare.
5856 * remote.c (demand_private_info, remote_get_tib_address)
5857 (remote_supports_cond_tracepoints)
5858 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
5859 Make static.
5860 * skip.c (_initialize_step_skip): Declare.
5861 * symtab.c (skip_prologue_using_lineinfo): Make static.
5862 * tracepoint.c (delete_trace_state_variable)
5863 (trace_variable_command, delete_trace_variable_command)
5864 (get_uploaded_tsv, find_matching_tracepoint_location)
5865 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
5866 Make static.
5867 * value.c (pack_unsigned_long): Make static.
5868 * varobj.c (varobj_ensure_python_env): Make static.
5869 * windows-tdep.c (_initialize_windows_tdep): Declare.
5870 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
5871
33fbcbee
PA
58722012-03-01 Pedro Alves <palves@redhat.com>
5873
5874 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
5875 gdbarch parameter.
5876 (linux_init_abi): Install it as has_shared_address_space gdbarch
5877 callback.
5878
44d0cd3b
PA
58792012-03-01 Pedro Alves <palves@redhat.com>
5880
5881 * observer.c (observer_test_first_notification_function)
5882 (observer_test_second_notification_function)
5883 (observer_test_third_notification_function): Add declarations.
5884
ed01b82c
PA
58852012-03-01 Pedro Alves <palves@redhat.com>
5886
5887 * common/signals.c (default_target_signal_to_host)
5888 (default_target_signal_from_host): Move ...
5889 * arch-utils.c: ... here.
5890 * arch-utils.h (default_target_signal_to_host)
5891 (default_target_signal_from_host): Declare.
5892
5893 * common/signals.c (target_signal_from_command): Move ...
5894 * infrun.c: ... here.
5895 * inferior.h (target_signal_from_command): Declare.
5896 * target.h (target_signal_from_command)
5897 (default_target_signal_from_host, default_target_signal_to_host):
5898 Delete declarations.
5899
5900 * common/signals.c (_initialize_signals): Delete.
5901
c9b87335
PA
59022012-03-01 Pedro Alves <palves@redhat.com>
5903
5904 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
5905 both __cplusplus and !__cplusplus.
5906
9340a6c0
PA
59072012-03-01 Pedro Alves <palves@redhat.com>
5908
5909 * psymtab.c (find_and_open_source): Delete declaration.
5910 * source.c (find_and_open_source): Move comment ...
5911 * source.h (find_and_open_source): ... to this new declaration.
5912
e451c4a1
PA
59132012-03-01 Pedro Alves <palves@redhat.com>
5914
5915 * inline-frame.c: Include inline-frame.h.
5916
983fb104
PA
59172012-03-01 Pedro Alves <palves@redhat.com>
5918
5919 * tui/tui-data.c (set_gen_win_origin): Delete.
5920 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
5921 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
5922
5fbce5df
PA
59232012-03-01 Pedro Alves <palves@redhat.com>
5924
5925 * remote.c (encode_actions): Delete declaration.
5926 * tracepoint.c (encode_actions): Make extern.
5927 * tracepoint.h (encode_actions): Declare.
5928
49a8461d
PA
59292012-03-01 Pedro Alves <palves@redhat.com>
5930
5931 * python/py-breakpoint.c: Include python.h.
5932 * python/py-continueevent.c (create_continue_event_object): Make
5933 static.
5934 * python/py-lazy-string.c (stpy_get_type): Make static.
5935 * python/py-newobjfileevent.c (create_new_objfile_event_object):
5936 Make static.
5937 * python/py-utils.c (unicode_to_target_python_string): Make
5938 static.
5939 * python/py-value.c: Include python.h.
5940
9079102f
PA
59412012-03-01 Pedro Alves <palves@redhat.com>
5942
5943 * inferior.c (delete_threads_of_inferior): Delete.
5944
a298c5e8
PA
59452012-03-01 Pedro Alves <palves@redhat.com>
5946
5947 Import fallback definitions from glibc.
5948
5949 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
5950 ps_prochandle): Forward declare.
5951 (ps_err_e): Use glibc's comments.
5952 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
5953 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
5954 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
5955 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
5956 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
5957 (struct ps_prochandle): Adjust comment.
5958
e3084549
PA
59592012-03-01 Pedro Alves <palves@redhat.com>
5960
5961 * ada-lang.c (ada_modulus_from_name): Delete.
5962 * ada-lex.l (lexer_init): Make static.
5963
ad5f7d6e
PA
59642012-03-01 Pedro Alves <palves@redhat.com>
5965
5966 PR gdb/13767
5967
5968 * frame.c (read_frame_register_unsigned): New.
5969 * frame.h (read_frame_register_unsigned): Declare.
5970 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
5971 Handle it.
5972 (print_i387_control_word): New parameter `control_p'. Handle it.
5973 (i387_print_float_info): Handle unavailable float registers.
5974
e0a4d108
KS
59752012-03-01 Keith Seitz <keiths@redhat.com>
5976
5977 * linespec.c (decode_line_2): Sort the list of methods
5978 alphabetically before presenting the user with a selection
5979 menu.
5980
122d1940
DE
59812012-03-01 Doug Evans <dje@google.com>
5982
5983 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
5984 has_namespace_info.
5985 (dwarf2_read_abbrevs): Remove corresponding initialization.
5986
7d74f244
DE
59872012-03-01 Scott J. Goldman <scottjg@vmware.com>
5988
5989 * NEWS: Mention new python command class gdb.COMMAND_USER.
5990 * cli/cli-cmds.c (show_user): Print error when used on a python
5991 command.
5992 (init_cli_cmds): Update documentation strings for "show user" and
5993 "set/show max-user-call-depth" to clarify that it does not apply to
5994 python commands.
5995 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
5996 error check.
5997 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
5998 gdb python api.
5999 * top.c (execute_command): Only execute a user-defined command as a
6000 legacy macro if c->user_commands is set.
6001
e88acd96
TT
60022012-03-01 Tom Tromey <tromey@redhat.com>
6003
6004 * valprint.h (struct generic_val_print_decorations): New.
6005 (generic_val_print): Declare.
6006 * valprint.c (generic_val_print): New function.
6007 * p-valprint.c (p_decorations): New global.
6008 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
6009 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
6010 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
6011 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
6012 * m2-valprint.c (m2_decorations): New global.
6013 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
6014 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
6015 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
6016 TYPE_CODE_ERROR>: Call generic_val_print.
6017 * f-valprint.c (f_decorations): New global.
6018 (f_val_print): Use print_function_pointer_address.
6019 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
6020 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
6021 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
6022 generic_val_print.
6023 * c-valprint.c (c_decorations): New global.
6024 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
6025 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
6026 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
6027 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
6028 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
6029 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
6030 case.
6031
d3eab38a
TT
60322012-03-01 Tom Tromey <tromey@redhat.com>
6033
6034 * valprint.c (val_print): Update.
6035 * p-valprint (pascal_val_print): Return void.
6036 * p-lang.h (pascal_val_print): Return void.
6037 * m2-valprint.c (m2_val_print): Return void.
6038 * m2-lang.h (m2_val_print): Return void.
6039 * language.h (struct language_defn) <la_val_print>: Return void.
6040 * language.c (unk_lang_val_print): Return void.
6041 * jv-valprint.c (java_val_print): Return void.
6042 * jv-lang.h (java_val_print): Return void.
6043 * f-valprint.c (f_val_print): Return void.
6044 * f-lang.h (f_val_print): Return void.
6045 * d-valprint.c (d_val_print): Return void.
6046 (dynamic_array_type): Update.
6047 * d-lang.h (d_val_print): Return void.
6048 * c-valprint.c (c_val_print): Return void.
6049 * c-lang.h (c_val_print): Return void.
6050 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
6051 void.
6052 * ada-lang.h (ada_val_print): Return void.
6053
35c0084b
TT
60542012-03-01 Tom Tromey <tromey@redhat.com>
6055
6056 * value.h (val_print): Return void.
6057 * valprint.c (val_print): Return void.
6058
a1f5dd1b
TT
60592012-03-01 Tom Tromey <tromey@redhat.com>
6060
6061 * value.h (common_val_print): Return void.
6062 * valprint.c (common_val_print): Return void.
6063
8e069a98
TT
60642012-03-01 Tom Tromey <tromey@redhat.com>
6065
6066 * value.h (value_print): Return void.
6067 * valprint.c (value_print): Return void.
6068 * p-valprint.c (pascal_value_print): Return void.
6069 * p-lang.h (pascal_value_print): Return void.
6070 * language.h (struct language_defn) <la_value_print>: Return
6071 void.
6072 * language.c (unk_lang_value_print): Return void.
6073 * jv-valprint.c (java_value_print): Return void.
6074 * jv-lang.h (java_value_print): Return void.
6075 * f-valprint.c (c_value_print): Don't declare.
6076 Include c-lang.h.
6077 * c-valprint.c (c_value_print): Return void.
6078 * c-lang.h (c_value_print): Return void.
6079 * ada-valprint.c (ada_value_print): Return void.
6080 * ada-lang.h (ada_value_print): Return void.
6081
be335936
TT
60822012-03-01 Tom Tromey <tromey@redhat.com>
6083
6084 * value.c (value_primitive_field): Handle virtual base classes.
6085
b0db66a7
TT
60862012-03-01 Tom Tromey <tromey@redhat.com>
6087
6088 * gdbtypes.h (struct vbase): Remove.
6089
132c57b4
TT
60902012-03-01 Tom Tromey <tromey@redhat.com>
6091
6092 * c-valprint.c (print_function_pointer_address): Move...
6093 * valprint.c: ... here. Make non-static.
6094 * m2-valprint.c (print_function_pointer_address): Remove.
6095 * valprint.h (print_function_pointer_address): Declare.
6096
e41eec66
JB
60972012-03-01 Joel Brobecker <brobecker@adacore.com>
6098
6099 * NEWS: Document the fact that one can provide a condition when
6100 creating an Ada exception catchpoint.
6101
19c37f24
TT
61022012-03-01 Tom Tromey <tromey@redhat.com>
6103
6104 * valprint.c (val_print_type_code_flags): Fix placement of
6105 trailing brace.
6106
f0fed3a3
JB
61072012-03-01 Joel Brobecker <brobecker@adacore.com>
6108
6109 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
6110 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
6111 environment variable before calling update-copyright.
6112
8ba85d85
JB
61132012-03-01 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gnulib/extra/update-copyright: Update to the latest from
6116 gnulib's git repository.
6117 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
6118 variable to 2 instead of 1.
6119
8219b1e8
JB
61202012-02-29 Joel Brobecker <brobecker@adacore.com>
6121
6122 * varobj.c (c_value_of_variable): Remove dead code.
6123
718cb7da
JB
61242012-02-29 Joel Brobecker <brobecker@adacore.com>
6125
6126 * ada-lex.p (processId): Do not modify already encoded IDs.
6127 Update function documentation.
6128
739593e0
JB
61292012-02-29 Joel Brobecker <brobecker@adacore.com>
6130
6131 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
6132 "name" with "struct symbol *name_sym".
6133 * ada-exp.y (write_var_or_type): Update call to
6134 ada_find_renaming_symbol.
6135 "name" with "struct symbol *name_sym". Adjust Implementation
6136 accordingly. Adjust the function documentation.
6137
852dff6c
JB
61382012-02-29 Joel Brobecker <brobecker@adacore.com>
6139
6140 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
6141 * ada-lang.c (ada_find_any_type): Add advance declaration.
6142 Make static. Replace ada_find_any_symbol by
6143 ada_find_any_type_symbol.
6144 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
6145 Improve function description. Make static.
6146 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
6147 Replace ada_find_any_symbol by ada_find_any_type_symbol.
6148
1b611343
JB
61492012-02-29 Joel Brobecker <brobecker@adacore.com>
6150
6151 * ada-lang.c (struct tag_args): Delete.
6152 (ada_get_tsd_type): Function body moved up in source file.
6153 (ada_tag_name_1, ada_tag_name_2): Delete.
6154 (ada_get_tsd_from_tag): New function.
6155 (ada_tag_name_from_tsd): New function.
6156 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
6157 to determine the tag name.
6158
41246937
JB
61592012-02-29 Joel Brobecker <brobecker@adacore.com>
6160
6161 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
6162 declaration.
6163 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
6164 function.
6165
ffde82bf
JB
61662012-02-29 Joel Brobecker <brobecker@adacore.com>
6167
6168 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
6169
2ad01556
JB
61702012-02-29 Joel Brobecker <brobecker@adacore.com>
6171
6172 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
6173 full searches.
6174
99b1c762
JB
61752012-02-29 Joel Brobecker <brobecker@adacore.com>
6176
6177 * ada-lang.c (constrained_packed_array_type): If there is a
6178 parallel XA type, use it to determine the array index type.
6179
2d4a02ee
JB
61802012-02-29 Joel Brobecker <brobecker@adacore.com>
6181
6182 * ada-valprint.c (ada_val_print_1): If our value is a reference
6183 to an array descriptor, dereference it before converting it
6184 to a simple array.
6185
c48db5ca
JB
61862012-02-29 Joel Brobecker <brobecker@adacore.com>
6187
6188 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
6189 creating fixed value.
6190 (ada_value_ind, ada_coerce_ref, assign_component)
6191 (ada_evaluate_subexp): Remove call to unwrap_value before
6192 call to ada_to_fixed_value.
6193
2e6fda7d
JB
61942012-02-29 Joel Brobecker <brobecker@adacore.com>
6195
6196 * ada-lang.c (to_fixed_array_type): Set result's type name.
6197
5845583d
JB
61982012-02-29 Joel Brobecker <brobecker@adacore.com>
6199
6200 * ada-lang.c (catch_ada_exception_command_split): Add new
6201 argument cond_string. Add support for condition at end of
6202 "catch exception" commands.
6203 (ada_decode_exception_location): Add new argument cond_string.
6204 Update call to catch_ada_exception_command_split.
6205 (create_ada_exception_catchpoint): Add new argument cond_string.
6206 Set the breakpoint condition if needed.
6207 (catch_ada_exception_command): Update call to
6208 ada_decode_exception_location.
6209 (ada_decode_assert_location): Add function documentation.
6210 Add support for condition at end of "catch assert" command.
6211 (catch_assert_command): Update calls to ada_decode_assert_location
6212 and create_ada_exception_catchpoint.
6213
9a7f938f
JK
62142012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6215
6216 Fix disp-step-syscall.exp: fork: single step over fork.
6217 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
6218 (i386_linux_get_syscall_number_from_regcache): ... here, new function
6219 comment, change parameters gdbarch and ptid to regcache. Remove
6220 parameter regcache, initialize gdbarch from regcache here.
6221 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
6222 New functions.
6223 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
6224 instead.
6225 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
6226 'syscall'. Make the 'int' check more strict.
6227
ffdf6de5
JK
62282012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
6231 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
6232 (i386_linux_intx80_sysenter_syscall_record): ... here.
6233 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
6234 Use the renamed function name.
6235
c70a6932
JK
62362012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
6239 * breakpoint.c (until_break_command): Likewise.
6240 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
6241 * infcall.c (call_function_by_hand): Likewise.
6242 * infcmd.c (finish_forward): Likewise.
6243 * infrun.c (insert_exception_resume_breakpoint): Likewise.
6244
05b8a789 62452012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 6246
d4cd3da9
JB
6247 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
6248 avoid variable assignments inside condition.
6249
6425366c
JK
62502012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6251
6252 Fix static analysis issue found by cppcheck.
6253 * microblaze-tdep.c (microblaze_extract_return_value): Fix
6254 uninitialized BUF for size 2.
6255
c8cef75f 62562012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
6257 Nathan Froyd <froydnj@codesourcery.com>
6258 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
6259
6260 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
6261 (mips16_instruction_has_delay_slot): Likewise.
6262 (mips_segment_boundary): Likewise.
6263 (mips_adjust_breakpoint_address): Likewise.
6264 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
6265
473347ad 62662012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 6267 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
6268
6269 * infrun.c (handle_inferior_event): Don't proceed through
6270 shared library trampolines if stepping at the machine
6271 instruction level.
6272
cf233303
MR
62732012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6274
6275 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
6276 too.
6277
cb2cf4ce
TS
62782012-02-27 Thomas Schwinge <thomas@codesourcery.com>
6279
6280 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
6281 (sh_stub_unwind_sniffer): New functions.
6282 (sh_stub_unwind): New variable.
6283 (sh_gdbarch_init): Wire everything.
6284
644cebc9
PA
62852012-02-27 Pedro Alves <palves@redhat.com>
6286
6287 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
6288 (linux_nat_post_attach_wait): Adjust to use
6289 linux_proc_pid_is_stopped.
6290 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
6291 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
6292 based on pid_is_stopped from both linux-nat.c and
6293 gdbserver/linux-low.c, and renamed.
6294
283002cf
MR
62952012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
6296
6297 * remote.c (remote_watchpoint_addr_within_range): New function.
6298 (init_remote_ops): Use it.
6299
9b3e86b1
MR
63002012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
6301
6302 * target.h (target_watchpoint_addr_within_range): Document macro.
6303
e36930bb
PA
63042012-02-24 Pedro Alves <palves@redhat.com>
6305
6306 * stack.c (set_last_displayed_sal): Issue internal_error instead
6307 of warning, and issue it after clearing the last displayed sal.
6308
883bc8d1
PA
63092012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6310 Pedro Alves <palves@redhat.com>
6311
6312 * breakpoint.c (until_break_command): Install breakpoints after
6313 all frame manipulations.
6314
b775012e
LM
63152012-02-24 Luis Machado <lgustavo@codesourcery.com>
6316
6317 * remote.c (remote_supports_cond_breakpoints): New forward
6318 declaration.
6319 (remote_add_target_side_condition): New function.
6320 (remote_insert_breakpoint): Add target-side breakpoint
6321 conditional if supported.
6322 (remote_insert_hw_breakpoint): Likewise.
6323 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
6324 hook.
6325
6326 * target.c (update_current_target): Inherit
6327 to_supports_evaluation_of_breakpoint_conditions.
6328 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
6329
6330 * target.h (struct target_ops)
6331 <to_supports_evaluation_of_breakpoint_conditions>: New field.
6332 (target_supports_evaluation_of_breakpoint_conditions): New #define.
6333
6334 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
6335 (condition_evaluation_both, condition_evaluation_auto,
6336 condition_evaluation_host, condition_evaluation_target,
6337 condition_evaluation_enums, condition_evaluation_mode_1,
6338 condition_evaluation_mode): New static globals.
6339 (translate_condition_evaluation_mode): New function.
6340 (breakpoint_condition_evaluation_mode): New function.
6341 (gdb_evaluates_breakpoint_condition_p): New function.
6342 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
6343 (mark_breakpoint_modified): New function.
6344 (mark_breakpoint_location_modified): New function.
6345 (set_condition_evaluation_mode): New function.
6346 (show_condition_evaluation_mode): New function.
6347 (bp_location_compare_addrs): New function.
6348 (get_first_location_gte_addr): New helper function.
6349 (set_breakpoint_condition): Free condition bytecode if locations
6350 has become unconditional. Call mark_breakpoint_modified (...).
6351 (condition_command): Call update_global_location_list (1) for
6352 breakpoints.
6353 (breakpoint_xfer_memory): Use is_breakpoint (...).
6354 (is_breakpoint): New function.
6355 (parse_cond_to_aexpr): New function.
6356 (build_target_condition_list): New function.
6357 (insert_bp_location): Handle target-side conditional
6358 breakpoints and call build_target_condition_list (...).
6359 (update_inserted_breakpoint_locations): New function.
6360 (insert_breakpoint_locations): Handle target-side conditional
6361 breakpoints.
6362 (bpstat_check_breakpoint_conditions): Add comment.
6363 (bp_condition_evaluator): New function.
6364 (bp_location_condition_evaluator): New function.
6365 (print_breakpoint_location): Print information on where the condition
6366 will be evaluated.
6367 (print_one_breakpoint_location): Likewise.
6368 (init_bp_location): Call mark_breakpoint_location_modified (...) for
6369 breakpoint location.
6370 (force_breakpoint_reinsertion): New functions.
6371 (update_global_location_list): Handle target-side breakpoint
6372 conditions.
6373 Reinsert locations that are already inserted if conditions have
6374 changed.
6375 (bp_location_dtor): Free agent expression bytecode.
6376 (disable_breakpoint): Call mark_breakpoint_modified (...).
6377 Call update_global_location_list (...) with parameter 1 for breakpoints.
6378 (disable_command): Call mark_breakpoint_location_modified (...).
6379 Call update_global_location_list (...) with parameter 1 for breakpoints.
6380 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
6381 (enable_command): mark_breakpoint_location_modified (...).
6382 (_initialize_breakpoint): Update documentation and add
6383 condition-evaluation breakpoint subcommand.
6384
6385 * breakpoint.h: Include ax.h.
6386 (condition_list): New data structure.
6387 (condition_status): New enum.
6388 (bp_target_info) <cond_list>: New field.
6389 (bp_location) <condition_changed, cond_bytecode>: New fields.
6390 (is_breakpoint): New prototype.
6391
3788aec7
LM
63922012-02-24 Luis Machado <lgustavo@codesourcery.com>
6393
6394 * remote.c (remote_state) <cond_breakpoints>: New field.
6395 (PACKET_ConditionalBreakpoints): New enum.
6396 (remote_cond_breakpoint_feature): New function.
6397 (remote_protocol_features): Add new ConditionalBreakpoints entry.
6398 (remote_supports_cond_breakpoints): New function.
6399 (_initialize_remote): Add new packet configuration for
6400 target-side conditional breakpoints.
6401
72895ff6
LM
64022012-02-24 Luis Machado <lgustavo@codesourcery.com>
6403
6404 * NEWS: Mention target-side conditional breakpoint support,
6405 new condition-evaluation breakpoint subcommand and remote
6406 packet extensions.
6407
dea2aa5f
LM
64082012-02-24 Luis Machado <lgustavo@codesourcery.com>
6409
6410 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
6411 number.
6412
8a8bc27f
TS
64132012-02-24 Thomas Schwinge <thomas@codesourcery.com>
6414
6415 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
6416 (after_prologue): Remove.
6417
6b446fdf
TT
64182012-02-23 Tom Tromey <tromey@redhat.com>
6419
6420 * jv-valprint.c (java_val_print): Remove dead code.
6421
ef59abfb
TG
64222012-02-23 Tristan Gingold <gingold@adacore.com>
6423
a09130f9
PA
6424 * ada-tasks.c (struct ada_tasks_inferior_data): Add
6425 known_tasks_element and known_tasks_length fields.
6426 (read_known_tasks_array): Change argument type. Use pointer type
6427 and number of elements from DATA. Adjust.
6428 (read_known_tasks_list): Likewise.
6429 (get_known_tasks_addr): Remove.
6430 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
6431 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
6432 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 6433
def166f6
JK
64342012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6435
6436 PR backtrace/13716
6437 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
6438 it after set_momentary_breakpoint.
6439
aeaa2474
SA
64402012-02-22 Sterling Augustine <saugustine@google.com>
6441
6442 PR 13689:
6443 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
6444
feea76c2
GB
64452012-02-22 Gary Benson <gbenson@redhat.com>
6446
6447 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
6448 (find_slot_in_mapped_hash): Likewise.
6449
f06e05e0
JK
64502012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6451
6452 PR build/13638
6453 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
6454 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
6455 * configure: Regenerate.
6456
b54a8fd7
PA
64572012-02-21 Tristan Gingold <gingold@adacore.com>
6458 Pedro Alves <palves@redhat.com>
6459
6460 * ia64-tdep.c: Do not include libunwind-ia64.h.
6461 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
6462 Include libunwind-ia64.h instead of libunwind.h.
6463 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
6464 for libunwind.h existence.
6465 * configure, config.in: Regenerate.
6466
dfcee124
AG
64672012-02-21 Anton Gorenkov <xgsa@yandex.ru>
6468
6469 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
6470 instead of value_rtti_target_type.
6471 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
6472 instead of value_rtti_target_type.
6473 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
6474 value_rtti_target_type.
6475 * valops.c (value_ind): Extract function readjust_indirect_value_type.
6476 (value_rtti_target_type): Rename to ...
6477 (value_rtti_indirect_type): ... here and make it indirect. Update
6478 function comment.
6479 * value.c (readjust_indirect_value_type): New function.
6480 (coerce_ref): Support for enclosing type setting for references
6481 with readjust_indirect_value_type.
6482 * value.h (readjust_value_type): New declaration.
6483 (value_rtti_target_type): Rename to ...
6484 (value_rtti_indirect_type): ... here.
6485
02568277
AG
64862012-02-21 Anton Gorenkov <xgsa@yandex.ru>
6487
6488 * MAINTAINERS (Write After Approval): Add myself to the list.
6489
10c07b7e 64902012-02-20 Doug Evans <dje@google.com>
28ee876a 6491
d82ea6a8
DE
6492 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
6493 Rename objfile_p_char parameter to objfilep.
6494 (build_objfile_section_table): Result is now void. All callers
6495 updated.
6496 * objfiles.h (struct objfile): Tweak comments, whitespace.
6497 (build_objfile_section_table): Update.
6498
28ee876a
DE
6499 * elfread.c (elf_symfile_segments): Fix warning text.
6500
24c79950
TT
65012012-02-20 Tom Tromey <tromey@redhat.com>
6502
6503 PR gdb/13498:
6504 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
6505 particular set of file names once.
6506 (dw2_map_symbol_filenames): Likewise.
6507
3a9b40b6
JK
65082012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 Code cleanup.
6511 * main.c (write_files): Remove the declaration.
6512 (external_editor_command): Move the declaration ...
6513 [GDBTK] (external_editor_command): ... here. Fix the comment.
6514
4d0795ca
TT
65152012-02-20 Tom Tromey <tromey@redhat.com>
6516
6517 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
6518 extraneous block.
6519
637fd620
TG
65202012-02-20 Tristan Gingold <gingold@adacore.com>
6521
6522 * darwin-nat.h (enum darwin_msg_state): Add comments.
6523
6f124894
TG
65242012-02-20 Tristan Gingold <gingold@adacore.com>
6525
6526 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
6527 value.
6528
2e6e3d9c
JB
65292012-20-18 Joel Brobecker <brobecker@adacore.com>
6530
6531 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
6532 between function description and implementation.
6533
2e8265fd
TT
65342012-02-17 Tom Tromey <tromey@redhat.com>
6535
6536 PR python/12070:
6537 * python/py-event.c (event_object_getset): New global.
6538 (event_object_type): Reference it.
6539 * python/py-type.c (field_object_getset): New global.
6540 (field_object_type): Reference it.
6541 * python/python-internal.h (gdb_py_generic_dict): Declare.
6542 * python/py-utils.c (gdb_py_generic_dict): New function.
6543
8544a150 65442012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 6545
8544a150 6546 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 6547
ca193e27
TS
65482012-02-17 Thomas Schwinge <thomas@codesourcery.com>
6549
6550 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
6551 TYPE_CALLING_CONVENTION annotation.
6552
e5586183
KB
65532012-02-16 Kevin Buettner <kevinb@redhat.com>
6554
6555 * MAINTAINERS: Add rx to target ISA section.
6556 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
6557 (ALLDEPFILES): Add rx-tdep.c.
6558
7dcd53a0
TT
65592012-02-16 Tom Tromey <tromey@redhat.com>
6560
6561 * symfile.c (symbol_file_add_main_1): Use inferior's
6562 symfile_flags.
6563 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
6564 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
6565 inferior.
6566 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
6567 inferior.
6568 (follow_exec): Use inferior's symfile_flags.
6569 * inferior.h (struct inferior) <symfile_flags>: New field.
6570
ddd60447
MF
65712012-02-16 Mike Frysinger <vapier@gentoo.org>
6572
6573 PR gdb/9734:
6574 * remote-sim.c (gdbsim_create_inferior): Call error() when
6575 sim_create_inferior() fails.
6576
b0d32fb6
TG
65772012-02-16 Josh Matthews <josh@joshmatthews.net>
6578
6579 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
6580
9addecb9
TT
65812012-02-16 Tom Tromey <tromey@redhat.com>
6582
6583 PR c++/13653:
6584 * thread.c (struct current_thread_cleanup) <was_removable>: New
6585 field.
6586 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
6587 (make_cleanup_restore_current_thread): Initialize new field.
6588
a58b110a
KB
65892012-02-15 Kevin Buettner <kevinb@redhat.com>
6590
6591 * MAINTAINERS: Add rl78 to target ISA section.
6592 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
6593 (ALLDEPFILES): Add rl78-tdep.c.
6594 * NEWS: Mention rl78 as a new target.
6595
4cb6da1c
AR
65962012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6597
6598 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
6599 data.
6600 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
6601
3af2590d
TT
66022012-02-15 Tom Tromey <tromey@redhat.com>
6603
6604 PR gdb/12659:
6605 * infcmd.c (registers_info): Print just the current register's
6606 name.
6607
c6910659
TT
66082012-02-15 Tom Tromey <tromey@redhat.com>
6609
6610 * python/py-symbol.c (sympy_value): Use _().
6611
7cee1e54
PA
66122012-02-15 Pedro Alves <palves@redhat.com>
6613
6614 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
6615 output to be like native targets'.
6616 (remote_pid_to_str): Special case the null ptid.
6617
816338b5
SS
66182012-02-14 Stan Shebs <stan@codesourcery.com>
6619
6620 * NEWS: Mention enable count command.
6621 * breakpoint.h (struct breakpoint): New field enable_count.
6622 * breakpoint.c (enable_breakpoint_disp): Add count argument.
6623 (enable_breakpoint): Add arg to call.
6624 (struct disp_data): New struct.
6625 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
6626 (do_map_enable_once_breakpoint): Create a struct and pass it.
6627 (do_map_enable_delete_breakpoint): Ditto.
6628 (do_map_enable_count_breakpoint): New function.
6629 (enable_count_command): New function.
6630 (bpstat_stop_status): Decrement enable_count.
6631 (print_one_breakpoint_location): Report enable count.
6632 (_initialize_breakpoint): Add enable count command.
6633
c47a44f4
KB
66342012-02-14 Kevin Buettner <kevinb@redhat.com>
6635
6636 * rl78-tdep.c (reggroups.h): Include.
6637 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
6638 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
6639 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
6640 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
6641 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
6642 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
6643 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
6644 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
6645 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
6646 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
6647 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
6648 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
6649 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
6650 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
6651 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
6652 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
6653 beginning of register list.
6654 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
6655 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
6656 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
6657 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
6658 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
6659 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
6660 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
6661 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
6662 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
6663 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
6664 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
6665 the pseudo registers. Rearrange other pseudo registers too so
6666 that the bank registers appear at the end.
6667 (rl78_register_type): Account for the fact that the byte sized
6668 bank registers are now pseudo-registers.
6669 (rl78_register_name): Rearrange the register name array. Make
6670 initial set of raw banked registers inaccessible.
6671 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
6672 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
6673 case for copying bytes back and forth between raw and pseudo
6674 versions of the banked registers. Update other cases to reflect
6675 the changed names.
6676 (rl78_return_value): Update to account for changed names of
6677 raw registers.
6678 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
6679 rl78_register_sim_regno().
6680
e4569f1e
KB
66812012-02-14 Kevin Buettner <kevinb@redhat.com>
6682
6683 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
6684 the name parameter being passed to find_pc_partial_function().
6685
7a05aae7
JK
66862012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 * MAINTAINERS: Step down from being ia64 target maintainer.
6689
11fde611
JK
66902012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6691
6692 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
6693 compilation warning.
6694
57008375
JK
66952012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6696
6697 Fix crash on loaded shlibs without loaded exec_bfd.
6698 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
6699 (set_section_command): Replace exec_bfd by p->bfd.
6700
ff3c9849
TT
67012012-02-10 Tom Tromey <tromey@redhat.com>
6702
6703 * linespec.c (decode_line_internal): Skip symtabs_from_filename
6704 when we have a C++ qualified name.
6705
db2b9fdd
PA
67062012-02-10 Pedro Alves <palves@redhat.com>
6707
6708 * inferior.c (inferior_pid_to_str): New.
6709 (print_inferior, inferior_command): Use it.
6710
12cd34f3
PA
67112012-02-10 Pedro Alves <palves@redhat.com>
6712
6713 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
6714 the test CFLAGS.
6715 * configure: Regenerate.
6716
e871429d
JK
67172012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 * linespec.c (decode_line_internal): Fix comment correctness.
6720
1916efaf
PA
67212012-02-09 Valery Khromov <valery.khromov@gmail.com>
6722
6723 PR gdb/12953
6724 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
6725 * amd64bsd-nat.c: Add support for debug registers (adapted from
6726 i386bsd-nat.c).
6727 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
6728 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
6729 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
6730 (amd64bsd_dr_get_control): New functions.
6731 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
6732 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
6733 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
6734 watchpoints initialization.
6735 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
6736
f4859d94
JK
67372012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
6740 flds_bnds.fields.
6741 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
6742
c56a97f9
JK
67432012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6744
6745 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
6746
1a119f36
JB
67472012-02-08 Joel Brobecker <brobecker@adacore.com>
6748
6749 * language.h (symbol_name_cmp_ftype): Renames
6750 symbol_name_match_p_ftype.
6751 (struct language_defn)[la_get_symbol_name_cmp]: Renames
6752 la_get_symbol_name_match_p.
6753 * ada-lang.c (ada_get_symbol_name_cmp): Renames
6754 ada_get_symbol_name_match_p. Update comment.
6755 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
6756 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
6757 Renames symbol_name_match_p. Update field type.
6758 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
6759 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
6760 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
6761 "la_get_symbol_name_cmp" in comments.
6762 * language.c: Likewise.
6763
c71bb1cf
RO
67642012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6765
6766 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
6767 %eflags offset.
6768 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
6769 (amd64_sol2_gregset32_reg_offs): Likewise.
6770
4b2d20a5
TG
67712012-02-08 Joel Brobecker <brobecker@adacore.com>
6772
6773 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
6774 of the returned BFD is allocated by GDB.
6775
f0823d2c
TT
67762012-02-07 Tom Tromey <tromey@redhat.com>
6777
6778 PR python/12027:
6779 * python/python-internal.h (frame_object_type): Declare.
6780 * python/py-symbol.c (sympy_needs_frame): New function.
6781 (sympy_value): New function.
6782 (symbol_object_getset): Add "needs_frame".
6783 (symbol_object_methods): Add "value".
6784 * python/py-frame.c (frame_object_type): No longer static.
6785
64e7d9dd
TT
67862012-02-07 Tom Tromey <tromey@redhat.com>
6787
6788 PR python/13599:
6789 * python/py-symbol.c (sympy_line): New function.
6790 (symbol_object_getset): Add "line".
6791
1d6b2d2b
TT
67922012-02-07 Tom Tromey <tromey@redhat.com>
6793
6794 * charset.c (find_charset_names): Check 'in' against NULL.
6795
0d5cff50
DE
67962012-02-06 Doug Evans <dje@google.com>
6797
6798 * gdbtypes.h (struct main_type): Change type of name,tag_name,
6799 and fields.name members from char * to const char *. All uses updated.
6800 (struct cplus_struct_type): Change type of fn_fieldlists.name member
6801 from char * to const char *. All uses updated.
6802 (type_name_no_tag): Update.
6803 (lookup_unsigned_typename, lookup_signed_typename): Update.
6804 * gdbtypes.c (type_name_no_tag): Change result type
6805 from char * to const char *. All callers updated.
6806 (lookup_unsigned_typename, lookup_signed_typename): Change type of
6807 name parameter from char * to const char *.
6808 * symtab.h (struct cplus_specific): Change type of demangled_name
6809 member from char * to const char *. All uses updated.
6810 (struct general_symbol_info): Change type of name and
6811 mangled_lang.demangled_name members from char * to const char *.
6812 All uses updated.
6813 (symbol_get_demangled_name, symbol_natural_name): Update.
6814 (symbol_demangled_name, symbol_search_name): Update.
6815 * symtab.c (symbol_get_demangled_name): Change result type
6816 from char * to const char *. All callers updated.
6817 (symbol_natural_name, symbol_demangled_name): Ditto.
6818 (symbol_search_name): Ditto.
6819 (completion_list_add_name): Change type of symname,sym_text,
6820 text,word parameters from char * to const char *.
6821 (completion_list_objc_symbol): Change type of sym_text,
6822 text,word parameters from char * to const char *.
6823 * ada-lang.c (find_struct_field): Change type of name parameter
6824 from char * to const char *.
6825 (encoded_ordered_before): Similarly for N0,N1 parameters.
6826 (old_renaming_is_invisible): Similarly for function_name parameter.
6827 (ada_type_name): Change result type from char * to const char *.
6828 All callers updated.
6829 * ada-lang.h (ada_type_name): Update.
6830 * buildsym.c (hashname): Change type of name parameter
6831 from char * to const char *.
6832 * buildsym.h (hashname): Update.
6833 * dbxread.c (end_psymtab): Change type of include_list parameter
6834 from char ** to const char **.
6835 * dwarf2read.c (determine_prefix): Change result type
6836 from char * to const char *. All callers updated.
6837 * f-lang.c (find_common_for_function): Change type of name, funcname
6838 parameters from char * to const char *.
6839 * f-lang.c (find_common_for_function): Update.
6840 * f-valprint.c (list_all_visible_commons): Change type of funcname
6841 parameters from char * to const char *.
6842 * gdbarch.sh (static_transform_name): Change type of name parameter
6843 and result from char * to const char *.
6844 * gdbarch.c: Regenerate.
6845 * gdbarch.h: Regenerate.
6846 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
6847 of name parameter from char * to const char *.
6848 * jv-lang.c (java_primitive_type_from_name): Ditto.
6849 (java_demangled_signature_length): Similarly for signature parameter.
6850 (java_demangled_signature_copy): Ditto.
6851 (java_demangle_type_signature): Ditto.
6852 * jv-lang.h (java_primitive_type_from_name): Update.
6853 (java_demangle_type_signature): Update.
6854 * objc-lang.c (specialcmp): Change type of a,b parameters
6855 from char * to const char *.
6856 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
6857 from char * to const char *. All callers updated.
6858 * p-lang.h (is_pascal_string_type): Update.
6859 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
6860 of name parameter from char * to const char *.
6861 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
6862 * utils.c (fprintf_symbol_filtered): Ditto.
6863 * defs.h (fprintf_symbol_filtered): Update.
6864 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
6865 * stabsread.h (end_psymtab): Update.
6866 * stack.c (find_frame_funname): Change type of funname parameter
6867 from char ** to const char **.
6868 * stack.h (find_frame_funname): Update.
6869 * typeprint.c (type_print): Change type of varstring parameter
6870 from char * to const char *.
6871 * value.h (type_print): Update.
6872 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
6873 from char * to const char *. All callers updated.
6874 (xcoff_end_psymtab): Change type of include_list parameter
6875 from char ** to const char **. All callers updated.
6876 (swap_sym): Similarly for name parameter. All callers updated.
6877 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
6878 Use xstrdup.
6879 (process_coff_symbol): Use xstrdup.
6880 * stabsread.c (stabs_method_name_from_physname): Renamed from
6881 update_method_name_from_physname. Change result type from void
6882 to char *. All callers updated.
6883 (read_member_functions): In has_destructor case, store name in objfile
6884 obstack instead of malloc space. In !has_stub case, fix mem leak.
6885
5579a92e
TT
68862012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
6887
6888 * configure: Rebuild.
6889 * configure.ac: Put -L../bfd and -L../libiberty at the front of
6890 LDFLAGS.
6891
9058f767
KB
68922012-02-03 Kevin Buettner <kevinb@redhat.com>
6893
6894 * configure.tgt (rl78-*-elf): New target.
6895 * rl78-tdep.c: New file.
6896
5b37825d
PW
68972012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6898
6899 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
6900 and continue the loop. Add QUIT statement.
6901
e009ee71
TT
69022012-02-03 Tom Tromey <tromey@redhat.com>
6903
6904 PR gdb/13596:
6905 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
6906 bfd_lookup_symbol_from_symtab.
6907 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
6908 gdb_bfd_lookup_symbol_from_symtab.
6909
f7e44f65
JB
69102012-02-03 Joel Brobecker <brobecker@adacore.com>
6911
6912 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
6913 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
6914 symbol. Add assertion that sym2 is never NULL.
6915
2c02bd72
DE
69162012-02-02 Doug Evans <dje@google.com>
6917
6918 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
6919 "name" parameter to const char ** from char **. All callers updated.
6920 (find_pc_partial_function): Ditto.
6921 (cache_pc_function_name): Change type to const char * from char *.
6922 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
6923 (find_pc_partial_function): Update.
6924 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
6925 type of "name" parameter to const char * from char *.
6926 All uses updated.
6927 * arch-utils.c (generic_in_solib_return_trampoline): Change
6928 type of "name" parameter to const char * from char *.
6929 * arch-utils.h (generic_in_solib_return_trampoline): Update.
6930 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
6931 type of "name" parameter to const char * from char *.
6932 * gdbarch.sh (in_solib_return_trampoline): Ditto.
6933 * gdbarch.c: Regenerate.
6934 * gdbarch.h: Regenerate.
6935 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
6936 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
6937 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
6938 type of "name" parameter to const char * from char *.
6939 * skip.c (skip_function_pc): Ditto.
6940 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
6941 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
6942 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
6943 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
6944 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
6945 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
6946 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
6947 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
6948 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
6949
e886a173
PA
69502012-02-02 Pedro Alves <palves@redhat.com>
6951
6952 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
6953 the current inferior has no execution. Make sure the current
6954 remote process matches gdb's current inferior.
6955
c709a7c2
TT
69562012-02-02 Tom Tromey <tromey@redhat.com>
6957
6958 PR gdb/13405:
6959 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
6960 read-only memory.
6961
f149aabd
TT
69622012-02-02 Tom Tromey <tromey@redhat.com>
6963
6964 PR gdb/9307:
6965 * symtab.c (lookup_language_this): Set block_found.
6966
03bef283
TT
69672012-02-01 Tom Tromey <tromey@redhat.com>
6968
6969 PR gdb/13431:
6970 * jit.c (struct jit_inferior_data): Rewrite.
6971 (struct jit_objfile_data): New.
6972 (get_jit_objfile_data): New function.
6973 (add_objfile_entry): Update.
6974 (jit_read_descriptor): Return int. Replace descriptor_addr
6975 argument with inf_data. Update. Don't call error.
6976 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
6977 descriptor here.
6978 (jit_inferior_init): Don't look up descriptor. Don't call error.
6979 (jit_reset_inferior_data_and_breakpoints)
6980 (jit_inferior_created_observer): Remove.
6981 (jit_inferior_exit_hook): Update.
6982 (jit_executable_changed_observer): Remove.
6983 (jit_event_handler): Update.
6984 (free_objfile_data): Reset inferior data if needed.
6985 (_initialize_jit): Update.
6986
f0bbc364
TT
69872012-02-01 Tom Tromey <tromey@redhat.com>
6988
6989 * jit.c (bfd_open_from_target_memory): Move higher in file.
6990
47c1316c
TG
69912012-02-01 Tristan Gingold <gingold@adacore.com>
6992
6993 * libunwind-frame.c (libunwind_load): Display message if dlopen
6994 failed.
6995
8e704927
GB
69962012-02-01 Gary Benson <gbenson@redhat.com>
6997
09c7a31f 6998 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
6999 (iterate_over_symbols): Use the above.
7000 * symtab.c (iterate_over_symbols): Likewise.
7001 * language.h (language_defn->la_iterate_over_symbols): Likewise.
7002 * ada-lang.c (ada_iterate_over_symbols): Likewise.
7003 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
7004 (iterate_name_matcher): Document return values.
7005 (collect_one_symbol): Likewise.
7006 (collect_function_symbols): Likewise.
7007 (collect_symbols): Likewise.
7008
d9680e73
TT
70092012-02-01 Tom Tromey <tromey@redhat.com>
7010
7011 * ada-lang.c (resolve_subexp): Update.
7012 (ada_lookup_symbol_list): Add 'full_search' argument.
7013 (ada_iterate_over_symbols): Pass 0 as full_search argument to
7014 ada_lookup_symbol_list.
7015 (ada_lookup_encoded_symbol): Update.
7016 (get_var_value): Update.
7017 * ada-exp.y (block_lookup): Update.
7018 (write_var_or_type): Update.
7019 (write_name_assoc): Update.
7020 * ada-lang.h (ada_lookup_symbol_list): Update.
7021
72e1143f
TT
70222012-01-31 Tom Tromey <tromey@redhat.com>
7023
7024 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
7025 comment.
7026
ab2d2ad3
DE
70272012-01-31 Doug Evans <dje@google.com>
7028
7029 * symtab.h: Remove outdated comment.
e9111bf7 7030 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 7031
bc884eba
JB
70322012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
7033
7034 Fix build error in Darwin port.
7035 * i386-darwin-nat.c: Include i386-nat.h.
7036
8fc3fc34
TT
70372012-01-30 Tom Tromey <tromey@redhat.com>
7038
7039 PR breakpoints/13568:
7040 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
7041 argument. Check for recursive includes.
7042 (dwarf_decode_macros): Create an include hash.
7043
5d853008
ME
70442012-01-30 Michael Eager <eager@eagercon.com>
7045
7046 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
7047 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 7048 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
7049 (powerpc_linux_in_plt_stub): New function.
7050 (powerpc_linux_in_dynsym_resolve_code): New function.
7051 (ppc_skip_trampoline_code): New function.
7052 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
7053 Use glibc_skip_solib_resolver.
7054
40478521
JK
70552012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 Code cleanup: Make 1440 bytes of data segment read-only.
7058 * arch-utils.c (endian_enum): Make it const char *const [].
7059 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
7060 Likewise.
7061 * breakpoint.c (always_inserted_enums): Likewise.
7062 * cli/cli-cmds.c (script_ext_enums): Likewise.
7063 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
7064 enumlist parameter const char *const *.
7065 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
7066 const char *const *.
7067 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
7068 parameter const char *const *.
7069 * cris-tdep.c (cris_modes): Make it const char *const [].
7070 * filesystem.c (target_file_system_kinds): Likewise.
7071 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
7072 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
7073 (can_use_displaced_stepping_enum, scheduler_enums)
7074 (exec_direction_names): Likewise.
7075 * language.c (_initialize_language): Make the type_or_range_names and
7076 case_sensitive_names variables const char *const [].
7077 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
7078 * python/python.c (python_excp_enums): Likewise.
7079 * remote.c (interrupt_sequence_modes): Likewise.
7080 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
7081 * serial.c (logbase_enums): Likewise.
7082 * sh-tdep.c (sh_cc_enum): Likewise.
7083 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
7084 Likewise.
7085 * symtab.c (multiple_symbols_modes): Likewise.
7086 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
7087 Likewise.
7088 * utils.c (internal_problem_modes): Likewise.
7089
b3b8b934
JK
70902012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7091
7092 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
7093 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
7094 result.
7095
8c85a4e2
DE
70962012-01-27 Doug Evans <dje@google.com>
7097
7098 * configure.ac (with_python): Fix absolute path handling for win32.
7099 * configure: Regenerate.
7100
78d8b4d7
DE
71012012-01-26 Doug Evans <dje@google.com>
7102
eca864fe
DE
7103 * symtab.c: Whitespace cleanup, no code changes.
7104
7e082072
DE
7105 * symtab.c (lookup_symbol_in_language): Improve comment.
7106 (lookup_symbol_aux): Fix comment.
7107
7dc25483
DE
7108 * psymtab.c (add_psymbol_to_list): Result is now "void".
7109 * psympriv.h (add_psymbol_to_list): Update.
7110
78d8b4d7
DE
7111 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
7112
4c63965b
JK
71132012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 Do not open script filenames twice.
7116 * cli/cli-cmds.c (source_script_from_stream): Pass to
7117 source_python_script also STREAM.
7118 * python/py-auto-load.c (source_section_scripts): Pass to
7119 source_python_script_for_objfile also STREAM.
7120 (auto_load_objfile_script): Pass to source_python_script_for_objfile
7121 also INPUT.
7122 * python/python-internal.h (source_python_script_for_objfile): New
7123 parameter file, rename parameter file to filename.
7124 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
7125 instead if !_WIN32. Update the function comment.
7126 (source_python_script, source_python_script_for_objfile)
7127 (source_python_script): New parameter file, rename parameter file to
7128 filename. Pass FILENAME to python_run_simple_file.
7129 * python/python.h (source_python_script): New parameter file, rename
7130 parameter file to filename.
7131
88f38a04
PA
71322012-01-26 Pedro Alves <palves@redhat.com>
7133
7134 * corelow.c (core_has_fake_pid): Delete.
7135 (core_close): Delete references to `core_has_fake_pid'.
7136 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
7137 (core_open): Delete references to `core_has_fake_pid'.
7138 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
7139 the removed global.
7140
e078317b
JB
71412012-01-26 Joel Brobecker <brobecker@adacore.com>
7142
7143 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
7144 Remove language parameter from name_matcher. Adjust the comment.
7145 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
7146 Remove language parameter.
7147 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
7148 * linespec.c (iterate_name_matcher): Likewise.
7149 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
7150 name_matcher. Adjust call accordingly.
7151 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
7152 (maintenance_check_symtabs): Adjust type of parameter "fun".
7153 * psymtab.h (maintenance_check_symtabs): Likewise.
7154
74ccd7f5
JB
71552012-01-26 Joel Brobecker <brobecker@adacore.com>
7156
7157 * language.h (symbol_name_match_p_ftype): New typedef.
7158 (struct language_defn): Replace field la_symbol_name_compare
7159 by la_get_symbol_name_match_p.
7160 * ada-lang.c (ada_get_symbol_name_match_p): New function.
7161 (ada_language_defn): Use it.
7162 * linespec.c (struct symbol_matcher_data): New type.
7163 (iterate_name_matcher): Rewrite.
7164 (iterate_over_all_matching_symtabs): Pass a pointer to
7165 a symbol_matcher_data struct to expand_symtabs_matching
7166 instead of just the lookup name.
7167 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
7168 opencl-lang.c, p-lang.c, language.c: Delete field
7169 la_symbol_name_compare, and replace by NULL for new field
7170 la_get_symbol_name_match_p.
7171 * symfile.h (struct quick_symbol_functions): Update comment.
7172
5d268276
TT
71732012-01-25 Tom Tromey <tromey@redhat.com>
7174
7175 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
7176 dereferencing.
7177
edcc5120
TT
71782012-01-24 Tom Tromey <tromey@redhat.com>
7179
7180 PR symtab/12406:
7181 * solib.c (update_solib_list): Update the program space's
7182 added_solibs and deleted_solibs fields.
7183 * progspace.h (struct program_space) <added_solibs,
7184 deleted_solibs>: New fields.
7185 (clear_program_space_solib_cache): Declare.
7186 * progspace.c (release_program_space): Call
7187 clear_program_space_solib_cache.
7188 (clear_program_space_solib_cache): New function.
7189 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
7190 bpstat_stop_status. Use handle_solib_event.
7191 * breakpoint.c: Include gdb_regex.h.
7192 (print_solib_event): New function.
7193 (bpstat_print): Use print_solib_event.
7194 (bpstat_stop_status): Add special case for bp_shlib_event.
7195 (handle_solib_event): New function.
7196 (bpstat_what): Use handle_solib_event.
7197 (struct solib_catchpoint): New.
7198 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
7199 (breakpoint_hit_catch_solib, check_status_catch_solib)
7200 (print_it_catch_solib, print_one_catch_solib)
7201 (print_mention_catch_solib, print_recreate_catch_solib): New
7202 functions.
7203 (catch_solib_breakpoint_ops): New global.
7204 (catch_load_or_unload, catch_load_command_1)
7205 (catch_unload_command_1): New functions.
7206 (internal_bkpt_check_status): Add special case for
7207 bp_shlib_event.
7208 (internal_bkpt_print_it): Use print_solib_event.
7209 (initialize_breakpoint_ops): Initialize
7210 catch_solib_breakpoint_ops.
7211 (_initialize_breakpoint): Register "catch load" and "catch
7212 unload".
7213 * breakpoint.h (handle_solib_event): Declare.
7214 * NEWS: Add entry for "catch load" and "catch unload".
7215
fa864999
TT
72162012-01-24 Tom Tromey <tromey@redhat.com>
7217
7218 * ada-lang.c: Include gdb_vecs.h.
7219 * charset.c: Include gdb_vecs.h.
7220 * tracepoint.h: Include gdb_vecs.h.
7221 * gdb_vecs.h: New file.
7222
f90263c1
TT
72232012-01-24 Pedro Alves <pedro@codesourcery.com>
7224
7225 * breakpoint.c (breakpoint_hit_catch_fork)
7226 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
7227 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
7228 * infrun.c (inferior_has_forked, inferior_has_vforked)
7229 (inferior_has_execd, inferior_has_called_syscall): Delete.
7230 (handle_syscall_event): Get syscall_number from the execution
7231 control state's wait status.
7232 (wait_for_inferior): Don't clear syscall_number.
7233
09ac7c10
TT
72342012-01-24 Pedro Alves <palves@redhat.com>
7235
7236 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
7237 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
7238 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
7239 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
7240 `ws' parameter.
7241 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
7242 false for events other than TARGET_SIGNAL_TRAP.
7243 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
7244 Add `ws' parameter.
7245 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
7246 events other than TARGET_SIGNAL_TRAP.
7247 (tracepoint_breakpoint_hit): Add `ws' parameter.
7248 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
7249 parameter.
7250 (bpstat_stop_status): Same.
7251 (pc_at_non_inline_function): Same.
7252 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
7253 to pass the current event's waitstatus to bpstat_stop_status
7254 and pc_at_non_inline_function.
7255
86eb7e95
JK
72562012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 Code cleanup.
7259 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
7260 Update the function comment for it.
7261 (source_script_with_search): Call make_cleanup_fclose for STREAM.
7262 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
7263 for STREAM.
7264
a9b3a50f
PA
72652012-01-24 Pedro Alves <palves@redhat.com>
7266
7267 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
7268 outside `bs->stop' block.
7269 (bpstat_what): Rework bp_shlib_event handling.
7270 (internal_bkpt_check_status): If the breakpoint is a
7271 bp_shlib_event, then set bs->stop and bs->print if
7272 stop_on_solib_events is set.
7273
53fe1783
GB
72742012-01-24 Gary Benson <gbenson@redhat.com>
7275
7276 Delete #if 0'd out code.
7277 * stack.c (print_frame_label_vars): Remove.
7278 (catch_info): Likewise.
7279 (_initialize_stack): Remove "info catch" command.
7280 * NEWS: Mention the above.
7281
49c62f2e
PA
72822012-01-24 Pedro Alves <palves@redhat.com>
7283
7284 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
7285 it.
7286 (remote_notice_new_inferior): If the remote end doesn't support
7287 the multiprocess extensions, then the PID is fake.
7288 (add_current_inferior_and_thread): New.
7289 (remote_start_remote): Use it.
7290 (extended_remote_attach_1): Adjust.
7291 (extended_remote_create_inferior_1): Use
7292 add_current_inferior_and_thread.
7293
d0d8b0c6
JK
72942012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 Fix watchpoints to be specific for each inferior.
7297 * breakpoint.c (watchpoint_in_thread_scope): Verify also
7298 current_program_space.
7299 * i386-nat.c (i386_inferior_data_cleanup): New.
7300 (i386_inferior_data_get): Replace variable inf_data_local by an
7301 inferior_data call.
7302 (i386_use_watchpoints): Initialize i386_inferior_data.
7303 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
7304 specific iterate_over_lwps.
7305
4403d8e9
JK
73062012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 Fix watchpoints across inferior fork.
7309 * amd64-linux-nat.c (update_debug_registers_callback): Update the
7310 comment for linux_nat_iterate_watchpoint_lwps.
7311 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
7312 linux_nat_iterate_watchpoint_lwps.
7313 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
7314 * i386-linux-nat.c (update_debug_registers_callback): Update the
7315 comment for linux_nat_iterate_watchpoint_lwps.
7316 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
7317 linux_nat_iterate_watchpoint_lwps.
7318 (i386_linux_prepare_to_resume): New comment on Linux kernel.
7319 * i386-nat.c: Include inferior.h.
7320 (dr_mirror): Remove.
7321 (i386_inferior_data, struct i386_inferior_data)
7322 (i386_inferior_data_get): New.
7323 (i386_debug_reg_state): Use i386_inferior_data_get.
7324 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
7325 (i386_insert_watchpoint, i386_remove_watchpoint)
7326 (i386_stopped_data_address, i386_insert_hw_breakpoint)
7327 (i386_remove_hw_breakpoint): New variable state, use
7328 i386_debug_reg_state instead of DR_MIRROR.
7329 * linux-nat.c (delete_lwp): New declaration.
7330 (num_lwps): Move here from downwards.
7331 (delete_lwp_cleanup): New.
7332 (linux_child_follow_fork): Create new child_lp, call
7333 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
7334 PTRACE_DETACH.
7335 (num_lwps): Move upwards.
7336 (linux_nat_iterate_watchpoint_lwps): New.
7337 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
7338 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
7339
2992c9a7 73402012-01-24 Joel Brobecker <brobecker@adacore.com>
7341
7342 GDB 7.4 released.
7343
e360902b
PA
73442012-01-23 Pedro Alves <palves@redhat.com>
7345
7346 * top.c (caution): Rename to ...
7347 (confirm): ... this.
7348 (show_caution): Rename to ...
7349 (show_confirm): ... this.
7350 (quit_cover): Adjust.
7351 (init_main): Adjust.
7352 * top.h (caution): Rename to ...
7353 (confirm): ... this.
7354 * utils.c (internal_vproblem, defaulted_query): Adjust.
7355
050a2e1d
PA
73562012-01-23 Pedro Alves <palves@redhat.com>
7357
7358 * top.c (caution): Update comment.
7359 (execute_command): Don't consider the current value of `caution'.
7360
77a35dd8
JK
73612012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
7364
a71b5a38
UW
73652012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
7366
7367 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7368 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
7369 * target.c (target_fileio_pwrite): Remove buffer address from
7370 debug output.
7371 (target_fileio_pread): Likewise.
7372
d99bd577
UW
73732012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7374
7375 * NEWS: Document remote "info proc" and "generate-core-file".
7376
35c2fab7
UW
73772012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7378
7379 * gdbarch.sh (find_memory_regions): New callback.
7380 * gdbarch.c, gdbarch.h: Regenerate.
7381
7382 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
7383 callback before falling back to target method.
7384
7385 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
7386 (linux_target_install_ops): No longer install it.
7387
7388 * linux-tdep.c (linux_find_memory_regions): New function.
7389 (linux_init_abi): Install it.
7390
6432734d
UW
73912012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7392
7393 * gdbarch.sh (make_corefile_notes): New architecture callback.
7394 * gdbarch.c: Regenerate.
7395 * gdbarch.h: Likewise.
7396
7397 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
7398 before target_make_corefile_notes. If NULL is returned, the
7399 target does not support core file generation.
7400
7401 * linux-nat.c: Include "linux-tdep.h".
7402 (find_signalled_thread, find_stop_signal): Remove.
7403 (linux_nat_do_thread_registers): Likewise.
7404 (struct linux_nat_corefile_thread_data): Likewise.
7405 (linux_nat_corefile_thread_callback): Likewise.
7406 (iterate_over_spus): Likewise.
7407 (struct linux_spu_corefile_data): Likewise.
7408 (linux_spu_corefile_callback): Likewise.
7409 (linux_spu_make_corefile_notes): Likewise.
7410 (linux_nat_collect_thread_registers): New function.
7411 (linux_nat_make_corefile_notes): Replace contents by call to
7412 linux_make_corefile_notes passing linux_nat_collect_thread_registers
7413 as native-only callback.
7414
7415 * linux-tdep.h: Include "bfd.h".
7416 (struct regcache): Add forward declaration.
7417 (linux_collect_thread_registers_ftype): New typedef.
7418 (linux_make_corefile_notes): Add prototype.
7419 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
7420 "regset.h", and "elf-bfd.h".
7421 (find_signalled_thread, find_stop_signal): New functions.
7422 (linux_spu_make_corefile_notes): Likewise.
7423 (linux_collect_thread_registers): Likewise.
7424 (struct linux_corefile_thread_data): New data structure.
7425 (linux_corefile_thread_callback): New funcion.
7426 (linux_make_corefile_notes): Likewise.
7427 (linux_make_corefile_notes_1): Likewise.
7428 (linux_init_abi): Install it.
7429
3030c96e
UW
74302012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7431
7432 * gdbarch.sh (info_proc): New callback.
7433 * gdbarch.c, gdbarch.h: Regenerate.
7434
7435 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
7436 before falling back to the target info_proc callback.
7437
7438 * linux-nat.c: Do not include "cli/cli-utils.h".
7439 (linux_nat_info_proc): Remove.
7440 (linux_target_install_ops): No longer install it.
7441
7442 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
7443 (read_mapping): New function.
7444 (linux_info_proc): Likewise.
7445 (linux_init_abi): Install it.
7446
145b16a9
UW
74472012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7448
7449 * defs.h (enum info_proc_what): Moved here from linux-nat.c
7450 * infcmd.c: (info_proc_cmd_1): New function.
7451 (info_proc_cmd): New function, moved here from equivalent routine
7452 orignally in linux-nat.c.
7453 (info_proc_cmd_mappings): Likewise.
7454 (info_proc_cmd_stat): Likewise.
7455 (info_proc_cmd_status): Likewise.
7456 (info_proc_cmd_cwd): Likewise.
7457 (info_proc_cmd_cmdline): Likewise.
7458 (info_proc_cmd_exe): Likewise.
7459 (info_proc_cmd_all): Likewise.
7460 (_initialize_infcmd): Install "info proc" command and subcommands.
7461
7462 * target.h (struct target_ops): Add to_info_proc.
7463 (target_info_proc): Add prototype.
7464 * target.c (target_info_proc): New function.
7465
7466 * procfs.c (procfs_info_proc): Add prototype.
7467 (info_proc_cmd): Rename into ...
7468 (procfs_info_proc): ... this. Update argument types as appropriate
7469 for a to_info_proc implementation. Handle "what" argument.
7470 (procfs_target): Install procfs_info_proc.
7471 (_initialize_procfs): No longer install "info proc" command.
7472
7473 * linux-nat.c: (enum info_proc_what): Remove.
7474 (linux_nat_info_proc_cmd_1): Rename into ...
7475 (linux_nat_info_proc): ... this. Update argument types as appropriate
7476 for a to_info_proc implementation.
7477 (linux_nat_info_proc_cmd): Remove.
7478 (linux_nat_info_proc_cmd_mappings): Likewise.
7479 (linux_nat_info_proc_cmd_stat): Likewise.
7480 (linux_nat_info_proc_cmd_status): Likewise.
7481 (linux_nat_info_proc_cmd_cwd): Likewise.
7482 (linux_nat_info_proc_cmd_cmdline): Likewise.
7483 (linux_nat_info_proc_cmd_exe): Likewise.
7484 (linux_nat_info_proc_cmd_all): Likewise.
7485 (linux_target_install_ops): Install linux_nat_info_proc.
7486 (_initialize_linux_nat): No longer install "info proc" command
7487 and subcommands.
7488
b9e7b9c3
UW
74892012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7490
7491 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
7492 * config.in, configure: Regenerate.
7493
7494 * target.h (struct target_ops): Add to_fileio_readlink.
7495 (target_fileio_readlink): Add prototype.
7496 * target.c (target_fileio_readlink): New function.
7497
7498 * inf-child.c: Conditionally include <sys/param.h>.
7499 (inf_child_fileio_readlink): New function.
7500 (inf_child_target): Install it.
7501
7502 * remote.c (PACKET_vFile_readlink): New enum value.
7503 (remote_hostio_readlink): New function.
7504 (init_remote_ops): Install it.
7505 (_initialize_remote): Handle vFile:readlink packet type.
7506
7313baad
UW
75072012-01-20 Pedro Alves <palves@redhat.com>
7508 Ulrich Weigand <ulrich.weigand@linaro.org>
7509
7510 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
7511 * config.in, configure: Regenerate.
7512
7513 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
7514 to_fileio_pread, to_fileio_close, to_fileio_unlink.
7515 (target_fileio_open): Add prototype.
7516 (target_fileio_pwrite): Likewise.
7517 (target_fileio_pread): Likewise.
7518 (target_fileio_close): Likewise.
7519 (target_fileio_unlink): Likewise.
7520 (target_fileio_read_alloc): Likewise.
7521 (target_fileio_read_stralloc): Likewise.
7522
7523 * target.c: Include "gdb/fileio.h".
7524 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
7525 (default_fileio_target): New function.
7526 (target_fileio_open): Likewise.
7527 (target_fileio_pwrite): Likewise.
7528 (target_fileio_pread): Likewise.
7529 (target_fileio_close): Likewise.
7530 (target_fileio_unlink): Likewise.
7531 (target_fileio_close_cleanup): Likewise.
7532 (target_fileio_read_alloc_1): Likewise.
7533 (target_fileio_read_alloc): Likewise.
7534 (target_fileio_read_stralloc): Likewise.
7535
7536 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
7537 <fcntl.h>, and <unistd.h>.
7538 (inf_child_fileio_open_flags_to_host): New function.
7539 (inf_child_errno_to_fileio_error): Likewise.
7540 (inf_child_fileio_open): Likewise.
7541 (inf_child_fileio_pwrite): Likewise.
7542 (inf_child_fileio_pread): Likewise.
7543 (inf_child_fileio_close): Likewise.
7544 (inf_child_fileio_unlink): Likewise.
7545 (inf_child_target): Install to_fileio routines.
7546
7547 * remote.c (init_remote_ops): Install to_fileio routines.
7548
901f9912
UW
75492012-01-20 Pedro Alves <palves@redhat.com>
7550 Ulrich Weigand <ulrich.weigand@linaro.org>
7551
7552 * remote.c (remote_multi_process_p): Only check for multi-process
7553 protocol feature, do not check for extended protocol.
7554 (remote_supports_multi_process): Check for extended protocol here.
7555 (set_general_process): Likewise.
7556 (extended_remote_kill): Likewise.
7557 (remote_pid_to_str): Likewise.
7558 (remote_query_supported): Always query multiprocess mode.
7559
e714e1bf
UW
75602012-01-20 Pedro Alves <palves@redhat.com>
7561 Ulrich Weigand <ulrich.weigand@linaro.org>
7562
7563 * inferior.h (struct inferior): Add fake_pid_p.
7564 * inferior.c (exit_inferior_1): Clear fake_pid_p.
7565 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
7566 magic_null_ptid since the remote side doesn't provide a real PID.
7567
50897289
TT
75682012-01-19 Tom Tromey <tromey@redhat.com>
7569
7570 * NEWS: Combine the two Python sections.
7571
1afc2033
JK
75722012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 * target.h (target_close): Update comment on the target's unpush state.
7575
305436e0
PA
75762012-01-19 Pedro Alves <palves@redhat.com>
7577
7578 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
7579 linux_nat_async directly instead of going through the target
7580 vector.
7581 * target.c (unpush_target): Close target after unpushing it, not
7582 before.
7583
49323895
GB
75842012-01-19 Gary Benson <gbenson@redhat.com>
7585
7586 * mdebugread.c (sort_blocks): Replace integer constants with ones
7587 derived from FIRST_LOCAL_BLOCK.
7588
1db33378
PP
75892012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7590 Jan Kratochvil <jan.kratochvil@redhat.com>
7591
7592 PR gdb/9538
7593 * symfile.c (find_separate_debug_file): New function.
7594 (terminate_after_last_dir_separator): Likewise.
7595 (find_separate_debug_file_by_debuglink): Also try realpath.
7596 * configure.ac (AC_CHECK_FUNCS): Add lstat.
7597 * configure: Regenerate.
7598 * config.in: Regenerate.
7599
f83d8a90
DE
76002012-01-18 Doug Evans <dje@google.com>
7601
7602 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
7603 (main.o): Remove rule.
7604 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
7605 (--with-sysroot): Rewrite.
7606 * configure: Regenerate.
7607 * config.in: Regenerate.
7608
2dbca4d6
SDJ
76092012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
7610
7611 * parse.c (initialize_expout): New function.
7612 (reallocate_expout): Likewise.
7613 (parse_exp_in_context): Use `initialize_expout' and
7614 `reallocate_expout' when appropriate.
7615
0695b514
PA
76162012-01-18 Pedro Alves <palves@redhat.com>
7617
7618 * record.c (struct record_breakpoint, record_breakpoint_p)
7619 (record_breakpoints): New.
7620 (record_insert_breakpoint, record_remove_breakpoint): Manage
7621 record breakpoints list. Only remove breakpoints from the
7622 inferior if they had been inserted there in the first place.
7623
136e1c30
DE
76242012-01-17 Doug Evans <dje@google.com>
7625
7626 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
7627 if we know we don't have a file name to look for.
7628
c0bf857d
PA
76292012-01-17 Pedro Alves <palves@redhat.com>
7630
7631 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
7632 the frame's stop reason is UNWIND_UNAVAILABLE.
7633
b486de60
JK
76342012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 Fix compilation error.
7637 * m2-exp.y (yyerror): Use ANSI C prototype.
7638
d04550a6
SDJ
76392012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
7640
7641 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
7642 (growbuf_by_size): Likewise.
7643 (yyerror): Likewise.
7644 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
7645 (modblock): Remove variable (was #if 0'ed).
7646 (parse_number): Convert prototype from K&R to ANSI C.
7647 (yyerror): Likewise.
7648 * objc-exp.y (parse_number): Likewise.
7649 (yyerror): Likewise.
7650 (yylex): Remove #if 0'ed code.
7651 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
7652 (yyerror): Likewise.
7653
4aac40c8
TT
76542012-01-16 Tom Tromey <tromey@redhat.com>
7655
7656 * NEWS: Add item.
7657 * symtab.h (compare_filenames_for_search): Declare.
7658 * symtab.c (compare_filenames_for_search): New function.
7659 (iterate_over_some_symtabs): Use it.
7660 * symfile.h (struct quick_symbol_functions)
7661 <map_symtabs_matching_filename>: Change spec.
7662 * psymtab.c (partial_map_symtabs_matching_filename): Use
7663 compare_filenames_for_search. Update for new spec.
7664 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
7665 compare_filenames_for_search. Update for new spec.
7666 * breakpoint.c (clear_command): Use compare_filenames_for_search.
7667
cafec441
TT
76682012-01-16 Tom Tromey <tromey@redhat.com>
7669
7670 PR python/13281:
7671 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
7672 (struct main_type) <flag_flag_enum>: New field.
7673 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
7674 * NEWS: Add entries.
7675 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
7676 enums.
7677 * python/lib/gdb/printing.py (_EnumInstance): New class.
7678 (FlagEnumerationPrinter): Likewise.
7679
983af33b
SDJ
76802012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
7681
7682 * breakpoint.c (create_sals_from_address_default): New function.
7683 (create_breakpoints_sal_default): Likewise.
7684 (decode_linespec_default): Likewise.
7685 (is_marker_spec): Removed.
7686 (strace_marker_p): New function.
7687 (init_breakpoint_sal): Using `strace_marker_p' instead of
7688 `is_marker_spec'.
7689 (create_breakpoint): Call method `create_sals_from_address' from
7690 breakpoint_ops, replacing code that created SALs conditionally
7691 on the type of the breakpoint. Call method `create_breakpoints_sal',
7692 replacing code that created breakpoints conditionally on the type
7693 wanted.
7694 (base_breakpoint_create_sals_from_address): New function.
7695 (base_breakpoint_create_breakpoints_sal): Likewise.
7696 (base_breakpoint_decode_linespec): Likewise.
7697 (base_breakpoint_ops): Add methods
7698 `base_breakpoint_create_sals_from_address',
7699 `base_breakpoint_create_breakpoints_sal' and
7700 `base_breakpoint_decode_linespec'.
7701 (bkpt_create_sals_from_address): New function.
7702 (bkpt_create_breakpoints_sal): Likewise.
7703 (bkpt_decode_linespec): Likewise.
7704 (tracepoint_create_sals_from_address): Likewise.
7705 (tracepoint_create_breakpoints_sal): Likewise.
7706 (tracepoint_decode_linespec): Likewise.
7707 (strace_marker_create_sals_from_address): Likewise.
7708 (strace_marker_create_breakpoints_sal): Likewise.
7709 (strace_marker_decode_linespec): Likewise.
7710 (strace_marker_breakpoint_ops): New variable.
7711 (addr_string_to_sals): Remove `marker_spec'. Call method
7712 `decode_linespec' from breakpoint_ops, replacing code that decoded
7713 an address string into a SAL. Use `strace_marker_p' instead of
7714 `marker_spec'.
7715 (strace_command): Decide whether we are dealing with a static
7716 tracepoint with marker or not. Use the appropriate breakpoint_ops.
7717 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
7718 * breakpoint.h (linespec_result, linespec_sals): New forward
7719 declarations.
7720 (breakpoint_ops) <create_sals_from_address>,
7721 <create_breakpoints_sal>, <decode_linespec>: New methods.
7722
4795f398
DE
77232012-01-14 Doug Evans <dje@google.com>
7724
7725 * NEWS: Update text for "maint set python print-stack".
7726 It is deprecated in gdb 7.4 and deleted in 7.5.
7727
ee5106fe
EZ
77282012-01-13 Eli Zaretskii <eliz@gnu.org>
7729
7730 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
7731 including curses.h.
7732
b161e06f
JK
77332012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7734
7735 * configure: Regenerate.
7736 * config.in: Regenerate.
7737
85254831
KS
77382012-01-12 Keith Seitz <keiths@redhat.com>
7739
7740 PR mi/10586
7741 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
7742 (ANONYMOUS_UNION_NAME): Define.
7743 (is_path_expr_parent): New function.
7744 (get_path_expr_parent): New function.
7745 (is_anonymous_child): New function.
7746 (create_child_with_value): If the child is anonymous and without
7747 a name, assign an object name to it.
7748 (c_describe_child): Use get_path_expr_parent to determine
7749 the parent expression.
7750 If there field represents an anonymous struct or union and
7751 has no name, set an appropriate display name and expression.
7752 (cplus_describe_child): Likewise.
7753
620fa63a
PA
77542012-01-12 Pedro Alves <palves@redhat.com>
7755
7756 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
7757 available when %ebp is found to be zero (outermost).
7758
2efa2c79
AT
77592012-01-11 Andreas Tobler <andreast@fgznet.ch>
7760
7761 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
7762 an internal gdb_static_assert.
7763 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
7764
88e7d25d
TT
77652012-01-11 Tom Tromey <tromey@redhat.com>
7766
7767 PR gdb/9598:
7768 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
7769 catch" and "catch throw".
7770
72384ba3
PH
77712012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7772
7773 * blockframe.c (block_innermost_frame): Start search from selected
7774 frame, if present, or otherwise the current frame.
7775
7776 * c-exp.y (variable): Update innermost_block for
7777 'block COLONCOLON NAME' clause.
7778 * m2-exp.y (variable): Ditto.
7779 * objc-exp.y (variable): Ditto.
7780
065a711f
TT
77812012-01-10 Tom Tromey <tromey@redhat.com>
7782
7783 PR python/13199:
7784 * python/python.c (finish_python_initialization): Set sys.argv.
7785
f3f5162e
DE
77862012-01-10 Doug Evans <dje@google.com>
7787
7788 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
7789 "want_line_info". All callers updated.
7790 (dwarf_decode_lines_1): New function.
7791 (handle_DW_AT_stmt_list): Add function comment.
7792 New arg "want_line_info". All callers updated.
7793 (read_file_scope,read_type_unit_scope): Move comment from
7794 handle_DW_AT_stmt_list to here.
7795
9934703b
JK
77962012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 Fix regression after libiberty/ update for GCC PR 6057 and others.
7799 * c-exp.y (operator) <OPERATOR DELETE>
7800 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7801 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
7802 (make_builtin_type, make_name): New variable i, add gdb_assert.
7803 (operator) <OPERATOR NEW>: Update ARGS to 3.
7804 (operator) <OPERATOR DELETE>: Add trailing space.
7805 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
7806 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7807 * cp-support.c (cp_canonicalize_string): Check NULL from
7808 cp_comp_to_string, call warning and return.
7809
06b9f45f
JK
78102012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7811
7812 Fix duplicate .o files after omitting libbfd.a.
7813 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
7814 (SFILES): Add corelow.c.
7815 (COMMON_OBS): Add corelow.o.
7816 (ALLDEPFILES): Remove corelow.c.
7817 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
7818 * config/alpha/alpha-osf3.mh: Likewise.
7819 * config/alpha/fbsd.mh: Likewise.
7820 * config/arm/nbsdaout.mh: Likewise.
7821 * config/arm/nbsdelf.mh: Likewise.
7822 * config/i386/i386gnu.mh: Likewise.
7823 * config/ia64/hpux.mh: Likewise.
7824 * config/ia64/linux.mh: Likewise.
7825 * config/m32r/linux.mh: Likewise.
7826 * config/m68k/linux.mh: Likewise.
7827 * config/mips/irix5.mh: Likewise.
7828 * config/mips/irix6.mh: Likewise.
7829 * config/pa/hpux.mh: Likewise.
7830 * config/pa/linux.mh: Likewise.
7831 * config/powerpc/aix.mh: Likewise.
7832 * config/sparc/linux.mh: Likewise.
7833 * config/sparc/linux64.mh: Likewise.
7834 * config/sparc/sol2.mh: Likewise.
7835 * config/vax/vax.mh: Likewise.
7836 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
7837 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
7838 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
7839 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
7840 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
7841 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
7842 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
7843 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
7844 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
7845 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
7846 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
7847 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
7848 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
7849 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
7850 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
7851 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
7852 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
7853 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
7854 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
7855 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
7856 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
7857 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
7858 corelow.o from gdb_target_obs.
7859 * corefile.c (core_target): Update the comment on NULL value.
7860 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
7861 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
7862 MATCHES. Drop YUMMY set on NULL.
7863 (core_close): Do not call exit_inferior_silent on zero PID. Do not
7864 reclaim CORE_DATA if it is already NULL.
7865
34365054
DE
78662012-01-09 Doug Evans <dje@google.com>
7867
7868 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
7869 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
7870
696166a3
KS
78712012-01-09 Keith Seitz <keiths@redhat.com>
7872
7873 * breakpoint.c (wrapper.h): Don't include.
7874
8e7b59a5
KS
78752012-01-09 Keith Seitz <keiths@redhat.com>
7876
7877 * Makefile.in (SFILES): Remove wrapper.c.
7878 (HFILES_NO_SRCDIR): Remove wrapper.h.
7879 (COMMON_OBS): Remove wrapper.o.
7880 * cli/cli-interp.c: Don't inlude wrapper.h.
7881 * corelow.c: Likewise.
7882 (core_open): Replace gdb_target_find_new_threads with
7883 TRY_CATCH around target_find_new_threads.
7884 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
7885 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
7886 * varobj.c (varobj_create): Likewise for parse_exp_1 and
7887 evaluate_expression.
7888 (varobj_set_value): Likewise for evaluate_expression and
7889 value_assign.
7890 (install_new_variable): Likewise for value_fetch_lazy.
7891 (adjust_value_for_child_access): Likewise for value_ind.
7892 (c_describe_child): Likewise for value_subscript and
7893 value_ind.
7894 (c_value_of_root): Likewise for evaluate_expression.
7895 * wrapper.c: Remove.
7896 * wrapper.h: Remove.
7897
1a4eeb98
DE
78982012-01-09 Doug Evans <dje@google.com>
7899
9ff913ba
DE
7900 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
7901 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
7902 "abfd" args with "section". All callers updated.
7903 Error checking code moved ...
7904 (error_check_comp_unit_head): ... here. New function.
7905 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
7906 Delete arg "abfd". New arg "type_offset". All callers updated.
7907 (create_debug_types_hash_table): Simplify by using
7908 read_and_check_type_unit_head.
7909
1a4eeb98
DE
7910 * parser-defs.h (namecopy): Delete.
7911 * parse.c (namecopy, namecopy_size): Move into copy_name.
7912
2e6af8c0
JK
79132012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7914
7915 Partially fix duplicate .o files after omitting libbfd.a.
7916 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
7917 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7918 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
7919 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7920 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
7921 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
7922 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
7923
9f2f828a
PA
79242012-01-09 Pedro Alves <palves@redhat.com>
7925
7926 * MAINTAINERS: Update my email address.
7927
4d72c0bc
DE
79282012-01-08 Doug Evans <dje@google.com>
7929
d467dd73
DE
7930 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
7931 n_type_units. Rename type_comp_units to all_type_units.
7932 All uses updated.
7933 (add_signatured_type_cu_to_table): Renamed from
7934 add_signatured_type_cu_to_list. All callers updated.
7935
4d72c0bc
DE
7936 * gdbtypes.h (struct cplus_struct_type): Delete member
7937 nfn_fields_total. All uses removed.
7938
21b2bd31
DE
79392012-01-06 Doug Evans <dje@google.com>
7940
7941 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
7942 to top of file.
7943 (dwarf2_find_comp_unit): Delete.
7944 (process_psymtab_comp_unit): Make result "void".
7945 Delete args buffer, info_ptr, buffer_size, and replace with
7946 "section". All callers updated.
7947 (dwarf2_build_psymtabs_hard): Simplify.
7948
bfd189b1
SDJ
79492012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
7950 Thiago Jung Bauermann <bauerman@br.ibm.com>
7951
7952 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
7953 before `struct gdb_exception'.
7954 * breakpoint.c (update_global_location_list_nothrow)
7955 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
7956 * cp-abi.c (value_rtti_type): Likewise.
7957 * cp-support.c (cp_validate_operator): Likewise.
7958 * infrun.c (insert_exception_resume_breakpoint)
7959 (check_exception_resume, keep_going): Likewise.
7960 * mi-interp.c (mi_breakpoint_created)
7961 (mi_breakpoint_modified): Likewise.
7962 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
7963 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
7964 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
7965
6b07635f
DE
79662012-01-05 Doug Evans <dje@google.com>
7967
0b30b85c
DE
7968 * dwarf2read.c (statement_prologue): Delete, unused.
7969
98714339
DE
7970 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
7971 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
7972
6b07635f
DE
7973 * dwarf2read.c (comp_unit_header): Delete, unused.
7974
761f4555
UW
79752012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
7976
7977 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
7978 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
7979
2ca0b532
PA
79802012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
7981
7982 * infrun.c (normal_stop): Don't skip calling the normal_stop
7983 observers if the thread was doing a multi-step, but stopped for
7984 some reason other than stepping.
7985
50aeff07
PA
79862012-01-05 Pedro Alves <alves.ped@gmail.com>
7987
7988 * cli/cli-decode.h: Add comments.
7989 (CMD_LIST_AMBIGUOUS): Moved to command.h
7990 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
7991 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
7992 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
7993 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
7994 (add_com, add_com_alias, add_info, add_info_alias)
7995 (complete_on_cmdlist, complete_on_enum, help_list): Remove
7996 declarations.
7997 * command.h: Add and adjust comments.
7998 (CMD_LIST_AMBIGUOUS): Moved here.
7999 (help_cmd, help_cmd_list): Delete declarations.
8000
5953832c
DE
80012012-01-04 Doug Evans <dje@google.com>
8002
e5fe5e75
DE
8003 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
8004 All callers updated.
8005 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
8006 Replace all arguments with "per_cu". All callers updated.
8007
28dee7f5
DE
8008 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
8009
23745b47
DE
8010 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
8011 New arg "per_cu". All callers updated.
8012
5953832c
DE
8013 Delete #if 0'd out code.
8014 * language.c (binop_result_type): Delete.
8015 (simple_type, ordered_type, same_type, integral_type): Delete.
8016 (numeric_type, character_type, string_type, boolean_type): Delete.
8017 (float_type, structured_type): Delete.
8018 * language.h: Update.
8019
0f5b7562
TT
80202012-01-04 Tom Tromey <tromey@redhat.com>
8021
8022 * python/py-value.c (valpy_binop): Initialize 'res_val'.
8023
78218f56
JB
80242012-01-04 Joel Brobecker <brobecker@adacore.com>
8025
8026 * corefile.c (close_exec_file): Delete.
8027 (reopen_exec_file): Remove commented out code that seems related
8028 to close_exec_file, which is being deleted here.
8029 * inferior.h (close_exec_file): Delete.
8030 * fork-child.c (fork_inferior): Remove call to fork_inferior.
8031
0fcd72ba
JB
80322012-01-04 Joel Brobecker <brobecker@adacore.com>
8033
8034 * ada-lang.c: #include "cli/cli-utils.h".
8035 (get_selections): Use skip_spaces.
8036 (ada_get_next_arg): Use skip_spaces and skip_to_space.
8037 (catch_ada_exception_command_split): Use skip_spaces.
8038 (ada_decode_assert_location): Likewise.
8039
1dabb4c4
JB
80402012-01-04 Joel Brobecker <brobecker@adacore.com>
8041
8042 * linespec.c (decode_line_internal): Check for C++ or Java
8043 compound constructs only if the current language is C, C++
8044 or Java.
8045
5931a2fa
JK
80462012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8047
8048 Revert:
8049 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8050 Joel Brobecker <brobecker@adacore.com>
8051 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8052 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8053 3 times.
8054 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8055 fall through into AT_ENTRY_POINT.
8056 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
8057 DUMMY_ADDR with it.
8058 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8059 PPC_INSN_SIZE skip to 3 times.
8060
1a2da5ee
JB
80612012-01-04 Joel Brobecker <brobecker@adacore.com>
8062
8063 * linespec.c (add_minsym): Preserve function descriptors.
8064
8645ff69
UW
80652012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8066
8067 * breakpoint.c (all_locations_are_pending): Consider locations
8068 in program spaces executing during startup pending as well.
8069
0b302171
JB
80702012-01-04 Joel Brobecker <brobecker@adacore.com>
8071
8072 Copyright year update in most files of the GDB Project.
8073
8ba098ad
JB
80742012-01-04 Joel Brobecker <brobecker@adacore.com>
8075
8076 * copyright.sh: Delete.
8077 * copyright.py: Rewrite.
8078
09c01c30
JB
80792012-01-04 Joel Brobecker <brobecker@adacore.com>
8080
8081 * gnulib/extra/update-copyright: New file, imported from gnulib.
8082
3c36c0af
JB
80832012-01-04 Joel Brobecker <brobecker@adacore.com>
8084
8085 * README (Copyright and License Notices): New section.
8086
888fe1e1
TT
80872012-01-03 Tom Tromey <tromey@redhat.com>
8088
8089 PR python/12533:
8090 * python/py-value.c (valpy_dereference, valpy_get_address
8091 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
8092 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
8093 (valpy_absolute, valpy_richcompare): Free intermediate values.
8094
6e681866
JB
80952011-01-03 Joel Brobecker <brobecker@adacore.com>
8096
8097 * ada-lang.c: Reformat the copyright notice.
8098
0cd09acb
JK
80992012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
8102 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
8103 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
8104 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
8105 Revert this part of:
8106 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8107 Build gdb directly from *.o files not using libgdb.a.
8108 * Makefile.in (COMMON_OBS): Remove solib-target.o.
8109
12c3e59c
JB
81102012-01-02 Joel Brobecker <brobecker@adacore.com>
8111
8112 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
8113 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
8114 Reformat the copyright header.
8115
11bf1490
JK
81162012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8117
8118 Revert this part of:
8119 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8120 Remove the gdbtui binary.
8121 * gdb.c (main): Remove args.interpreter_p initialization.
8122 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8123 * main.h (struct captured_main_args): Remove interpreter_p.
8124
1fef196f
JB
81252012-01-02 Joel Brobecker <brobecker@adacore.com>
8126
8127 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
8128
67827812
JB
81292012-01-02 Joel Brobecker <brobecker@adacore.com>
8130
8131 * top.c (print_gdb_version): Update copyright year.
8132
a4d0b831
YQ
81332012-01-02 Yao Qi <yao@codesourcery.com>
8134
8135 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
8136
b5914469
JK
81372012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8138 Joel Brobecker <brobecker@adacore.com>
8139
8140 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8141 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8142 3 times.
8143 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8144 fall through into AT_ENTRY_POINT.
8145 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
8146 DUMMY_ADDR with it.
8147 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8148 PPC_INSN_SIZE skip to 3 times.
8149
8da828f7
JK
81502012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8151
8152 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
8153 the return value.
8154 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
8155
8574e74b
JK
81562012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 Build gdb directly from *.o files not using libgdb.a.
8159 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
8160 (COMMON_OBS): Remove solib-target.o.
8161 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
8162 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
8163 (LIBGDB_OBS, libgdb.a): Move it above.
8164 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
8165 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
8166 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
8167 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
8168 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
8169 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
8170 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
8171 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
8172 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
8173 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
8174 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
8175 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
8176 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
8177 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
8178 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
8179 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
8180 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
8181 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
8182 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
8183 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
8184 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
8185 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
8186 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
8187 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
8188 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
8189 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
8190 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
8191
217bff3e
JK
81922012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8193
8194 Remove the gdbtui binary.
8195 * .gitignore (/gdbtui): Remove.
8196 * Makefile.in (TUI): Remove.
8197 (SUBDIR_TUI_OBS): Remove tui-main.o.
8198 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
8199 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
8200 (tui-main.o): Remove.
8201 (all_object_files): Remove tui-main.o.
8202 * NEWS: New note for the gdbtui removal.
8203 * configure: Rebuilt.
8204 * configure.ac: No longer add all-tui, clean-tui, install-tui and
8205 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
8206 CONFIG_UNINSTALL respectively.
8207 * gdb.c (main): Remove args.interpreter_p initialization.
8208 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8209 * main.h (struct captured_main_args): Remove interpreter_p.
8210 * tui/tui-main.c: Remove.
8211
9cdd5dbd
DE
82122012-01-01 Doug Evans <dje@google.com>
8213
bb5ed363
DE
8214 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
8215 (dwarf2_physname, read_import_statement): Ditto.
8216 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
8217 (process_structure_scope read_subroutine_type): Ditto.
8218 (read_typedef, load_partial_dies, read_partial_die): Ditto.
8219 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
8220 (dwarf2_fetch_die_location_block): Ditto.
8221 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
8222
a0f42c21
DE
8223 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
8224 All callers updated.
8225 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
8226 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
8227 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
8228
2dc860c0
DE
8229 * dwarf2read.c (load_cu): Move assert to more useful location.
8230
68dc6402
DE
8231 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
8232 All callers updated.
8233
9cdd5dbd
DE
8234 * dwarf2read.c (dwarf2_per_objfile): Add comment.
8235 (dwarf2_elf_names): Minor reformat.
8236 (dwarf2_per_cu_data): Tweak comment.
8237 (dwarf2_read_section): Fix comment.
8238 (create_all_comp_units): Fix comment.
8239 (load_full_comp_unit): Fix comment.
8240 (process_full_comp_unit): Fix comment.
8241 (read_signatured_type): Fix comment.
8242
0c10e53e 8243For older changes see ChangeLog-2011.
c906108c
SS
8244\f
8245Local Variables:
8246mode: change-log
8247left-margin: 8
8248fill-column: 74
8249version-control: never
57da7796 8250coding: utf-8
c906108c 8251End:
This page took 3.212454 seconds and 4 git commands to generate.