42fb1a5b7448e72b283266a8758e414cdbe9ae74
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-03-13 Yao Qi <yao@codesourcery.com>
2
3 * inferior.h (struct inferior): Remove fields any_syscall_count,
4 syscalls_counts and total_syscalls_count. Move them to new
5 struct catch_syscall_inferior_data in breakpoint.c.
6 * breakpoint.c: Call DEF_VEC_I(int).
7 (struct catch_syscall_inferior_data): New.
8 (get_catch_syscall_inferior_data): New.
9 (catch_syscall_inferior_data_cleanup): New.
10 (insert_catch_syscall): Update to access data in
11 struct catch_syscall_inferior_data.
12 (insert_catch_syscall): Likewise.
13 (remove_catch_syscall): Likewise.
14 (remove_catch_syscall): Likewise.
15 (is_syscall_catchpoint_enabled): Likewise.
16 (add_catch_command): Likewise.
17 (_initialize_breakpoint): Register cleanup.
18 * breakpoint.h: Removed DEF_VEC_I(int).
19 * dwarf2loc.c: Call DEF_VEC_I(int).
20 * mi/mi-main.c: Likewise.
21
22 2012-03-12 Mark Kettenis <kettenis@gnu.org>
23
24 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
25
26 2012-03-12 Chris January <chris.january@allinea.com>
27
28 * aix-thread.c (_initialize_aix_thread): Add prototype.
29 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
30 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
31
32 2012-03-12 Joel Brobecker <brobecker@adacore.com>
33
34 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
35 include of "amd64-nat.h".
36
37 2012-03-12 Tom Tromey <tromey@redhat.com>
38
39 * buildsym.c (record_pending_block): Now static.
40 * buildsym.h: (record_pending_block): Remove.
41
42 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
43
44 * amd64bsd-nat.c: Include amd64bsd-nat.h.
45
46 2012-03-09 Tom Tromey <tromey@redhat.com>
47
48 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
49 producer_is_gxx_lt_4_6>: New fields.
50 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
51
52 2012-03-09 Tom Tromey <tromey@redhat.com>
53
54 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
55
56 2012-03-08 Joel Brobecker <brobecker@adacore.com>
57
58 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
59 prototype.
60
61 2012-03-08 Joel Brobecker <brobecker@adacore.com>
62
63 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
64
65 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 Fix -Wmissing-prototypes build.
68 * arm-linux-nat.c (get_thread_id): Make it static.
69 * xtensa-linux-nat.c (get_thread_id): Likewise.
70
71 2012-03-08 Joel Brobecker <brobecker@adacore.com>
72
73 * server.c (process_point_options): If a conditional expression
74 is found, only print a message if remote_debug is nonzero.
75
76 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
77
78 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
79 of internal error for unknown/unsupported types.
80
81 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
82
83 Fix CU relative vs. absolute DIE offsets.
84 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
85 offset to offset_in_cu.
86 * dwarf2read.c (process_enumeration_scope): Add CU offset to
87 TYPE_OFFSET.
88 (dwarf2_fetch_die_location_block): Rename parameter offset to
89 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
90
91 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
92
93 * libunwind-frame.c: Rename to ...
94 * ia64-libunwind-tdep.c: ... here.
95 * libunwind-frame.h: Rename to ...
96 * ia64-libunwind-tdep.h: ... here.
97 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
98 ia64-libunwind-tdep.h.
99 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
100 * README (--with-libunwind): Rename to ...
101 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
102 * config.in: Regenerate.
103 * configure: Regenerate.
104 * configure.ac: New option --with-libunwind-ia64, make the
105 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
106 Remove AC_DEFINE for HAVE_LIBUNWIND.
107 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
108 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
109 Rename libunwind-frame in the general comment.
110 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
111 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
112 Move forward declarations inside #ifndef. Rename libunwind-frame in
113 the general comment.
114 * ia64-tdep.c: Rename libunwind-frame.h #include to
115 ia64-libunwind-tdep.h.
116 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
117 (ia64_libunwind_descr): Rename libunwind-frame to
118 ia64-libunwind-tdep in these function comments.
119 * ia64-tdep.h: Rename libunwind-frame.h #include to
120 ia64-libunwind-tdep.h.
121 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
122 ia64-libunwind-tdep in that data comment.
123
124 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * libunwind-frame.h (struct frame_unwind): New declaration.
127
128 2012-03-08 Joel Brobecker <brobecker@adacore.com>
129
130 * breakpoint.c (_initialize_breakpoint): Fix error in help of
131 "set breakpoint condition-evaluation" command.
132
133 2012-03-08 Tristan Gingold <gingold@adacore.com>
134
135 * sparc-stub.c: Move to stubs/
136 * sh-stub.c: Likewise.
137 * m68k-stub.c: Likewise.
138 * m32r-stub.c: Likewise.
139 * i386-stub.c: Likewise.
140
141 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
142
143 * m68klinux-tdep.c (m68k_linux_init_abi): Register
144 linux_get_siginfo_type.
145
146 * m68klinux-nat.c: Include "gdb_proc_service.h".
147 (PTRACE_GET_THREAD_AREA): Define.
148 (ps_get_thread_area): New function.
149
150 2012-03-08 Yao Qi <yao@codesourcery.com>
151
152 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
153 `xsnprintf'.
154 (remote_query_attached): Likewise.
155 (remote_static_tracepoint_marker_at): Likewise.
156 (remote_set_permissions): Likewise.
157 (remote_detach_1, extended_remote_attach_1): Likewise.
158 (send_g_packet, remote_vkill): Likewise.
159 (extended_remote_disable_randomization): Likewise.
160 (remote_add_target_side_condition): Likewise.
161 (remote_insert_breakpoint): Likewise.
162 (remote_remove_breakpoint): Likewise.
163 (remote_insert_watchpoint): Likewise.
164 (remote_remove_watchpoint): Likewise.
165 (remote_insert_hw_breakpoint): Likewise.
166 (remote_insert_hw_breakpoint): Likewise.
167 (remote_remove_hw_breakpoint): Likewise.
168 (remote_download_command_source): Likewise.
169 (remote_download_tracepoint): Likewise.
170 (remote_download_trace_state_variable): Likewise.
171 (remote_disable_tracepoint): Likewise.
172 (remote_trace_set_readonly_regions): Likewise.
173 (remote_get_tracepoint_status): Likewise.
174 (remote_trace_find): Likewise.
175 (remote_get_trace_state_variable_value): Likewise.
176 (remote_set_disconnected_tracing): Likewise.
177 (remote_set_circular_trace_buffer): Likewise.
178 (remote_get_min_fast_tracepoint_insn_len): Likewise.
179 (remote_use_agent): Likewise.
180 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
181 Update callers.
182
183 2012-03-07 Pedro Alves <palves@redhat.com>
184
185 * NEWS: Mention QProgramSignals.
186 * inferior.h (update_signals_program_target): Declare.
187 * infrun.c: (update_signals_program_target): New.
188 (handle_command): Update the target of the new program signals
189 array changes.
190 * remote.c (PACKET_QProgramSignals): New enum.
191 (last_program_signals_packet): New global.
192 (remote_program_signals): New.
193 (remote_start_remote): Update the target with the program signals
194 list.
195 (remote_protocol_features): Add entry for QPassSignals.
196 (remote_open_1): Free anc clear last_program_signals_packet.
197 (init_remote_ops): Install remote_program_signals.
198 * target.c (update_current_target): Adjust.
199 (target_program_signals): New.
200 * target.h (struct target_ops) <to_program_signals>: New field.
201 (target_program_signals): Declare.
202
203 2012-03-07 Pedro Alves <palves@redhat.com>
204
205 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
206 extensions.
207
208 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
209
210 * m68klinux-nat.c (getregs_supplies): Make static.
211 (getfpregs_supplies): Likewise.
212 (have_ptrace_getregs): Likewise.
213
214 2012-03-06 Joel Brobecker <brobecker@adacore.com>
215
216 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
217 in call to get_die_type_at_offset.
218
219 2012-03-06 Stan Shebs <stan@codesourcery.com>
220
221 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
222 * mi/mi-cmd-disas.c: Ditto.
223 * mi/mi-cmd-env.c: Ditto.
224 * mi/mi-cmd-file.c: Ditto.
225 * mi/mi-cmd-stack.c: Ditto.
226 * mi/mi-cmd-target.c: Ditto.
227 * mi/mi-cmd-var.c: Ditto.
228 * mi/mi-cmds.c: Ditto.
229 * mi/mi-cmds.h: Ditto.
230 * mi/mi-console.c: Ditto.
231 * mi/mi-getopt.c: Ditto.
232 * mi/mi-getopt.h: Ditto.
233 * mi/mi-interp.c: Ditto.
234 * mi/mi-main.c: Ditto.
235 * mi/mi-out.c: Ditto.
236 * mi/mi-parse.c: Ditto.
237 * mi/mi-parse.h: Ditto.
238 * mi/mi-symbol-cmds.c: Ditto.
239
240 * mi/mi-getopt.h: Move mi_opt struct up.
241 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
242 return.
243 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
244
245 2012-03-06 Tom Tromey <tromey@redhat.com>
246
247 * proc-service.c (ps_pglobal_lookup): Set the current program
248 space.
249
250 2012-03-06 Pedro Alves <palves@redhat.com>
251
252 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
253
254 2012-03-05 Joel Brobecker <brobecker@adacore.com>
255
256 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
257
258 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 Code cleanup.
261 * common/linux-osdata.c (linux_common_core_of_thread): New function
262 comment.
263 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
264 call by linux_common_core_of_thread.
265 (linux_nat_core_of_thread_1): Remove.
266 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
267 * linux-thread-db.c: Include linux-osdata.h.
268 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
269 linux_common_core_of_thread.
270
271 2012-03-05 Tom Tromey <tromey@redhat.com>
272
273 * value.c (value_primitive_field): Don't fetch contents for
274 non-virtual bases.
275
276 2012-03-05 Tom Tromey <tromey@redhat.com>
277
278 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
279
280 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
281
282 * s390-nat.c: Include "gregset.h".
283
284 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
287 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
288 (libunwind_load): New variable so_error, use it for dlerror. Try to
289 load also LIBUNWIND_SO_7.
290
291 2012-03-05 Pedro Alves <palves@redhat.com>
292
293 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
294 is not NULL, and remove resulting dead code.
295
296 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
297
298 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
299 prologue to sh_analyze_prologue.
300 (sh_analyze_prologue): Make better use of such an upper limit, and
301 generally be more cautious about accessing memory.
302
303 2012-03-05 Tom Tromey <tromey@redhat.com>
304
305 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
306 _initialize_ia64_hpux_tdep.
307
308 2012-03-05 Pedro Alves <palves@redhat.com>
309
310 PR gdb/13766
311
312 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
313 the register state is clear, supply explicit zero, instead of
314 marking the register unavailable.
315
316 2012-03-05 Tristan Gingold <gingold@adacore.com>
317
318 * NEWS: Mention OpenVMS ia64 new target.
319
320 2012-03-05 Tristan Gingold <gingold@adacore.com>
321
322 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
323 (ia64_unw_accessors, ia64_unw_rse_accessors)
324 (ia64_libunwind_descr): Declare.
325 * ia64-vms-tdep.c: New file.
326 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
327 (ia64_libunwind_descr): Make them public.
328 * configure.tgt: Add ia64-*-*vms*.
329 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
330 (ALLDEPFILES): Add ia64-vms-tdep.c
331
332 2012-03-05 Tristan Gingold <gingold@adacore.com>
333
334 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
335 * remote.c (PACKET_qXfer_uib): New enum value.
336 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
337 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
338 (_initialize_remote): Call add_packet_config_cmd for
339 xfer:uib packet.
340
341 2012-03-05 Tristan Gingold <gingold@adacore.com>
342
343 * osabi.c (gdb_osabi_names): Add OpenVMS.
344 (generic_elf_osabi_sniffer): Likewise.
345 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
346
347 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
348
349 Removed unused code.
350 * libunwind-frame.c (libunwind_frame_unwind)
351 (libunwind_frame_base_address): Remove.
352 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
353
354 2012-03-04 Yao Qi <yao@codesourcery.com>
355
356 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
357 remove trailing new line.
358 (agent_run_command, agent_run_command): Add _ markup.
359 (agent_capability_check): Likewise.
360
361 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * breakpoint.c (set_condition_evaluation_mode): Set
364 CONDITION_EVALUATION_MODE unconditionally.
365
366 2012-03-03 Yao Qi <yao@codesourcery.com>
367
368 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
369 * common/agent.h: Update declaration.
370 * inf-child.c (inf_child_use_agent): New.
371 (inf_child_can_use_agent): New.
372 (inf_child_target): Initialize fields `to_use_agent'
373 and `to_can_use_agent'.
374 * agent.c (agent_new_objfile): New.
375 (_initialize_agent): Add agent_new_objfile to new_objfile
376 observer.
377
378 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
379 New.
380 (linux_target_install_ops): Initialize field
381 `to_static_tracepoint_markers_by_strid'.
382 * remote.c (free_current_marker): Move it to ...
383 * tracepoint.c (free_current_marker): ... here. New.
384 (cleanup_target_stop): New.
385 * tracepoint.h: Declare free_current_marker.
386 * NEWS: Add one entry about `info static-tracepoint-marker'.
387
388 2012-03-03 Yao Qi <yao@codesourcery.com>
389
390 * common/agent.c (agent_loaded_p): New.
391 (agent_look_up_symbols): New global.
392 * common/agent.h: Declare agent_loaded_p.
393
394 2012-03-03 Yao Qi <yao@codesourcery.com>
395
396 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
397 (agent_capability_check, agent_capability_invalidate): New.
398 (symbol_list): New array element.
399 * common/agent.h (enum agent_capa): New.
400 * target.c (target_pre_inferior): Call agent_capability_invalidate.
401
402 2012-03-03 Yao Qi <yao@codesourcery.com>
403
404 * target.h (struct target_ops) <to_use_agent>: New field.
405 (struct target_ops) <to_can_use_agent>: New field.
406 (target_use_agent, target_can_use_agent): New macro.
407 * target.c (update_current_target): Update.
408 * remote.c: New enum `PACKET_QAgent'.
409 (remote_protocol_features): Add a new element.
410 (remote_use_agent, remote_can_use_agent): New.
411 (init_remote_ops): Initialize field `can_use_agent' with
412 remote_can_use_agent. Intiailize field `use_agent' with
413 remote_use_agent.
414 * common/agent.c (use_agent): New global.
415 * common/agent.h: Declare it.
416 * tracepoint.c (info_static_tracepoint_markers_command): Add
417 comment.
418 * Makefile.in (SFILES): Add common/agent.c and agent.c.
419 (COMMON_OBS): Add common/agent.o and agent.o
420 (common-agent.o): New rule.
421 * agent.c: New.
422
423 2012-03-03 Yao Qi <yao@codesourcery.com>
424
425 * common/agent.c: New.
426 * common/agent.h: New.
427 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
428 AC_CHECK_HEADERS.
429 * configure, configh.in: Regenerated.
430
431 2012-03-02 Kevin Buettner <kevinb@redhat.com>
432
433 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
434 unless it exists for this architecture.
435
436 2012-03-02 Joel Brobecker <brobecker@adacore.com>
437
438 * language.h (struct language_defn): New "method" la_read_var_value.
439 * findvar.c: #include "language.h".
440 (default_read_var_value): Renames read_var_value. Rewrite
441 function description.
442 (read_var_value): New function.
443 * value.h (default_read_var_value): Add prototype.
444 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
445 New functions.
446 (ada_language_defn): Add entry for la_read_var_value.
447 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
448 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
449 language_defn structures to add entry for new la_read_var_value
450 field.
451
452 2012-03-02 Tom Tromey <tromey@redhat.com>
453 Pedro Alves <palves@redhat.com>
454
455 PR breakpoints/13776:
456 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
457 breakpoints.
458 (delete_longjmp_breakpoint_at_next_stop): New.
459 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
460 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
461 before deleting the inferior. Add comments.
462 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
463 breakpoints immediately, but only on next stop. Move that code
464 next to where we mark other breakpoints for deletion.
465
466 2012-03-02 Joel Brobecker <brobecker@adacore.com>
467
468 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
469 marker.
470 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
471 violation.
472
473 2012-03-02 Pedro Alves <palves@redhat.com>
474
475 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
476
477 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
478
479 Fix -Wmissing-prototypes build.
480 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
481 * remote-sim.c (gdbsim_has_all_memory): Likewise.
482 (gdbsim_has_memory): Likewise.
483
484 2012-03-02 Yao Qi <yao@codesourcery.com>
485
486 Fix -Wmissing-prototypes build.
487 * charset.c (phony_iconv_open): Make static.
488 (phony_iconv_close, phony_iconv): Likewise.
489 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
490 * i386-windows-nat.c (_initialize_i386_windows_nat): New
491 prototype.
492 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
493 * ser-mingw.c (create_select_thread): Make static.
494 * windows-termcap.c (tgetent): New prototype.
495 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
496
497 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
498
499 Fix -Wmissing-prototypes build.
500 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
501 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
502 (_initialize_loadable): New prototypes.
503
504 2012-03-02 Doug Evans <dje@google.com>
505
506 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
507 abbrev table, read_comp_unit will do it.
508
509 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
510
511 Fix -Wmissing-prototypes build.
512 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
513 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
514 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
515 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
516 (_initialize_arm_symbian_tdep): New prototype.
517 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
518 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
519 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
520 static.
521 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
522 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
523 prototype.
524 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
525 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
526 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
527 static.
528 * moxie-tdep.c (moxie_process_record): Likewise.
529 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
530 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
531 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
532 (_initialize_rl78_tdep): New prototype.
533 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
534 (_initialize_rx_tdep): New prototype.
535 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
536 (_initialize_darwin_solib): New prototype.
537 * solib-spu.c: Include solib-spu.h.
538 (_initialize_spu_solib): New prototype.
539 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
540 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
541 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
542 (tic6x_software_single_step): Make it static.
543 (_initialize_tic6x_tdep): New prototype.
544
545 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
546
547 Fix -Wmissing-prototypes build.
548 * cris-tdep.c (cris_can_use_hardware_watchpoint)
549 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
550
551 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 Fix -Wmissing-prototypes build.
554 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
555 (frv_have_stopped_data_address): Remove.
556
557 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 Fix -Wmissing-prototypes build.
560 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
561 * sh-tdep.c: Include sh64-tdep.h.
562 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
563 * sh64-tdep.c: Include sh64-tdep.h.
564 * sh64-tdep.h: New file.
565
566 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
567
568 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
569
570 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
571
572 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
573 sp_regnum once the gdbarch_init_osabi hook has been called.
574
575 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
576
577 * mips-tdep.c (mips32_bc1_pc): New function.
578 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
579 BPOSGE32 and BPOSGE64 instructions.
580 (deal_with_atomic_sequence): Likewise.
581 (mips32_instruction_has_delay_slot): Likewise.
582
583 2012-03-01 Maciej W. Rozycki <macro@mips.com>
584 Chris Dearman <chris@mips.com>
585 Maciej W. Rozycki <macro@codesourcery.com>
586 Joseph Myers <joseph@codesourcery.com>
587
588 * features/mips-dsp.xml: New file.
589 * features/mips64-dsp.xml: New file.
590 * features/mips-dsp-linux.xml: New file.
591 * features/mips64-dsp-linux.xml: New file.
592 * features/Makefile (WHICH): Add mips-dsp-linux and
593 mips64-dsp-linux.
594 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
595 * features/mips-dsp-linux.c: New file.
596 * features/mips64-dsp-linux.c: New file.
597 * regformats/mips-dsp-linux.dat: New file.
598 * regformats/mips64-dsp-linux.dat: New file.
599 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
600 registers.
601 (mips64_linux_register_addr): Likewise.
602 (mips64_linux_regsets_fetch_registers): Likewise.
603 (mips64_linux_regsets_store_registers): Likewise.
604 (mips64_linux_fetch_registers): Update call to
605 mips64_linux_regsets_fetch_registers.
606 (mips64_linux_store_registers): Update call to
607 mips64_linux_regsets_store_registers.
608 (mips_linux_read_description): Probe for DSP registers.
609 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
610 and initialize_tdesc_mips64_dsp_linux.
611 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
612 Remove padding of no longer used embedded register slots.
613 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
614 (MIPS_RESTART_REGNUM): Redefine enum value.
615 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
616 strings.
617 (mips_tx39_reg_names): Likewise.
618 (mips_linux_reg_names): New array of register names for Linux
619 targets.
620 (mips_register_name): Check for a null pointer in
621 mips_processor_reg_names and return an empty string.
622 (mips_register_type): Exclude embedded registers for the IRIX
623 and Linux ABIs.
624 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
625 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
626 DSP registers.
627 (mips_stab_reg_to_regnum): Handle DSP accumulators.
628 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
629 (mips_gdbarch_init): Likewise. Initialize internal register
630 indices for the Linux ABI. Use dynamic numbers to refer to
631 registers, as applicable, while parsing the target description.
632 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
633
634 2012-03-01 Joel Brobecker <brobecker@adacore.com>
635
636 * frame.h (read_frame_register_unsigned): Fix typo in function
637 description.
638
639 2012-03-01 Pedro Alves <palves@redhat.com>
640
641 * jit-reader.in [!__cplusplus]
642 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
643
644 2012-03-01 Pedro Alves <palves@redhat.com>
645
646 * configure.ac (build_warnings): Add -Wmissing-prototypes.
647 * configure: Regenerate.
648
649 2012-03-01 Pedro Alves <palves@redhat.com>
650
651 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
652 * breakpoint.c (create_exception_master_breakpoint, trace_command)
653 (ftrace_command, strace_command): Make static.
654 * d-lang.c (_initialize_d_language): Declare.
655 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
656 * dwarf2loc.c (_initialize_dwarf2loc):
657 * dwarf2read.c (process_psymtab_comp_unit): Make static.
658 * exec.c (exec_get_section_table): Make static.
659 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
660 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
661 * inferior.c (remove_inferior_command, add_inferior_command)
662 (clone_inferior_command): Make static.
663 * linux-nat.c (linux_nat_thread_address_space)
664 (linux_nat_core_of_thread): Make static.
665 * linux-tdep.c (_initialize_linux_tdep): Declare.
666 * objc-lang.c (_initialize_objc_lang): Declare.
667 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
668 Make static.
669 (_initialize_opencl_language): Declare.
670 * record.c (_initialize_record): Declare.
671 * remote.c (demand_private_info, remote_get_tib_address)
672 (remote_supports_cond_tracepoints)
673 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
674 Make static.
675 * skip.c (_initialize_step_skip): Declare.
676 * symtab.c (skip_prologue_using_lineinfo): Make static.
677 * tracepoint.c (delete_trace_state_variable)
678 (trace_variable_command, delete_trace_variable_command)
679 (get_uploaded_tsv, find_matching_tracepoint_location)
680 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
681 Make static.
682 * value.c (pack_unsigned_long): Make static.
683 * varobj.c (varobj_ensure_python_env): Make static.
684 * windows-tdep.c (_initialize_windows_tdep): Declare.
685 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
686
687 2012-03-01 Pedro Alves <palves@redhat.com>
688
689 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
690 gdbarch parameter.
691 (linux_init_abi): Install it as has_shared_address_space gdbarch
692 callback.
693
694 2012-03-01 Pedro Alves <palves@redhat.com>
695
696 * observer.c (observer_test_first_notification_function)
697 (observer_test_second_notification_function)
698 (observer_test_third_notification_function): Add declarations.
699
700 2012-03-01 Pedro Alves <palves@redhat.com>
701
702 * common/signals.c (default_target_signal_to_host)
703 (default_target_signal_from_host): Move ...
704 * arch-utils.c: ... here.
705 * arch-utils.h (default_target_signal_to_host)
706 (default_target_signal_from_host): Declare.
707
708 * common/signals.c (target_signal_from_command): Move ...
709 * infrun.c: ... here.
710 * inferior.h (target_signal_from_command): Declare.
711 * target.h (target_signal_from_command)
712 (default_target_signal_from_host, default_target_signal_to_host):
713 Delete declarations.
714
715 * common/signals.c (_initialize_signals): Delete.
716
717 2012-03-01 Pedro Alves <palves@redhat.com>
718
719 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
720 both __cplusplus and !__cplusplus.
721
722 2012-03-01 Pedro Alves <palves@redhat.com>
723
724 * psymtab.c (find_and_open_source): Delete declaration.
725 * source.c (find_and_open_source): Move comment ...
726 * source.h (find_and_open_source): ... to this new declaration.
727
728 2012-03-01 Pedro Alves <palves@redhat.com>
729
730 * inline-frame.c: Include inline-frame.h.
731
732 2012-03-01 Pedro Alves <palves@redhat.com>
733
734 * tui/tui-data.c (set_gen_win_origin): Delete.
735 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
736 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
737
738 2012-03-01 Pedro Alves <palves@redhat.com>
739
740 * remote.c (encode_actions): Delete declaration.
741 * tracepoint.c (encode_actions): Make extern.
742 * tracepoint.h (encode_actions): Declare.
743
744 2012-03-01 Pedro Alves <palves@redhat.com>
745
746 * python/py-breakpoint.c: Include python.h.
747 * python/py-continueevent.c (create_continue_event_object): Make
748 static.
749 * python/py-lazy-string.c (stpy_get_type): Make static.
750 * python/py-newobjfileevent.c (create_new_objfile_event_object):
751 Make static.
752 * python/py-utils.c (unicode_to_target_python_string): Make
753 static.
754 * python/py-value.c: Include python.h.
755
756 2012-03-01 Pedro Alves <palves@redhat.com>
757
758 * inferior.c (delete_threads_of_inferior): Delete.
759
760 2012-03-01 Pedro Alves <palves@redhat.com>
761
762 Import fallback definitions from glibc.
763
764 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
765 ps_prochandle): Forward declare.
766 (ps_err_e): Use glibc's comments.
767 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
768 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
769 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
770 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
771 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
772 (struct ps_prochandle): Adjust comment.
773
774 2012-03-01 Pedro Alves <palves@redhat.com>
775
776 * ada-lang.c (ada_modulus_from_name): Delete.
777 * ada-lex.l (lexer_init): Make static.
778
779 2012-03-01 Pedro Alves <palves@redhat.com>
780
781 PR gdb/13767
782
783 * frame.c (read_frame_register_unsigned): New.
784 * frame.h (read_frame_register_unsigned): Declare.
785 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
786 Handle it.
787 (print_i387_control_word): New parameter `control_p'. Handle it.
788 (i387_print_float_info): Handle unavailable float registers.
789
790 2012-03-01 Keith Seitz <keiths@redhat.com>
791
792 * linespec.c (decode_line_2): Sort the list of methods
793 alphabetically before presenting the user with a selection
794 menu.
795
796 2012-03-01 Doug Evans <dje@google.com>
797
798 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
799 has_namespace_info.
800 (dwarf2_read_abbrevs): Remove corresponding initialization.
801
802 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
803
804 * NEWS: Mention new python command class gdb.COMMAND_USER.
805 * cli/cli-cmds.c (show_user): Print error when used on a python
806 command.
807 (init_cli_cmds): Update documentation strings for "show user" and
808 "set/show max-user-call-depth" to clarify that it does not apply to
809 python commands.
810 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
811 error check.
812 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
813 gdb python api.
814 * top.c (execute_command): Only execute a user-defined command as a
815 legacy macro if c->user_commands is set.
816
817 2012-03-01 Tom Tromey <tromey@redhat.com>
818
819 * valprint.h (struct generic_val_print_decorations): New.
820 (generic_val_print): Declare.
821 * valprint.c (generic_val_print): New function.
822 * p-valprint.c (p_decorations): New global.
823 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
824 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
825 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
826 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
827 * m2-valprint.c (m2_decorations): New global.
828 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
829 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
830 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
831 TYPE_CODE_ERROR>: Call generic_val_print.
832 * f-valprint.c (f_decorations): New global.
833 (f_val_print): Use print_function_pointer_address.
834 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
835 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
836 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
837 generic_val_print.
838 * c-valprint.c (c_decorations): New global.
839 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
840 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
841 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
842 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
843 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
844 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
845 case.
846
847 2012-03-01 Tom Tromey <tromey@redhat.com>
848
849 * valprint.c (val_print): Update.
850 * p-valprint (pascal_val_print): Return void.
851 * p-lang.h (pascal_val_print): Return void.
852 * m2-valprint.c (m2_val_print): Return void.
853 * m2-lang.h (m2_val_print): Return void.
854 * language.h (struct language_defn) <la_val_print>: Return void.
855 * language.c (unk_lang_val_print): Return void.
856 * jv-valprint.c (java_val_print): Return void.
857 * jv-lang.h (java_val_print): Return void.
858 * f-valprint.c (f_val_print): Return void.
859 * f-lang.h (f_val_print): Return void.
860 * d-valprint.c (d_val_print): Return void.
861 (dynamic_array_type): Update.
862 * d-lang.h (d_val_print): Return void.
863 * c-valprint.c (c_val_print): Return void.
864 * c-lang.h (c_val_print): Return void.
865 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
866 void.
867 * ada-lang.h (ada_val_print): Return void.
868
869 2012-03-01 Tom Tromey <tromey@redhat.com>
870
871 * value.h (val_print): Return void.
872 * valprint.c (val_print): Return void.
873
874 2012-03-01 Tom Tromey <tromey@redhat.com>
875
876 * value.h (common_val_print): Return void.
877 * valprint.c (common_val_print): Return void.
878
879 2012-03-01 Tom Tromey <tromey@redhat.com>
880
881 * value.h (value_print): Return void.
882 * valprint.c (value_print): Return void.
883 * p-valprint.c (pascal_value_print): Return void.
884 * p-lang.h (pascal_value_print): Return void.
885 * language.h (struct language_defn) <la_value_print>: Return
886 void.
887 * language.c (unk_lang_value_print): Return void.
888 * jv-valprint.c (java_value_print): Return void.
889 * jv-lang.h (java_value_print): Return void.
890 * f-valprint.c (c_value_print): Don't declare.
891 Include c-lang.h.
892 * c-valprint.c (c_value_print): Return void.
893 * c-lang.h (c_value_print): Return void.
894 * ada-valprint.c (ada_value_print): Return void.
895 * ada-lang.h (ada_value_print): Return void.
896
897 2012-03-01 Tom Tromey <tromey@redhat.com>
898
899 * value.c (value_primitive_field): Handle virtual base classes.
900
901 2012-03-01 Tom Tromey <tromey@redhat.com>
902
903 * gdbtypes.h (struct vbase): Remove.
904
905 2012-03-01 Tom Tromey <tromey@redhat.com>
906
907 * c-valprint.c (print_function_pointer_address): Move...
908 * valprint.c: ... here. Make non-static.
909 * m2-valprint.c (print_function_pointer_address): Remove.
910 * valprint.h (print_function_pointer_address): Declare.
911
912 2012-03-01 Joel Brobecker <brobecker@adacore.com>
913
914 * NEWS: Document the fact that one can provide a condition when
915 creating an Ada exception catchpoint.
916
917 2012-03-01 Tom Tromey <tromey@redhat.com>
918
919 * valprint.c (val_print_type_code_flags): Fix placement of
920 trailing brace.
921
922 2012-03-01 Joel Brobecker <brobecker@adacore.com>
923
924 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
925 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
926 environment variable before calling update-copyright.
927
928 2012-03-01 Joel Brobecker <brobecker@adacore.com>
929
930 * gnulib/extra/update-copyright: Update to the latest from
931 gnulib's git repository.
932 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
933 variable to 2 instead of 1.
934
935 2012-02-29 Joel Brobecker <brobecker@adacore.com>
936
937 * varobj.c (c_value_of_variable): Remove dead code.
938
939 2012-02-29 Joel Brobecker <brobecker@adacore.com>
940
941 * ada-lex.p (processId): Do not modify already encoded IDs.
942 Update function documentation.
943
944 2012-02-29 Joel Brobecker <brobecker@adacore.com>
945
946 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
947 "name" with "struct symbol *name_sym".
948 * ada-exp.y (write_var_or_type): Update call to
949 ada_find_renaming_symbol.
950 "name" with "struct symbol *name_sym". Adjust Implementation
951 accordingly. Adjust the function documentation.
952
953 2012-02-29 Joel Brobecker <brobecker@adacore.com>
954
955 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
956 * ada-lang.c (ada_find_any_type): Add advance declaration.
957 Make static. Replace ada_find_any_symbol by
958 ada_find_any_type_symbol.
959 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
960 Improve function description. Make static.
961 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
962 Replace ada_find_any_symbol by ada_find_any_type_symbol.
963
964 2012-02-29 Joel Brobecker <brobecker@adacore.com>
965
966 * ada-lang.c (struct tag_args): Delete.
967 (ada_get_tsd_type): Function body moved up in source file.
968 (ada_tag_name_1, ada_tag_name_2): Delete.
969 (ada_get_tsd_from_tag): New function.
970 (ada_tag_name_from_tsd): New function.
971 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
972 to determine the tag name.
973
974 2012-02-29 Joel Brobecker <brobecker@adacore.com>
975
976 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
977 declaration.
978 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
979 function.
980
981 2012-02-29 Joel Brobecker <brobecker@adacore.com>
982
983 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
984
985 2012-02-29 Joel Brobecker <brobecker@adacore.com>
986
987 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
988 full searches.
989
990 2012-02-29 Joel Brobecker <brobecker@adacore.com>
991
992 * ada-lang.c (constrained_packed_array_type): If there is a
993 parallel XA type, use it to determine the array index type.
994
995 2012-02-29 Joel Brobecker <brobecker@adacore.com>
996
997 * ada-valprint.c (ada_val_print_1): If our value is a reference
998 to an array descriptor, dereference it before converting it
999 to a simple array.
1000
1001 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1002
1003 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
1004 creating fixed value.
1005 (ada_value_ind, ada_coerce_ref, assign_component)
1006 (ada_evaluate_subexp): Remove call to unwrap_value before
1007 call to ada_to_fixed_value.
1008
1009 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1010
1011 * ada-lang.c (to_fixed_array_type): Set result's type name.
1012
1013 2012-02-29 Joel Brobecker <brobecker@adacore.com>
1014
1015 * ada-lang.c (catch_ada_exception_command_split): Add new
1016 argument cond_string. Add support for condition at end of
1017 "catch exception" commands.
1018 (ada_decode_exception_location): Add new argument cond_string.
1019 Update call to catch_ada_exception_command_split.
1020 (create_ada_exception_catchpoint): Add new argument cond_string.
1021 Set the breakpoint condition if needed.
1022 (catch_ada_exception_command): Update call to
1023 ada_decode_exception_location.
1024 (ada_decode_assert_location): Add function documentation.
1025 Add support for condition at end of "catch assert" command.
1026 (catch_assert_command): Update calls to ada_decode_assert_location
1027 and create_ada_exception_catchpoint.
1028
1029 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 Fix disp-step-syscall.exp: fork: single step over fork.
1032 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
1033 (i386_linux_get_syscall_number_from_regcache): ... here, new function
1034 comment, change parameters gdbarch and ptid to regcache. Remove
1035 parameter regcache, initialize gdbarch from regcache here.
1036 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
1037 New functions.
1038 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
1039 instead.
1040 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
1041 'syscall'. Make the 'int' check more strict.
1042
1043 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1044
1045 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
1046 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
1047 (i386_linux_intx80_sysenter_syscall_record): ... here.
1048 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
1049 Use the renamed function name.
1050
1051 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1052
1053 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
1054 * breakpoint.c (until_break_command): Likewise.
1055 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1056 * infcall.c (call_function_by_hand): Likewise.
1057 * infcmd.c (finish_forward): Likewise.
1058 * infrun.c (insert_exception_resume_breakpoint): Likewise.
1059
1060 2012-02-28 Tristan Gingold <gingold@adacore.com>
1061
1062 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
1063 avoid variable assignments inside condition.
1064
1065 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1066
1067 Fix static analysis issue found by cppcheck.
1068 * microblaze-tdep.c (microblaze_extract_return_value): Fix
1069 uninitialized BUF for size 2.
1070
1071 2012-02-27 Chris Dearman <chris@mips.com>
1072 Nathan Froyd <froydnj@codesourcery.com>
1073 Maciej W. Rozycki <macro@codesourcery.com>
1074
1075 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
1076 (mips16_instruction_has_delay_slot): Likewise.
1077 (mips_segment_boundary): Likewise.
1078 (mips_adjust_breakpoint_address): Likewise.
1079 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
1080
1081 2012-02-27 Maciej W. Rozycki <macro@mips.com>
1082 Maciej W. Rozycki <macro@codesourcery.com>
1083
1084 * infrun.c (handle_inferior_event): Don't proceed through
1085 shared library trampolines if stepping at the machine
1086 instruction level.
1087
1088 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
1089
1090 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
1091 too.
1092
1093 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
1094
1095 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
1096 (sh_stub_unwind_sniffer): New functions.
1097 (sh_stub_unwind): New variable.
1098 (sh_gdbarch_init): Wire everything.
1099
1100 2012-02-27 Pedro Alves <palves@redhat.com>
1101
1102 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
1103 (linux_nat_post_attach_wait): Adjust to use
1104 linux_proc_pid_is_stopped.
1105 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
1106 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
1107 based on pid_is_stopped from both linux-nat.c and
1108 gdbserver/linux-low.c, and renamed.
1109
1110 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
1111
1112 * remote.c (remote_watchpoint_addr_within_range): New function.
1113 (init_remote_ops): Use it.
1114
1115 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
1116
1117 * target.h (target_watchpoint_addr_within_range): Document macro.
1118
1119 2012-02-24 Pedro Alves <palves@redhat.com>
1120
1121 * stack.c (set_last_displayed_sal): Issue internal_error instead
1122 of warning, and issue it after clearing the last displayed sal.
1123
1124 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1125 Pedro Alves <palves@redhat.com>
1126
1127 * breakpoint.c (until_break_command): Install breakpoints after
1128 all frame manipulations.
1129
1130 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1131
1132 * remote.c (remote_supports_cond_breakpoints): New forward
1133 declaration.
1134 (remote_add_target_side_condition): New function.
1135 (remote_insert_breakpoint): Add target-side breakpoint
1136 conditional if supported.
1137 (remote_insert_hw_breakpoint): Likewise.
1138 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
1139 hook.
1140
1141 * target.c (update_current_target): Inherit
1142 to_supports_evaluation_of_breakpoint_conditions.
1143 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
1144
1145 * target.h (struct target_ops)
1146 <to_supports_evaluation_of_breakpoint_conditions>: New field.
1147 (target_supports_evaluation_of_breakpoint_conditions): New #define.
1148
1149 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
1150 (condition_evaluation_both, condition_evaluation_auto,
1151 condition_evaluation_host, condition_evaluation_target,
1152 condition_evaluation_enums, condition_evaluation_mode_1,
1153 condition_evaluation_mode): New static globals.
1154 (translate_condition_evaluation_mode): New function.
1155 (breakpoint_condition_evaluation_mode): New function.
1156 (gdb_evaluates_breakpoint_condition_p): New function.
1157 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
1158 (mark_breakpoint_modified): New function.
1159 (mark_breakpoint_location_modified): New function.
1160 (set_condition_evaluation_mode): New function.
1161 (show_condition_evaluation_mode): New function.
1162 (bp_location_compare_addrs): New function.
1163 (get_first_location_gte_addr): New helper function.
1164 (set_breakpoint_condition): Free condition bytecode if locations
1165 has become unconditional. Call mark_breakpoint_modified (...).
1166 (condition_command): Call update_global_location_list (1) for
1167 breakpoints.
1168 (breakpoint_xfer_memory): Use is_breakpoint (...).
1169 (is_breakpoint): New function.
1170 (parse_cond_to_aexpr): New function.
1171 (build_target_condition_list): New function.
1172 (insert_bp_location): Handle target-side conditional
1173 breakpoints and call build_target_condition_list (...).
1174 (update_inserted_breakpoint_locations): New function.
1175 (insert_breakpoint_locations): Handle target-side conditional
1176 breakpoints.
1177 (bpstat_check_breakpoint_conditions): Add comment.
1178 (bp_condition_evaluator): New function.
1179 (bp_location_condition_evaluator): New function.
1180 (print_breakpoint_location): Print information on where the condition
1181 will be evaluated.
1182 (print_one_breakpoint_location): Likewise.
1183 (init_bp_location): Call mark_breakpoint_location_modified (...) for
1184 breakpoint location.
1185 (force_breakpoint_reinsertion): New functions.
1186 (update_global_location_list): Handle target-side breakpoint
1187 conditions.
1188 Reinsert locations that are already inserted if conditions have
1189 changed.
1190 (bp_location_dtor): Free agent expression bytecode.
1191 (disable_breakpoint): Call mark_breakpoint_modified (...).
1192 Call update_global_location_list (...) with parameter 1 for breakpoints.
1193 (disable_command): Call mark_breakpoint_location_modified (...).
1194 Call update_global_location_list (...) with parameter 1 for breakpoints.
1195 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
1196 (enable_command): mark_breakpoint_location_modified (...).
1197 (_initialize_breakpoint): Update documentation and add
1198 condition-evaluation breakpoint subcommand.
1199
1200 * breakpoint.h: Include ax.h.
1201 (condition_list): New data structure.
1202 (condition_status): New enum.
1203 (bp_target_info) <cond_list>: New field.
1204 (bp_location) <condition_changed, cond_bytecode>: New fields.
1205 (is_breakpoint): New prototype.
1206
1207 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1208
1209 * remote.c (remote_state) <cond_breakpoints>: New field.
1210 (PACKET_ConditionalBreakpoints): New enum.
1211 (remote_cond_breakpoint_feature): New function.
1212 (remote_protocol_features): Add new ConditionalBreakpoints entry.
1213 (remote_supports_cond_breakpoints): New function.
1214 (_initialize_remote): Add new packet configuration for
1215 target-side conditional breakpoints.
1216
1217 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1218
1219 * NEWS: Mention target-side conditional breakpoint support,
1220 new condition-evaluation breakpoint subcommand and remote
1221 packet extensions.
1222
1223 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1224
1225 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
1226 number.
1227
1228 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
1229
1230 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
1231 (after_prologue): Remove.
1232
1233 2012-02-23 Tom Tromey <tromey@redhat.com>
1234
1235 * jv-valprint.c (java_val_print): Remove dead code.
1236
1237 2012-02-23 Tristan Gingold <gingold@adacore.com>
1238
1239 * ada-tasks.c (struct ada_tasks_inferior_data): Add
1240 known_tasks_element and known_tasks_length fields.
1241 (read_known_tasks_array): Change argument type. Use pointer type
1242 and number of elements from DATA. Adjust.
1243 (read_known_tasks_list): Likewise.
1244 (get_known_tasks_addr): Remove.
1245 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
1246 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
1247 type and array length. Merge former get_known_tasks_addr code.
1248
1249 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1250
1251 PR backtrace/13716
1252 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
1253 it after set_momentary_breakpoint.
1254
1255 2012-02-22 Sterling Augustine <saugustine@google.com>
1256
1257 PR 13689:
1258 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
1259
1260 2012-02-22 Gary Benson <gbenson@redhat.com>
1261
1262 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
1263 (find_slot_in_mapped_hash): Likewise.
1264
1265 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1266
1267 PR build/13638
1268 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
1269 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
1270 * configure: Regenerate.
1271
1272 2012-02-21 Tristan Gingold <gingold@adacore.com>
1273 Pedro Alves <palves@redhat.com>
1274
1275 * ia64-tdep.c: Do not include libunwind-ia64.h.
1276 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
1277 Include libunwind-ia64.h instead of libunwind.h.
1278 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
1279 for libunwind.h existence.
1280 * configure, config.in: Regenerate.
1281
1282 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
1283
1284 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
1285 instead of value_rtti_target_type.
1286 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
1287 instead of value_rtti_target_type.
1288 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
1289 value_rtti_target_type.
1290 * valops.c (value_ind): Extract function readjust_indirect_value_type.
1291 (value_rtti_target_type): Rename to ...
1292 (value_rtti_indirect_type): ... here and make it indirect. Update
1293 function comment.
1294 * value.c (readjust_indirect_value_type): New function.
1295 (coerce_ref): Support for enclosing type setting for references
1296 with readjust_indirect_value_type.
1297 * value.h (readjust_value_type): New declaration.
1298 (value_rtti_target_type): Rename to ...
1299 (value_rtti_indirect_type): ... here.
1300
1301 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
1302
1303 * MAINTAINERS (Write After Approval): Add myself to the list.
1304
1305 2012-02-20 Doug Evans <dje@google.com>
1306
1307 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
1308 Rename objfile_p_char parameter to objfilep.
1309 (build_objfile_section_table): Result is now void. All callers
1310 updated.
1311 * objfiles.h (struct objfile): Tweak comments, whitespace.
1312 (build_objfile_section_table): Update.
1313
1314 * elfread.c (elf_symfile_segments): Fix warning text.
1315
1316 2012-02-20 Tom Tromey <tromey@redhat.com>
1317
1318 PR gdb/13498:
1319 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
1320 particular set of file names once.
1321 (dw2_map_symbol_filenames): Likewise.
1322
1323 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1324
1325 Code cleanup.
1326 * main.c (write_files): Remove the declaration.
1327 (external_editor_command): Move the declaration ...
1328 [GDBTK] (external_editor_command): ... here. Fix the comment.
1329
1330 2012-02-20 Tom Tromey <tromey@redhat.com>
1331
1332 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
1333 extraneous block.
1334
1335 2012-02-20 Tristan Gingold <gingold@adacore.com>
1336
1337 * darwin-nat.h (enum darwin_msg_state): Add comments.
1338
1339 2012-02-20 Tristan Gingold <gingold@adacore.com>
1340
1341 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
1342 value.
1343
1344 2012-20-18 Joel Brobecker <brobecker@adacore.com>
1345
1346 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
1347 between function description and implementation.
1348
1349 2012-02-17 Tom Tromey <tromey@redhat.com>
1350
1351 PR python/12070:
1352 * python/py-event.c (event_object_getset): New global.
1353 (event_object_type): Reference it.
1354 * python/py-type.c (field_object_getset): New global.
1355 (field_object_type): Reference it.
1356 * python/python-internal.h (gdb_py_generic_dict): Declare.
1357 * python/py-utils.c (gdb_py_generic_dict): New function.
1358
1359 2012-02-17 Tristan Gingold <gingold@adacore.com>
1360
1361 * solib-darwin.c (darwin_current_sos): Check magic and filetype
1362
1363 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
1364
1365 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
1366 TYPE_CALLING_CONVENTION annotation.
1367
1368 2012-02-16 Kevin Buettner <kevinb@redhat.com>
1369
1370 * MAINTAINERS: Add rx to target ISA section.
1371 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
1372 (ALLDEPFILES): Add rx-tdep.c.
1373
1374 2012-02-16 Tom Tromey <tromey@redhat.com>
1375
1376 * symfile.c (symbol_file_add_main_1): Use inferior's
1377 symfile_flags.
1378 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
1379 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
1380 inferior.
1381 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
1382 inferior.
1383 (follow_exec): Use inferior's symfile_flags.
1384 * inferior.h (struct inferior) <symfile_flags>: New field.
1385
1386 2012-02-16 Mike Frysinger <vapier@gentoo.org>
1387
1388 PR gdb/9734:
1389 * remote-sim.c (gdbsim_create_inferior): Call error() when
1390 sim_create_inferior() fails.
1391
1392 2012-02-16 Josh Matthews <josh@joshmatthews.net>
1393
1394 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
1395
1396 2012-02-16 Tom Tromey <tromey@redhat.com>
1397
1398 PR c++/13653:
1399 * thread.c (struct current_thread_cleanup) <was_removable>: New
1400 field.
1401 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
1402 (make_cleanup_restore_current_thread): Initialize new field.
1403
1404 2012-02-15 Kevin Buettner <kevinb@redhat.com>
1405
1406 * MAINTAINERS: Add rl78 to target ISA section.
1407 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
1408 (ALLDEPFILES): Add rl78-tdep.c.
1409 * NEWS: Mention rl78 as a new target.
1410
1411 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
1412
1413 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
1414 data.
1415 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
1416
1417 2012-02-15 Tom Tromey <tromey@redhat.com>
1418
1419 PR gdb/12659:
1420 * infcmd.c (registers_info): Print just the current register's
1421 name.
1422
1423 2012-02-15 Tom Tromey <tromey@redhat.com>
1424
1425 * python/py-symbol.c (sympy_value): Use _().
1426
1427 2012-02-15 Pedro Alves <palves@redhat.com>
1428
1429 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
1430 output to be like native targets'.
1431 (remote_pid_to_str): Special case the null ptid.
1432
1433 2012-02-14 Stan Shebs <stan@codesourcery.com>
1434
1435 * NEWS: Mention enable count command.
1436 * breakpoint.h (struct breakpoint): New field enable_count.
1437 * breakpoint.c (enable_breakpoint_disp): Add count argument.
1438 (enable_breakpoint): Add arg to call.
1439 (struct disp_data): New struct.
1440 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
1441 (do_map_enable_once_breakpoint): Create a struct and pass it.
1442 (do_map_enable_delete_breakpoint): Ditto.
1443 (do_map_enable_count_breakpoint): New function.
1444 (enable_count_command): New function.
1445 (bpstat_stop_status): Decrement enable_count.
1446 (print_one_breakpoint_location): Report enable count.
1447 (_initialize_breakpoint): Add enable count command.
1448
1449 2012-02-14 Kevin Buettner <kevinb@redhat.com>
1450
1451 * rl78-tdep.c (reggroups.h): Include.
1452 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
1453 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
1454 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
1455 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
1456 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
1457 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
1458 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
1459 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
1460 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
1461 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
1462 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
1463 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
1464 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
1465 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
1466 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
1467 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
1468 beginning of register list.
1469 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
1470 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
1471 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
1472 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
1473 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
1474 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
1475 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
1476 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
1477 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
1478 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
1479 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
1480 the pseudo registers. Rearrange other pseudo registers too so
1481 that the bank registers appear at the end.
1482 (rl78_register_type): Account for the fact that the byte sized
1483 bank registers are now pseudo-registers.
1484 (rl78_register_name): Rearrange the register name array. Make
1485 initial set of raw banked registers inaccessible.
1486 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
1487 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
1488 case for copying bytes back and forth between raw and pseudo
1489 versions of the banked registers. Update other cases to reflect
1490 the changed names.
1491 (rl78_return_value): Update to account for changed names of
1492 raw registers.
1493 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
1494 rl78_register_sim_regno().
1495
1496 2012-02-14 Kevin Buettner <kevinb@redhat.com>
1497
1498 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
1499 the name parameter being passed to find_pc_partial_function().
1500
1501 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1502
1503 * MAINTAINERS: Step down from being ia64 target maintainer.
1504
1505 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
1508 compilation warning.
1509
1510 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1511
1512 Fix crash on loaded shlibs without loaded exec_bfd.
1513 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
1514 (set_section_command): Replace exec_bfd by p->bfd.
1515
1516 2012-02-10 Tom Tromey <tromey@redhat.com>
1517
1518 * linespec.c (decode_line_internal): Skip symtabs_from_filename
1519 when we have a C++ qualified name.
1520
1521 2012-02-10 Pedro Alves <palves@redhat.com>
1522
1523 * inferior.c (inferior_pid_to_str): New.
1524 (print_inferior, inferior_command): Use it.
1525
1526 2012-02-10 Pedro Alves <palves@redhat.com>
1527
1528 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
1529 the test CFLAGS.
1530 * configure: Regenerate.
1531
1532 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1533
1534 * linespec.c (decode_line_internal): Fix comment correctness.
1535
1536 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
1537
1538 PR gdb/12953
1539 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
1540 * amd64bsd-nat.c: Add support for debug registers (adapted from
1541 i386bsd-nat.c).
1542 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
1543 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
1544 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
1545 (amd64bsd_dr_get_control): New functions.
1546 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
1547 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
1548 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
1549 watchpoints initialization.
1550 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
1551
1552 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
1555 flds_bnds.fields.
1556 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
1557
1558 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
1561
1562 2012-02-08 Joel Brobecker <brobecker@adacore.com>
1563
1564 * language.h (symbol_name_cmp_ftype): Renames
1565 symbol_name_match_p_ftype.
1566 (struct language_defn)[la_get_symbol_name_cmp]: Renames
1567 la_get_symbol_name_match_p.
1568 * ada-lang.c (ada_get_symbol_name_cmp): Renames
1569 ada_get_symbol_name_match_p. Update comment.
1570 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
1571 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
1572 Renames symbol_name_match_p. Update field type.
1573 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
1574 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1575 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
1576 "la_get_symbol_name_cmp" in comments.
1577 * language.c: Likewise.
1578
1579 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1580
1581 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
1582 %eflags offset.
1583 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
1584 (amd64_sol2_gregset32_reg_offs): Likewise.
1585
1586 2012-02-08 Joel Brobecker <brobecker@adacore.com>
1587
1588 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
1589 of the returned BFD is allocated by GDB.
1590
1591 2012-02-07 Tom Tromey <tromey@redhat.com>
1592
1593 PR python/12027:
1594 * python/python-internal.h (frame_object_type): Declare.
1595 * python/py-symbol.c (sympy_needs_frame): New function.
1596 (sympy_value): New function.
1597 (symbol_object_getset): Add "needs_frame".
1598 (symbol_object_methods): Add "value".
1599 * python/py-frame.c (frame_object_type): No longer static.
1600
1601 2012-02-07 Tom Tromey <tromey@redhat.com>
1602
1603 PR python/13599:
1604 * python/py-symbol.c (sympy_line): New function.
1605 (symbol_object_getset): Add "line".
1606
1607 2012-02-07 Tom Tromey <tromey@redhat.com>
1608
1609 * charset.c (find_charset_names): Check 'in' against NULL.
1610
1611 2012-02-06 Doug Evans <dje@google.com>
1612
1613 * gdbtypes.h (struct main_type): Change type of name,tag_name,
1614 and fields.name members from char * to const char *. All uses updated.
1615 (struct cplus_struct_type): Change type of fn_fieldlists.name member
1616 from char * to const char *. All uses updated.
1617 (type_name_no_tag): Update.
1618 (lookup_unsigned_typename, lookup_signed_typename): Update.
1619 * gdbtypes.c (type_name_no_tag): Change result type
1620 from char * to const char *. All callers updated.
1621 (lookup_unsigned_typename, lookup_signed_typename): Change type of
1622 name parameter from char * to const char *.
1623 * symtab.h (struct cplus_specific): Change type of demangled_name
1624 member from char * to const char *. All uses updated.
1625 (struct general_symbol_info): Change type of name and
1626 mangled_lang.demangled_name members from char * to const char *.
1627 All uses updated.
1628 (symbol_get_demangled_name, symbol_natural_name): Update.
1629 (symbol_demangled_name, symbol_search_name): Update.
1630 * symtab.c (symbol_get_demangled_name): Change result type
1631 from char * to const char *. All callers updated.
1632 (symbol_natural_name, symbol_demangled_name): Ditto.
1633 (symbol_search_name): Ditto.
1634 (completion_list_add_name): Change type of symname,sym_text,
1635 text,word parameters from char * to const char *.
1636 (completion_list_objc_symbol): Change type of sym_text,
1637 text,word parameters from char * to const char *.
1638 * ada-lang.c (find_struct_field): Change type of name parameter
1639 from char * to const char *.
1640 (encoded_ordered_before): Similarly for N0,N1 parameters.
1641 (old_renaming_is_invisible): Similarly for function_name parameter.
1642 (ada_type_name): Change result type from char * to const char *.
1643 All callers updated.
1644 * ada-lang.h (ada_type_name): Update.
1645 * buildsym.c (hashname): Change type of name parameter
1646 from char * to const char *.
1647 * buildsym.h (hashname): Update.
1648 * dbxread.c (end_psymtab): Change type of include_list parameter
1649 from char ** to const char **.
1650 * dwarf2read.c (determine_prefix): Change result type
1651 from char * to const char *. All callers updated.
1652 * f-lang.c (find_common_for_function): Change type of name, funcname
1653 parameters from char * to const char *.
1654 * f-lang.c (find_common_for_function): Update.
1655 * f-valprint.c (list_all_visible_commons): Change type of funcname
1656 parameters from char * to const char *.
1657 * gdbarch.sh (static_transform_name): Change type of name parameter
1658 and result from char * to const char *.
1659 * gdbarch.c: Regenerate.
1660 * gdbarch.h: Regenerate.
1661 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
1662 of name parameter from char * to const char *.
1663 * jv-lang.c (java_primitive_type_from_name): Ditto.
1664 (java_demangled_signature_length): Similarly for signature parameter.
1665 (java_demangled_signature_copy): Ditto.
1666 (java_demangle_type_signature): Ditto.
1667 * jv-lang.h (java_primitive_type_from_name): Update.
1668 (java_demangle_type_signature): Update.
1669 * objc-lang.c (specialcmp): Change type of a,b parameters
1670 from char * to const char *.
1671 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
1672 from char * to const char *. All callers updated.
1673 * p-lang.h (is_pascal_string_type): Update.
1674 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
1675 of name parameter from char * to const char *.
1676 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
1677 * utils.c (fprintf_symbol_filtered): Ditto.
1678 * defs.h (fprintf_symbol_filtered): Update.
1679 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
1680 * stabsread.h (end_psymtab): Update.
1681 * stack.c (find_frame_funname): Change type of funname parameter
1682 from char ** to const char **.
1683 * stack.h (find_frame_funname): Update.
1684 * typeprint.c (type_print): Change type of varstring parameter
1685 from char * to const char *.
1686 * value.h (type_print): Update.
1687 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
1688 from char * to const char *. All callers updated.
1689 (xcoff_end_psymtab): Change type of include_list parameter
1690 from char ** to const char **. All callers updated.
1691 (swap_sym): Similarly for name parameter. All callers updated.
1692 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
1693 Use xstrdup.
1694 (process_coff_symbol): Use xstrdup.
1695 * stabsread.c (stabs_method_name_from_physname): Renamed from
1696 update_method_name_from_physname. Change result type from void
1697 to char *. All callers updated.
1698 (read_member_functions): In has_destructor case, store name in objfile
1699 obstack instead of malloc space. In !has_stub case, fix mem leak.
1700
1701 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
1702
1703 * configure: Rebuild.
1704 * configure.ac: Put -L../bfd and -L../libiberty at the front of
1705 LDFLAGS.
1706
1707 2012-02-03 Kevin Buettner <kevinb@redhat.com>
1708
1709 * configure.tgt (rl78-*-elf): New target.
1710 * rl78-tdep.c: New file.
1711
1712 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1713
1714 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
1715 and continue the loop. Add QUIT statement.
1716
1717 2012-02-03 Tom Tromey <tromey@redhat.com>
1718
1719 PR gdb/13596:
1720 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
1721 bfd_lookup_symbol_from_symtab.
1722 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1723 gdb_bfd_lookup_symbol_from_symtab.
1724
1725 2012-02-03 Joel Brobecker <brobecker@adacore.com>
1726
1727 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
1728 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
1729 symbol. Add assertion that sym2 is never NULL.
1730
1731 2012-02-02 Doug Evans <dje@google.com>
1732
1733 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
1734 "name" parameter to const char ** from char **. All callers updated.
1735 (find_pc_partial_function): Ditto.
1736 (cache_pc_function_name): Change type to const char * from char *.
1737 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
1738 (find_pc_partial_function): Update.
1739 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
1740 type of "name" parameter to const char * from char *.
1741 All uses updated.
1742 * arch-utils.c (generic_in_solib_return_trampoline): Change
1743 type of "name" parameter to const char * from char *.
1744 * arch-utils.h (generic_in_solib_return_trampoline): Update.
1745 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
1746 type of "name" parameter to const char * from char *.
1747 * gdbarch.sh (in_solib_return_trampoline): Ditto.
1748 * gdbarch.c: Regenerate.
1749 * gdbarch.h: Regenerate.
1750 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
1751 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
1752 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
1753 type of "name" parameter to const char * from char *.
1754 * skip.c (skip_function_pc): Ditto.
1755 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
1756 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
1757 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
1758 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
1759 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
1760 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
1761 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
1762 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
1763 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
1764
1765 2012-02-02 Pedro Alves <palves@redhat.com>
1766
1767 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
1768 the current inferior has no execution. Make sure the current
1769 remote process matches gdb's current inferior.
1770
1771 2012-02-02 Tom Tromey <tromey@redhat.com>
1772
1773 PR gdb/13405:
1774 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
1775 read-only memory.
1776
1777 2012-02-02 Tom Tromey <tromey@redhat.com>
1778
1779 PR gdb/9307:
1780 * symtab.c (lookup_language_this): Set block_found.
1781
1782 2012-02-01 Tom Tromey <tromey@redhat.com>
1783
1784 PR gdb/13431:
1785 * jit.c (struct jit_inferior_data): Rewrite.
1786 (struct jit_objfile_data): New.
1787 (get_jit_objfile_data): New function.
1788 (add_objfile_entry): Update.
1789 (jit_read_descriptor): Return int. Replace descriptor_addr
1790 argument with inf_data. Update. Don't call error.
1791 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
1792 descriptor here.
1793 (jit_inferior_init): Don't look up descriptor. Don't call error.
1794 (jit_reset_inferior_data_and_breakpoints)
1795 (jit_inferior_created_observer): Remove.
1796 (jit_inferior_exit_hook): Update.
1797 (jit_executable_changed_observer): Remove.
1798 (jit_event_handler): Update.
1799 (free_objfile_data): Reset inferior data if needed.
1800 (_initialize_jit): Update.
1801
1802 2012-02-01 Tom Tromey <tromey@redhat.com>
1803
1804 * jit.c (bfd_open_from_target_memory): Move higher in file.
1805
1806 2012-02-01 Tristan Gingold <gingold@adacore.com>
1807
1808 * libunwind-frame.c (libunwind_load): Display message if dlopen
1809 failed.
1810
1811 2012-02-01 Gary Benson <gbenson@redhat.com>
1812
1813 * symtab.h (symbol_name_match_p_ftype): New typedef.
1814 (iterate_over_symbols): Use the above.
1815 * symtab.c (iterate_over_symbols): Likewise.
1816 * language.h (language_defn->la_iterate_over_symbols): Likewise.
1817 * ada-lang.c (ada_iterate_over_symbols): Likewise.
1818 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
1819 (iterate_name_matcher): Document return values.
1820 (collect_one_symbol): Likewise.
1821 (collect_function_symbols): Likewise.
1822 (collect_symbols): Likewise.
1823
1824 2012-02-01 Tom Tromey <tromey@redhat.com>
1825
1826 * ada-lang.c (resolve_subexp): Update.
1827 (ada_lookup_symbol_list): Add 'full_search' argument.
1828 (ada_iterate_over_symbols): Pass 0 as full_search argument to
1829 ada_lookup_symbol_list.
1830 (ada_lookup_encoded_symbol): Update.
1831 (get_var_value): Update.
1832 * ada-exp.y (block_lookup): Update.
1833 (write_var_or_type): Update.
1834 (write_name_assoc): Update.
1835 * ada-lang.h (ada_lookup_symbol_list): Update.
1836
1837 2012-01-31 Tom Tromey <tromey@redhat.com>
1838
1839 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
1840 comment.
1841
1842 2012-01-31 Doug Evans <dje@google.com>
1843
1844 * symtab.h: Remove outdated comment.
1845 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
1846
1847 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
1848
1849 Fix build error in Darwin port.
1850 * i386-darwin-nat.c: Include i386-nat.h.
1851
1852 2012-01-30 Tom Tromey <tromey@redhat.com>
1853
1854 PR breakpoints/13568:
1855 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
1856 argument. Check for recursive includes.
1857 (dwarf_decode_macros): Create an include hash.
1858
1859 2012-01-30 Michael Eager <eager@eagercon.com>
1860
1861 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
1862 * ppc-linux-tdep.c: Include glibc-tdep.h.
1863 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
1864 (powerpc_linux_in_plt_stub): New function.
1865 (powerpc_linux_in_dynsym_resolve_code): New function.
1866 (ppc_skip_trampoline_code): New function.
1867 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
1868 Use glibc_skip_solib_resolver.
1869
1870 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1871
1872 Code cleanup: Make 1440 bytes of data segment read-only.
1873 * arch-utils.c (endian_enum): Make it const char *const [].
1874 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
1875 Likewise.
1876 * breakpoint.c (always_inserted_enums): Likewise.
1877 * cli/cli-cmds.c (script_ext_enums): Likewise.
1878 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
1879 enumlist parameter const char *const *.
1880 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
1881 const char *const *.
1882 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
1883 parameter const char *const *.
1884 * cris-tdep.c (cris_modes): Make it const char *const [].
1885 * filesystem.c (target_file_system_kinds): Likewise.
1886 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
1887 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
1888 (can_use_displaced_stepping_enum, scheduler_enums)
1889 (exec_direction_names): Likewise.
1890 * language.c (_initialize_language): Make the type_or_range_names and
1891 case_sensitive_names variables const char *const [].
1892 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
1893 * python/python.c (python_excp_enums): Likewise.
1894 * remote.c (interrupt_sequence_modes): Likewise.
1895 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
1896 * serial.c (logbase_enums): Likewise.
1897 * sh-tdep.c (sh_cc_enum): Likewise.
1898 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
1899 Likewise.
1900 * symtab.c (multiple_symbols_modes): Likewise.
1901 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
1902 Likewise.
1903 * utils.c (internal_problem_modes): Likewise.
1904
1905 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1906
1907 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
1908 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
1909 result.
1910
1911 2012-01-27 Doug Evans <dje@google.com>
1912
1913 * configure.ac (with_python): Fix absolute path handling for win32.
1914 * configure: Regenerate.
1915
1916 2012-01-26 Doug Evans <dje@google.com>
1917
1918 * symtab.c: Whitespace cleanup, no code changes.
1919
1920 * symtab.c (lookup_symbol_in_language): Improve comment.
1921 (lookup_symbol_aux): Fix comment.
1922
1923 * psymtab.c (add_psymbol_to_list): Result is now "void".
1924 * psympriv.h (add_psymbol_to_list): Update.
1925
1926 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
1927
1928 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1929
1930 Do not open script filenames twice.
1931 * cli/cli-cmds.c (source_script_from_stream): Pass to
1932 source_python_script also STREAM.
1933 * python/py-auto-load.c (source_section_scripts): Pass to
1934 source_python_script_for_objfile also STREAM.
1935 (auto_load_objfile_script): Pass to source_python_script_for_objfile
1936 also INPUT.
1937 * python/python-internal.h (source_python_script_for_objfile): New
1938 parameter file, rename parameter file to filename.
1939 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
1940 instead if !_WIN32. Update the function comment.
1941 (source_python_script, source_python_script_for_objfile)
1942 (source_python_script): New parameter file, rename parameter file to
1943 filename. Pass FILENAME to python_run_simple_file.
1944 * python/python.h (source_python_script): New parameter file, rename
1945 parameter file to filename.
1946
1947 2012-01-26 Pedro Alves <palves@redhat.com>
1948
1949 * corelow.c (core_has_fake_pid): Delete.
1950 (core_close): Delete references to `core_has_fake_pid'.
1951 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
1952 (core_open): Delete references to `core_has_fake_pid'.
1953 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
1954 the removed global.
1955
1956 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1957
1958 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
1959 Remove language parameter from name_matcher. Adjust the comment.
1960 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
1961 Remove language parameter.
1962 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
1963 * linespec.c (iterate_name_matcher): Likewise.
1964 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
1965 name_matcher. Adjust call accordingly.
1966 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
1967 (maintenance_check_symtabs): Adjust type of parameter "fun".
1968 * psymtab.h (maintenance_check_symtabs): Likewise.
1969
1970 2012-01-26 Joel Brobecker <brobecker@adacore.com>
1971
1972 * language.h (symbol_name_match_p_ftype): New typedef.
1973 (struct language_defn): Replace field la_symbol_name_compare
1974 by la_get_symbol_name_match_p.
1975 * ada-lang.c (ada_get_symbol_name_match_p): New function.
1976 (ada_language_defn): Use it.
1977 * linespec.c (struct symbol_matcher_data): New type.
1978 (iterate_name_matcher): Rewrite.
1979 (iterate_over_all_matching_symtabs): Pass a pointer to
1980 a symbol_matcher_data struct to expand_symtabs_matching
1981 instead of just the lookup name.
1982 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
1983 opencl-lang.c, p-lang.c, language.c: Delete field
1984 la_symbol_name_compare, and replace by NULL for new field
1985 la_get_symbol_name_match_p.
1986 * symfile.h (struct quick_symbol_functions): Update comment.
1987
1988 2012-01-25 Tom Tromey <tromey@redhat.com>
1989
1990 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
1991 dereferencing.
1992
1993 2012-01-24 Tom Tromey <tromey@redhat.com>
1994
1995 PR symtab/12406:
1996 * solib.c (update_solib_list): Update the program space's
1997 added_solibs and deleted_solibs fields.
1998 * progspace.h (struct program_space) <added_solibs,
1999 deleted_solibs>: New fields.
2000 (clear_program_space_solib_cache): Declare.
2001 * progspace.c (release_program_space): Call
2002 clear_program_space_solib_cache.
2003 (clear_program_space_solib_cache): New function.
2004 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
2005 bpstat_stop_status. Use handle_solib_event.
2006 * breakpoint.c: Include gdb_regex.h.
2007 (print_solib_event): New function.
2008 (bpstat_print): Use print_solib_event.
2009 (bpstat_stop_status): Add special case for bp_shlib_event.
2010 (handle_solib_event): New function.
2011 (bpstat_what): Use handle_solib_event.
2012 (struct solib_catchpoint): New.
2013 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
2014 (breakpoint_hit_catch_solib, check_status_catch_solib)
2015 (print_it_catch_solib, print_one_catch_solib)
2016 (print_mention_catch_solib, print_recreate_catch_solib): New
2017 functions.
2018 (catch_solib_breakpoint_ops): New global.
2019 (catch_load_or_unload, catch_load_command_1)
2020 (catch_unload_command_1): New functions.
2021 (internal_bkpt_check_status): Add special case for
2022 bp_shlib_event.
2023 (internal_bkpt_print_it): Use print_solib_event.
2024 (initialize_breakpoint_ops): Initialize
2025 catch_solib_breakpoint_ops.
2026 (_initialize_breakpoint): Register "catch load" and "catch
2027 unload".
2028 * breakpoint.h (handle_solib_event): Declare.
2029 * NEWS: Add entry for "catch load" and "catch unload".
2030
2031 2012-01-24 Tom Tromey <tromey@redhat.com>
2032
2033 * ada-lang.c: Include gdb_vecs.h.
2034 * charset.c: Include gdb_vecs.h.
2035 * tracepoint.h: Include gdb_vecs.h.
2036 * gdb_vecs.h: New file.
2037
2038 2012-01-24 Pedro Alves <pedro@codesourcery.com>
2039
2040 * breakpoint.c (breakpoint_hit_catch_fork)
2041 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
2042 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
2043 * infrun.c (inferior_has_forked, inferior_has_vforked)
2044 (inferior_has_execd, inferior_has_called_syscall): Delete.
2045 (handle_syscall_event): Get syscall_number from the execution
2046 control state's wait status.
2047 (wait_for_inferior): Don't clear syscall_number.
2048
2049 2012-01-24 Pedro Alves <palves@redhat.com>
2050
2051 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
2052 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
2053 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
2054 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
2055 `ws' parameter.
2056 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
2057 false for events other than TARGET_SIGNAL_TRAP.
2058 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
2059 Add `ws' parameter.
2060 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
2061 events other than TARGET_SIGNAL_TRAP.
2062 (tracepoint_breakpoint_hit): Add `ws' parameter.
2063 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
2064 parameter.
2065 (bpstat_stop_status): Same.
2066 (pc_at_non_inline_function): Same.
2067 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
2068 to pass the current event's waitstatus to bpstat_stop_status
2069 and pc_at_non_inline_function.
2070
2071 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2072
2073 Code cleanup.
2074 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
2075 Update the function comment for it.
2076 (source_script_with_search): Call make_cleanup_fclose for STREAM.
2077 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
2078 for STREAM.
2079
2080 2012-01-24 Pedro Alves <palves@redhat.com>
2081
2082 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
2083 outside `bs->stop' block.
2084 (bpstat_what): Rework bp_shlib_event handling.
2085 (internal_bkpt_check_status): If the breakpoint is a
2086 bp_shlib_event, then set bs->stop and bs->print if
2087 stop_on_solib_events is set.
2088
2089 2012-01-24 Gary Benson <gbenson@redhat.com>
2090
2091 Delete #if 0'd out code.
2092 * stack.c (print_frame_label_vars): Remove.
2093 (catch_info): Likewise.
2094 (_initialize_stack): Remove "info catch" command.
2095 * NEWS: Mention the above.
2096
2097 2012-01-24 Pedro Alves <palves@redhat.com>
2098
2099 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
2100 it.
2101 (remote_notice_new_inferior): If the remote end doesn't support
2102 the multiprocess extensions, then the PID is fake.
2103 (add_current_inferior_and_thread): New.
2104 (remote_start_remote): Use it.
2105 (extended_remote_attach_1): Adjust.
2106 (extended_remote_create_inferior_1): Use
2107 add_current_inferior_and_thread.
2108
2109 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2110
2111 Fix watchpoints to be specific for each inferior.
2112 * breakpoint.c (watchpoint_in_thread_scope): Verify also
2113 current_program_space.
2114 * i386-nat.c (i386_inferior_data_cleanup): New.
2115 (i386_inferior_data_get): Replace variable inf_data_local by an
2116 inferior_data call.
2117 (i386_use_watchpoints): Initialize i386_inferior_data.
2118 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
2119 specific iterate_over_lwps.
2120
2121 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2122
2123 Fix watchpoints across inferior fork.
2124 * amd64-linux-nat.c (update_debug_registers_callback): Update the
2125 comment for linux_nat_iterate_watchpoint_lwps.
2126 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
2127 linux_nat_iterate_watchpoint_lwps.
2128 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
2129 * i386-linux-nat.c (update_debug_registers_callback): Update the
2130 comment for linux_nat_iterate_watchpoint_lwps.
2131 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
2132 linux_nat_iterate_watchpoint_lwps.
2133 (i386_linux_prepare_to_resume): New comment on Linux kernel.
2134 * i386-nat.c: Include inferior.h.
2135 (dr_mirror): Remove.
2136 (i386_inferior_data, struct i386_inferior_data)
2137 (i386_inferior_data_get): New.
2138 (i386_debug_reg_state): Use i386_inferior_data_get.
2139 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
2140 (i386_insert_watchpoint, i386_remove_watchpoint)
2141 (i386_stopped_data_address, i386_insert_hw_breakpoint)
2142 (i386_remove_hw_breakpoint): New variable state, use
2143 i386_debug_reg_state instead of DR_MIRROR.
2144 * linux-nat.c (delete_lwp): New declaration.
2145 (num_lwps): Move here from downwards.
2146 (delete_lwp_cleanup): New.
2147 (linux_child_follow_fork): Create new child_lp, call
2148 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
2149 PTRACE_DETACH.
2150 (num_lwps): Move upwards.
2151 (linux_nat_iterate_watchpoint_lwps): New.
2152 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
2153 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
2154
2155 2012-01-24 Joel Brobecker <brobecker@adacore.com>
2156
2157 GDB 7.4 released.
2158
2159 2012-01-23 Pedro Alves <palves@redhat.com>
2160
2161 * top.c (caution): Rename to ...
2162 (confirm): ... this.
2163 (show_caution): Rename to ...
2164 (show_confirm): ... this.
2165 (quit_cover): Adjust.
2166 (init_main): Adjust.
2167 * top.h (caution): Rename to ...
2168 (confirm): ... this.
2169 * utils.c (internal_vproblem, defaulted_query): Adjust.
2170
2171 2012-01-23 Pedro Alves <palves@redhat.com>
2172
2173 * top.c (caution): Update comment.
2174 (execute_command): Don't consider the current value of `caution'.
2175
2176 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
2179
2180 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
2181
2182 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
2183 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
2184 * target.c (target_fileio_pwrite): Remove buffer address from
2185 debug output.
2186 (target_fileio_pread): Likewise.
2187
2188 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2189
2190 * NEWS: Document remote "info proc" and "generate-core-file".
2191
2192 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2193
2194 * gdbarch.sh (find_memory_regions): New callback.
2195 * gdbarch.c, gdbarch.h: Regenerate.
2196
2197 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
2198 callback before falling back to target method.
2199
2200 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
2201 (linux_target_install_ops): No longer install it.
2202
2203 * linux-tdep.c (linux_find_memory_regions): New function.
2204 (linux_init_abi): Install it.
2205
2206 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2207
2208 * gdbarch.sh (make_corefile_notes): New architecture callback.
2209 * gdbarch.c: Regenerate.
2210 * gdbarch.h: Likewise.
2211
2212 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
2213 before target_make_corefile_notes. If NULL is returned, the
2214 target does not support core file generation.
2215
2216 * linux-nat.c: Include "linux-tdep.h".
2217 (find_signalled_thread, find_stop_signal): Remove.
2218 (linux_nat_do_thread_registers): Likewise.
2219 (struct linux_nat_corefile_thread_data): Likewise.
2220 (linux_nat_corefile_thread_callback): Likewise.
2221 (iterate_over_spus): Likewise.
2222 (struct linux_spu_corefile_data): Likewise.
2223 (linux_spu_corefile_callback): Likewise.
2224 (linux_spu_make_corefile_notes): Likewise.
2225 (linux_nat_collect_thread_registers): New function.
2226 (linux_nat_make_corefile_notes): Replace contents by call to
2227 linux_make_corefile_notes passing linux_nat_collect_thread_registers
2228 as native-only callback.
2229
2230 * linux-tdep.h: Include "bfd.h".
2231 (struct regcache): Add forward declaration.
2232 (linux_collect_thread_registers_ftype): New typedef.
2233 (linux_make_corefile_notes): Add prototype.
2234 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
2235 "regset.h", and "elf-bfd.h".
2236 (find_signalled_thread, find_stop_signal): New functions.
2237 (linux_spu_make_corefile_notes): Likewise.
2238 (linux_collect_thread_registers): Likewise.
2239 (struct linux_corefile_thread_data): New data structure.
2240 (linux_corefile_thread_callback): New funcion.
2241 (linux_make_corefile_notes): Likewise.
2242 (linux_make_corefile_notes_1): Likewise.
2243 (linux_init_abi): Install it.
2244
2245 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2246
2247 * gdbarch.sh (info_proc): New callback.
2248 * gdbarch.c, gdbarch.h: Regenerate.
2249
2250 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
2251 before falling back to the target info_proc callback.
2252
2253 * linux-nat.c: Do not include "cli/cli-utils.h".
2254 (linux_nat_info_proc): Remove.
2255 (linux_target_install_ops): No longer install it.
2256
2257 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
2258 (read_mapping): New function.
2259 (linux_info_proc): Likewise.
2260 (linux_init_abi): Install it.
2261
2262 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2263
2264 * defs.h (enum info_proc_what): Moved here from linux-nat.c
2265 * infcmd.c: (info_proc_cmd_1): New function.
2266 (info_proc_cmd): New function, moved here from equivalent routine
2267 orignally in linux-nat.c.
2268 (info_proc_cmd_mappings): Likewise.
2269 (info_proc_cmd_stat): Likewise.
2270 (info_proc_cmd_status): Likewise.
2271 (info_proc_cmd_cwd): Likewise.
2272 (info_proc_cmd_cmdline): Likewise.
2273 (info_proc_cmd_exe): Likewise.
2274 (info_proc_cmd_all): Likewise.
2275 (_initialize_infcmd): Install "info proc" command and subcommands.
2276
2277 * target.h (struct target_ops): Add to_info_proc.
2278 (target_info_proc): Add prototype.
2279 * target.c (target_info_proc): New function.
2280
2281 * procfs.c (procfs_info_proc): Add prototype.
2282 (info_proc_cmd): Rename into ...
2283 (procfs_info_proc): ... this. Update argument types as appropriate
2284 for a to_info_proc implementation. Handle "what" argument.
2285 (procfs_target): Install procfs_info_proc.
2286 (_initialize_procfs): No longer install "info proc" command.
2287
2288 * linux-nat.c: (enum info_proc_what): Remove.
2289 (linux_nat_info_proc_cmd_1): Rename into ...
2290 (linux_nat_info_proc): ... this. Update argument types as appropriate
2291 for a to_info_proc implementation.
2292 (linux_nat_info_proc_cmd): Remove.
2293 (linux_nat_info_proc_cmd_mappings): Likewise.
2294 (linux_nat_info_proc_cmd_stat): Likewise.
2295 (linux_nat_info_proc_cmd_status): Likewise.
2296 (linux_nat_info_proc_cmd_cwd): Likewise.
2297 (linux_nat_info_proc_cmd_cmdline): Likewise.
2298 (linux_nat_info_proc_cmd_exe): Likewise.
2299 (linux_nat_info_proc_cmd_all): Likewise.
2300 (linux_target_install_ops): Install linux_nat_info_proc.
2301 (_initialize_linux_nat): No longer install "info proc" command
2302 and subcommands.
2303
2304 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2305
2306 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
2307 * config.in, configure: Regenerate.
2308
2309 * target.h (struct target_ops): Add to_fileio_readlink.
2310 (target_fileio_readlink): Add prototype.
2311 * target.c (target_fileio_readlink): New function.
2312
2313 * inf-child.c: Conditionally include <sys/param.h>.
2314 (inf_child_fileio_readlink): New function.
2315 (inf_child_target): Install it.
2316
2317 * remote.c (PACKET_vFile_readlink): New enum value.
2318 (remote_hostio_readlink): New function.
2319 (init_remote_ops): Install it.
2320 (_initialize_remote): Handle vFile:readlink packet type.
2321
2322 2012-01-20 Pedro Alves <palves@redhat.com>
2323 Ulrich Weigand <ulrich.weigand@linaro.org>
2324
2325 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
2326 * config.in, configure: Regenerate.
2327
2328 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
2329 to_fileio_pread, to_fileio_close, to_fileio_unlink.
2330 (target_fileio_open): Add prototype.
2331 (target_fileio_pwrite): Likewise.
2332 (target_fileio_pread): Likewise.
2333 (target_fileio_close): Likewise.
2334 (target_fileio_unlink): Likewise.
2335 (target_fileio_read_alloc): Likewise.
2336 (target_fileio_read_stralloc): Likewise.
2337
2338 * target.c: Include "gdb/fileio.h".
2339 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
2340 (default_fileio_target): New function.
2341 (target_fileio_open): Likewise.
2342 (target_fileio_pwrite): Likewise.
2343 (target_fileio_pread): Likewise.
2344 (target_fileio_close): Likewise.
2345 (target_fileio_unlink): Likewise.
2346 (target_fileio_close_cleanup): Likewise.
2347 (target_fileio_read_alloc_1): Likewise.
2348 (target_fileio_read_alloc): Likewise.
2349 (target_fileio_read_stralloc): Likewise.
2350
2351 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
2352 <fcntl.h>, and <unistd.h>.
2353 (inf_child_fileio_open_flags_to_host): New function.
2354 (inf_child_errno_to_fileio_error): Likewise.
2355 (inf_child_fileio_open): Likewise.
2356 (inf_child_fileio_pwrite): Likewise.
2357 (inf_child_fileio_pread): Likewise.
2358 (inf_child_fileio_close): Likewise.
2359 (inf_child_fileio_unlink): Likewise.
2360 (inf_child_target): Install to_fileio routines.
2361
2362 * remote.c (init_remote_ops): Install to_fileio routines.
2363
2364 2012-01-20 Pedro Alves <palves@redhat.com>
2365 Ulrich Weigand <ulrich.weigand@linaro.org>
2366
2367 * remote.c (remote_multi_process_p): Only check for multi-process
2368 protocol feature, do not check for extended protocol.
2369 (remote_supports_multi_process): Check for extended protocol here.
2370 (set_general_process): Likewise.
2371 (extended_remote_kill): Likewise.
2372 (remote_pid_to_str): Likewise.
2373 (remote_query_supported): Always query multiprocess mode.
2374
2375 2012-01-20 Pedro Alves <palves@redhat.com>
2376 Ulrich Weigand <ulrich.weigand@linaro.org>
2377
2378 * inferior.h (struct inferior): Add fake_pid_p.
2379 * inferior.c (exit_inferior_1): Clear fake_pid_p.
2380 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
2381 magic_null_ptid since the remote side doesn't provide a real PID.
2382
2383 2012-01-19 Tom Tromey <tromey@redhat.com>
2384
2385 * NEWS: Combine the two Python sections.
2386
2387 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * target.h (target_close): Update comment on the target's unpush state.
2390
2391 2012-01-19 Pedro Alves <palves@redhat.com>
2392
2393 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
2394 linux_nat_async directly instead of going through the target
2395 vector.
2396 * target.c (unpush_target): Close target after unpushing it, not
2397 before.
2398
2399 2012-01-19 Gary Benson <gbenson@redhat.com>
2400
2401 * mdebugread.c (sort_blocks): Replace integer constants with ones
2402 derived from FIRST_LOCAL_BLOCK.
2403
2404 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2405 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 PR gdb/9538
2408 * symfile.c (find_separate_debug_file): New function.
2409 (terminate_after_last_dir_separator): Likewise.
2410 (find_separate_debug_file_by_debuglink): Also try realpath.
2411 * configure.ac (AC_CHECK_FUNCS): Add lstat.
2412 * configure: Regenerate.
2413 * config.in: Regenerate.
2414
2415 2012-01-18 Doug Evans <dje@google.com>
2416
2417 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
2418 (main.o): Remove rule.
2419 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
2420 (--with-sysroot): Rewrite.
2421 * configure: Regenerate.
2422 * config.in: Regenerate.
2423
2424 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
2425
2426 * parse.c (initialize_expout): New function.
2427 (reallocate_expout): Likewise.
2428 (parse_exp_in_context): Use `initialize_expout' and
2429 `reallocate_expout' when appropriate.
2430
2431 2012-01-18 Pedro Alves <palves@redhat.com>
2432
2433 * record.c (struct record_breakpoint, record_breakpoint_p)
2434 (record_breakpoints): New.
2435 (record_insert_breakpoint, record_remove_breakpoint): Manage
2436 record breakpoints list. Only remove breakpoints from the
2437 inferior if they had been inserted there in the first place.
2438
2439 2012-01-17 Doug Evans <dje@google.com>
2440
2441 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
2442 if we know we don't have a file name to look for.
2443
2444 2012-01-17 Pedro Alves <palves@redhat.com>
2445
2446 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
2447 the frame's stop reason is UNWIND_UNAVAILABLE.
2448
2449 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 Fix compilation error.
2452 * m2-exp.y (yyerror): Use ANSI C prototype.
2453
2454 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
2455
2456 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
2457 (growbuf_by_size): Likewise.
2458 (yyerror): Likewise.
2459 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
2460 (modblock): Remove variable (was #if 0'ed).
2461 (parse_number): Convert prototype from K&R to ANSI C.
2462 (yyerror): Likewise.
2463 * objc-exp.y (parse_number): Likewise.
2464 (yyerror): Likewise.
2465 (yylex): Remove #if 0'ed code.
2466 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
2467 (yyerror): Likewise.
2468
2469 2012-01-16 Tom Tromey <tromey@redhat.com>
2470
2471 * NEWS: Add item.
2472 * symtab.h (compare_filenames_for_search): Declare.
2473 * symtab.c (compare_filenames_for_search): New function.
2474 (iterate_over_some_symtabs): Use it.
2475 * symfile.h (struct quick_symbol_functions)
2476 <map_symtabs_matching_filename>: Change spec.
2477 * psymtab.c (partial_map_symtabs_matching_filename): Use
2478 compare_filenames_for_search. Update for new spec.
2479 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
2480 compare_filenames_for_search. Update for new spec.
2481 * breakpoint.c (clear_command): Use compare_filenames_for_search.
2482
2483 2012-01-16 Tom Tromey <tromey@redhat.com>
2484
2485 PR python/13281:
2486 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
2487 (struct main_type) <flag_flag_enum>: New field.
2488 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
2489 * NEWS: Add entries.
2490 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
2491 enums.
2492 * python/lib/gdb/printing.py (_EnumInstance): New class.
2493 (FlagEnumerationPrinter): Likewise.
2494
2495 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
2496
2497 * breakpoint.c (create_sals_from_address_default): New function.
2498 (create_breakpoints_sal_default): Likewise.
2499 (decode_linespec_default): Likewise.
2500 (is_marker_spec): Removed.
2501 (strace_marker_p): New function.
2502 (init_breakpoint_sal): Using `strace_marker_p' instead of
2503 `is_marker_spec'.
2504 (create_breakpoint): Call method `create_sals_from_address' from
2505 breakpoint_ops, replacing code that created SALs conditionally
2506 on the type of the breakpoint. Call method `create_breakpoints_sal',
2507 replacing code that created breakpoints conditionally on the type
2508 wanted.
2509 (base_breakpoint_create_sals_from_address): New function.
2510 (base_breakpoint_create_breakpoints_sal): Likewise.
2511 (base_breakpoint_decode_linespec): Likewise.
2512 (base_breakpoint_ops): Add methods
2513 `base_breakpoint_create_sals_from_address',
2514 `base_breakpoint_create_breakpoints_sal' and
2515 `base_breakpoint_decode_linespec'.
2516 (bkpt_create_sals_from_address): New function.
2517 (bkpt_create_breakpoints_sal): Likewise.
2518 (bkpt_decode_linespec): Likewise.
2519 (tracepoint_create_sals_from_address): Likewise.
2520 (tracepoint_create_breakpoints_sal): Likewise.
2521 (tracepoint_decode_linespec): Likewise.
2522 (strace_marker_create_sals_from_address): Likewise.
2523 (strace_marker_create_breakpoints_sal): Likewise.
2524 (strace_marker_decode_linespec): Likewise.
2525 (strace_marker_breakpoint_ops): New variable.
2526 (addr_string_to_sals): Remove `marker_spec'. Call method
2527 `decode_linespec' from breakpoint_ops, replacing code that decoded
2528 an address string into a SAL. Use `strace_marker_p' instead of
2529 `marker_spec'.
2530 (strace_command): Decide whether we are dealing with a static
2531 tracepoint with marker or not. Use the appropriate breakpoint_ops.
2532 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
2533 * breakpoint.h (linespec_result, linespec_sals): New forward
2534 declarations.
2535 (breakpoint_ops) <create_sals_from_address>,
2536 <create_breakpoints_sal>, <decode_linespec>: New methods.
2537
2538 2012-01-14 Doug Evans <dje@google.com>
2539
2540 * NEWS: Update text for "maint set python print-stack".
2541 It is deprecated in gdb 7.4 and deleted in 7.5.
2542
2543 2012-01-13 Eli Zaretskii <eliz@gnu.org>
2544
2545 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
2546 including curses.h.
2547
2548 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * configure: Regenerate.
2551 * config.in: Regenerate.
2552
2553 2012-01-12 Keith Seitz <keiths@redhat.com>
2554
2555 PR mi/10586
2556 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
2557 (ANONYMOUS_UNION_NAME): Define.
2558 (is_path_expr_parent): New function.
2559 (get_path_expr_parent): New function.
2560 (is_anonymous_child): New function.
2561 (create_child_with_value): If the child is anonymous and without
2562 a name, assign an object name to it.
2563 (c_describe_child): Use get_path_expr_parent to determine
2564 the parent expression.
2565 If there field represents an anonymous struct or union and
2566 has no name, set an appropriate display name and expression.
2567 (cplus_describe_child): Likewise.
2568
2569 2012-01-12 Pedro Alves <palves@redhat.com>
2570
2571 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
2572 available when %ebp is found to be zero (outermost).
2573
2574 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
2575
2576 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
2577 an internal gdb_static_assert.
2578 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
2579
2580 2012-01-11 Tom Tromey <tromey@redhat.com>
2581
2582 PR gdb/9598:
2583 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
2584 catch" and "catch throw".
2585
2586 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2587
2588 * blockframe.c (block_innermost_frame): Start search from selected
2589 frame, if present, or otherwise the current frame.
2590
2591 * c-exp.y (variable): Update innermost_block for
2592 'block COLONCOLON NAME' clause.
2593 * m2-exp.y (variable): Ditto.
2594 * objc-exp.y (variable): Ditto.
2595
2596 2012-01-10 Tom Tromey <tromey@redhat.com>
2597
2598 PR python/13199:
2599 * python/python.c (finish_python_initialization): Set sys.argv.
2600
2601 2012-01-10 Doug Evans <dje@google.com>
2602
2603 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
2604 "want_line_info". All callers updated.
2605 (dwarf_decode_lines_1): New function.
2606 (handle_DW_AT_stmt_list): Add function comment.
2607 New arg "want_line_info". All callers updated.
2608 (read_file_scope,read_type_unit_scope): Move comment from
2609 handle_DW_AT_stmt_list to here.
2610
2611 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 Fix regression after libiberty/ update for GCC PR 6057 and others.
2614 * c-exp.y (operator) <OPERATOR DELETE>
2615 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2616 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
2617 (make_builtin_type, make_name): New variable i, add gdb_assert.
2618 (operator) <OPERATOR NEW>: Update ARGS to 3.
2619 (operator) <OPERATOR DELETE>: Add trailing space.
2620 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
2621 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
2622 * cp-support.c (cp_canonicalize_string): Check NULL from
2623 cp_comp_to_string, call warning and return.
2624
2625 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 Fix duplicate .o files after omitting libbfd.a.
2628 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
2629 (SFILES): Add corelow.c.
2630 (COMMON_OBS): Add corelow.o.
2631 (ALLDEPFILES): Remove corelow.c.
2632 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
2633 * config/alpha/alpha-osf3.mh: Likewise.
2634 * config/alpha/fbsd.mh: Likewise.
2635 * config/arm/nbsdaout.mh: Likewise.
2636 * config/arm/nbsdelf.mh: Likewise.
2637 * config/i386/i386gnu.mh: Likewise.
2638 * config/ia64/hpux.mh: Likewise.
2639 * config/ia64/linux.mh: Likewise.
2640 * config/m32r/linux.mh: Likewise.
2641 * config/m68k/linux.mh: Likewise.
2642 * config/mips/irix5.mh: Likewise.
2643 * config/mips/irix6.mh: Likewise.
2644 * config/pa/hpux.mh: Likewise.
2645 * config/pa/linux.mh: Likewise.
2646 * config/powerpc/aix.mh: Likewise.
2647 * config/sparc/linux.mh: Likewise.
2648 * config/sparc/linux64.mh: Likewise.
2649 * config/sparc/sol2.mh: Likewise.
2650 * config/vax/vax.mh: Likewise.
2651 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
2652 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
2653 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
2654 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
2655 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
2656 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
2657 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
2658 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
2659 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
2660 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
2661 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
2662 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
2663 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2664 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
2665 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
2666 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2667 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
2668 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
2669 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
2670 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
2671 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
2672 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
2673 corelow.o from gdb_target_obs.
2674 * corefile.c (core_target): Update the comment on NULL value.
2675 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
2676 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
2677 MATCHES. Drop YUMMY set on NULL.
2678 (core_close): Do not call exit_inferior_silent on zero PID. Do not
2679 reclaim CORE_DATA if it is already NULL.
2680
2681 2012-01-09 Doug Evans <dje@google.com>
2682
2683 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
2684 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
2685
2686 2012-01-09 Keith Seitz <keiths@redhat.com>
2687
2688 * breakpoint.c (wrapper.h): Don't include.
2689
2690 2012-01-09 Keith Seitz <keiths@redhat.com>
2691
2692 * Makefile.in (SFILES): Remove wrapper.c.
2693 (HFILES_NO_SRCDIR): Remove wrapper.h.
2694 (COMMON_OBS): Remove wrapper.o.
2695 * cli/cli-interp.c: Don't inlude wrapper.h.
2696 * corelow.c: Likewise.
2697 (core_open): Replace gdb_target_find_new_threads with
2698 TRY_CATCH around target_find_new_threads.
2699 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
2700 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
2701 * varobj.c (varobj_create): Likewise for parse_exp_1 and
2702 evaluate_expression.
2703 (varobj_set_value): Likewise for evaluate_expression and
2704 value_assign.
2705 (install_new_variable): Likewise for value_fetch_lazy.
2706 (adjust_value_for_child_access): Likewise for value_ind.
2707 (c_describe_child): Likewise for value_subscript and
2708 value_ind.
2709 (c_value_of_root): Likewise for evaluate_expression.
2710 * wrapper.c: Remove.
2711 * wrapper.h: Remove.
2712
2713 2012-01-09 Doug Evans <dje@google.com>
2714
2715 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
2716 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
2717 "abfd" args with "section". All callers updated.
2718 Error checking code moved ...
2719 (error_check_comp_unit_head): ... here. New function.
2720 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
2721 Delete arg "abfd". New arg "type_offset". All callers updated.
2722 (create_debug_types_hash_table): Simplify by using
2723 read_and_check_type_unit_head.
2724
2725 * parser-defs.h (namecopy): Delete.
2726 * parse.c (namecopy, namecopy_size): Move into copy_name.
2727
2728 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 Partially fix duplicate .o files after omitting libbfd.a.
2731 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
2732 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2733 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
2734 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2735 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
2736 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
2737 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2738
2739 2012-01-09 Pedro Alves <palves@redhat.com>
2740
2741 * MAINTAINERS: Update my email address.
2742
2743 2012-01-08 Doug Evans <dje@google.com>
2744
2745 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
2746 n_type_units. Rename type_comp_units to all_type_units.
2747 All uses updated.
2748 (add_signatured_type_cu_to_table): Renamed from
2749 add_signatured_type_cu_to_list. All callers updated.
2750
2751 * gdbtypes.h (struct cplus_struct_type): Delete member
2752 nfn_fields_total. All uses removed.
2753
2754 2012-01-06 Doug Evans <dje@google.com>
2755
2756 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
2757 to top of file.
2758 (dwarf2_find_comp_unit): Delete.
2759 (process_psymtab_comp_unit): Make result "void".
2760 Delete args buffer, info_ptr, buffer_size, and replace with
2761 "section". All callers updated.
2762 (dwarf2_build_psymtabs_hard): Simplify.
2763
2764 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
2765 Thiago Jung Bauermann <bauerman@br.ibm.com>
2766
2767 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
2768 before `struct gdb_exception'.
2769 * breakpoint.c (update_global_location_list_nothrow)
2770 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
2771 * cp-abi.c (value_rtti_type): Likewise.
2772 * cp-support.c (cp_validate_operator): Likewise.
2773 * infrun.c (insert_exception_resume_breakpoint)
2774 (check_exception_resume, keep_going): Likewise.
2775 * mi-interp.c (mi_breakpoint_created)
2776 (mi_breakpoint_modified): Likewise.
2777 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
2778 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
2779 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
2780
2781 2012-01-05 Doug Evans <dje@google.com>
2782
2783 * dwarf2read.c (statement_prologue): Delete, unused.
2784
2785 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
2786 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
2787
2788 * dwarf2read.c (comp_unit_header): Delete, unused.
2789
2790 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
2791
2792 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
2793 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
2794
2795 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
2796
2797 * infrun.c (normal_stop): Don't skip calling the normal_stop
2798 observers if the thread was doing a multi-step, but stopped for
2799 some reason other than stepping.
2800
2801 2012-01-05 Pedro Alves <alves.ped@gmail.com>
2802
2803 * cli/cli-decode.h: Add comments.
2804 (CMD_LIST_AMBIGUOUS): Moved to command.h
2805 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
2806 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
2807 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
2808 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
2809 (add_com, add_com_alias, add_info, add_info_alias)
2810 (complete_on_cmdlist, complete_on_enum, help_list): Remove
2811 declarations.
2812 * command.h: Add and adjust comments.
2813 (CMD_LIST_AMBIGUOUS): Moved here.
2814 (help_cmd, help_cmd_list): Delete declarations.
2815
2816 2012-01-04 Doug Evans <dje@google.com>
2817
2818 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
2819 All callers updated.
2820 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
2821 Replace all arguments with "per_cu". All callers updated.
2822
2823 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
2824
2825 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
2826 New arg "per_cu". All callers updated.
2827
2828 Delete #if 0'd out code.
2829 * language.c (binop_result_type): Delete.
2830 (simple_type, ordered_type, same_type, integral_type): Delete.
2831 (numeric_type, character_type, string_type, boolean_type): Delete.
2832 (float_type, structured_type): Delete.
2833 * language.h: Update.
2834
2835 2012-01-04 Tom Tromey <tromey@redhat.com>
2836
2837 * python/py-value.c (valpy_binop): Initialize 'res_val'.
2838
2839 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2840
2841 * corefile.c (close_exec_file): Delete.
2842 (reopen_exec_file): Remove commented out code that seems related
2843 to close_exec_file, which is being deleted here.
2844 * inferior.h (close_exec_file): Delete.
2845 * fork-child.c (fork_inferior): Remove call to fork_inferior.
2846
2847 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2848
2849 * ada-lang.c: #include "cli/cli-utils.h".
2850 (get_selections): Use skip_spaces.
2851 (ada_get_next_arg): Use skip_spaces and skip_to_space.
2852 (catch_ada_exception_command_split): Use skip_spaces.
2853 (ada_decode_assert_location): Likewise.
2854
2855 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2856
2857 * linespec.c (decode_line_internal): Check for C++ or Java
2858 compound constructs only if the current language is C, C++
2859 or Java.
2860
2861 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 Revert:
2864 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2865 Joel Brobecker <brobecker@adacore.com>
2866 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2867 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2868 3 times.
2869 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2870 fall through into AT_ENTRY_POINT.
2871 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2872 DUMMY_ADDR with it.
2873 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2874 PPC_INSN_SIZE skip to 3 times.
2875
2876 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2877
2878 * linespec.c (add_minsym): Preserve function descriptors.
2879
2880 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2881
2882 * breakpoint.c (all_locations_are_pending): Consider locations
2883 in program spaces executing during startup pending as well.
2884
2885 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2886
2887 Copyright year update in most files of the GDB Project.
2888
2889 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2890
2891 * copyright.sh: Delete.
2892 * copyright.py: Rewrite.
2893
2894 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2895
2896 * gnulib/extra/update-copyright: New file, imported from gnulib.
2897
2898 2012-01-04 Joel Brobecker <brobecker@adacore.com>
2899
2900 * README (Copyright and License Notices): New section.
2901
2902 2012-01-03 Tom Tromey <tromey@redhat.com>
2903
2904 PR python/12533:
2905 * python/py-value.c (valpy_dereference, valpy_get_address
2906 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
2907 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
2908 (valpy_absolute, valpy_richcompare): Free intermediate values.
2909
2910 2011-01-03 Joel Brobecker <brobecker@adacore.com>
2911
2912 * ada-lang.c: Reformat the copyright notice.
2913
2914 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2917 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
2918 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
2919 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
2920 Revert this part of:
2921 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2922 Build gdb directly from *.o files not using libgdb.a.
2923 * Makefile.in (COMMON_OBS): Remove solib-target.o.
2924
2925 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2926
2927 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
2928 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
2929 Reformat the copyright header.
2930
2931 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 Revert this part of:
2934 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2935 Remove the gdbtui binary.
2936 * gdb.c (main): Remove args.interpreter_p initialization.
2937 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
2938 * main.h (struct captured_main_args): Remove interpreter_p.
2939
2940 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2941
2942 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
2943
2944 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2945
2946 * top.c (print_gdb_version): Update copyright year.
2947
2948 2012-01-02 Yao Qi <yao@codesourcery.com>
2949
2950 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
2951
2952 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2953 Joel Brobecker <brobecker@adacore.com>
2954
2955 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
2956 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
2957 3 times.
2958 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
2959 fall through into AT_ENTRY_POINT.
2960 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
2961 DUMMY_ADDR with it.
2962 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
2963 PPC_INSN_SIZE skip to 3 times.
2964
2965 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2966
2967 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
2968 the return value.
2969 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
2970
2971 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 Build gdb directly from *.o files not using libgdb.a.
2974 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
2975 (COMMON_OBS): Remove solib-target.o.
2976 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
2977 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
2978 (LIBGDB_OBS, libgdb.a): Move it above.
2979 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
2980 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
2981 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
2982 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
2983 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
2984 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
2985 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
2986 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
2987 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
2988 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
2989 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
2990 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
2991 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
2992 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
2993 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
2994 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
2995 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
2996 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
2997 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
2998 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
2999 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
3000 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
3001 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
3002 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
3003 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
3004 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
3005 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
3006
3007 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 Remove the gdbtui binary.
3010 * .gitignore (/gdbtui): Remove.
3011 * Makefile.in (TUI): Remove.
3012 (SUBDIR_TUI_OBS): Remove tui-main.o.
3013 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
3014 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
3015 (tui-main.o): Remove.
3016 (all_object_files): Remove tui-main.o.
3017 * NEWS: New note for the gdbtui removal.
3018 * configure: Rebuilt.
3019 * configure.ac: No longer add all-tui, clean-tui, install-tui and
3020 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
3021 CONFIG_UNINSTALL respectively.
3022 * gdb.c (main): Remove args.interpreter_p initialization.
3023 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
3024 * main.h (struct captured_main_args): Remove interpreter_p.
3025 * tui/tui-main.c: Remove.
3026
3027 2012-01-01 Doug Evans <dje@google.com>
3028
3029 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
3030 (dwarf2_physname, read_import_statement): Ditto.
3031 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
3032 (process_structure_scope read_subroutine_type): Ditto.
3033 (read_typedef, load_partial_dies, read_partial_die): Ditto.
3034 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
3035 (dwarf2_fetch_die_location_block): Ditto.
3036 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
3037
3038 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
3039 All callers updated.
3040 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
3041 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
3042 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
3043
3044 * dwarf2read.c (load_cu): Move assert to more useful location.
3045
3046 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
3047 All callers updated.
3048
3049 * dwarf2read.c (dwarf2_per_objfile): Add comment.
3050 (dwarf2_elf_names): Minor reformat.
3051 (dwarf2_per_cu_data): Tweak comment.
3052 (dwarf2_read_section): Fix comment.
3053 (create_all_comp_units): Fix comment.
3054 (load_full_comp_unit): Fix comment.
3055 (process_full_comp_unit): Fix comment.
3056 (read_signatured_type): Fix comment.
3057
3058 For older changes see ChangeLog-2011.
3059 \f
3060 Local Variables:
3061 mode: change-log
3062 left-margin: 8
3063 fill-column: 74
3064 version-control: never
3065 coding: utf-8
3066 End:
This page took 0.094603 seconds and 4 git commands to generate.