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