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