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