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