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