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