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