* hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
[binutils-gdb.git] / gdb / ChangeLog
1 2008-05-08 Joel Brobecker <brobecker@adacore.com>
2
3 * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
4 changes.
5
6 2008-05-07 Joel Brobecker <brobecker@adacore.com>
7
8 * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
9 sparc64-sol2-tdep.c: Update for unwinder changes.
10
11 2008-05-07 Daniel Jacobowitz <dan@codesourcery.com>
12
13 * cp-support.c (mangled_name_to_comp): Initialize storage.
14 (unqualified_name_from_comp): Likewise.
15
16 2008-05-07 Jie Zhang <jie.zhang@analog.com>
17
18 * remote.c (remote_insert_breakpoint): Call get_remote_state
19 after gdbarch_breakpoint_from_pc is called.
20 (remote_insert_hw_breakpoint): Likewise.
21
22 2008-05-06 Joel Brobecker <brobecker@adacore.com>
23
24 * valprint.c (val_print): Add new language parameter and use it
25 instead of using the current_language. Update calls to val_print
26 throughout.
27 (common_val_print): Add new langauge parameter and pass it to
28 val_print.
29 * value.h (struct language_defn): Add opaque declaration.
30 (val_print, common_val_print): Update declarations.
31 * stack.c (print_frame_args): Update call to common_val_print
32 using the appropriate language.
33 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
34 * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
35 mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
36 scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
37 #include "language.h" if necessary.
38 Update calls to val_print and common_val_print.
39 * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
40 Update dependencies.
41
42 2008-05-06 Joel Brobecker <brobecker@adacore.com>
43
44 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
45 pointing inside a non-executable section as function descriptors.
46
47 2008-05-06 Pedro Alves <pedro@codesourcery.com>
48
49 * inf-loop.c (inferior_event_handler): Run all continuations and
50 print any language change before running the breakpoint commands.
51
52 2008-05-06 Joel Brobecker <brobecker@adacore.com>
53
54 * frame-unwind.c (frame_unwind_got_bytes): New function.
55 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
56 * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
57 for unwinder changes.
58
59 2008-05-05 Doug Evans <dje@google.com>
60
61 * NEWS: Mention new /m modifier for disassemble command.
62 * cli/cli-cmds.c (print_disassembly): New function.
63 (disassemble_current_function): New function
64 (disassemble_command): Recognize /m modifier, print mixed
65 source+assembly.
66 (init_cli_cmds): Update disassemble help text.
67
68 2008-05-05 Maxim Grigoriev <maxim2405@gmail.com>
69
70 * xtensa-tdep.c: Update for unwinder changes.
71
72 2008-05-05 Andreas Schwab <schwab@suse.de>
73
74 Update m68k port for unwinder changes.
75 * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
76 (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
77 (m68k_frame_unwind): Use default_frame_sniffer.
78 (m68k_frame_sniffer): Remove.
79 (m68k_frame_base_address): Expect this_frame.
80 (m68k_dummy_id): Renamed from m68k_unwind_dummy_id. Expect
81 this_frame.
82 (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
83 dwarf2_append_unwinders, and frame_unwind_append_unwinder.
84 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
85 parameter instead of pc value.
86 (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
87 Expect this_frame.
88 (m68k_linux_sigtramp_frame_this_id)
89 (m68k_linux_sigtramp_frame_prev_register)
90 (m68k_linux_sigtramp_frame_sniffer): Update signature.
91 (m68k_linux_sigtramp_frame_unwind): Use
92 m68k_linux_sigtramp_frame_sniffer.
93 (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
94
95 * m68klinux-nat.c (store_register): Fix typo.
96
97 2008-05-05 Pedro Alves <pedro@codesourcery.com>
98
99 * infcmd.c (step_1): Put thread id on the stack to avoid possible
100 NULL dereferencing.
101
102 2008-05-05 Luis Machado <luisgpm@br.ibm.com>
103
104 * symfile.c (reread_symbols): Update objfile's entry point.
105
106 2008-05-05 Aleksandar Ristovski <aristovski@qnx.com>
107 Joel Brobecker <brobecker@adacore.com>
108
109 * ada-lang.c: Update throughout to use symbol_matches_domain
110 instead of matching the symbol domain explictly.
111 * dwarf2read.c (add_partial_symbol): Do not add new psym for
112 STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
113 class as typedefs. See lookup_partial_symbol function.
114 (new_symbol): Similar to add_partial_symbol, do not create
115 symbol for the typedef. See lookup_block_symbol.
116 * symtab.c (symbol_matches_domain): New function, takes care
117 of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
118 (lookup_partial_symbol): Use symbol_matches_domain to see if the
119 found psym domain matches the given domain.
120 (lookup_block_symbol): Likewise.
121
122 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
123
124 * top.c (command_line_handler_continuation): Remove.
125 (execute_command): Do not install the above.
126
127 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
128
129 * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
130 and catch all exceptions from it.
131 * top.c (command_line_handler_continuation): Don't
132 call bpstat_do_action here.
133
134 2008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
135
136 * dwarf2read.c (struct dwarf2_cu): Add type_hash.
137 (struct die_info): Remove type.
138 (read_type_die, read_typedef, read_base_type, read_subrange_type)
139 (read_structure_type, read_enumeration_type, read_array_type)
140 (read_tag_pointer_type, read_tag_ptr_to_member_type)
141 (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
142 (read_tag_string_type, read_subroutine_type, read_set_type)
143 (read_unspecified_type): Delete prototypes. Remove check for
144 already-loaded type. Return the new type.
145 (set_die_type): Return the new type.
146 (reset_die_and_siblings_types): Delete.
147 (load_comp_unit, load_full_comp_unit): Set type_hash.
148 (process_queue): Remove call to reset_die_and_siblings_types.
149 (process_die): Do not read most types here. Use read_type_die
150 for others.
151 (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
152 (quirk_gcc_member_function_pointer): Return the new type.
153 (process_structure_scope, process_enumeration_scope): Use
154 get_die_type and read the DIE's type.
155 (read_full_die): Do not initialize die->type.
156 (tag_type_to_type): Use read_type_die.
157 (read_type_die): Check for already defined types. Return the
158 type.
159 (determine_prefix): Use get_die_type.
160 (set_die_type): Return the type.
161 (get_die_type): Take a CU argument. Check for no type_hash.
162
163 2008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
164
165 * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
166 locals.
167
168 2008-05-04 Pedro Alves <pedro@codesourcery.com>
169
170 * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
171 and bp_longjmp_resume breakpoints.
172 (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
173 meaningful.
174 (create_longjmp_breakpoint): Don't create bp_longjmp_resume
175 breakpoints. Create bp_longjmp breakpoints as momentary
176 breakpoints.
177 (enable_longjmp_breakpoint): Delete.
178 (set_longjmp_breakpoint): New.
179 (disable_longjmp_breakpoint): Delete.
180 (delete_longjmp_breakpoint): New.
181 (set_longjmp_resume_breakpoint): Delete.
182 (set_momentary_breakpoint_at_pc): New.
183 (breakpoint_re_set_one): Don't delete bp_longjmp and
184 bp_longjmp_resume breakpoints.
185 (breakpoint_re_set): Don't create longjmp and longjmp-resume
186 breakpoints.
187
188 * infrun.c (step_resume_breakpoint): Add comment.
189 (struct execution_control_state): Delete handling_longjmp member.
190 (init_execution_control_state). Don't clear handling_longjmp.
191 (context_switch): Don't context switch handling_longjmp.
192 (handle_inferior_event): If handling a bp_longjmp breakpoint,
193 create a bp_longjmp_resume breakpoint, and set it as current
194 step_resume_breakpoint, then step over the longjmp breakpoint. If
195 handling a bp_longjmp_resume breakpoint, don't delete the longjmp
196 breakpoint, delete the longjmp-resume breakpoint, and stop
197 stepping.
198 (currently_stepping): Remove handling_longjmp from expression.
199 (insert_step_resume_breakpoint_at_sal): Update comment.
200 (insert_longjmp_resume_breakpoint): New.
201
202 * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
203 (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
204 declarations.
205 (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
206 (set_longjmp_resume_breakpoint): Delete declaration.
207
208 * gdbthread.h (save_infrun_state): Remove handling_longjmp
209 parameter.
210 (load_infrun_state): Delete *handling_longjmp parameter.
211 * thread.c (save_infrun_state): Remove handling_longjmp parameter.
212 Update body.
213 (load_infrun_state): Delete *handling_longjmp parameter. Update
214 body.
215
216 * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
217 (delete_longjmp_breakpoint_cleanup): New.
218 (step_1): Call set_longjmp_breakpoint instead of
219 enable_longjmp_breakpoint. Use delete_longjmp_breakpoint_cleanup
220 instead of disable_longjmp_breakpoint_cleanup when making cleanup.
221 (step_1_continuation): Pass thread id in the continuation args to
222 step_once.
223 (step_once): Add thread parameter. Pass thread id the the
224 continuation.
225
226 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 Set CU BASE_ADDRESS already from partial DIEs.
229 * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
230 BASE_ADDRESS_TYPE. Set these variables from DW_AT_LOW_PC and
231 DW_AT_ENTRY_PC. Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
232 from these variables if it was still unset.
233
234 * Makefile.in: Update dependencies.
235 * dwarf2read.c: Include "addrmap.h"
236 (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
237 (dwarf2_ranges_read): New prototype.
238 (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
239 Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
240 HAS_RANGES_OFFSET, otherwise add there the contiguous range.
241 (dwarf2_ranges_read): New parameter RANGES_PST, update the function
242 comment for it. Add the found ranges to RANGES_PST. New variable
243 BASEADDR, initialize it the common way.
244 (dwarf2_get_pc_bounds): Update the caller for the new parameter.
245 (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
246 HAS_RANGES_OFFSET for the later processing.
247 * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
248 * symtab.c: Include "addrmap.h"
249 (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
250 Move the psymtab locator into ...
251 (find_pc_sect_psymtab_closer): ... a new function.
252
253 2008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
254
255 * arch-utils.c (gdbarch_update_p): Use default values for
256 info.abfd and info.target_desc if they are NULL.
257 (gdbarch_from_bfd): Remove assertion.
258 (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
259 using the current target description.
260 (gdbarch_info_fill): Do not use default values for info->abfd
261 and info->target_desc.
262
263 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
266
267 2008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
268
269 * inferior.h (read_pc_pid, write_pc_pid): Remove.
270 * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
271
272 * regcache.c (read_pc_pid): Remove, replace by ...
273 (regcache_read_pc): ... this function.
274 (write_pc_pid): Remove, replace by ...
275 (regcache_write_pc): ... this function.
276 (read_pc, write_pc): Update.
277
278 * infrun.c (displaced_step_prepare): Replace read_pc_pid and
279 write_pc_pid by regcache_read_pc and regcache_write_pc.
280 (displaced_step_fixup): Likewise.
281 (resume): Likewise. Use regcache arch instead of current_gdbarch.
282 (prepare_to_proceed): Likewise.
283 (proceed): Likewise.
284 (adjust_pc_after_break): Likewise.
285 (handle_inferior_event): Likewise.
286
287 * linux-nat.c (cancel_breakpoint): Likewise.
288 * linux-thread-db.c (check_event): Likewise.
289 * aix-thread.c (aix_thread_wait): Likewise.
290 * tracepoint.c (trace_dump_command): Likewise.
291
292 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
293
294 * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
295 SYMBOL_LOCATION_BATON.
296
297 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
298
299 * target.h (struct target_ops): New field to_auxv_parse.
300 * auxv.c (default_auxv_parse): New, renamed from previous
301 target_auxv_parse.
302 (target_auxv_parse): Try to call target method. Fallback to
303 default_auxv_parse if not found.
304 * procfs.c (procfs_auxv_parse): New.
305 (init_procfs_ops): On Solaris, in 64-bit mode, install
306 procfs_auxv_parse.
307
308 2008-05-03 Adam Nemet <anemet@caviumnetworks.com>
309
310 * symfile.c (add_symbol_file_command): Use paddress rather than
311 hex_string to print the address.
312
313 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
314
315 * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
316 return the null frame ID to terminate the backtrace.
317
318 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
319
320 * rs6000-tdep.c: Do not include "rs6000-tdep.h".
321 (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
322 (SIG_FRAME_PC_OFFSET): Likewise.
323 (SIG_FRAME_LR_OFFSET): Likewise.
324 (SIG_FRAME_FP_OFFSET): Likewise.
325 (rs6000_push_dummy_call): Likewise.
326 (rs6000_return_value): Likewise.
327 (rs6000_convert_from_func_ptr_addr): Likewise.
328 (branch_dest, rs6000_software_single_step): Likewise.
329 (deal_with_atomic_sequence): Rename to ...
330 (ppc_deal_with_atomic_sequence): ... this. Adapt all callers.
331 Do not call branch_dest; inline required parts of that function.
332 (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
333 with SYMBOL_LINKAGE_NAME.
334 (struct reg, regsize): Delete.
335 (read_memory_addr): Delete; inline into callers.
336 (rs6000_skip_prologue): Move after skip_prologue.
337 (skip_prologue): Remove prototype.
338 (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
339 initialization as if this variable were true. Do not install
340 ppc64_sysv_abi_adjust_breakpoint_address.
341
342 * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
343 "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
344 and "breakpoint.h".
345 (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
346 (SIG_FRAME_PC_OFFSET): Likewise.
347 (SIG_FRAME_LR_OFFSET): Likewise.
348 (SIG_FRAME_FP_OFFSET): Likewise.
349 (rs6000_push_dummy_call): Likewise.
350 (rs6000_return_value): Likewise.
351 (rs6000_convert_from_func_ptr_addr): Likewise.
352 (branch_dest, rs6000_software_single_step): Likewise. Replace
353 tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
354 (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
355 rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
356 Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
357 Set tdep->lr_frame_offset. Do not set tdep->text_segment_base.
358
359 * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
360 (AIX_TEXT_SEGMENT_BASE): New macro.
361 * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
362 by AIX_TEXT_SEGMENT_BASE.
363
364 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
365 (struct gdbarch_tdep): Remove text_segment_base member.
366 * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
367 ppc64_sysv_abi_adjust_breakpoint_address.
368
369 * Makefile.in (rs6000-tdep.o): Update dependencies.
370 (rs6000-aix-tdep.o): Likewise.
371
372 2008-05-03 Luis Machado <luisgpm@br.ibm.com>
373 Thiago Jung Bauermann <bauerman@br.ibm.com>
374
375 * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
376 * doublest.c (convert_typed_floating): Fix typo in comment.
377 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
378 * frame-unwind.h (frame_sniffer_ftype): Likewise.
379 * frame.c (frame_unwind_address_in_block): Likewise.
380 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
381 * symtab.h (struct symbol): Likewise.
382 * tramp-frame.h (struct trad_frame_cache): Likewise.
383 * value.c (allocate_repeat_value): Likewise.
384
385 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
386
387 * infrun.c (handle_inferior_event): Do not insert breakpoints at
388 TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
389
390 2008-05-03 Pedro Alves <pedro@codesourcery.com>
391
392 * parse.c (parse_exp_in_context): Don't override
393 expression_context_pc if get_selected_block returned a valid
394 block.
395
396 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
397
398 * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
399 * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
400 * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
401 Delete.
402 * c-typeprint.c (c_type_print_base): Delete handling of template
403 instantiations.
404 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
405 (METHOD_PTR_TO_VOFFSET): Delete.
406 * defs.h (QUIT_FIXME): Delete.
407 * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
408 (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
409 * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
410 ninstantiations, and instantiations.
411 (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
412 (TYPE_FN_FIELD_INLINED): Delete.
413 * srec.h (SREC_BINARY): Delete.
414 * symtab.c (symbol_init_demangled_name): Delete.
415 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
416 (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
417 (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
418 (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
419 (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
420 (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
421 * target.h (enum thread_control_capabilities): Delete tc_switch.
422 (target_can_switch_threads): Delete.
423
424 2008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
425
426 * Makefile.in (objfiles.o): Update.
427 * exec.c (exec_set_section_address): Support p->addr != 0.
428 * objfiles.c (objfile_relocate): Update exec_ops section
429 addresses.
430 * symfile.c (place_section): Move exec_set_section_address call...
431 (default_symfile_offsets): ...to here.
432
433 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
434
435 * Makefile.in (ppc_linux_tdep_h): New macro.
436 (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
437 (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
438 (powerpc_e500l_c): Likewise.
439 (ppc-linux-nat.o): Update dependencies.
440 (ppc-linux-tdep.o): Update dependencies.
441 (rs6000-tdep.o): Update dependencies.
442
443 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
444 (ppc_linux_svr4_fetch_link_map_offsets): Remove.
445 (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
446 (ppc_supply_reg, ppc_collect_reg): Add prototypes.
447 (tdesc_powerpc_e500): Remove.
448
449 * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
450 and "features/rs6000/powerpc-altivec64.c".
451 (ppc_supply_reg, ppc_collect_reg): Make global.
452 (variants): Use tdesc_powerpc_32 for "powerpc" and
453 tdesc_powerpc_altivec64 for "powerpc64".
454 (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
455
456 * ppc-linux-tdep.h: New file.
457
458 * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
459 Include "features/rs6000/powerpc-32l.c".
460 Include "features/rs6000/powerpc-altivec32l.c".
461 Include "features/rs6000/powerpc-64l.c".
462 Include "features/rs6000/powerpc-altivec64l.c".
463 Include "features/rs6000/powerpc-e500l.c".
464 (ppc_linux_supply_gregset): New function.
465 (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
466 (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
467 (ppc64_linux_gregset): Likewise.
468 (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
469 (ppc_linux_trap_reg_p): New function.
470 (ppc_linux_write_pc): New function.
471 (ppc_linux_core_read_description): New function.
472 (ppc_linux_init_abi): Install ppc_linux_write_pc and
473 ppc_linux_core_read_description. Install orig_r3 and trap
474 registers if present in the target description.
475 (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
476
477 * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
478 (PT_ORIG_R3, PT_TRAP): Define if necessary.
479 (ppc_register_u_addr): Handle orig_r3 and trap registers.
480 (fetch_ppc_registers): Likewise.
481 (store_ppc_registers): Likewise.
482 (store_register): Likewise.
483 (ppc_linux_read_description): Check whether AltiVec is supported.
484 Check whether inferior is 32-bit or 64-bit. Return the appropriate
485 Linux target description.
486
487 * features/Makefile (WHICH): Use rs6000/powerpc-32l and
488 rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
489 Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
490 of rs6000/powerpc-64. Use rs6000/powerpc-e500l instead of
491 rs6000/powerpc-e500. Update -expedite variables accordingly.
492
493 * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
494 * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
495 * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
496 * features/rs6000/powerpc-e500.c: Regenerate.
497 * features/rs6000/powerpc-32.c: Regenerate.
498 * features/rs6000/powerpc-64.c: Regenerate.
499
500 * features/rs6000/power-linux.xml: New file.
501 * features/rs6000/power64-linux.xml: New file.
502 * features/rs6000/powerpc-32l.xml: New file.
503 * features/rs6000/powerpc-altivec32l.xml: New file.
504 * features/rs6000/powerpc-64l.xml: New file.
505 * features/rs6000/powerpc-altivec64l.xml: New file.
506 * features/rs6000/powerpc-e500l.xml: New file.
507 * features/rs6000/powerpc-32l.c: New (generated) file.
508 * features/rs6000/powerpc-altivec32l.c: New (generated) file.
509 * features/rs6000/powerpc-64l.c: New (generated) file.
510 * features/rs6000/powerpc-altivec64l.c: New (generated) file.
511 * features/rs6000/powerpc-e500l.xml: New (generated) file.
512
513 * regformats/reg-ppc.dat: Remove.
514 * regformats/reg-ppc64.dat: Remove.
515 * regformats/rs6000/powerpc-32.dat: Remove.
516 * regformats/rs6000/powerpc-64.dat: Remove.
517 * regformats/rs6000/powerpc-e500.dat: Remove.
518 * regformats/rs6000/powerpc-32l.dat: New (generated) file.
519 * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
520 * regformats/rs6000/powerpc-64l.dat: New (generated) file.
521 * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
522 * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
523
524 2008-05-03 Pedro Alves <pedro@codesourcery.com>
525
526 * thread.c (delete_thread): Call observer_notify_thread_exit.
527 * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
528 thread_exit observer.
529 (mi_thread_exit): New.
530
531 2008-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
532
533 * breakpoint.c (create_exception_catchpoint): Remove prototype
534 for already deleted function.
535 * breakpoint.h (ep_is_exception_catchpoint): Likewise.
536 * frame.h (show_stack_frame): Remove prototype.
537 * stack.c (show_stack_frame): Remove empty, unused function.
538 * source.c (symtab_to_fullname, print_source_lines): Small fix
539 in comment.
540 * value.c (show_values): Update comments to mention "show values"
541 command instead of "info history".
542
543 2008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
544
545 * linespec.c: Include "target.h".
546 (minsym_found): Handle minimal symbols pointing to function
547 descriptors. Use find_function_start_pc.
548 * minsyms.c (msymbol_objfile): New function.
549 * parse.c (write_exp_msymbol): Handle minimal symbols pointing
550 to function descriptors.
551 * symtab.c (fixup_section): Only use minimal symbol at the same
552 address to determine section of a symbol.
553 (find_function_start_pc): New function.
554 (find_function_start_sal): Use it.
555 * symtab.h (msymbol_objfile): Add prototype.
556 (find_function_start_pc): Likewise.
557 * value.c: Include "objfiles.h".
558 (value_fn_field): Handle minimal symbols pointing to function
559 descriptors.
560 * Makefile.in (linespec.o): Update dependencies.
561 (value.o): Likewise.
562
563 2008-05-02 Joel Brobecker <brobecker@adacore.com>
564
565 * ada-lang.c (unwrap_value): Handle the case where the "F" field
566 inside a PAD type is a bitfield.
567
568 2008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
569
570 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
571 TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
572 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
573 Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
574 Allow typedefs when checking for function pointer arguments.
575 Right-align small structs passed on the stack.
576 (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
577 TYPE_CODE_CHAR the same as TYPE_CODE_INT.
578 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
579
580 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
581
582 * Makefile.in (arm-tdep.o): Update.
583 * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
584 (struct arm_per_objfile, arm_compare_mapping_symbols): New.
585 (arm_pc_is_thumb): Use mapping symbols.
586 (arm_objfile_data_cleanup, arm_record_special_symbol): New.
587 (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
588 (_initialize_arm_tdep): Initialize arm_objfile_data_key.
589 * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
590 * gdbarch.sh: Add record_special_symbol.
591 * gdbarch.c, gdbarch.h: Regenerated.
592 * objfiles.c (struct objfile_data): Add cleanup member.
593 (register_objfile_data_with_cleanup): New function, from
594 register_objfile_data.
595 (register_objfile_data): Use it.
596 (objfile_free_data): Call clear_objfile_data.
597 (clear_objfile_data): Call cleanup functions.
598 * objfiles.h (register_objfile_data_with_cleanup): Declare.
599
600 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
601
602 * objfiles.c (init_entry_point_info): Handle shared libraries.
603
604 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
605
606 * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
607 lowest_pc.
608
609 2008-05-02 Jim Blandy <jimb@codesourcery.com>
610 Pedro Alves <pedro@codesourcery.com>
611
612 Implement displaced stepping.
613
614 * gdbarch.sh (max_insn_length): New 'variable'.
615 (displaced_step_copy, displaced_step_fixup)
616 (displaced_step_free_closure, displaced_step_location): New
617 functions.
618 (struct displaced_step_closure): Add forward declaration.
619 * gdbarch.c, gdbarch.h: Regenerated.
620
621 * arch-utils.c: #include "objfiles.h".
622 (simple_displaced_step_copy_insn)
623 (simple_displaced_step_free_closure)
624 (displaced_step_at_entry_point): New functions.
625 * arch-utils.h (simple_displaced_step_copy_insn)
626 (simple_displaced_step_free_closure)
627 (displaced_step_at_entry_point): New prototypes.
628
629 * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
630 (I386_MAX_MATCHED_INSN_LEN): ... this.
631 (i386_absolute_jmp_p, i386_absolute_call_p)
632 (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
633 (i386_displaced_step_fixup): New functions.
634 (struct i386_insn, i386_match_insn): Update.
635 (i386_gdbarch_init): Set gdbarch_max_insn_length.
636 * i386-tdep.h (I386_MAX_INSN_LEN): New.
637 (i386_displaced_step_fixup): New prototype.
638 * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
639 Register gdbarch_displaced_step_copy,
640 gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
641 and gdbarch_displaced_step_location functions.
642
643 * infrun.c (debug_displaced): New variable.
644 (show_debug_displaced): New function.
645 (struct displaced_step_request): New struct.
646 (displaced_step_request_queue, displaced_step_ptid)
647 (displaced_step_gdbarch, displaced_step_closure)
648 (displaced_step_original, displaced_step_copy)
649 (displaced_step_saved_copy, can_use_displaced_stepping): New
650 variables.
651 (show_can_use_displaced_stepping, use_displaced_stepping)
652 (displaced_step_clear, cleanup_displaced_step_closure)
653 (displaced_step_dump_bytes, displaced_step_prepare)
654 (displaced_step_clear_cleanup, write_memory_ptid)
655 (displaced_step_fixup): New functions.
656 (resume): Call displaced_step_prepare.
657 (proceed): Call read_pc once, and remember the value. If using
658 displaced stepping, don't remove breakpoints.
659 (handle_inferior_event): Call displaced_step_fixup. Add some
660 debugging output. When we try to step over a breakpoint, but get
661 a signal to deliver to the thread instead, ensure the step-resume
662 breakpoint is actually inserted. If a thread hop is needed, and
663 displaced stepping is enabled, don't remove breakpoints.
664 (init_wait_for_inferior): Call displaced_step_clear.
665 (_initialize_infrun): Add "set debug displaced" command. Add
666 "maint set can-use-displaced-stepping" command. Clear
667 displaced_step_ptid.
668 * inferior.h (debug_displaced): Declare variable.
669 (displaced_step_dump_bytes): Declare function.
670
671 * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
672 dependencies.
673
674 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
675
676 * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
677 (arm_force_mode_string, arm_show_fallback_mode)
678 (arm_show_force_mode): New.
679 (arm_pc_is_thumb): Honor fallback-mode and force-mode. Use
680 arm_frame_is_thumb.
681 (_initialize_arm_tdep): Add "set arm fallback-mode"
682 and "set arm force-mode".
683 * NEWS: Document new commands.
684
685 2008-05-02 Andrew Stubbs <andrew.stubbs@st.com>
686
687 * main.h (batch_silent): Declare.
688 * event-top.c: Include main.h.
689 (gdb_setup_readline): Remove extern batch_silent declaration.
690 * infrun.c (normal_stop): Don't print source location when running in
691 --batch-silent mode.
692 * Makefile.in (event-top.o): Add main.h dependency.
693
694 2008-05-02 Andreas Schwab <schwab@suse.de>
695
696 * target.h (struct target_ops): Add
697 to_watchpoint_addr_within_range.
698 (target_watchpoint_addr_within_range): New function.
699 * target.c (update_current_target): Inherit
700 to_watchpoint_addr_within_range, defaulting to
701 default_watchpoint_addr_within_range.
702 (default_watchpoint_addr_within_range): New function.
703 (debug_to_watchpoint_addr_within_range): New function.
704 (setup_target_debug): Set to_watchpoint_addr_within_range.
705 * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
706 New function.
707 (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
708 * breakpoint.c (watchpoints_triggered): Use
709 target_watchpoint_addr_within_range.
710
711 2008-05-01 Pedro Alves <pedro@codesourcery.com>
712
713 * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
714 (i[34567]86-*-dicos*, x86_64-*-dicos*):
715 Set gdb_osabi to GDB_OSABI_DICOS.
716
717 * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
718 * osabi.c (gdb_osabi_name): Add "DICOS".
719
720 * i386-dicos-tdep.c: New file.
721
722 * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
723 (ALLDEPFILES): Add i386-dicos-tdep.c.
724 (i386-dicos-tdep.o): New rule.
725
726 2008-05-01 Pedro Alves <pedro@codesourcery.com>
727
728 * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
729 and register the fork's PTID as a thread.
730
731 2008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
732
733 PR gdb/1665
734 * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
735 assign its value to the breakpoint created.
736 (create_breakpoints): Add breakpoint_ops argument and pass it
737 to create_breakpoint call.
738 (break_command_really): Add breakpoint_ops argument and pass/assign
739 appropriately.
740 (break_command_1): Pass NULL as ops argument.
741 (set_breakpoint): Pass NULL as ops argument.
742 (print_one_exception_catchpoint): Print <PENDING> if no loc available.
743 (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
744 catch and throw catchpoints.
745
746 2008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
747
748 PR gdb/2343
749 * corelow.c (core_open): Use gdbarch_target_signal_from_host to
750 translate signal numeric value from the target to GDB's enum
751 target_signal.
752 * gdbarch.c, gdbarch.h: Regenerated.
753 * gdbarch.sh: Added two new functions target_signal_from_host and
754 target_signal_to_host.
755 * target.h (default_target_signal_from_host,
756 default_target_signal_to_host): New functions - declarations.
757 * signals/signals.c (struct gdbarch): New declaration.
758 (default_target_signal_to_host, default_target_signal_from_host): New
759 functions.
760
761 2008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
762
763 * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
764 * arm-tdep.c (arm_frame_is_thumb): New.
765 (arm_pc_is_thumb): Clarify comment.
766 (thumb_analyze_prologue): Remove PC special case.
767 (thumb_scan_prologue): Take a block_addr argument. Use it for
768 find_pc_partial_function. Remove unused variables.
769 (arm_scan_prologue): Use arm_frame_is_thumb. Use the block address
770 for find_pc_partial_function. Remove PC special case.
771 (arm_prologue_prev_register): Add special handling for PC and CPSR.
772 (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
773 (arm_get_next_pc): Use arm_frame_is_thumb.
774 (arm_write_pc): Use CPSR_T instead of 0x20.
775 (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
776 * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
777 (CPSR_T): Define.
778 * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
779 DWARF2_FRAME_REG_FN.
780 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
781 DWARF2_FRAME_REG_FN.
782 (struct dwarf2_frame_state_reg): Add FN to loc union.
783
784 2008-05-01 Nick Roberts <nickrob@snap.net.nz>
785
786 * exec.c (print_section_info): Add missing '\n'.
787
788 2008-05-01 Vladimir Prus <vladimir@codesourcery.com>
789
790 * thread.c (add_thread): Move observer call to ...
791 (add_thread_silent): ... here.
792
793 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
794
795 * rs6000-tdep.c: Update for unwinder changes.
796 * ppcobsd-tdep.c: Likewise.
797
798 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
799
800 * s390-tdep.c: Update for unwinder changes.
801
802 2008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
803
804 * spu-tdep.c: Update for unwinder changes.
805
806 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
807
808 * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
809 ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
810 sparc64-linux-tdep.c: Update for unwinder changes.
811
812 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
813
814 * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
815 for unwinder changes.
816 * mips-tdep.c: Likewise.
817 (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
818 raw one.
819
820 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
821
822 * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
823 unwinder changes.
824
825 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
826
827 Update i386 and amd64 ports for unwinder changes.
828
829 * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
830 (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
831 (amd64_frame_unwind): Use default_frame_sniffer.
832 (amd64_frame_sniffer): Delete.
833 (amd64_sigtramp_frame_cache): Expect this_frame.
834 (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
835 (amd64_sigtramp_frame_sniffer): Update signature.
836 (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
837 (amd64_frame_base_address): Expect this_frame.
838 (amd64_dummy_id): Renamed from amd64_unwind_dummy_id. Expect
839 this_frame.
840 (amd64_init_abi): Use set_gdbarch_dummy_id and
841 frame_unwind_append_unwinder.
842 * i386-tdep.c (i386_frame_cache): Expect this_frame.
843 (i386_frame_this_id, i386_frame_prev_register): Update signature.
844 (i386_frame_unwind): Use default_frame_sniffer.
845 (i386_frame_sniffer): Delete.
846 (i386_sigtramp_frame_cache): Expect this_frame.
847 (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
848 (i386_sigtramp_frame_sniffer): Update signature.
849 (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
850 (i386_frame_base_address): Update signature.
851 (i386_dummy_id): Rename from i386_unwind_dummy_id. Expect this_frame.
852 (i386_push_dummy_call): Update comment.
853 (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
854 Expect this_frame.
855 (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
856 and frame_unwind_append_unwinder.
857 * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
858 amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
859 i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
860 i386nbsd-tdep.c: Update for unwinder changes.
861
862 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
863
864 * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
865 (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
866 this_frame.
867 (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
868 * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
869 (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
870 signature.
871 * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
872 this_frame.
873 (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
874 Update signature.
875 * tramp-frame.h (struct tramp_frame): Update signature of init.
876 * Makefile.in (trad-frame.o): Update.
877
878 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
879
880 * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
881 (execute_stack_op): Put this_frame in the baton.
882 (execute_cfa_program): Take this_frame.
883 (struct dwarf2_frame_ops): Update comment for signal_frame_p.
884 (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
885 (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
886 (dwarf2_frame_this_id): Adjust to work on this_frame.
887 (dwarf2_signal_frame_this_id): Delete.
888 (dwarf2_frame_prev_register): Update signature. Use new frame
889 unwind methods.
890 (dwarf2_frame_sniffer): Update signature. Expect this_frame.
891 (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
892 dwarf2_frame_sniffer.
893 (dwarf2_append_unwinders): New.
894 (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
895 this_frame.
896 * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
897 (sparc32_dwarf2_frame_init_reg): Expect this_frame.
898 * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
899 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
900 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
901 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
902 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
903 * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
904 (dwarf2_append_unwinders): Declare.
905 (dwarf2_frame_base_sniffer): Update declaration.
906 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
907 this_frame.
908
909 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
910
911 Convert frame unwinders to use the current frame and
912 "struct value".
913
914 * frame.c (frame_debug): Make global.
915 (get_frame_id): Pass this frame to unwinder routines.
916 (frame_pc_unwind): Remove unused unwind->prev_pc support.
917 (do_frame_register_read): Do not discard the return value of
918 frame_register_read.
919 (frame_register_unwind): Remove debug messages. Use
920 frame_unwind_register_value.
921 (frame_unwind_register_value, get_frame_register_value): New
922 functions.
923 (create_new_frame, get_frame_base_address, get_frame_locals_address)
924 (get_frame_args_address, get_frame_type): Pass this frame to
925 unwinder routines.
926 (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
927 functions.
928 * frame.h: Update comments.
929 (frame_debug, frame_unwind_register_value, get_frame_register_value)
930 (frame_prepare_for_sniffer): Declare.
931 * frame-unwind.h: Update comments and parameter names.
932 (default_frame_sniffer): Declare.
933 (frame_prev_register_ftype): Return a struct value *.
934 (struct frame_unwind): Remove prev_pc member.
935 (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
936 (frame_unwind_append_unwinder, frame_unwind_got_optimized)
937 (frame_unwind_got_register, frame_unwind_got_memory)
938 (frame_unwind_got_constant, frame_unwind_got_address): Declare.
939 * frame-base.h: Update comments and parameter names.
940 * valops.c (value_fetch_lazy): Use get_frame_register_value. Iterate
941 if necessary. Add debugging output.
942 * sentinel-frame.c (sentinel_frame_prev_register)
943 (sentinel_frame_this_id): Update for new signature.
944 (sentinel_frame_prev_pc): Delete.
945 (sentinel_frame_unwinder): Remove prev_pc.
946 * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
947 prev_pc.
948 * libunwind-frame.c (libunwind_frame_unwind): Likewise.
949 * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
950 (frame_unwind_append_sniffer): Delete.
951 (frame_unwind_append_unwinder): New function.
952 (frame_unwind_find_by_frame): Take this frame. Only use sniffers
953 from unwinders. Use frame_prepare_for_sniffer.
954 (default_frame_sniffer, frame_unwind_got_optimized)
955 (frame_unwind_got_register, frame_unwind_got_memory)
956 (frame_unwind_got_constant, frame_unwind_got_address): New functions.
957 * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
958 (dummy_frame_prev_register, dummy_frame_this_id): Update for new
959 signature.
960 * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
961 * gdbarch.c, gdbarch.c: Regenerated.
962 * frame-base.c (default_frame_base_address)
963 (default_frame_locals_address, default_frame_args_address): Update
964 for new signature.
965 (frame_base_find_by_frame): Pass this frame to unwinder routines.
966 * infcall.c (call_function_by_hand): Update comments.
967 * Makefile.in (frame-unwind.o): Update dependencies.
968
969 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
970
971 * ada-lang.c (ada_value_primitive_packed_val): Only check
972 value_lazy for memory lvals.
973 * findvar.c (value_of_register_lazy): New function.
974 (locate_var_value): Only check value_lazy for memory lvals.
975 * valarith.c (value_subscripted_rvalue): Likewise.
976 * valops.c (value_fetch_lazy): Handle both memory and register
977 lvals.
978 (search_struct_field, value_slice): Only check value_lazy for memory
979 lvals.
980 * value.c (struct value): Update comment for lazy.
981 (value_primitive_field): Only check value_lazy for memory lvals.
982 * value.h (value_lazy): Update comment.
983 (value_of_register_lazy): Declare.
984
985 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
986
987 * corefile.c (reopen_exec_file): Close any open files.
988
989 2008-04-29 Joel Brobecker <brobecker@adacore.com>
990
991 * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
992 show_memory_breakpoints to 1 while reading the instruction bundle.
993
994 2008-04-29 Joel Brobecker <brobecker@adacore.com>
995
996 * gdbarch.sh: Document the return_value method. Explain that
997 the FUNCTYPE parameter might be NULL.
998 * gdbarch.h: Regenerated.
999 * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
1000 type when calling using_struct_return, as this is unnecessary
1001 on this target.
1002
1003 2008-04-28 Joel Brobecker <brobecker@adacore.com>
1004
1005 * terminal.h (create_tty_session): Fix return type.
1006
1007 2008-04-26 Vladimir Prus <vladimir@codesourcery.com>
1008
1009 * mi/mi-interp.c (mi_new_thread): Quote the thread id.
1010
1011 2008-04-26 Joel Brobecker <brobecker@adacore.com>
1012
1013 * breakpoint.c (condition_command, commands_from_control_command)
1014 (break_command_really): Minor reformatting.
1015
1016 2008-04-25 Pedro Alves <pedro@codesourcery.com>
1017
1018 * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
1019
1020 2008-04-25 Pedro Alves <pedro@codesourcery.com>
1021
1022 * amd64-tdep.c (amd64_get_longjmp_target): New.
1023 (amd64_init_abi): Register amd64_get_longjmp_target as
1024 gdbarch_get_longjmp_target callback.
1025 * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
1026
1027 2008-04-25 Pedro Alves <pedro@codesourcery.com>
1028
1029 * breakpoint.h (enum bpstat_what_main_action): Delete
1030 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
1031
1032 * breakpoint.c (clrs): Delete.
1033 (bpstat_what): Update table.
1034
1035 * infrun.c (handle_inferior_event): Remove
1036 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
1037
1038 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1039
1040 * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
1041 Adjust all prototypes using mi_cmd_args_ftype to use
1042 mi_cmd_argv_ftype.
1043 (struct mi_cmd): Remove the args_func field.
1044 * mi/mi-cmds.c: Don't provide value for the args_func field.
1045 * mi/mi-main.c (mi_execute_async_cli_command)
1046 (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
1047 (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
1048 (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
1049 (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
1050 (mi_cmd_target_download): Adjust.
1051 (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
1052 (mi_cmd_execute): Do not check for args_func.
1053 (mi_execute_async_cli_command): Adjust.
1054 * mi/mi-parse.c: Don't check for args_func.
1055
1056 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1057
1058 * breakpoint.c (bpstat_check_location)
1059 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
1060 New, extracted from bpstat_stop_status.
1061 (bpstat_stop_status): Use the above.
1062
1063 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1064
1065 * mi/mi-main.c (last_async_command): Rename to current_token.
1066 (previous_async_command): Remove.
1067 (mi_cmd_gdb_exit): Adjust.
1068 (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
1069 (mi_cmd_target_select): Adjust.
1070 (mi_cmd_execute): Don't set previous_async_command. Free token
1071 here even in async mode.
1072 (mi_execute_async_cli_command): Adjust.
1073 (mi_exec_async_cli_cmd_continuation): Adjust. Do not free the
1074 token.
1075 (mi_load_progress): Adjust.
1076
1077 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1078
1079 * infcmd.c (step_1_continuation): Always disable longjmp
1080 breakpoint if we're not going to do another step.
1081
1082 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1083
1084 exec_cleanup murder.
1085 * breakpoint.c (until_break_command_continuation): Add
1086 the 'error' parameter. Directly delete the breakoint as
1087 opposed to running cleanups.
1088 (until_break_command): Install continuation only
1089 after starting the target. Don't use exec cleanups,
1090 use ordinary cleanups. Discard cleanups is successfully
1091 started the target in async mode.
1092 (make_cleanup_delete_breakpoint): Remove.
1093 * breakpoint.h (make_cleanup_delete_breakpoint): Remove
1094 declaration.
1095 * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
1096 declarations.
1097 (struct continations): Add the 'error' parameter to the
1098 continuation_hook field.
1099 (add_continuation, do_all_continuations)
1100 (add_intermediate_continuation)
1101 (do_all_intermediate_continuations): Add the 'error' parameter.
1102 * exceptions.c (throw_exception): Don't call do_exec_cleanups.
1103 * inf-loop.c (inferior_event_handler): Instead of calling
1104 discard_all_continuations, use do_all_continuations with 1 as
1105 'error' parameter. Pass 0 as 'error' parameter in existing uses
1106 of discard_all_continuations.
1107 * infcmd.c (step_1): Do not use exec cleanup. For async case, discard
1108 cleanups.
1109 (step_once): Install continuation only after resuming the target.
1110 (step_1_continuation): Disable longjmp breakpoint on error.
1111 (finish_command_continuation): Add the error parameter. Delete
1112 the finish breakpoint directly, do not use cleanups.
1113 (finish_command): Do not use exec_cleanups. Always setup
1114 continuation. For sync case, immediately run them.
1115 (attach_command_continuation): Add the error parameter.
1116 * infrun.c (fetch_inferior_event): Do not use exec cleanups to
1117 remove step_resume_breakpoint -- adjust delete it directly.
1118 * interps.c (interp_set): Adjust call to do_all_continations.
1119 * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
1120 do exec cleanups.
1121 * mi/mi-main.c (mi_cmd_target_select): Do not do exec
1122 cleanups.
1123 (mi_cmd_execute): Do not use exec_cleanup.
1124 (mi_execute_async_cli_command): Simplify the string concatenation
1125 logic. Do no use exec cleanup.
1126 (mi_exec_async_cli_cmd_continuation): New parameter error.
1127 Free last_async_command.
1128 * top.c (command_line_handler_continuation): New parameter error.
1129 * utils.c (exec_cleanup_chain, make_exec_cleanup)
1130 (do_exec_cleanups): Remove.
1131 (add_continuation, do_all_continations)
1132 (add_intermediate_continuation)
1133 (do_all_intermediate_continuations): New parameter error.
1134
1135 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1136
1137 * breakpoint.h (bp_location_p): New typedef.
1138 Register a vector of bp_location_p.
1139 * breakpoint.c (always_inserted_mode)
1140 (show_always_inserted_mode): New.
1141 (unlink_locations_from_global_list): Remove.
1142 (update_global_location_list)
1143 (update_global_location_list_nothrow): New.
1144 (update_watchpoint): Don't free locations.
1145 (should_insert_location): New.
1146 (insert_bp_location): Use should_insert_location.
1147 (insert_breakpoint_locations): Copied from
1148 insert_breakpoints.
1149 (insert_breakpoint): Use insert_breakpoint_locations.
1150 (bpstat_stop_status): Call update_global_location_list
1151 when disabling breakpoint.
1152 (allocate_bp_location): Don't add to bp_location_chain.
1153 (set_raw_breakpoint)
1154 (create_longjmp_breakpoint, enable_longjmp_breakpoint)
1155 (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
1156 (enable_overlay_breakpoints, disable_overlay_breakpoints)
1157 (set_longjmp_resume_breakpoint)
1158 (enable_watchpoints_after_interactive_call_stop)
1159 (disable_watchpoints_before_interactive_call_start)
1160 (create_internal_breakpoint)
1161 (create_fork_vfork_event_catchpoint)
1162 (create_exec_event_catchpoint, set_momentary_breakpoint)
1163 (create_breakpoints, break_command_1, watch_command_1)
1164 (create_exception_catchpoint)
1165 (handle_gnu_v3_exceptions)
1166 (disable_breakpoint, breakpoint_re_set_one)
1167 (create_thread_event_breakpoint, create_solib_event_breakpoint)
1168 (create_ada_exception_breakpoint): : Don't call check_duplicates.
1169 Call update_global_location_list.
1170 (delete_breakpoint): Don't remove locations and don't
1171 try to reinsert them. Call update_global_location_list.
1172 (update_breakpoint_locations): Likewise.
1173 (restore_always_inserted_mode): New.
1174 (update_breakpoints_after_exec): Temporary disable
1175 always inserted mode.
1176 * Makefile.in: Update dependencies.
1177
1178 * infrun.c (proceed): Remove breakpoints while stepping
1179 over breakpoint.
1180 (handle_inferior_event): Don't remove or insert
1181 breakpoints.
1182 * linux-fork.c (checkpoint_command): Remove breakpoints
1183 before fork and insert after.
1184 (linux_fork_context): Remove breakpoints before switch
1185 and insert after.
1186 * target.c (target_disconnect, target_detach): Remove
1187 breakpoints from target.
1188
1189
1190 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1191
1192 * breakpoint.c (print_one_breakpoint_location): In MI
1193 mode, report the location string the breakpoint was
1194 originally created with.
1195
1196 2008-04-23 Maxim Grigoriev <maxim2405@gmail.com>
1197
1198 * Makefile.in (xtensa-tdep.o): Update dependencies.
1199 * configure.tgt (xtensa*): Update dependencies.
1200 * xtensa-tdep.c (arreg_number): Renamed from areg_number.
1201 Local variable areg renamed to arreg.
1202 (areg_number): New function.
1203 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
1204 (xtensa_extract_return_value, xtensa_store_return_value): areg_number
1205 replaced by arreg_number.
1206 (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
1207 (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
1208 (xtensa_scan_prologue): New function.
1209 (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
1210 when ENTRY instraction hasn't been executed yet. Get the frame pointer
1211 value based on prologue analysis. Fix the bugs preventing WS and
1212 AR4-AR7/A11 registers from getting right values for intermediate frames,
1213 whose registers have been already spilled.
1214 (xtensa_frame_prev_register): Fix WS register value. Use are_number
1215 and arreg_number appropriately.
1216 (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1217 svr4_ilp32_fetch_link_map_offsets.
1218
1219 2008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
1220
1221 * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
1222 (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
1223
1224 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
1225
1226 * acinclude.m4: Add override.m4.
1227 * configure: Regenerate.
1228
1229 2008-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 * ada-lang.c (get_selections): Variable PROMPT made non-const and
1232 initialized with a trailing space now. Use PROMPT_ARG of
1233 COMMAND_LINE_INPUT instead of printing it ourselves.
1234
1235 2008-04-22 Joel Brobecker <brobecker@adacore.com>
1236
1237 * NEWS: Document support for 64-bit core file.
1238
1239 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
1240
1241 * NEWS: Add information on calling convention and new SH CLI options.
1242
1243 * sh-tdep.c (sh_cc_gcc): New static string.
1244 (sh_cc_renesas): Ditto.
1245 (sh_cc_enum): New static string array.
1246 (sh_active_calling_convention): New static string pointer denoting
1247 active user chosen ABI.
1248 (sh_is_renesas_calling_convention): New function to return function
1249 specific ABI, or user choice if necessary.
1250 (sh_use_struct_convention): Rename first argument and turn around its
1251 meaning. Check for renesas ABI and return accordingly.
1252 (sh_use_struct_convention_nofpu): New function.
1253 (sh_next_flt_argreg): Get function type as third parameter. Check
1254 for renesas ABI and choose floating registers accordingly.
1255 (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
1256 struct return slot accordingly.
1257 (sh_push_dummy_call_nofpu): Ditto.
1258 (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
1259 Evaluate ABI and give to sh_use_struct_convention_nofpu.
1260 (sh_return_value_fpu): Evaluate ABI and give to
1261 sh_use_struct_convention.
1262 (show_sh_command): New function.
1263 (set_sh_command): Ditto.
1264 (_initialize_sh_tdep): Initialize `set/show sh calling-convention
1265 CLI command.
1266
1267 * gdbarch.sh (return_value): Add func_type argument.
1268 * gdbarch.c: Regenerate.
1269 * gdbarch.h: Ditto.
1270 * eval.c (evaluate_subexp_standard): Rename local variable value_type to
1271 val_type so as not to collide with value_type function. Call
1272 using_struct_return with additional function type argument.
1273 * infcall.c (call_function_by_hand): Call using_struct_return and
1274 gdbarch_return_value with additional function type argument.
1275 * infcmd.c (print_return_value): Take addition func_type argument.
1276 Call gdbarch_return_value with additional function type argument.
1277 (finish_command_continuation): Call print_return_value with additional
1278 function type argument.
1279 (finish_command): Ditto.
1280 * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
1281 additional function type argument.
1282 * stack.c (return_command): Call using_struct_return and
1283 gdbarch_return_value with additional function type argument.
1284 * value.c (using_struct_return): Take additional function type argument.
1285 * value.h (using_struct_return): Accommodate declaration.
1286 * alpha-tdep.c (alpha_return_value): Add func_type argument.
1287 * amd64-tdep.c (amd64_return_value): Ditto.
1288 * arm-tdep.c (arm_return_value): Ditto.
1289 * avr-tdep.c (avr_return_value): Ditto.
1290 * cris-tdep.c (cris_return_value): Ditto.
1291 * frv-tdep.c (frv_return_value): Ditto.
1292 * h8300-tdep.c (h8300_return_value): Ditto.
1293 (h8300h_return_value): Ditto.
1294 * hppa-tdep.c (hppa32_return_value): Ditto.
1295 (hppa64_return_value): Ditto.
1296 * i386-tdep.c (i386_return_value): Ditto.
1297 * ia64-tdep.c (ia64_return_value): Ditto.
1298 * iq2000-tdep.c (iq2000_return_value): Ditto.
1299 * m32c-tdep.c (m32c_return_value): Ditto.
1300 * m32r-tdep.c (m32r_return_value): Ditto.
1301 * m68hc11-tdep.c (m68hc11_return_value): Ditto.
1302 * m68k-tdep.c (m68k_return_value): Ditto.
1303 (m68k_svr4_return_value): Ditto.
1304 * m88k-tdep.c (m88k_return_value): Ditto.
1305 * mep-tdep.c (mep_return_value): Ditto.
1306 * mips-tdep.c (mips_eabi_return_value): Ditto.
1307 (mips_n32n64_return_value): Ditto.
1308 (mips_o32_return_value): Ditto.
1309 (mips_o64_return_value): Ditto.
1310 * mn10300-tdep.c (mn10300_return_value): Ditto.
1311 * mt-tdep.c (mt_return_value): Ditto.
1312 * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
1313 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
1314 (ppc_sysv_abi_broken_return_value): Ditto.
1315 (ppc64_sysv_abi_return_value): Ditto.
1316 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
1317 (ppc_sysv_abi_broken_return_value): Ditto.
1318 (ppc64_sysv_abi_return_value): Ditto.
1319 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
1320 * rs6000-tdep.c (rs6000_return_value): Ditto.
1321 * s390-tdep.c (s390_return_value): Ditto.
1322 * score-tdep.c (score_return_value): Ditto.
1323 * sh-tdep.c (sh_return_value_nofpu): Ditto.
1324 (sh_return_value_fpu): Ditto.
1325 * sh64-tdep.c (sh64_return_value): Ditto.
1326 * sparc-tdep.c (sparc32_return_value): Ditto.
1327 * sparc64-tdep.c (sparc64_return_value): Ditto.
1328 * spu-tdep.c (spu_return_value): Ditto.
1329 * v850-tdep.c (v850_return_value): Ditto.
1330 * vax-tdep.c (vax_return_value): Ditto.
1331 * xstormy16-tdep.c (xstormy16_return_value): Ditto.
1332 * xtensa-tdep.c (xtensa_return_value): Ditto.
1333
1334 * gdbtypes.h (struct type): Add calling_convention member.
1335 * dwarf2read.c (read_subroutine_type): Add calling convention read
1336 from DW_AT_calling_convention attribute to function type.
1337
1338 2008-04-22 Markus Deuling <deuling@de.ibm.com>
1339
1340 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
1341 multi_f77_subscript to support values from registers.
1342 * valarith.c (value_subscripted_rvalue): Remove prototype and static.
1343 * value.h (value_subscripted_rvalue): Add prototype.
1344
1345 * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
1346 Fix output.
1347 * f-valprint.c (f_val_print): Likewise.
1348
1349 2008-04-21 Craig Silverstein <csilvers@google.com>
1350
1351 * dwarf2read.c (zlib_decompress_section): Define abfd in the
1352 !HAVE_ZLIB_H case.
1353
1354 2008-04-21 Pedro Alves <pedro@codesourcery.com>
1355
1356 * symfile.c (syms_from_objfile): Don't warn if lowest loadable
1357 section is not a code section.
1358
1359 2008-04-19 Craig Silverstein <csilvers@google.com>
1360
1361 * NEWS: Add information on compressed debug sections.
1362
1363 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
1364
1365 * mi/mi-cmd-var.c (varobj_update_one): Print new
1366 value for variable objects that changed type.
1367
1368 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
1369
1370 * varobj.c (varobj_invalidate): Don't touch floating
1371 varobjs.
1372
1373 2008-04-19 Mark Kettenis <kettenis@gnu.org>
1374
1375 * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
1376 (multiple_symbols_cancel): Remove extra const.
1377 * symtab.h: Likewise.
1378
1379 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
1380
1381 * interps.c (top_level_interpreter): Rename static variable...
1382 (top_level_interpreter_ptr): ...to this.
1383 (top_level_interpreter): New function.
1384
1385 * interps.h: New extern for top_level_interpreter.
1386
1387 * linespec.c: Include interps.h and mi/mi-cmds.h.
1388 (decode_line_2): When using MI, always set all breakpoints in menu.
1389
1390 * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
1391
1392 2008-04-18 Craig Silverstein <csilvers@google.com>
1393
1394 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
1395 * config.in, configure: Regenerate.
1396 * dwarf2read.c: Include zlib.h if present.
1397 Modified *_SECTION macros.
1398 (section_is_p): New.
1399 (dwarf2_locate_sections): Use section_is_p instead of strcmp
1400 (dwarf2_resize_section): New.
1401 to determine whether a given section has a given name.
1402 (zlib_decompress_section): New.
1403 (dwarf2_read_section): Read the compressed section if present
1404 in the binary.
1405 * MAINTAINERS: Added myself to section Write After Approval.
1406
1407 2008-04-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1408
1409 * defs.h (exec_set_section_offsets): Remove prototype.
1410 * exec.c (exec_set_section_offsets): Remove function.
1411
1412 2008-04-18 Joel Brobecker <brobecker@adacore.com>
1413
1414 * stabsread.c (cleanup_undefined_types_1): Add instance flags check
1415 in the search for the matching symbol.
1416
1417 2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
1418
1419 * breakpoint.c (update_watchpoint): Always reparse
1420 condition.
1421
1422 2008-04-17 Joel Brobecker <brobecker@adacore.com>
1423
1424 * breakpoint.c (print_one_breakpoint_location): Make sure to print
1425 the breakpoint address only once.
1426
1427 2008-04-17 Dennis Roberts <dennis.roberts@sunquestinfo.com>
1428
1429 * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
1430 rather than a hard-coded architecture, for xcoff executables.
1431
1432 2008-04-17 Doug Evans <dje@google.com>
1433
1434 * buildsym.c (watch_main_source_file_lossage): New fn.
1435 (end_symtab): Call it.
1436
1437 * source.c (find_and_open_source): Add some comments clarifying
1438 handling of FULLNAME argument. Make static. Remove pointless
1439 xstrdup/xfree.
1440
1441 2008-04-17 Pedro Alves <pedro@codesourcery.com>
1442
1443 * inf-loop.c (inferior_event_handler): Also run the intermediate
1444 continuations in the INF_EXEC_COMPLETE case.
1445
1446 2008-04-16 Tom Tromey <tromey@redhat.com>
1447
1448 * cli/cli-decode.h (CMD_ASYNC_OK): New define.
1449 (set_cmd_async_ok, get_cmd_async_ok): Declare.
1450 * cli/cli-decode.c (set_cmd_async_ok): New function.
1451 (get_cmd_async_ok): New function.
1452 * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
1453 "show" as async-ok.
1454 * top.c (execute_command): Use get_cmd_async_ok.
1455 * infcmd.c: Include cli/cli-decode.h.
1456 (_initialize_infcmd): Mark "interrupt" as async-ok.
1457 * Makefile.in (infcmd.o): Depend on cli_decode_h.
1458
1459 2008-04-16 Daniel Jacobowitz <dan@codesourcery.com>
1460
1461 PR gdb/2445
1462 * exec.c: Correct "arch-utils.h" include.
1463
1464 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
1465
1466 PR gdb/2424
1467 * infrun.c (normal_stop) Move breakpoint_auto_delete further down
1468 to allow printing to 'see' real reason of stop. This fixes PR 2424.
1469 * breakpoint.c (bpdisp_texst): New function. The function takes over
1470 the role of bpstats static array in print_one_breakpoint_location.
1471 (print_it_typical): Print "Temporary breakpoint" instead
1472 of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
1473 protocols, print disp field.
1474 (print_one_breakpoint_location): Removed bpdisps static definition.
1475 Call new bpstat_text function to get value for 'disp' field.
1476 (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
1477
1478 2008-04-15 Daniel Jacobowitz <dan@codesourcery.com>
1479
1480 * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
1481 gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
1482 by rerunning gnulib-tool with --aux-dir=gnulib/extra.
1483 * gnulib/Makefile.in: Regenerate.
1484
1485 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * Makefile.in (GNULIB_H): New. Trigger all-lib.
1488 (defs_h): Use $(GNULIB_H).
1489 (all-lib): Depend on gnulib/Makefile.
1490 (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
1491 * config.in, gnulib/Makefile.in: Regenerated.
1492
1493 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1494
1495 * Makefile.in (LIBGNU, INCGNU): Define.
1496 (INTERNAL_CFLAGS_BASE): Add INCGNU.
1497 (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
1498 (CLEANDIRS): New.
1499 ($(LIBGNU), all-lib): New rules.
1500 (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
1501 * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
1502 Simplify AC_CONFIG_AUX_DIR. Generate gnulib/Makefile.
1503 * gnulib: New directory, from gnulib-tool.
1504 * configure, aclocal.m4: Regenerated.
1505
1506 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1507
1508 * linux-thread-db.c (have_threads_callback): Check thread->private.
1509
1510 2008-04-13 Nick Roberts <nickrob@snap.net.nz>
1511 Vladimir Prus <vladimir@codesourcery.com>
1512
1513 Fix @-varobjs.
1514 * varobj.c (value_of_root): Update the expression for
1515 floating varobjs.
1516 * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
1517 report that.
1518
1519 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1520
1521 * mi/mi-cmd-var.c: Include "mi-getopt.h".
1522 (mi_parse_format): New. Factored out from mi_cmd_var_set_format.
1523 (mi_cmd_var_set_format): Use new mi_parse_format.
1524 (mi_cmd_var_evaluate_expression): Support for -f option to specify
1525 format.
1526 * Makefile.in (mi-cmd-var.o): Update dependencies.
1527
1528 * varobj.h (varobj_get_formatted_value): Declare.
1529 * varobj.c (my_value_of_variable): Added format parameter.
1530 (cplus_value_of_variable): Likewise.
1531 (java_value_of_variable): Likewise.
1532 (c_value_of_variable): Likewise. Evaluate expression based
1533 on format parameter.
1534 (struct language_specific): Add format parameter to function member
1535 *value_of_variable.
1536 (varobj_get_formatted_value): New.
1537 (varobj_get_value): Added format parameter to method call.
1538
1539 2008-04-08 Joel Brobecker <brobecker@adacore.com>
1540
1541 * stabsread.c (cleanup_undefined_types_noname): Manually set the
1542 instance flags of the undefined type before calling replace_type.
1543
1544 2008-04-08 Vladimir Prus <vladimir@codesourcery.com>
1545
1546 * target.h (enum strata): Remove the download_stratum.
1547
1548 2008-04-07 Doug Evans <dje@google.com>
1549
1550 * buildsym.h (last_source_file): Add dwarf info to comment.
1551 (last_source_start_addr): Ditto.
1552
1553 2008-04-07 Pedro Alves <pedro@codesourcery.com>
1554
1555 * alphanbsd-tdep.c: Include "target.h".
1556 * mn10300-tdep.c: Include "target.h".
1557 * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
1558
1559 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
1560
1561 Fix breakpoint condition that use member variables.
1562 * valops.c (check_field): Remove.
1563 (check_field_in): Rename to check_field.
1564 (value_of_this): Use la_name_of_this.
1565 * value.h (check_field): Adjust prototype.
1566
1567 * language.h (la_value_of_this): Rename to la_name_of_this.
1568 * language.c (unknown_language_defn): Specify "this" for
1569 name_of_this.
1570 (auto_language_defn): Likewise.
1571 (local_language_defn): Likewise.
1572 * ada-lang.c (ada_language_defn): Adjust comment.
1573 * c-lang.c (c_language_defn): Adjust comment.
1574 (cplus_language_defn): Specify "this" for name_of_this.
1575 (asm_language_defn): Adjust comment.
1576 (minimal_language_defn): Adjust comment.
1577 * f-lang.c (f_language_defn): Specify NULL for name_of_this.
1578 * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
1579 * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
1580 * objc-lang.c (objc_language_defn): Specify "self" for
1581 name_of_this.
1582 * p-lang.c (pascal_language_defn): Specify "this" for
1583 name_of_this.
1584 * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
1585
1586 * symtab.c (lookup_symbol_aux): Lookup "this" in the
1587 proper scope, and check for field in type of "this", without
1588 trying to create a value.
1589
1590 2008-04-04 Pedro Alves <pedro@codesourcery.com>
1591
1592 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
1593 (mi_error_message): Delete declaration.
1594 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
1595 returning MI_CMD_ERROR.
1596 * mi/mi-main.c (mi_error_message): Delete.
1597 (mi_cmd_exec_interrupt):
1598 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
1599 (mi_cmd_thread_info): Call error instead of returning
1600 MI_CMD_ERROR.
1601 (mi_cmd_data_list_register_values): Call error instead of
1602 returning MI_CMD_ERROR. Adapt to new get_register interface.
1603 (get_register): Change return typo to void. Call error instead of
1604 returning MI_CMD_ERROR.
1605 (mi_cmd_data_write_register_values): Call error instead of
1606 returning MI_CMD_ERROR.
1607 (mi_cmd_list_features): Return MI_CMD_DONE.
1608 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
1609 (mi_execute_command): Always print exceptions with -error.
1610
1611 2008-04-04 Joel Brobecker <brobecker@adacore.com>
1612
1613 * NEWS: Mention new commands set/show multiple-symbols.
1614
1615 2008-04-03 Joel Brobecker <brobecker@adacore.com>
1616
1617 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
1618 (multiple_symbols_cancel): New constants.
1619 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
1620 (multiple_symbols_select_mode): New function.
1621 (_initialize_symtab): Add new set/show multiple-symbols commands.
1622 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
1623 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
1624 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
1625 setting.
1626 * linespec.c (decode_line_2): Likewise.
1627
1628 2008-04-03 Doug Evans <dje@sebabeach.org>
1629
1630 * symtab.h (enum free_code): Delete free_contents, unused.
1631 * symmisc.c (free_symtab_block): Delete.
1632 (free_symtab, case free_code): Delete.
1633
1634 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
1635
1636 * valops.c (value_cast_structs): New function. Cast related
1637 STRUCT types up/down and return cast value. The body of this
1638 function comes mostly from value_cast_pointers.
1639 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
1640 to value_cast_structs. Now value_cast_pointers needs only create
1641 appropriate reference after using value_cast_structs for actual
1642 casting.
1643 (value_cast): Handle references.
1644
1645 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
1646
1647 * MAINTAINERS: Added myself to section Write After Approval.
1648
1649 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1650
1651 * ia64-tdep.c (examine_prologue): Correct array access.
1652
1653 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
1654
1655 * cp-support.c (first_component_command): Return if no arguments.
1656
1657 2008-03-28 Carlos O'Donell <carlos@codesourcery.com>
1658
1659 * ser-mingw.c (ser_windows_open): Open requested name.
1660
1661 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
1662
1663 * MAINTAINERS: Added myself.
1664
1665 2008-03-28 Pedro Alves <pedro@codesourcery.com>
1666
1667 * target.c (find_default_run_target): Allow a NULL `do_mesg'
1668 parameter. If it is NULL, don't call error.
1669 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
1670 `do_mesg' parameter to find_default_run_target. If no target was
1671 found, return 0.
1672
1673 2008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
1674
1675 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
1676 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
1677 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
1678 Delete.
1679 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
1680
1681 2008-03-27 Joel Brobecker <brobecker@adacore.com>
1682
1683 GDB 6.8 released.
1684
1685 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1686
1687 * features/Makefile (%.dat): Set xmltarget to the base filename
1688 of the XML source, without subdirectory.
1689 * regformats/rs6000/powerpc-32.dat: Regenerate.
1690 * regformats/rs6000/powerpc-64.dat: Regenerate.
1691 * regformats/rs6000/powerpc-e500.dat: Regenerate.
1692
1693 2008-03-27 Markus Deuling <deuling@de.ibm.com>
1694
1695 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
1696 objfile arch.
1697
1698 2008-03-27 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * mi/mi-main.c (enum captured_mi_execute_command_actions):
1701 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
1702
1703 2008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
1704
1705 * objfiles.h (struct objfile): New GDBARCH member.
1706 (get_objfile_arch): Add prototype.
1707 * objfiles.c: Include "arch-utils.h".
1708 (allocate_objfile): Look up gdbarch associated with bfd.
1709 (get_objfile_arch): New function.
1710 * Makefile (objfiles.o): Update dependencies.
1711
1712 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
1713 by objfile arch.
1714 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
1715 by frame arch.
1716 (locexpr_describe_location): Replace current_gdbarch by
1717 objfile arch.
1718 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
1719 (dwarf2_add_field): Likewise.
1720 (read_tag_pointer_type): Likewise.
1721 (read_base_type): Likewise.
1722 (new_symbol): Likewise.
1723
1724 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
1725 (decode_base_type, decode_function_type): Likewise.
1726 (coff_read_struct_type, coff_read_enum_type): Likewise.
1727 (coff_symtab_read): Replace current_gdbarch by objfile arch.
1728 (decode_base_type): Likewise.
1729 (coff_read_enum_type): Likewise.
1730 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
1731 (coff_read_enum_type): Likewise.
1732
1733 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
1734 (end_psymtab): Likewise.
1735 (process_one_symbol): Likewise.
1736
1737 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
1738 (parse_procedure): Likewise.
1739 (parse_partial_symbols): Likewise.
1740
1741 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
1742
1743 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
1744 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
1745 built-in types.
1746 (read_range_type): Replace current_gdbarch by objfile arch. Replace
1747 static range_index_type by built-in type.
1748 (read_one_struct_field): Replace current_gdbarch by objfile arch.
1749 (read_enum_type): Likewise.
1750
1751 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
1752 objfile arch.
1753
1754 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
1755
1756 * varobj.h (varobj_floating_p): Declare.
1757 * varobj.c (varobj_floating_p): New.
1758 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
1759 '@' as the name, update all floating varobjs.
1760
1761 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
1762
1763 * varobj.c (struct varobj_root): Rename use_selected_frame to
1764 floating, and clarify the meaning.
1765 (varobj_create, varobj_update, new_root_variable): Adjust.
1766 (value_of_root): Don't use type_changed as in variable,
1767 adjust comment.
1768 (c_value_of_root): Adjust.
1769
1770 2008-03-25 Pedro Alves <pedro@codesourcery.com>
1771
1772 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
1773 gdb's thread list.
1774 (linux_nat_wait): Add main lwp to gdb's thread list.
1775 * linux-thread-db.c (find_new_threads_callback): Also attach to
1776 already listed threads which thread_db didn't know about yet.
1777
1778 2008-03-25 Pedro Alves <pedro@codesourcery.com>
1779
1780 * linux-nat.c (drain_queued_events): Fix comment typo.
1781 (linux_nat_attach): In async mode, don't rely on storing a pending
1782 status. Instead place the wait status on the pipe.
1783 (linux_nat_resume): Remove unreacheable shortcut code in async
1784 mode.
1785 (stop_wait_callback): In async mode, don't store pending status.
1786 Instead, cancel breakpoints or resend the signal appropriatelly.
1787 (cancel_breakpoint): New, refactored from
1788 cancel_breakpoints_callback.
1789 (cancel_breakpoints_callback): Call cancel_breakpoint.
1790 (pipe_to_local_event_queue): Remove special token processing.
1791 (linux_nat_wait): Issue an internal error if a pending status is
1792 found in async mode.
1793
1794 2008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1795
1796 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
1797
1798 2008-03-24 Nick Roberts <nickrob@snap.net.nz>
1799 Vladimir Prus <vladimir@codesourcery.com>
1800
1801 * varobj.c (struct varobj_root): New component thread_id.
1802 (varobj_get_thread_id, check_scope): New functions.
1803 (c_value_of_root): Use check_scope. Switch to the
1804 proper thread if necessary.
1805
1806 * varobj.h (varobj_get_thread_id): New extern.
1807
1808 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
1809
1810 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
1811
1812 PR gdb/544
1813 * top.c: Revert 2008-03-21 changes.
1814
1815 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
1816
1817 * thread.c (make_cleanup_restore_current_thread): Make it
1818 globally visible.
1819 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
1820 * varobj.c (varobj_update): Don't save/restore frame.
1821 (c_value_of_root): Save/restore thread and frame here,
1822 using make_cleanup_restore_current_thread.
1823 * Makefile.in: Update dependecies.
1824
1825 2008-03-23 Vladimir Prus <vladimir@codesourcery.com>
1826
1827 * varobj.c (struct varobj_root): Clarify
1828 comment on the frame field.
1829 (varobj_create): Don't set frame if we have no
1830 block.
1831
1832 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1833
1834 PR gdb/544
1835 Suggested by Jan Kratochvil:
1836 * top.c (gdb_rl_operate_and_get_next_completion): Call
1837 rl_redisplay_function.
1838 (gdb_rl_redisplay): New.
1839 (init_main): Set rl_redisplay_function.
1840
1841 2008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
1842
1843 * aix-thread.c (pdc_read_regs): Fix compiler warning.
1844 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
1845 (store_regs_kernel_thread): Likewise.
1846
1847 2008-03-21 Pedro Alves <pedro@codesourcery.com>
1848
1849 Linux native async support.
1850
1851 * target.h (struct target_ops): Delete to_async_mask_value and add
1852 to_async_mask.
1853 (target_is_async_p, target_async): Formatting.
1854 (target_async_mask_value): Delete.
1855 (target_async_mask): Delete function declaration, and add new
1856 target macro with the same name.
1857
1858 * target.c (update_current_target): Replace to_async_mask_value by
1859 to_async_mask. Default to_async_mask to return_one.
1860 (target_async_mask): Delete.
1861 (find_default_can_async_p, find_default_is_async_p): New.
1862 (init_dummy_target): register find_default_can_async_p and
1863 find_default_is_async_p on the dummy target.
1864
1865 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
1866 (debug_linux_nat_async): New global.
1867 (show_debug_linux_nat_async): New function.
1868 (linux_nat_async_enabled, linux_nat_async_mask_value)
1869 (linux_nat_event_pipe, linux_nat_num_queued_events)
1870 (linux_nat_async_events_enabled): New globals.
1871 (struct waitpid_result): New struct.
1872 (waitpid_queue): New global.
1873 (queued_waitpid, push_waitpid, drain_queued_events): New.
1874 (my_waitpid): Call queued_waitpid.
1875 (linux_child_follow_fork): Disable async events during the call.
1876 (blocked_mask): Delete.
1877 (sync_sigchld_action, async_sigchld_action): New globals.
1878 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
1879 async mode, block events during the call.
1880 (linux_nat_create_inferior): New.
1881 (linux_nat_attach): In sync mode, restore the mask states. In
1882 async mode, wake the event loop immediatelly.
1883 (detach_callback): Drain all queued events of the lwp we're
1884 detaching from.
1885 (linux_nat_detach): Block async mode, and drain events of the main
1886 process.
1887 (linux_nat_resume): If in async mode, mask async events during the
1888 call. If short circuiting, force event loop to wake up. If
1889 resuming, set target_executing, and register target events in the
1890 event loop.
1891 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
1892 (linux_nat_wait): In async mode, block events during the call.
1893 Only enable/disable passing SIGINT to the inferior in sync mode.
1894 Get events from local waitpid queue. If no interesting events was
1895 found, return to events loop. Reregister target events in the
1896 event loop on exit. In sync mode, no need to reblock SIGCHLD.
1897 (linux_nat_kill): Disable events on entry.
1898 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
1899 here. Detach async mode from the event loop if there are no more
1900 forks available, otherwise leave it on.
1901 (sigchld_handler): Assure this is called only in sync mode.
1902 (linux_async_permitted, linux_async_permitted_1): New globals.
1903 (set_maintenance_linux_async_permitted)
1904 (show_maintenance_linux_async_permitted): New functions.
1905 (linux_nat_is_async_p, linux_nat_can_async_p)
1906 (linux_nat_async_mask): New.
1907 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
1908 (get_pending_events, async_sigchld_handler): New.
1909 (linux_nat_async_events): New.
1910 (async_terminal_is_ours): New global.
1911 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
1912 (async_client_callback, async_client_context): New.
1913 (linux_nat_async_file_handler, linux_nat_async)
1914 (linux_nat_disable_async, linux_nat_enable_async): New.
1915 (linux_nat_add_target): Register linux_nat_create_inferior,
1916 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
1917 linux_nat_async_mask, linux_nat_terminal_inferior and
1918 linux_nat_terminal_ours.
1919 (_initialize_linux_nat): Remove local action variable, and update
1920 code that used it to use sync_sigchld_action. Add new
1921 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
1922 set/show command in the maintenance class. Add new "linux-async"
1923 maintenance set/show command. Block SIGCHLD by default. Setup
1924 async_sichld_action, and sync_sigchld_action. Install the default
1925 async mode.
1926 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
1927 the cancel signals.
1928
1929 * linux-thread-db.c (re_check_for_thread_db): New.
1930 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
1931 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
1932 (thread_db_async_mask): New.
1933 (init_thread_db_ops): Register thread_db_can_async_p,
1934 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
1935
1936 * remote.c (remote_async_mask_value): New.
1937 (remote_return_zero): New.
1938 (init_remote_ops): Register remote_return_zero as callbacks of
1939 to_can_async_p and to_is_async_p.
1940 (remote_can_async_p, remote_is_async_p, remote_async): Update to
1941 use remote_async_mask_value.
1942 (remote_async_mask): New.
1943 (init_remote_async_ops): Remove to_async_mask_value setting and
1944 register remote_async_mask as to_async_mask callback in
1945 remote_async_ops.
1946
1947 * Makefile.in (linux-nat.o): Update.
1948
1949 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1950
1951 * gdbthread.h (add_thread_with_info): New.
1952 * linux-thread-db.c: Add some documentation.
1953 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
1954 (struct private_thread_info): Remove th_valid and ti_valid.
1955 Replace ti with tid.
1956 (thread_get_info_callback): Do not add TID to the new ptid. Do
1957 not cache th or ti.
1958 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
1959 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
1960 new PTID.
1961 (attach_thread): Handle an already-existing thread. Use
1962 add_thread_with_info. Cache the th and tid.
1963 (detach_thread): Verify that private was set. Remove verbose
1964 argument and printing. Update caller.
1965 (thread_db_detach): Do not adjust inferior_ptid.
1966 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
1967 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
1968 (thread_db_wait): Do not use lwp_from_thread.
1969 (thread_db_pid_to_str): Use the cached TID.
1970 (thread_db_extra_thread_info): Check that private is set.
1971 (same_ptid_callback): Delete.
1972 (thread_db_get_thread_local_address): Do not use it or check
1973 is_thread. Check that private is set. Assume that the thread
1974 handle is already cached.
1975 (init_thread_db_ops): Remove to_resume and to_kill.
1976 * thread.c (add_thread_with_info): New.
1977 (add_thread): Use it.
1978 * linux-nat.c (find_thread_from_lwp): Delete.
1979 (exit_lwp): Do not use it. Check print_thread_events. Print before
1980 deleting the thread.
1981 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
1982 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
1983 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
1984 printf_unfiltered for thread exits.
1985 * procfs.c (procfs_wait): Likewise.
1986
1987 2008-03-21 Chris Demetriou <cgd@google.com>
1988
1989 * symtab.c (rbreak_command): Quote symbol name before passing
1990 it to break_command.
1991
1992 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1993
1994 * eval.c (evaluate_subexp_for_address): Clarify error message.
1995 Use value_must_coerce_to_target.
1996 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
1997 * valops.c (value_assign): Call value_coerce_to_target when
1998 assigning to anything but internalvars. Leave GDB-side arrays
1999 as arrays when assigning to internalvars.
2000 (value_must_coerce_to_target, value_coerce_to_target): New.
2001 (value_coerce_array, value_addr): Call value_coerce_to_target.
2002 (value_array): Create the array in GDB's memory instead of
2003 the inferior's.
2004 * value.h (value_must_coerce_to_target, value_coerce_to_target):
2005 Declare.
2006
2007 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2008
2009 * top.c (quit_confirm): Warn that we will kill the program.
2010
2011 2008-03-19 Pedro Alves <pedro@codesourcery.com>
2012
2013 * inflow.c (terminal_ours_1): Guard access to
2014 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
2015
2016 2008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
2017 Jim Blandy <jimb@codesourcery.com>
2018 Daniel Jacobowitz <drow@false.org>
2019
2020 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
2021 (dwarf2_read_address): Update prototype.
2022
2023 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
2024 (signed_address_type): Likewise.
2025 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
2026 (execute_stack_op): Update calls to unsigned_address_type,
2027 signed_address_type and dwarf2_read_address. Fix implementation
2028 of DW_OP_deref_size.
2029
2030 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
2031 (dwarf2_per_cu_addr_size): Likewise.
2032 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
2033 (struct dwarf2_loclist_baton): Likewise.
2034
2035 * dwarf2loc.c (find_location_expression): Update calls to
2036 dwarf2_read_address. Use dwarf2_per_cu_objfile and
2037 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
2038 (locexpr_describe_location): Likewise.
2039 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
2040 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
2041 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
2042 to dwarf2_per_cu_addr_size (per_cu).
2043 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
2044 (loclist_read_variable): Likewise.
2045 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
2046
2047 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
2048 instead of baton->objfile.
2049 (dwarf2_per_cu_obfile): New function.
2050 (dwarf2_per_cu_addr_size): Likewise.
2051
2052 * dwarf2-frame.c (struct comp_unit): Move higher.
2053 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
2054 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
2055 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
2056 parameter by using fde->eh_frame_p. Use read_encoded_value
2057 to implement DW_CFA_set_loc.
2058 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
2059 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
2060 execute_stack_op and execute_cfa_program.
2061 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
2062 (size_of_encoded_value): Remove.
2063 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
2064 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
2065 (add_cie): Set cie->unit backlink.
2066 (decode_frame_entry_1): Set cie->addr_size. Update calls to
2067 read_encoded_value.
2068 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
2069
2070 2008-03-17 Markus Deuling <deuling@de.ibm.com>
2071
2072 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
2073 gdbarch_bfd_arch_info.
2074
2075 2008-03-17 Joel Brobecker <brobecker@adacore.com>
2076
2077 * aix-thread.c (pdc_read_regs): Minor reformatting.
2078
2079 2008-03-17 Vladimir Prus <vladimir@codesourcery.com>
2080
2081 * thread.c (print_thread_info): Don't insist
2082 on having current thread if there are no
2083 threads at all.
2084
2085 2008-03-17 Pedro Alves <pedro@codesourcery.com>
2086
2087 * infcmd.c (attach_command_post_wait)
2088 (attach_command_continuation): New.
2089 (attach_command): Support background async execution, and async
2090 execution in synchronous mode.
2091
2092 2008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
2093
2094 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
2095 * symmisc.c (dump_symtab_1): Likewise.
2096 * wrapper.c (gdb_value_struct_elt): Likewise.
2097
2098 2008-03-17 Pedro Alves <pedro@codesourcery.com>
2099
2100 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
2101
2102 2008-03-17 Pedro Alves <pedro@codesourcery.com>
2103
2104 * linux-nat.c (linux_nat_filter_event): New, refactored from
2105 linux_nat_wait.
2106 (linux_nat_wait): Call linux_nat_filter_event.
2107
2108 2008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
2109
2110 * top.c (execute_command): Fix uninitialized variable error.
2111
2112 2008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
2113
2114 * Makefile.in (amd64nbsd-nat.o): New dependency.
2115 * amd64nbsd-nat.c: Include "nbsd-nat.h".
2116 (_initialize_amd64nbsd_nat): Update target vector to use
2117 nbsd_pid_to_exec_file.
2118 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
2119
2120 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2121
2122 Remove ignoring leading exec events code.
2123 * fork-child.c (startup_inferior): Do not set
2124 inferior_ignoring_leading_exec_events.
2125 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
2126 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
2127 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
2128 (handle_inferior_event): Remove code for ignoring leading exec
2129 events.
2130 * target.c (update_current_target): Do not inherit, or default,
2131 to_reported_exec_events_per_exec_call.
2132 (debug_to_reported_exec_events_per_exec_call): Remove.
2133 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
2134 * target.h (target_reported_exec_events_per_exec_call): Remove.
2135 (struct target): Remove the to_reported_exec_events_per_exec_call
2136 field.
2137
2138 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2139
2140 Implement -thread-info.
2141 * gdbthread.h (print_thread_info): Declare.
2142
2143 * thread.c (print_thread_info): New, extracted
2144 from info_threads_command and adjusted to
2145 work for CLI and MI.
2146 (info_threads_command): Use print_thread_info.
2147 * Makefile.in: Update dependencies.
2148
2149 * mi/mi-cmds.c (mi_cmds): Specify a handler
2150 for -thread-info.
2151 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
2152 * mi/mi-main.c (mi_cmd_thread_info): New.
2153 (mi_cmd_list_features): Include 'thread-info'.
2154
2155 2008-03-14 Kevin Buettner <kevinb@redhat.com>
2156
2157 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
2158 to decide whether to match instruction patterns using "sw" and "sd".
2159
2160 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2161
2162 * infcmd.c (jump_command): Postpone disabling stdin until after
2163 the possible query.
2164
2165 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2166
2167 * inflow.c (gdb_getpgrp): New.
2168 (gdb_has_a_terminal): Use get_getpgrp.
2169 (terminal_ours_1): If attach_flag is set, don't refetch
2170 inferior_process_group.
2171
2172 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2173
2174 * features/library-list.dtd: Allow "section" elements as children
2175 of "library". Add "section" element and describe its attributes.
2176
2177 * solib-target.c (struct lm_info): Add section_bases member.
2178 (library_list_start_segment): Error out if seen a section element.
2179 (library_list_start_section): New.
2180 (library_list_end_library): New.
2181 (solib_target_free_library_list): Free section_bases.
2182 (section_attributes): New.
2183 (library_children): Make "segment" optional. Add "section" child.
2184 (library_list_children): Register library_list_end_library.
2185 (solib_target_relocate_section_addresses): Handle section bases.
2186
2187 * NEWS: Mention new qXfer:libraries:read section offsets support.
2188
2189 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2190
2191 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
2192 (make_exec_error_cleanup): Remove declarations.
2193 * utils.c (exec_error_cleanup_chain): Remove.
2194 (do_exec_error_cleanups, discard_exec_error_cleanups)
2195 (make_exec_error_cleanup): Remove.
2196 * event-loop.c (start_event_loop): Adjust call to
2197 async_enable_stdin.
2198 * event-top.c (async_enable_stdin): Remove the paramater dummy.
2199 (async_disable_stdin): Don't register async_enable_stdin via
2200 cleanup.
2201 * inf-loop.c (inferior_event_handler): Don't
2202 call do_exec_error_cleanups. Call async_enable_stdin instead.
2203 * event-loop.c (start_event_loop): Adjust call to
2204 async_enable_stdin.
2205 * tui/tui-interp.c (tui_command_loop): Adjust call to
2206 async_enable_stdin.
2207
2208 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2209
2210 Async mode fixes.
2211 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
2212 * breakpoint.c (bpstat_do_actions): In async mode,
2213 don't jump to top expecting stop_bpstat to be already
2214 updated.
2215 * event-loop.c (start_event_loop): Call async_enable_stdin
2216 on exception.
2217 * event-top.c (async_enable_stdin): Do nothing if sync_execution
2218 is not set.
2219 (command_handler): Do not setup continuation here.
2220 (command_line_handler_continuation): Move to...
2221 * top.c (command_line_handler_continuation): ... here.
2222 (execute_command): In async mode, register continuation.
2223 Don't check frame's language in running in async mode.
2224 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
2225 * inf-loop.c (complete_execution): Inline into...
2226 (inferior_event_handler): ... here. Clear target_executing before
2227 doing any cleanups. Don't try to show prompt if the target was
2228 resumed.
2229 * infcmd.c (signal_command): Add support for async mode.
2230 (finish_command): Only add continuation if the target was
2231 successfully resumed.
2232 * remote.c (init_async_opts): Register to_get_thread_local_address
2233 handler.
2234 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
2235 with sync_execution.
2236 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
2237 on exception.
2238
2239 2008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2240
2241 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
2242 * exec.c (exec_bfd_mtime): Define.
2243 (exec_close): Clear it.
2244 (exec_file_attach): Set it.
2245 * gdbcore.h (exec_bfd_mtime): Declare.
2246 * source.c (find_source_lines): Do not use bfd_get_mtime.
2247
2248 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2249
2250 * top.c (simplified_command_loop): Remove.
2251
2252 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2253
2254 Remove unused remote.c hooks.
2255 * remote.c (deprecated_target_resume_hook)
2256 (deprecated_target_wait_loop_hook): Remove.
2257 (remote_resume): Do not call deprecated_target_resume_hook.
2258 (remote_wait): Do not call deprecated_target_wait_loop_hook.
2259 (remote_async_wait): Likewise.
2260
2261 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
2262
2263 Implement MI notification for new threads.
2264 * doc/observer.texi (new_thread): Document.
2265 * observer.sh: Forward declare struct thread_info.
2266 * thread.c (add_thread): Notify observer.
2267
2268 * interps.h (interp_init_ftype): New parameter
2269 top_level.
2270 (interp_set): Likewise.
2271 (top_level_interpreter_data): Declare.
2272 * interps.c (interp_set): New parameter top_level.
2273 Pass it to interpreter's init function. Remember
2274 top level interpreter.
2275 (interpreter_exec_cmd): Adjust.
2276 (top_level_interpreter_data): New.
2277 * main.c (captured_main): Pass 1 for top_level
2278 parameter of interp_set.
2279 * cli/cli-interp.c (cli_interpreter_init): New
2280 parameter top_level.
2281 * tui/tui-interp.c (tui_init): New parameter top_level.
2282
2283 * mi/mi-interp.c (mi_new_thread): New.
2284 (mi_interpreter_init): If top level, register
2285 observer for new threads.
2286
2287 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
2288
2289 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2290
2291 * top.c (execute_command): Disable break and stop
2292 commands in async mode.
2293
2294 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2295
2296 revert:
2297 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2298 * inf-loop.c (inferior_event_handler): Don't include remote.h.
2299 Call target_stop in the INF_QUIT_REQ case.
2300 * Makefile.in (inf-loop.o): Update.
2301
2302 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2303
2304 * inf-loop.c (inferior_event_handler): Don't include remote.h.
2305 Call target_stop in the INF_QUIT_REQ case.
2306 * Makefile.in (inf-loop.o): Update.
2307
2308 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2309
2310 * top.c (execute_command): Enable break, info and interrupt
2311 commands in async mode.
2312
2313 2008-03-13 Vladimir Prus <vladimir@codesourcery.com>
2314 Daniel Jacobowitz <dan@codesourcery.com>
2315
2316 * breakpoint.h (breakpoint_restore_shadows): New
2317 declaration.
2318 * breakpoint.c (breakpoint_restore_shadows): New.
2319 (read_memory_nobpt): Delete.
2320 * gdbcore.h (read_memory_nobpt): Delete declaration.
2321 * target.c (memory_xfer_partial): Call
2322 breakpoint_restore_shadows.
2323 (restore_show_memory_breakpoints)
2324 (make_show_memory_beakpoints_cleanup): New.
2325 (show_memory_breakpoints): New.
2326 * target.h (make_show_memory_beakpoints_cleanup): Declare.
2327 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
2328 Make sure we see memory breakpoints when checking if
2329 breakpoint is still there.
2330 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
2331 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
2332 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
2333 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
2334
2335 2008-03-12 Pedro Alves <pedro@codesourcery.com>
2336
2337 * thread.c (add_thread): Use printf_unfiltered to print.
2338
2339 2008-03-12 Joel Brobecker <brobecker@gnat.com>
2340
2341 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
2342 that is true only on x86-solaris and x86_64-solaris.
2343 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
2344 with proc_get_LDT_entry.
2345
2346 2008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2347
2348 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
2349 * config.in, configure: Regenerate.
2350 * fork-child.c (fork_inferior): Call create_tty_session.
2351 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
2352 (create_tty_session): New function.
2353 * terminal.h: Declare create_tty_session.
2354
2355 2008-03-12 Alan Modra <amodra@bigpond.net.au>
2356
2357 PR 5900
2358 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
2359 * mipsread.c: Include elf/internal.h.
2360 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
2361 to internal range.
2362
2363 2008-03-11 Markus Deuling <deuling@de.ibm.com>
2364
2365 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
2366 to get at the current architecture and at the target specific vector.
2367 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
2368 remove define of I387_ST0_REGNUM.
2369
2370 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
2371
2372 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
2373 get at the current architecture
2374 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
2375 parameter.
2376
2377 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
2378 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
2379
2380 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
2381 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
2382 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
2383
2384 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
2385 at the target specific vector.
2386
2387 (i386_get_longjmp_target): Use get_frame_arch to get at the current
2388 architecture. Use gdbarch_tdep to get at the target specific vector.
2389
2390 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
2391 update caller. Use gdbarch_tdep to get at the target specific vector.
2392
2393 (i386_register_to_value: Use get_frame_arch to get at the current
2394 architecture.
2395
2396 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
2397 parameter.
2398
2399 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
2400 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
2401 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
2402 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
2403
2404 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
2405 undef's.
2406
2407 (i387_convert_register_p, i387_register_to_value,
2408 i387_value_to_register): Update call for i386_fp_regnum_p.
2409
2410 * i387-tdep.h: Remove comment.
2411 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
2412 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
2413 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
2414 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
2415 I387_MXCSR_REGNUM): Add target specific vector as parameter.
2416
2417 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2418
2419 * Makefile.in (fork-child.o): Update.
2420 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
2421 argument. Gather all gdbserver features together.
2422 * fork-child.c (exec_wrapper): New variable.
2423 (fork_inferior): Use it.
2424 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
2425 (unset_exec_wrapper_command, _initialize_fork_child): New.
2426
2427 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
2428
2429 * source.c (directory_command): Modify the determination of
2430 condition of terminal "from_tty".
2431
2432 2008-03-10 Matt Rice <ratmice@gmail.com>
2433
2434 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
2435
2436 2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
2437
2438 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
2439 of the data passing to strtoulst function.
2440 (info_spu_signal_command): Likewise.
2441
2442 2008-03-08 Vladimir Prus <vladimir@codesourcery.com>
2443
2444 * mi/mi-interp.c (mi_command_loop): Remove
2445 commented-out code.
2446
2447 2008-03-07 Joel Brobecker <brobecker@adacore.com>
2448
2449 * remote.c (extended_remote_attach_1): Make local variable pid an int
2450 instead of a pid_t.
2451
2452 2008-03-07 Joel Brobecker <brobecker@adacore.com>
2453
2454 * solib-svr4.c (svr4_same_1): New function, originally extracted
2455 from svr4_same and expanded to handle the sparc64 case.
2456 (svr4_same): Move up and reimplement using svr4_same_1.
2457 (enable_break): Use svr4_same_1 to do shared library name comparisons.
2458
2459 2008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
2460
2461 * MAINTAINERS: Move self to Paper trail.
2462
2463 2008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
2464
2465 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
2466 * event-loop.c (call_async_signal_handler): New.
2467 * event-loop.h (call_async_signal_handler)
2468 (gdb_call_async_signal_handler): Declare.
2469 (mark_async_signal_handler): Add comments.
2470 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
2471 * mingw-hdep.c (sigint_event, sigint_handler): New.
2472 (gdb_select): Use them. Wait for the readline signal handler
2473 to finish.
2474 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
2475 * posix-hdep.c (gdb_call_async_signal_handler): New function.
2476 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
2477 New.
2478 (remote_fileio_ctrl_c_signal_handler): Use
2479 gdb_call_async_signal_handler.
2480 (initialize_remote_fileio): Initialize sigint_fileio_token.
2481 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
2482 not initialize tokens here.
2483 (handle_remote_sigint_twice): Likewise. Reinstall
2484 handle_remote_sigint.
2485 (async_remote_interrupt_twice): Just call interrupt_query.
2486 (cleanup_sigint_signal_handler): Do not delete tokens.
2487 (remote_interrupt, remote_interrupt_twice): Use
2488 gdb_call_async_signal_handler.
2489 (interrupt_query): Reinstall the default signal handler.
2490 (_initialize_remote): Initialize tokens here.
2491
2492 2008-03-04 Joel Brobecker <brobecker@adacore.com>
2493
2494 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
2495 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
2496 Change the type of the lr register to code_ptr.
2497 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
2498 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
2499 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
2500 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
2501 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
2502 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
2503 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
2504
2505 2008-03-03 James E. Wilson <wilson@tuliptree.org>
2506
2507 * MAINTAINERS: Update my email address.
2508
2509 2008-03-03 Keith Seitz <keiths@redhat.com>
2510
2511 From Dave Murphy <davem@devkitpro.org>:
2512 * configure.ac: Set tcl configdir to win under mingw.
2513 * configure: Regenerate.
2514
2515 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2516
2517 * breakpoint.c (fetch_watchpoint_value): New function.
2518 (update_watchpoint): Set and clear val_valid. Use
2519 fetch_watchpoint_value. Handle unreadable values on the
2520 value chain. Correct check for user-requested array watchpoints.
2521 (breakpoint_init_inferior): Clear val_valid.
2522 (watchpoint_value_print): New function.
2523 (print_it_typical): Use it. Do not free or clear old_val. Print
2524 watchpoints even if old_val == NULL.
2525 (watchpoint_check): Use fetch_watchpoint_value. Check for values
2526 becoming readable or unreadable.
2527 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
2528 (do_enable_watchpoint): Likewise.
2529 * breakpoint.h (struct breakpoint): Update comment for val. Add
2530 val_valid.
2531 * NEWS: Mention watchpoints on inaccessible memory.
2532
2533 2007-02-29 Daniel Jacobowitz <dan@codesourcery.com>
2534
2535 * Makefile.in (i386-nat.o): Update.
2536 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
2537 i386_use_watchpoints.
2538 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
2539 i386_use_watchpoints.
2540 * i386-nat.c (i386_stopped_data_address): Take two arguments.
2541 (i386_stopped_by_watchpoint): Update call.
2542 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
2543 * config/i386/nm-i386.h: Conditionalize definitions on
2544 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
2545 (i386_use_watchpoints): Declare.
2546 (i386_stopped_data_address): Update.
2547 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
2548 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
2549
2550 2008-02-29 Joel Brobecker <brobecker@adacore.com>
2551
2552 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
2553 * version.in: Bump version to 6.8.50.20080229-cvs.
2554
2555 2008-02-28 Markus Deuling <deuling@de.ibm.com>
2556
2557 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
2558 properly.
2559
2560 2008-02-28 Tom Tromey <tromey@redhat.com>
2561
2562 * infcmd.c (notice_args_read): Print result of get_inferior_args.
2563
2564 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2565
2566 * infcmd.c (kill_if_already_running): Make static. Use
2567 target_require_runnable.
2568 * target.c (target_require_runnable): New.
2569 * target.h (target_require_runnable): Declare.
2570
2571 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2572
2573 * frame.c (reinit_frame_cache): Only annotate if frames were
2574 previously valid.
2575
2576 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
2577
2578 * regformats/reg-ppc.dat: Rename "ps" to "msr".
2579 * regformats/reg-ppc64.dat: Likewise.
2580
2581 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
2582
2583 * features/Makefile (%.dat): Emit xmltarget statement.
2584
2585 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
2586 Generate code to set gdbserver_xmltarget in init_registers_${name}.
2587
2588 * regformats/arm-with-iwmmxt.dat: Regenerate.
2589 * regformats/mips64-linux.dat: Regenerate.
2590 * regformats/mips-linux.dat: Regenerate.
2591 * regformats/rs6000/powerpc-32.dat: Regenerate.
2592 * regformats/rs6000/powerpc-64.dat: Regenerate.
2593 * regformats/rs6000/powerpc-e500.dat: Regenerate.
2594
2595 * regformats/reg-arm.dat: Add xmlarch statement.
2596 * regformats/reg-i386.dat: Likewise.
2597 * regformats/reg-i386-linux.dat: Likewise.
2598 * regformats/reg-x86-64-linux.dat: Likewise.
2599 * regformats/reg-spu.dat: Likewise.
2600
2601 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2602
2603 * remote.c (remote_wait, remote_async_wait): Stop if we receive
2604 an error.
2605
2606 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2607
2608 * utils.c (debug_timestamp): New.
2609 (vfprintf_unfiltered): Print timestamps if requested.
2610 (show_debug_timestamp): New.
2611 (initialize_utils): Register "set debug timestamp".
2612 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
2613
2614 2008-02-27 Joel Brobecker <brobecker@adacore.com>
2615
2616 * breakpoint.c (skip_prologue_sal): New function.
2617 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
2618 computed from a line number.
2619
2620 2008-02-27 Joel Brobecker <brobecker@adacore.com>
2621
2622 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
2623 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
2624 Set PC register type to "code_ptr".
2625 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
2626 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
2627 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
2628 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
2629 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
2630 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
2631 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
2632 Regenerate.
2633
2634 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
2635
2636 * regformats/regdat.sh: Rename init_registers function in
2637 generated file to init_registers_${name}.
2638
2639 * regformats/reg-crisv32.dat: Set "name" to crisv32.
2640 * regformats/reg-ppc64.dat: Set "name" to ppc64.
2641 * regformats/reg-s390x.dat: Set "name" to s390x.
2642
2643 2008-02-26 Greg Law <glaw@undo-software.com>
2644
2645 * regcache.c (registers_changed): Call reinit_frame_cache.
2646
2647 2008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2648
2649 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
2650 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
2651 and svr4_fetch_objfile_link_map.
2652 * Makefile.in (sh-linux-tdep.o): Update.
2653
2654 2008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2655
2656 * amd64-tdep.c (amd64_classify): Add support for decimal float
2657 types.
2658 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
2659 use the struct return convention.
2660
2661 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
2662
2663 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
2664 to old format. Discard breakpoint address if shared library is
2665 unloaded.
2666 (breakpoint_1): Adjust formatting of table header accordingly.
2667
2668 2008-02-25 Vladimir Prus <vladimir@codesourcery.com>
2669
2670 * remote.c (remote_get_threadlist): If the response
2671 is empty, don't try to parse it.
2672
2673 2008-02-23 Vladimir Prus <vladimir@codesourcery.com>
2674
2675 Unbreak 'target async'.
2676 * serial.c (serial_async): Set the
2677 handler function before enabling async
2678 mode.
2679
2680 2008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
2681
2682 * solib-svr4.c (enable_break): Convert r_brk to a code address.
2683
2684 2008-02-21 Pedro Alves <pedro@codesourcery.com>
2685
2686 * remote.c (extended_remote_attach_1): Set attach_flag.
2687 (extended_remote_create_inferior_1): Clear attach_flag.
2688
2689 2008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
2690
2691 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
2692 r_brk_offset.
2693 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
2694 * solib-svr4.c (solib_svr4_r_brk): New.
2695 (open_symbol_file_object, svr4_current_sos): Always check the
2696 debug base.
2697 (svr4_fetch_objfile_link_map): Do not set debug_base.
2698 (enable_break): Use r_brk if it is set.
2699 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
2700 (svr4_lp64_fetch_link_map_offsets): Likewise.
2701 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
2702
2703 2008-02-20 Markus Deuling <deuling@de.ibm.com>
2704 Mark Kettenis <kettenis@gnu.org>
2705
2706 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
2707 trad_frame_saved_reg.
2708 (trad-frame.h): New include.
2709
2710 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
2711 instead of frame_obstack_zalloc.
2712 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
2713
2714 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
2715
2716 2008-02-20 Markus Deuling <deuling@de.ibm.com>
2717
2718 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
2719 from disassemble_info instead of gdbarch_byte_order.
2720
2721 * mips-tdep.c (gdb_print_insn_mips): Likewise.
2722 * arm-tdep.c (gdb_print_insn_arm): Likewise.
2723
2724 2008-02-20 Markus Deuling <deuling@de.ibm.com>
2725
2726 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
2727 gdbarch as parameter.
2728
2729 * gdbarch.{c,h}: Regenerate.
2730
2731 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
2732 parameter.
2733 * mem-break.c (default_memory_insert_breakpoint)
2734 (default_memory_remove_breakpoint): Likewise.
2735 * target.h (default_memory_remove_breakpoint)
2736 (default_memory_insert_breakpoint): Likewise.
2737
2738 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
2739 parameter. Replace current_gdbarch by gdbarch.
2740 * m32r-tdep.c (m32r_memory_insert_breakpoint)
2741 (m32r_memory_remove_breakpoint): Likewise.
2742
2743 2008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
2744
2745 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
2746
2747 2008-02-19 Joel Brobecker <brobecker@adacore.com>
2748
2749 * NEWS: Add entry describing Add support improvements.
2750
2751 2008-02-18 Markus Deuling <deuling@de.ibm.com>
2752
2753 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
2754 M68K_FP0_REGNUM.
2755
2756 2008-02-18 Markus Deuling <deuling@de.ibm.com>
2757
2758 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
2759 register_offset_hack anymore.
2760
2761 * regcache.{c,h} (register_offset_hack): Remove.
2762
2763 2008-02-18 Markus Deuling <deuling@de.ibm.com>
2764
2765 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
2766
2767 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
2768 current_gdbarch by gdbarch.
2769 (hppa64_hpux_find_global_pointer): Likewise.
2770 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
2771 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
2772 find_global_pointer.
2773
2774 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
2775 parameter.
2776 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
2777
2778 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
2779 of gdbarch_num_regs.
2780
2781 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
2782 replace current_gdbarch by gdbarch.
2783 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
2784
2785 2008-02-18 Markus Deuling <deuling@de.ibm.com>
2786
2787 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
2788 and replace current_gdbarch by gdbarch.
2789
2790 (store_register): Update call for exec_one_dummy_insn.
2791 (fetch_register, store_register): Update call of regmap.
2792
2793 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
2794 parameter and replace current_gdbarch by gdbarch.
2795
2796 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
2797 the current architecture. Update call for getregs_supplies and
2798 getfpregs_supplies.
2799 (ppcnbsd_fetch_inferior_registers): Likewise.
2800
2801 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
2802 replace current_gdbarch by gdbarch.
2803 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
2804 get_regcache_arch to get at the current architecture. Update call for
2805 getfpregs_supplies.
2806
2807 2008-02-18 Markus Deuling <deuling@de.ibm.com>
2808
2809 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
2810 variables.
2811
2812 2008-02-15 Markus Deuling <deuling@de.ibm.com>
2813
2814 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
2815
2816 2008-02-14 Vladimir Prus <vladimir@codesourcery.com>
2817
2818 * NEWS: Mention pending breakpints in MI.
2819
2820 2008-02-14 Markus Deuling <deuling@de.ibm.com>
2821
2822 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
2823
2824 2008-02-13 Markus Deuling <deuling@de.ibm.com>
2825
2826 Add script to build and test GDB using enable-targets=all.
2827
2828 * gdb_buildall.sh: New file.
2829
2830 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
2831
2832 * NEWS (New native configurations): Xtensa GNU/Linux.
2833 (New targets): Xtensa GNU/Linux.
2834 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
2835 xtensa-linux-tdep.o
2836 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
2837 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
2838 * configure.tgt (xtensa*-*-linux*): New entry.
2839 * xtensa-config.c (xtensa_tdep): New variable.
2840 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
2841 (rmap): Change format based on new macro XTREG.
2842 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
2843 * xtensa-linux-nat.c: New.
2844 * xtensa-linux-tdep.c: New.
2845 * xtensa-xtregs.c: New.
2846 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
2847 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
2848 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
2849 (xtensa_register_t): New field coprocessor.
2850 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
2851 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
2852 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
2853 Update to handle privileged registers.
2854 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
2855 (xtensa_push_dummy_call): Set windowstart register correctly.
2856 (call0_analyze_prologue): Initialize xtensa_default_isa.
2857 (xtensa_derive_tdep): New.
2858 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
2859 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
2860 Call xtensa_derive_tdep().
2861 * config/xtensa/linux.mh: New.
2862 * regformats/reg-xtensa.dat: New.
2863
2864 2008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
2865
2866 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
2867 (filenames.h): New include.
2868 * Makefile.in (corelow.o): Add dependency for filenames.h.
2869
2870 2008-02-08 Doug Evans <dje@google.com>
2871
2872 * source.c (find_and_open_source): Always rewrite absolute filenames.
2873
2874 2008-02-07 Doug Evans <dje@google.com>
2875
2876 * breakpoint.c: #include "hashtab.h".
2877 (ambiguous_names_p): New fn.
2878 (update_breakpoint_locations): When restoring bp enable status, don't
2879 compare function names if any functions have same name.
2880 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
2881
2882 2008-02-07 Joel Brobecker <brobecker@adacore.com>
2883
2884 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
2885 instead of just a VEC*. Update use of SV.
2886 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
2887
2888 2007-02-07 Joel Brobecker <brobecker@adacore.com>
2889
2890 * NEWS: Put all new commands since gdb-6.7 together.
2891
2892 2007-02-07 Joel Brobecker <brobecker@adacore.com>
2893
2894 * ada-lang.c: #include "vec.h".
2895 (struct string_vector, new_string_vector, string_vector_append):
2896 Delete.
2897 (char_ptr): New typedef.
2898 (DEF_VEC_P (char_ptr)): New VEC type.
2899 (symbol_completion_add): Update profile to take the new VEC type
2900 instead of the old string_vector structure. Update code accordingly.
2901 (ada_make_symbol_completion_list): Use the new VEC type instead of
2902 the old string_vector structure, and update the code accordingly.
2903 * Makefile.in (ada-lang.o): Add dependency on vec.h.
2904
2905 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2906
2907 * p-exp.y: Set current_type in missing places.
2908 (leftdiv_is_integer): New static variable.
2909 Typecast right operand of BINOP_DIV to long_double if both operands
2910 are integers.
2911
2912 2008-02-06 Maciej W. Rozycki <macro@mips.com>
2913
2914 * remote-mips.c (set_breakpoint): Rename to...
2915 (mips_set_breakpoint): ... this.
2916 (clear_breakpoint): Rename to...
2917 (mips_clear_breakpoint): ... this.
2918 (common_breakpoint): Rename to...
2919 (mips_common_breakpoint): ... this.
2920 (check_lsi_error): Rename to...
2921 (mips_check_lsi_error): ... this.
2922
2923 2007-02-05 Joel Brobecker <brobecker@adacore.com>
2924
2925 * language.h (struct language_defn): Add new field
2926 la_make_symbol_completion_list.
2927 * symtab.c (default_make_symbol_completion_list): Renames
2928 make_symbol_completion_list.
2929 (make_symbol_completion_list): New function.
2930 * symtab.h (default_make_symbol_completion_list): Add declaration.
2931 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
2932 (auto_language, local_language): Likewise.
2933 * objc-lang.c (objc_language_defn): Likewise.
2934 * scm-lang.c (scm_language_defn): Likewise.
2935 * m2-lang.c (m2_language_defn): Likewise.
2936 * f-lang.c (f_language_defn): Likewise.
2937 * jv-lang.c (java_language_defn): Likewise.
2938 * p-lang.c (pascal_language_defn): Likewise.
2939 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
2940 (minimal_language_defn): Likewise.
2941 * ada-lang.c (struct string_vector): New structure.
2942 (new_string_vector, string_vector_append, ada_unqualified_name)
2943 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
2944 (ada_make_symbol_completion_list): New functions.
2945 (ada_language_defn): Set la_make_symbol_completion_list.
2946 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
2947 this function is static.
2948
2949 2008-02-05 Kevin Buettner <kevinb@redhat.com>
2950
2951 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
2952 to account for call site optimizations.
2953
2954 2008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
2955
2956 * tracepoint.c (read_actions): Handle end-of-text indicator
2957 in action list properly. (Committed by Jim Blandy)
2958
2959 2008-02-05 Jim Blandy <jimb@red-bean.com>
2960
2961 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
2962 pseudoregister, not an internal error.
2963 Reported by: Andrzej Zaborowski
2964
2965 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
2966
2967 * varobj.c (c_value_of_variable): Use xstrdup.
2968
2969 2008-02-04 Vladimir Prus <vladimir@codesourcery.com>
2970
2971 Update stored rendition of varobj value when format changes.
2972 * varobj.c (varobj_set_display_format): Recomputed
2973 print_value.
2974 (c_value_of_variable): Return print_value.
2975
2976 2008-02-03 Doug Evans <dje@google.com>
2977
2978 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
2979 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
2980 * valops.c (value_one): New function.
2981 * value.h (value_one): Declare.
2982
2983 Fix argument promotion for binary arithmetic ops for C.
2984 * valarith.c (unop_result_type): New fn.
2985 (binop_result_type): New fn.
2986 (value_binop): Move result type computation to binop_result_type.
2987 (value_pos, value_neg, value_complement): Move result type
2988 computation to unop_result_type.
2989
2990 PR 2384
2991 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
2992 Return basetype, fieldno if found. All callers updated.
2993 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
2994 objfile.
2995 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
2996 * symfile.h (fill_in_vptr_fieldno): Delete.
2997
2998 2008-02-02 Doug Evans <dje@google.com>
2999
3000 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
3001
3002 * typeprint.c (*): Whitespace cleanup.
3003
3004 2008-02-02 Mark Kettenis <kettenis@gnu.org>
3005 Luis Machado <luisgpm@br.ibm.com>
3006 Thiago Jung Bauermann <bauerman@br.ibm.com>
3007
3008 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
3009 don't fit into registerson the stack the way GCC does.
3010
3011 2008-02-01 Joel Brobecker <brobecker@adacore.com>
3012
3013 * symtab.c (symbol_set_names): Do not add an entry in the demangling
3014 hash table for Ada symbols. Just store the linkage name as is,
3015 and leave the demangled_name as NULL.
3016
3017 2007-02-01 Joel Brobecker <brobecker@adacore.com>
3018
3019 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
3020 in the global scope.
3021 (new_symbol): Likewise.
3022
3023 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3024
3025 * breakpoint.c (break_command_1): Return void.
3026 (break_command_really): Return void. Rethrow
3027 exceptions instead of returning.
3028 (gdb_breakpoint): Remove the error_message parameter.
3029 Return void. Rename to set_breakpoint.
3030 * gdb.h (gdb_breakpoint): Rename and move to...
3031 * breakpoint.h (set_breakpoint): ...here.
3032 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
3033 event hooks even if exception is thrown. Adjust to
3034 gdb_breakpoint interface changes.
3035
3036
3037 2008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
3038
3039 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
3040 float in both first and second word in the doubleword, to support
3041 old and new ABIs.
3042
3043 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
3044
3045 Properly rethrow exception. This fixes errors
3046 about non-existent functions for -break-insert.
3047 * breakpoint.c (break_command_really): Use throw_exception
3048 for rethrowing. If rethrowing, don't print the exception.
3049
3050 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3051
3052 * NEWS: Mention Decimal Floating Point support.
3053
3054 2008-01-31 Joel Brobecker <brobecker@adacore.com>
3055
3056 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
3057 value type to builtin_type_void_func_ptr.
3058
3059 2008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
3060
3061 * s390-tdep.c (is_float_singleton, is_float_like,
3062 alignment_of, s390_return_value): Make checks for
3063 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
3064
3065 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
3066 Thiago Jung Bauermann <bauerman@br.ibm.com>
3067
3068 * infcmd.c (default_print_registers_info): Also print hex
3069 raw contents for TYPE_CODE_DECFLOAT registers.
3070 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
3071 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
3072 (rs6000_register_name): Add support for DFP pseudo-registers.
3073 (rs6000_pseudo_register_type): Likewise.
3074 rs6000_pseudo_register_reggroup_p): Likewise.
3075 (ppc_pseudo_register_read): New function.
3076 (ppc_pseudo_register_write): Likewise.
3077 (rs6000_pseudo_register_read): Likewise.
3078 (rs6000_pseudo_register_write): Likewise.
3079 (e500_pseudo_register_read): Move checks to
3080 rs6000_pseudo_register_read.
3081 (e500_pseudo_register_write): Move checks to
3082 rs6000_pseudo_register_write.
3083 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
3084 rs6000_pseudo_register_read and rs6000_pseudo_register_write
3085 in gdbarch if SPE or DFP is available. Adjust gdbarch's
3086 num_pseudo_regs to account for DFP pseudo regs.
3087
3088 2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3089
3090 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
3091 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
3092 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
3093 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
3094 e500_pseudo_register_read, e500_pseudo_register_write): Use
3095 IS_SPE_PSEUDOREG macro.
3096 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
3097 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
3098 Remove initialization of tdep->ppc_ev31_regnum.
3099
3100 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
3101
3102 * printcmd.c (print_formatted): Handle references as for unformatted
3103 prints.
3104
3105 2008-01-30 Joel Brobecker <brobecker@adacore.com>
3106
3107 * eval.c (evaluate_subexp_standard): Add handling of user
3108 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
3109
3110 2008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
3111
3112 * eval.c (evaluate_subexp_standard): Support
3113 BINOP_INTDIV opcode.
3114
3115 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
3116
3117 * valarith.c (value_binop): Add floating-point BINOP_MIN and
3118 BINOP_MAX cases.
3119 For BINOP_EXP, use length and signedness of left operand only for
3120 result, as for shifts.
3121 For integral operands to BINOP_EXP, use new integer_pow and
3122 uinteger_pow functions so as to get full range of results.
3123 (integer_pow): New function.
3124 (uinteger_pow): New function.
3125
3126 2008-01-30 Vladimir Prus <vladimir@codesourcery.com>
3127
3128 Use vector for varobj_list_children interface.
3129 * gdb/varobj.c (varobj_list_children): Return vector
3130 of varobjs.
3131 * gdb/varobj.h (varobj_list_children): Adjust
3132 prototype.
3133 (varobj_p): Declare. Declare vector thereof.
3134 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
3135 for varobj_list_children change.
3136 * Makefile.in (varobj_h): Update dependencies.
3137
3138 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3139
3140 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
3141 TYPE_CODE_DECFLOAT arguments.
3142 (ppc64_sysv_abi_push_dummy_call) Likewise.
3143 (get_decimal_float_return_value): New function.
3144 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
3145 values by calling get_decimal_float_return_value.
3146 (ppc64_sysv_abi_return_value): Likewise.
3147
3148 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3149
3150 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
3151 for preprocessor macro information. Formatting changes.
3152
3153 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * remote.c (struct remote_state): Add cached_wait_status.
3156 (remote_exec_file): New variable.
3157 (PACKET_vAttach, PACKET_vRun): New constants.
3158 (extended_remote_restart): Do not query for status.
3159 (struct start_remote_args): New.
3160 (remote_start_remote): Take it as a second argument. Check
3161 whether the target is running. Issue an error for non-running
3162 non-extended targets. Cache the wait status. Set inferior_ptid
3163 here.
3164 (remote_open_1): Prompt to disconnect non-running targets. Make
3165 sure the target is marked running. Do not set inferior_ptid here.
3166 Update call to remote_start_remote. Do not call remote_check_symbols
3167 if the target is not running.
3168 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
3169 argument. Handle a non-running target.
3170 (remote_detach): Use it.
3171 (extended_remote_detach): New.
3172 (remote_disconnect): Fix typo. Use remoute_mourn_1.
3173 (extended_remote_attach_1, extended_remote_attach)
3174 (extended_async_remote_attach): New.
3175 (remote_vcont_resume): Remove unused variable.
3176 (remote_wait, remote_async_wait): Use any cached wait status.
3177 (putpkt_binary, getpkt): Clear any cached wait status.
3178 (extended_remoute_mourn_1): New.
3179 (extended_remote_mourn): Use it.
3180 (extended_async_remote_mourn, extended_remote_run): New.
3181 (extended_remote_create_inferior_1): New.
3182 (extended_remote_create_inferior): Use it.
3183 (extended_remote_async_create_inferior): Likewise.
3184 (remote_xfer_partial): Skip for non-executing targets.
3185 (init_extended_remote_ops): Set to_detach and to_attach.
3186 (init_extended_async_remote_ops): Likewise. Use
3187 extended_async_remote_mourn.
3188 (_initialize_remote): Register vAttach, vRun, and
3189 set remote exec-file.
3190 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
3191
3192 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * Makefile.in (symfile.o): Update.
3195 * NEWS: Mention exec tracing support.
3196 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
3197 exec events.
3198 * infcmd.c (kill_if_already_running, detach_command)
3199 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
3200 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
3201 (follow_exec): Do not check may_follow_exec. Do not mourn and push
3202 targets. Apply the sysroot path to the loaded executable. Use
3203 no_shared_libraries.
3204 * linux-nat.c (linux_child_follow_fork): Print fork following
3205 messages if verbose.
3206 (kill_wait_callback): Kill again before waiting a second time.
3207 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
3208 no_shared_libraries.
3209
3210 2008-01-29 Joel Brobecker <brobecker@adacore.com>
3211
3212 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
3213
3214 2008-01-29 Joel Brobecker <brobecker@adacore.com>
3215
3216 * nto-tdep.h: Remove #include "defs.h".
3217 * nto-tdep.c: Add #include "defs.h".
3218 * Makefile.in (nto_tdep_h): Update dependencies.
3219 (nto-tdep.o): Likewise.
3220
3221 2008-01-29 Joel Brobecker <brobecker@adacore.com>
3222
3223 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
3224 and use it.
3225 (proceed, start_remote): Update call to wait_for_inferior.
3226 * inferior.h (wait_for_inferior): Update declaration.
3227 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
3228 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
3229 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
3230 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
3231
3232 2008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
3233
3234 * varobj (adjust_value_for_child_access): Added checking for
3235 returned value from gdb_value_ind.
3236 (c_describe_child): Likewise.
3237 (cplus_describe_child): Fixed a typo.
3238
3239 2008-01-29 Jim Blandy <jimb@red-bean.com>
3240
3241 * MAINTAINERS: Update my info.
3242
3243 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3244
3245 Use multiple locations for hardware watchpoints.
3246 This eliminates the need to traverse value chain, doing
3247 various checks, in three different places.
3248
3249 * breakpoint.h (struct bp_location): New fields
3250 lengths and watchpoint_type.
3251 (struct breakpoint): Remove the val_chain field.
3252 * breakpoint.c (is_hardware_watchpoint): New.
3253 (free_valchain): Remove.
3254 (update_watchpoint): New.
3255 (insert_bp_location): For hardware watchpoint, just
3256 directly insert it.
3257 (insert_breakpoints): Call update_watchpoint_locations
3258 on all watchpoints. If we have failed to insert
3259 any location of a hardware watchpoint, remove all inserted
3260 locations.
3261 (remove_breakpoint): For hardware watchpoints, directly
3262 remove location.
3263 (watchpoints_triggered): Iterate over locations.
3264 (bpstat_stop_status): Use only first location of
3265 a resource watchpoint.
3266 (delete_breakpoint): Don't call free_valchain.
3267 (print_one_breakpoint): Don't print all
3268 locations for watchpoints.
3269 (breakpoint_re_set_one): Use update_watchpoint for
3270 watchpoints.
3271
3272 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
3273
3274 Don't reset watchpoint block on solib load.
3275
3276 * breakpoint.c (insert_bp_location): For watchpoints,
3277 recompute condition.
3278 (breakpoint_re_set_one): Instead of recomputing value
3279 and condition for watchpoints, just reset value and
3280 let insert_breakpoints/insert_bp_location recompute it.
3281 Don't do anything about disabled watchpoint.
3282
3283 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
3284
3285 * valarith.c (value_binop): Handle unsigned integer
3286 division by zero.
3287
3288 2008-01-28 Kevin Buettner <kevinb@redhat.com>
3289
3290 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
3291 instruction pattern that appears frequently in position
3292 independent code. Fix bug in code which looks for "fmov" and
3293 backtracks if no "fmov" is found.
3294
3295 2008-01-28 Doug Evans <dje@google.com>
3296
3297 * dbxread.c (read_dbx_symtab): Fix indentation.
3298 Reformat comments to 80 columns.
3299 Move local var def closer to only use.
3300
3301 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3302
3303 * fork-child.c (SHELL_FILE): Remove #ifndef.
3304 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
3305
3306 2008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
3307
3308 * i386-tdep.c (i386_skip_noop): New function.
3309 (i386_analyze_prologue): Call i386_skip_noop function.
3310
3311 2008-01-24 Michael Snyder <msnyder@specifix.com>
3312
3313 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
3314 * win32-nat.c (win32_xfer_partial): Ditto.
3315 * target.c (default_xfer_partial): Minor whitespace adjustment.
3316
3317 2008-01-24 Pedro Alves <pedro@codesourcery.com>
3318
3319 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
3320 strip bit 1 even if pc doesn't point to thumb code.
3321
3322 2008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
3323
3324 * remote.c (remote_wait): Handle SIGINT between packets.
3325 (remote_async_wait): Likewise.
3326
3327 2008-01-23 Vladimir Prus <vladimir@codesourcery.com>
3328 Chris Demetriou <cgd@google.com>
3329
3330 * thread.c (add_thread_silent): Renamed
3331 from add_thread.
3332 (print_thread_events): New variable definition.
3333 (show_print_thread_events): New function.
3334 (_initialize_thread): Add "set print thread-events" and
3335 "show print thread-events" commands.
3336 (add_thread): Announce new thread.
3337 * gdbthread.h (add_thread_silent): Declare.
3338 (print_thread_events): New variable declaration.
3339 * inf-ttrace.c (inf_ttrace_wait): Don't
3340 inform about new thread, as add_thread is always
3341 called too, and will take care of that.
3342 * infrun.c (handle_inferior_event): Likewise.
3343 * procfs.c (procfs_wait): Likewise.
3344 * remote.c (remote_currthread): Likewise.
3345 * sol-thread.c (sol_thread_wait): Likewise.
3346 * win32-nat.c (get_win32_debug_event): Likewise.
3347 * linux-thread-db.c (attach_thread): Likewise.
3348 Remove the verbose parameter.
3349 (check_event): Make detach_thread be verbose
3350 only if print_thread_events is set.
3351 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
3352 about new thread. This is called only from
3353 linux-thread-db.c:attach_thread, which will take care.
3354 Remove the verbose parameter.
3355 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
3356
3357 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
3358
3359 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
3360
3361 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
3362
3363 * breakpoint.c (break_command_really): New parameter
3364 ignore_count.
3365 (break_command_1): Pass 0 as
3366 ignore_count to break_command_really.
3367 (gdb_breakpoint): Pass ignore_count to
3368 break_command_really.
3369
3370 2008-01-21 Kevin Buettner <kevinb@redhat.com>
3371
3372 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
3373 sigcontext struct via pointer.
3374 (struct sigframe comment): Update to show new field `psc'.
3375
3376 2008-01-21 Vladimir Prus <vladimir@codesourcery.com>
3377
3378 * infrun.c (handle_inferior_event): If
3379 we failed to remove breakpoints, error,
3380 don't try to increment PC by hand.
3381
3382 2008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
3383
3384 Add NetBSD/hppa target and host support.
3385
3386 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
3387 (hppabsd_gregset): Move to ...
3388 (hppabsd_regset_from_core_section): Rename
3389 hppaobsd_regset_from_core_section and move to ...
3390 (hppabsd_find_global_pointer): Update comment.
3391 (hppabsd_init_abi): Make global. Do not register
3392 hppabsd_regset_from_core_section.
3393 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
3394 move to ...
3395 (_initialize_hppabsd_tdep): Move to ...
3396 * hppaobsd-tdep.c: ... here. New file.
3397 * hppnbsd-tdep.c: New file.
3398 * hppnbsd-nat.c: New file.
3399 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
3400 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3401 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
3402 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
3403 * configure.host (hppa*-*-netbsd*): New entry.
3404 * configure.tgt (hppa*-*-netbsd*): New entry.
3405 (hppa*-*-openbsd*): Update.
3406 * NEWS (New native configuration): Mention NetBSD/hppa.
3407 (New targets): Mention NetBSD/hppa.
3408
3409 2008-01-18 Markus Deuling <deuling@de.ibm.com>
3410
3411 * gdbarch.sh (function_list): Add new property bits_big_endian to
3412 gdbarch structure.
3413 * gdbarch.{c,h}: Regenerate.
3414
3415 * value.c (struct value): Replace BITS_BIG_ENDIAN by
3416 gdbarch_bits_big_endian (comment).
3417 (unpack_field_as_long, modify_field): Likewise.
3418 * value.h: Likewise (comment).
3419 * valops.c (value_slice): Likewise.
3420 * valarith.c (value_subscript, value_bit_index): Likewise.
3421 * gdbtypes.h (field): Likewise (comment).
3422 * eval.c (evaluate_subexp_standard): Likewise.
3423 * dwarf2read.c (dwarf2_add_field): Likewise.
3424 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
3425 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
3426
3427 * defs.h (BITS_BIG_ENDIAN): Remove.
3428
3429 2008-01-18 Markus Deuling <deuling@de.ibm.com>
3430
3431 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
3432 function calls.
3433 * m2-exp.y (yylex): Likewise.
3434 * objc-exp.y (yylex): Likewise.
3435
3436 * defs.h (DEPRECATED_STREQN): Remove.
3437
3438 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3439
3440 * MAINTAINERS: Update my email address.
3441
3442 2008-01-17 Jim Blandy <jimb@codesourcery.com>
3443
3444 * README: Mention gdbserver/README.
3445
3446 2008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
3447
3448 * valarith.c (value_binop): Handle BINOP_INTDIV
3449 for unsigned and signed integers.
3450
3451 2008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
3452
3453 * s390-tdep.c (s390_gdbarch_init): Set default long double
3454 type to 128-bit IEEE quad.
3455
3456 2008-01-17 Joel Brobecker <brobecker@adacore.com>
3457
3458 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
3459
3460 2008-01-16 Mark Kettenis <kettenis@gnu.org>
3461
3462 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
3463
3464 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
3465 * value.c: All callers changed.
3466
3467 2008-01-16 Markus Deuling <deuling@de.ibm.com>
3468
3469 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
3470 DEPRECATED_STREQ by its expression.
3471 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
3472 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
3473 (scan_xcoff_symtab): Likewise.
3474 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
3475 * f-lang.c (find_common_for_function): Likewise.
3476 * objc-exp.y (parse_number): Likewise.
3477
3478 * defs.h (DEPRECATED_STREQ): Remove.
3479
3480 2008-01-16 Markus Deuling <deuling@de.ibm.com>
3481
3482 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
3483 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
3484 get_frame_arch to get at the current_architecture. Update AM33_MODE
3485 call.
3486 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
3487 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
3488 architecture.
3489 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
3490
3491 2008-01-16 Markus Deuling <deuling@de.ibm.com>
3492
3493 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
3494 parameter.
3495 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
3496
3497 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
3498 current_gdbarch by gdbarch. Update caller.
3499
3500 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
3501 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
3502 the current architecture. Update calls of
3503 amd64_native_gregset_supplies_p.
3504 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
3505 (amd64bsd_store_inferior_registers): Likewise.
3506
3507 2008-01-16 Markus Deuling <deuling@de.ibm.com>
3508
3509 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
3510 Replace current_gdbarch by gdbarch. Update caller.
3511
3512 2008-01-16 Markus Deuling <deuling@de.ibm.com>
3513
3514 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
3515 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
3516 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
3517 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
3518 (stabsect_build_psymtabs): Fix indentation.
3519
3520 2008-01-15 Michael Snyder <msnyder@specifix.com>
3521
3522 * corelow.c (core_xfer_partial): Comment, cut/paste error.
3523
3524 2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
3525
3526 * win32-nat.c (win32_create_inferior): Restore code calling
3527 CloseHandle on ProcessInformation structure.
3528
3529 2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
3530
3531 * configure.ac: Check for void * as 3 argument of ptrace.
3532 * configure: regenerate.
3533
3534 2008-01-11 Markus Deuling <deuling@de.ibm.com>
3535
3536 * alpha-tdep.c (alpha_heuristic_proc_start)
3537 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
3538 current_gdbarch by gdbarch.
3539
3540 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
3541 current architecture by frame_info. Update alpha_heuristic_proc_start
3542 call.
3543
3544 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
3545 get_frame_arch to get at the current architecture by frame_info. Update
3546 alpha_sigtramp_register_address call.
3547
3548 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
3549 current_gdbarch by gdbarch. Update caller.
3550 (convert_to_extended, convert_from_extended): Add endianess parameter
3551 for comparison. Update caller.
3552 (arm_extract_return_value, arm_store_return_value): Use
3553 get_regcache_arch to get at the current architecture.
3554
3555 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
3556 current_gdbarch by gdbarch. Update caller.
3557 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
3558 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
3559
3560 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
3561 gdbarch as parameter. Update caller.
3562 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
3563 current_gdbarch by gdbarch. Update caller.
3564
3565 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
3566 update caller. Replace current_gdbarch by gdbarch.
3567
3568 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
3569 the current architecture. Replace current_gdbarch by gdbarch.
3570 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
3571 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
3572 expression. Add gdbarch as parameter and replace current_gdbarch with
3573 it. Update caller.
3574 (M6811_TDEP): Remove.
3575 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
3576 architecture.
3577 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
3578 current_gdbarch by gdbarch. Update caller.
3579
3580 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
3581 update caller.
3582 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
3583 by gdbarch.
3584
3585 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
3586 caller. Relace current_gdbarch by gdbarch.
3587 (altivec_register_p, spe_register_p): Likewise.
3588 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
3589 parameter.
3590 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
3591 altivec_register_p and spe_register_p.
3592
3593 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
3594 caller. Replace current_gdbarch by gdbarch.
3595 (score_analyze_prologue): use get_frame_arch to get at the current
3596 architecture.
3597
3598 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
3599 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
3600 current_gdbarch by gdbarch. Update caller.
3601 (sparc_frame_cache): Use get_frame_arch to get at the current
3602 architecture.
3603 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
3604 sparc_analyze_prologue.
3605
3606 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
3607 parameter.
3608
3609 2008-01-11 Markus Deuling <deuling@de.ibm.com>
3610
3611 * exec.c: #include "arch-utils.h"
3612 (print_section_info): Use gdbarch_from_bfd to get at the
3613 current architecture. Replace current_gdbarch. Fix indention. Replace
3614 deprecated_print_address_numeric by paddress.
3615 * Makefile.in (exec.o) Add dependency to arch-utils.h.
3616
3617 * valprint.c (val_print_string): Replace
3618 deprecated_print_address_numeric.
3619 * tracepoint.c (trace_mention, scope_info): Likewise.
3620 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
3621 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
3622 (maintenance_check_symtabs): Likewise.
3623 * symfile.c (list_overlays_command): Likewise.
3624 * stack.c (frame_info, print_block_frame_labels): Likewise.
3625 * printcmd.c (print_address, print_address_demangle)
3626 (address_info): Likewise.
3627 * corefile.c (memory_error): Likewise.
3628 * infcmd.c (jump_command): Likewise.
3629 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
3630 (mention, delete_breakpoint): Likewise.
3631 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
3632 * dwarf2read.c (dump_die): Likewise.
3633 * ada-valprint.c (ada_val_print_1): Likewise.
3634 * f-valprint.c (f_val_print): Likewise.
3635 * linux-fork.c (info_forks_command): Likewise.
3636 * m32r-com.c (m32r_load_section, m32r_load)
3637 (m32r_upload_command): Likewise.
3638
3639 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
3640
3641 2008-01-11 Markus Deuling <deuling@de.ibm.com>
3642
3643 * gdbarch.sh (skip_prologue): Add gdbarch
3644 as parameter.
3645 * gdbarch.{c,h}: Regenerate.
3646
3647 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
3648 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3649 * avr-tdep.c (avr_skip_prologue): Likewise.
3650 * cris-tdep.c (cris_skip_prologue): Likewise.
3651 * frv-tdep.c (frv_skip_prologue): Likewise.
3652 * h8300-tdep.c (h8300_skip_prologue): Likewise.
3653 * hppa-tdep.c (hppa_skip_prologue): Likewise.
3654 * i386-tdep.c (i386_skip_prologue): Likewise.
3655 * ia64-tdep.c (ia64_skip_prologue): Likewise.
3656 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
3657 * m32r-tdep.c (m32r_skip_prologue): Likewise.
3658 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
3659 * m68k-tdep.c (m68k_skip_prologue): Likewise.
3660 * m88k-tdep.c (m88k_skip_prologue): Likewise.
3661 * mep-tdep.c (mep_skip_prologue): Likewise.
3662 * mips-tdep.c (mips_skip_prologue): Likewise.
3663 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
3664 * mt-tdep.c (mt_skip_prologue): Likewise.
3665 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
3666 * score-tdep.c (score_skip_prologue): Likewise.
3667 * sh64-tdep.c (sh64_skip_prologue): Likewise.
3668 * sh-tdep.c (sh_skip_prologue): Likewise.
3669 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
3670 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
3671 * spu-tdep.c (spu_skip_prologue): Likewise.
3672 * v850-tdep.c (v850_skip_prologue): Likewise.
3673 * vax-tdep.c (vax_skip_prologue): Likewise.
3674 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
3675 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
3676
3677 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
3678 current_gdbarch by gdbarch.
3679 * m32c-tdep.c (m32c_skip_prologue): Likewise.
3680 * s390-tdep.c (s390_skip_prologue): Likewise.
3681
3682 2008-01-10 Doug Evans <dje@google.com>
3683
3684 * defs.h (struct continuation_arg): Fix typo in comment.
3685 * target.c (target_translate_tls_address): Fix comment spelling error.
3686
3687 2008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
3688
3689 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
3690 (DOUBLEST_SCAN_FORMAT): Likewise.
3691 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
3692 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
3693 * c-exp.y (parse_number): Likewise.
3694 * jv-exp.y (parse_number): Likewise.
3695 * objc-exp.y (parse_number): Likewise.
3696 * p-exp.y (parse_number): Likewise.
3697
3698 2008-01-09 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
3701 (check_typedef): Likewise.
3702
3703 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3704
3705 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
3706 seen_double_big_d, treat the new H, D, and DD modifiers as length
3707 modifiers.
3708
3709 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3710
3711 * dwarf2read.c (read_enumeration_type): Add comment.
3712
3713 2008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
3714
3715 * config.in: Regenerate.
3716
3717 2008-01-08 Joel Brobecker <brobecker@adacore.com>
3718
3719 * ada-lang.c (ada_convert_actual): Renames convert_actual.
3720 Make non-static.
3721 (ada_convert_actuals): Delete.
3722 * ada-lang.h (ada_convert_actual): Add declaration.
3723 (ada_convert_actuals): Remove declaration.
3724 * infcall.c: #include "ada-lang.h".
3725 (value_arg_coerce): Add new parameter sp. Update function
3726 documetnation. Add handling of Ada function call parameters.
3727 * Makefile.in (infcall.o): Update dependencies.
3728
3729 2008-01-08 Paul Hilfinger <hilfinger@adacore.com>
3730
3731 * ada-lang.c (ensure_lval): Fix value lval kind.
3732 (convert_actual): Add handling for arguments passed by reference.
3733
3734 2008-01-08 Doug Evans <dje@google.com>
3735
3736 * dbxread.c (read_dbx_symtab): Fix indentation.
3737
3738 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3739
3740 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
3741 (valarith.o): Depend on dfp.h.
3742 (valops.o): Likewise.
3743 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
3744 (set_decnumber_context): New function.
3745 (decimal_check_errors): Likewise.
3746 (decimal_from_number): Likewise.
3747 (decimal_to_number): Likewise.
3748 (decimal_from_string): Use set_decnumber_context and
3749 decimal_check_errors.
3750 (decimal_from_integral): New function.
3751 (decimal_from_floating): Likewise.
3752 (decimal_to_double): Likewise.
3753 (promote_decimal): Likewise.
3754 (decimal_binop): Likewise.
3755 (decimal_is_zero): Likewise.
3756 (decimal_compare): Likewise.
3757 (decimal_convert): Likewise.
3758 * dfp.h (decimal_from_integral): New prototype.
3759 (decimal_from_floating): Likewise.
3760 (decimal_to_double): Likewise.
3761 (decimal_binop): Likewise.
3762 (decimal_is_zero): Likewise.
3763 (decimal_compare): Likewise.
3764 (decimal_convert): Likewise.
3765 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
3766 call to value_from_decfloat.
3767 * valarith.c: Include dfp.h.
3768 (value_args_as_decimal): New function.
3769 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
3770 (value_logical_not): Likewise.
3771 (value_equal): Likewise.
3772 (value_less): Likewise.
3773 (value_pos): Likewise.
3774 (value_neg): Formatting fix.
3775 * valops.c: Include dfp.h.
3776 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
3777 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
3778 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
3779 (value_from_decfloat): Remove expect_type argument.
3780 * value.h (value_from_decfloat): Update prototype.
3781
3782 2008-01-07 Vladimir Prus <vladimir@codesourcery.com>
3783
3784 Ignore change in name of dynamic linker during
3785 execution on Solaris. This also unbreaks pending breakpoints.
3786
3787 * solist.h (struct target_so_ops): New field same.
3788 * solib-svr4.c (svr4_same): New.
3789 (_initialize_svr4_solib): Register svr4_same.
3790 * solib.c (update_solib_list): Use ops->same, if available.
3791
3792 2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
3793
3794 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
3795 when using MS-DOS paths.
3796
3797 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3798
3799 * NEWS: Mention --pid and --core command line behaviour changes.
3800
3801 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3802
3803 * main.c (captured_main): Remove 'count' varible and the
3804 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
3805 --pid options were issued simultaneously. If an explicit pid
3806 option was passed, don't fallback to core file. Detect extra
3807 arguments better in the presence of explicit pid or core
3808 arguments.
3809
3810 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3811
3812 * ada-lang.c (ada_which_variant_applies): Correctly compute
3813 the value of the discriminant when the variant record is packed.
3814
3815 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3816
3817 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
3818 that are used to differentiate homonyms.
3819
3820 2008-01-04 Jerome Guitton <guitton@adacore.com>
3821
3822 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
3823 when the type is an anonymous pointer type.
3824 (ada_check_typedef): Avoid a seg fault when the type is null.
3825 * ada-typeprint.c (print_array_type): Add support for pointer
3826 to packed arrays.
3827
3828 2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
3829
3830 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
3831
3832 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3833
3834 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
3835 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
3836
3837 2008-01-04 Joel Brobecker <brobecker@adacore.com>
3838
3839 * ada-exp.y (chop_separator): New function.
3840 (write_selectors): Rewrite to re-use chop_separator.
3841 (ada_nget_field_index, get_symbol_field_type): New functions.
3842 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
3843 expressions.
3844
3845 2008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
3846
3847 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
3848 of SYMBOL_VALUE when working with function symbols.
3849
3850 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3851
3852 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
3853 expressions. These expressions do not need to be rewriten.
3854
3855 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3856
3857 * dwarf2read.c (read_enumeration_type): Flag type as stub if
3858 the given die is a declaration.
3859
3860 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3861
3862 * ada-lang.c (ada_array_bound_from_type): Make non-static.
3863 Handle properly the case when the index type is an enumerated type.
3864 Do not return the subtype of the bounds type, just return the
3865 bounds type directly - this is not needed and is more consistent
3866 with what we do for arrays when no XA parallel type exists.
3867
3868 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3869
3870 * ada-lang.c (static_unwrap_type): Add forward declaration.
3871 (template_to_static_fixed_type): Fields of dynamic types sometimes
3872 also need to be unwrapped. Take this into account.
3873 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
3874 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
3875 * ada-typeprint.c (ada_print_type): Get the typename from
3876 the original type, not the base type.
3877
3878 2008-01-03 Jerome Guitton <guitton@adacore.com>
3879
3880 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
3881 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
3882 Update calls to ada_to_fixed_type.
3883 (ada_template_to_fixed_record_type_1): Ditto, but without looking
3884 for the tag.
3885 (ada_to_fixed_type): Add check_tag parameter; do not look for
3886 tag if null. When looking for a tag, use a fixed record type.
3887 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
3888 * ada-valprint.c (printable_val_type, ada_value_print): Update
3889 calls to ada_to_fixed_type.
3890
3891 2008-01-03 Luis Machado <luisgpm@br.ibm.com>
3892
3893 * doublest.c (convert_floatformat_to_doublest): Call
3894 floatformat_to_doublest instead of floatformat_to_double and use
3895 DOUBLEST variables.
3896 (convert_doublest_to_floatformat): Call floatformat_from_doublest
3897 instead of floatformat_from_double and use DOUBLEST variables.
3898
3899 2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
3900
3901 * MAINTAINERS (Write After Approval): Add self.
3902
3903 2008-01-03 Joel Brobecker <brobecker@adacore.com>
3904
3905 * symfile.c (set_initial_language): Make non-static.
3906 * symfile.h (set_initial_language): Add declaration.
3907 * language.c: #include "symfile.h".
3908 (set_language): Call set_initial_language if the frame language
3909 could not be determined.
3910
3911 2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
3912
3913 * eval.c (evaluate_subexp_for_address): Provide frame address to
3914 locate_var_value only if it will be needed.
3915
3916 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
3919
3920 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3921
3922 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
3923 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
3924 This is needed to make sure that any other treatment applied
3925 to the resulting value does not fail for spurious reason,
3926 such as trying to take the address of this value.
3927
3928 2008-01-02 Joel Brobecker <brobecker@adacore.com>
3929
3930 * ada-lang.c (ada_value_equal): Dereference reference types when
3931 comparing arrays.
3932
3933 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
3934
3935 Updated copyright notices for most files.
3936
3937 2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
3938
3939 * win32-nat.c (psapi_module_handle): Remove static.
3940 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
3941 return first module found if base_address is zero. Don't initialize
3942 psapi function pointers here. Convert to cygwin paths when
3943 appropriate.
3944 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
3945 executable name. Use get_module_name when that fails or when
3946 !__CYGWIN__.
3947 (_initialize_psapi): New function. Initialize psapi stuff before it is
3948 needed or issue a warning if it is not found. Move psapi_module_handle
3949 here.
3950
3951 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3952
3953 * ada-lang.c (ada_remove_trailing_digits): New function.
3954 (ada_remove_po_subprogram_suffix): New function.
3955 (ada_decode): Improve. Move the description of the algorithm
3956 directly inside the code, instead of in the function global
3957 description.
3958
3959 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3960
3961 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
3962 and always print the dereferenced value.
3963
3964 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3965
3966 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
3967 of the case where the first argument is a reference.
3968 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
3969
3970 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3971
3972 Implement support for Ada interface types.
3973
3974 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
3975 (ada_is_ignored_field): Ignore fields that are a dispatch table
3976 of a tagged type.
3977
3978 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3979
3980 * top.c (print_gdb_version): Update copyright year.
3981
3982 2008-01-01 Joel Brobecker <brobecker@adacore.com>
3983
3984 * ChangeLog-2007: New ChangeLog rotation.
3985 * ChangeLog: Reset for 2008.
3986 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
3987 ChangeLog-2007.
3988
3989 For older changes see ChangeLog-2007.
3990 \f
3991 Local Variables:
3992 mode: change-log
3993 left-margin: 8
3994 fill-column: 74
3995 version-control: never
3996 coding: utf-8
3997 End: