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