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