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