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