* emultempl/mmixelf.em: Remove incorrect '#line' directive.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
569631c6
UW
12007-03-09 Markus Deuling <deuling@de.ibm.com>
2
3 * infrun.c (breakpoints_failed): Remove unnecessary variable.
4 (handle_inferior_event): Remove unnecessary braces.
5 * breakpoint.c (bpstat_what): Remove wrong comment.
6
fe5febed
UW
72007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
8
9 * spu-tdep.c (spu_in_function_epilogue_p): New function.
10 (spu_gdbarch_init): Install it.
11
9dea8ca2
UW
122007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
13
14 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
15 object types, not 0.
16
7b3dc0b7
UW
172007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
18
19 * spu-tdep.c (spu_frame_align): New function.
20 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
21
118dfbaf
UW
222007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
23
24 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
25 (spu_software_single_step): Likewise.
26 (spu_read_pc, spu_write_pc): New functions.
27 (spu_gdbarch_init): Install them.
28
29e4017d
UW
292007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
30
31 * cli/cli-dump.c (struct callback_data): load_offset needs to
32 have signed long type.
33
6de5b849
JB
342007-03-07 Joel Brobecker <brobecker@adacore.com>
35
36 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
37 Revert the previous change that had some unexpected side-effects
38 on mips32.
39 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
40 function to get the address of the calling instruction.
41
7490ba4f
DP
422007-03-07 Denis Pilat <denis.pilat@st.com>
43
44 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
45 get_selected_frame by deprecated_safe_get_selected_frame.
46
861fb77c
MK
472007-03-02 Mark Kettenis <kettenis@gnu.org>
48
49 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
50 "gdb_string.h". Don't include "nbsd-tdep.h".
51 (SIZEOF_STRUCT_REG): Remove.
52 (SHNBSD_SIZEOF_GREGS): New.
53 (shnbsd_supply_gregset, shnbsd_collect_gregset)
54 (shnbsd_regset_from_core_section): New functions.
55 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
56 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
57 shnbsd_supply_gregset, shnbsd_collect_gregset.
58 (shnbsd_gregset): New variable.
59 (shnbsd_init_abi): Set regset_from_core_section.
60 (GDB_OSABI_NETBSD_CORE): New define.
61 (shnbsd_core_osabi_sniffer): New function.
62 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
63 * Makefile.in (shnbsd-tdep.o): Update dependencies.
64 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
65 nbsd-tdep.o.
66 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
67
787cbe14
JB
682007-02-28 Joel Brobecker <brobecker@adacore.com>
69
70 * gdbtypes.c (replace_type): Fix typo that caused us to not update
71 length of the types referenced by the new type CV ring.
72
35f196d9
DJ
732007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
74
75 * frame.c (frame_pop, frame_observer_target_changed): Call
76 reinit_frame_cache.
77 (flush_cached_frames): Rename to reinit_frame_cache and delete
78 old implementation.
79 * frame.h (flush_cached_frames): Delete prototype and update comment.
80
81 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
82 reinit_frame_cache instead of flush_cached_frames. Do not call
83 select_frame after reinit_frame_cache.
84 * corelow.c (core_open): Likewise.
85 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
86 * infrun.c (prepare_to_proceed, context_switch)
87 (handle_inferior_event): Likewise.
88 * linux-fork.c (fork_load_infrun_state): Likewise.
89 * ocd.c (ocd_start_remote): Likewise.
90 * remote-e7000.c (e7000_start_remote): Likewise.
91 * remote-mips.c (device): Likewise.
92 * thread.c (switch_to_thread): Likewise.
93 * tracepoint.c (finish_tfind_command): Likewise.
94 * gdbarch.c: Regenerated.
95
c26f2453
JB
962007-02-28 Jerome Guitton <guitton@adacore.com>
97 Joel Brobecker <brobecker@adacore.com>
98
99 * gdbtypes.c (check_typedef): Do not replace stub type if
100 the resolved type is not defined in the same objfile.
101
7d900f1a
DJ
1022007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
105
76038652 1062007-02-28 Joel Brobecker <brobecker@adacore.com>
52eea4ce
JB
107
108 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
109 symbol for Ada units when the symbol is defined using 't' rather
110 than 'Tt' as symbol descriptor.
111
1344afe0
UW
1122007-02-28 Vladimir Prus <vladimir@codesourcery.com>
113
114 * config/mips/tm-nbsd.h: Delete file.
115 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
116 * config/sh/tm-nbsd.h: Delete file.
117 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
118
f8d225db
JB
1192007-02-28 Joel Brobecker <brobecker@adacore.com>
120
121 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
122 unused WRONG_PARAM value since it was recently deleted.
123
1bbfb19a
NR
1242007-02-28 Vladimir Prus <vladimir@codesourcery.com>
125
126 * varobj.c (varobj_update): Free temporary vectors.
127
6f7f3f0d
UW
1282007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
129
130 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
131 * config/powerpc/tm-linux.h: Delete file.
132 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
133 (PROCESS_LINENUMBER_HOOK): Do not undefine.
134 (TEXT_SEGMENT_BASE): Do not redefine.
135 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
136 from config/rs6000/tm-rs6000.h.
137 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
138 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
139 (TEXT_SEGMENT_BASE): Remove.
140 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
141 (rs6000_in_solib_return_trampoline): Remove.
142 (SKIP_TRAMPOLINE_CODE): Remove.
143 (rs6000_skip_trampoline_code): Remove.
144 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
145 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
146 (FP0_REGNUM): Remove.
147 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
148 (rs6000_set_host_arch_hook): Remove.
149 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
150 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
151 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
152 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
153 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
154 * rs6000-nat.c: Include "rs6000-tdep.h".
155 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
156 (set_host_arch): Rename to ...
157 (rs6000_create_inferior): ... this. Make public.
158 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
159 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
160 (rs6000_create_inferior): Remove.
161 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
162 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
163 set_gdbarch_in_solib_return_trampoline, and
164 set_gdbarch_skip_trampoline_code.
165 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
166 from config/rs6000/tm-rs6000.h.
167
63050a44 1682007-02-27 Joel Brobecker <brobecker@adacore.com>
05279ca0
JB
169
170 * buildsym.c (record_producer): Do nothing if no producer is provided.
171
63050a44 1722007-02-27 Nick Roberts <nickrob@snap.net.nz>
e0b75a46
NR
173
174 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
175 to check changelist is non-NULL. Call error if the frontend tries
176 to update a non-root variable.
177
178 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
179
93d42b30
DJ
1802007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
183 (dwarf2_frame_sniffer): Update.
184 (dwarf2_signal_frame_this_id): New function.
185 (dwarf2_signal_frame_unwind): Use it.
186 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
187 * frame.c (frame_func_unwind): Add this_type argument.
188 (get_frame_func): Update.
189 (frame_unwind_address_in_block): Add this_type argument and check it.
190 Fix a typo.
191 (get_frame_address_in_block): Update.
192 * frame.h (enum frame_type): Move higher in the file.
193 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
194 argument.
195
196 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
197 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
198 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
199 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
200 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
201 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
202 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
203 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
204 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
205 frame_func_unwind and frame_unwind_address_in_block to specify
206 the frame type. Use frame_unwind_address_in_block instead of
207 frame_pc_unwind in sniffers.
208
206415a3
DJ
2092007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * frame.c (deprecated_selected_frame): Rename to...
212 (selected_frame): ...this. Make static.
213 (get_selected_frame, select_frame): Update.
214 * frame.h (deprected_select_frame): Delete.
215 (deprecated_safe_get_selected_frame): Update comments.
216
217 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
218 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
219 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
220 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
221 tui/tui.c: Replace references to deprecated_selected_frame.
222
7313566f
FF
2232007-02-27 Fred Fish <fnf@specifix.com>
224
225 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
226 directly decrement the stack pointer, accumulate their operand into
227 the stack offset, and mark the function as not being frameless.
228
b6d373df
DJ
2292007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
230
231 * arch-utils.c (selected_byte_order): New.
232 * arch-utils.h (selected_byte_order): New prototype.
233 * remote-sim.c (gdbsim_open): Use selected_byte_order.
234
2711e456
DJ
2352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
236
237 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
238 (default_symfile_offsets): Check VMA here. Update section VMAs.
239
baef701f
DJ
2402007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
241
242 * remote.c (init_remote_state): Add special handling for placeholder
243 registers.
244
05a4558a
DJ
2452007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
246
247 * Makefile.in (XMLFILES): Include $(TDEP_XML).
248 (filenames_h): New variable.
249 (clean): Clean up xml-builtin.c and stamp-xml.
250 (arm-linux-nat.o): Update.
251 * config/arm/linux.mh (TDEP_XML): Define.
252 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
253 (arm_linux_has_wmmx_registers): New.
254 (GET_THREAD_ID): Fix typo.
255 (IWMMXT_REGS_SIZE): Define.
256 (fetch_wmmx_regs, store_wmmx_regs): New.
257 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
258 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
259 (super_xfer_partial, arm_linux_xfer_partial): New.
260 (_initialize_arm_linux_nat): Use them.
261 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
262 (xml_builtin_xfer_partial): New function.
263 * xml-support.h (xml_builtin_xfer_partial): New prototype.
264 * NEWS: Update mention of iWMMXt support.
265
ff6f572f
DJ
2662007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
267
268 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
269 if there are no FPA registers.
270 (arm_dwarf_reg_to_regnum): New function.
271 (arm_register_type, arm_register_name): Return minimal values for
272 unsupported registers.
273 (arm_register_sim_regno): Handle iWMMXt registers.
274 (arm_gdbarch_init): Record missing FPA registers if indicated by
275 a target description. Recognize iWMMXt registers. Only register
276 "info float" for FPA. Use ARM_NUM_REGS. Register
277 arm_dwarf_reg_to_regnum.
278 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
279 constants.
280 (struct gdbarch_tdep): Add have_fpa_registers.
281 * features/xscale-iwmmxt.xml: Update capitalization.
282 * regformats/arm-with-iwmmxt.dat: Regenerated.
283
c077150c
KB
2842007-02-24 Kevin Buettner <kevinb@redhat.com>
285
286 * NEWS (New targets): Add entry for the Toshiba Media Processor.
287
01c996c1
KB
2882007-02-23 Kevin Buettner <kevinb@redhat.com>
289
290 * MAINTAINERS (mep): New target.
291
aeb43123
KB
2922007-02-23 Kevin Buettner <kevinb@redhat.com>
293
294 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
295 Richard Sandiford:
296 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
297 (mep-tdep.o): New rule.
298 * configure.tgt (mep-*-*): New target.
299 * mep-tdep.c: New file.
300 * config/mep/mep.mt: New file.
301
115d86cf
UW
3022007-02-22 Markus Deuling <deuling@de.ibm.com>
303
304 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
305 BREAKPOINT_HIT and STOP_UNKNOWN.
306
fef862e5
UW
3072007-02-22 Markus Deuling <deuling@de.ibm.com>
308
309 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
310
9a7d5afb
JB
3112007-02-20 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb_expat.h (XMLCALL): Define if not already defined.
314
81de920d
AS
3152007-02-20 Andreas Schwab <schwab@suse.de>
316
317 * Makefile.in (symfile.o): Update dependencies.
318
cb5c8c39
DJ
3192007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
320
321 * MAINTAINERS: Disable -Werror for cris simulator. Build
322 sparc64-solaris2.10 instead of the broken sparc-elf.
323 * solib-frv.c: Include "solib.h".
324 * Makefile.in (solib-frv.o): Update.
325 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
326 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
327 (xtensa_frame_this_id, xtensa_frame_prev_register)
328 (xtensa_push_dummy_call): Use %p.
329
e6bb342a
DJ
3302007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
331
332 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
333 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
334 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
335 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
336 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
337 (sparc-linux-tdep.o): Update.
338
ff7a4c00
MG
3392007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
340
341 * xtensa-tdep.h (xtensa_reg_mask_t): New.
342 (xtensa_mask_t): Change mask field to be a separate array.
343 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
344 (xtensa_pseudo_register_write, xtensa_unwind_pc)
345 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
346 (xtensa_breakpoint_from_pc): Remove implicit type casting.
347 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
348 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
349 (mask14, mask15): Rename to
350 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
351 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
352 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
353 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
354 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
355 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
356 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
357 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
358 (xtensa_submask14, xtensa_submask15): New.
359 (rmap): Follow strict aliasing rules doing static initialization.
360
d9cc5895
DJ
3612007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
362
363 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
364 handling from here...
365 (tdesc_register_type): ...to here.
366 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
367 * features/arm-core.xml: Use code_ptr and data_ptr.
368
8756216b
DP
3692007-02-13 Denis Pilat <denis.pilat@st.com>
370
371 * varobj.h (enum varobj_update_error): New enum.
372 * varobj.c (struct varobj_root): Add is_valid member.
373 (varobj_get_type): Check for invalid varobj.
374 (varobj_get_attributes): Likewise.
375 (variable_editable):Likewise.
376 (varobj_update): Likewise. Use varobj_update_error.
377 (new_root_variable): Set root varobj as valid by default.
378 (varobj_invalidate): New function.
379 * symfile.c (clear_symtab_users): Use varobj_invalidate.
380 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
381 Use varobj_update_error.
382
fe8e67fd
PM
3832007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
384
385 Fix PR pascal/2223.
386 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
387 Pascal language marker.
388 * dwarf2read.c (set_cu_language): Likewise.
389
c44537cf
CV
3902007-02-12 Corinna Vinschen <vinschen@redhat.com>
391
392 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
393 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
394 instead of target_terminal_init since inferior_ptid isn't set yet.
395
20dad8ea
PA
3962007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
397
398 * MAINTAINERS (Write After Approval): Add myself.
399
4ac94eda
FF
4002007-02-09 Fred Fish <fnf@specifix.com>
401
402 Based on work by Apple Computer, Inc.
403 * event-top.c (async_request_quit): Call quit() whenever either
404 quit_flag is set or immediate_quit is set.
405
b260b6c1
GDR
4062007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
407
408 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
409 type to a pointer to const struct block.
410 (ada_lookup_symbol_list): Don't cast away constness when calling
411 remove_out_of_scope_renamings.
412
4132007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
414
415 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
416 address of 'filename'; it is always non null.
417
0f5d55d8
JB
4182007-02-09 Joel Brobecker <brobecker@adacore.com>
419
420 * exec.c (add_to_section_table): Do not discard empty sections.
421
fb1e4ffc
DJ
4222007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
423
424 * features/Makefile, features/arm-with-iwmmxt.xml,
425 features/gdbserver-regs.xsl, features/number-regs.xsl,
426 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
427 * regformats/arm-with-iwmmxt.dat: Generate.
428 * NEWS: Mention iWMMXt.
429
123dc839
DJ
4302007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
431
432 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
433 (xml-tdesc.o): Update.
434 * xml-support.c: Add a comment.
435 (gdb_xml_enums_boolean): New variable.
436 (gdb_xml_parse_attr_enum): Use strcasecmp.
437 * xml-support.h (gdb_xml_enums_boolean): Declare.
438 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
439 next_regnum, and current_union.
440 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
441 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
442 (field_attributes, union_children, reg_attributes, union_attributes)
443 (vector_attributes, feature_attributes, feature_children): New.
444 (target_children): Make static. Add <feature>.
445 (tdesc_elements): Make static.
446 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
447 (struct tdesc_feature, tdesc_feature_p): New types.
448 (struct target_desc): Add features member.
449 (struct tdesc_arch_data, tdesc_data): New.
450 (target_find_description): Clarify error message. Warn about
451 ignored register descriptions.
452 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
453 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
454 (tdesc_data_cleanup, tdesc_numbered_register)
455 (tdesc_numbered_register_choices, tdesc_find_register)
456 (tdesc_register_name, tdesc_register_type)
457 (tdesc_remote_register_number, tdesc_register_reggroup_p)
458 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
459 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
460 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
461 (tdesc_create_feature, tdesc_record_type): New.
462 (free_target_description): Free features.
463 (_initialize_target_descriptions): Initialize tdesc_data.
464 * arch-utils.c (default_remote_register_number): New.
465 * arch-utils.h (default_remote_register_number): New prototype.
466 * target-descriptions.h (set_tdesc_pseudo_register_name)
467 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
468 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
469 (tdesc_numbered_register, tdesc_numbered_register_choices)
470 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
471 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
472 (tdesc_create_reg): Declare.
473 * gdbarch.sh (remote_register_number): New entry.
474 * gdbarch.c, gdbarch.h: Regenerate.
475 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
476 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
477
478 * arm-tdep.c (arm_register_aliases): New.
479 (arm_register_name_strings): Rename to...
480 (arm_register_names): ...this. Make const. Delete the old version.
481 (current_option, arm_register_byte): Delete.
482 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
483 (value_of_arm_user_reg): New.
484 (arm_gdbarch_init): Verify any described registers. Call
485 tdesc_use_registers. Don't use arm_register_byte. Create aliases
486 for standard register names.
487 (_initialize_arm_tdep): Do not adjust arm_register_names.
488 * user-regs.c (struct user_reg): Add baton member.
489 (append_user_reg, user_reg_add_builtin, user_regs_init)
490 (user_reg_add, value_of_user_reg): Use a baton for user
491 register functions.
492 * std-regs.c: Update.
493 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
494 (user_reg_add): Add baton argument.
495 * NEWS: Mention target description register support.
496 * features/arm-core.xml, features/arm-fpa.xml: New.
497 * eval.c (evaluate_subexp_standard): Allow ptype $register
498 when the program is not running.
499
87604222
NR
5002007-02-09 Nick Roberts <nickrob@snap.net.nz>
501
502 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
503
ee4f0f76
DJ
5042007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
505
506 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
507 info->disassembler_options to "any".
508
7af9851d
DJ
5092007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
510
511 * varobj.c (install_new_value): Only call value_get_print_value
512 if changeable.
513
8944021f
DJ
5142007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
515
516 Reported by timeless@gmail.com:
517 * gdb/target.c (target_flash_erase): Do not return void value.
518 (target_flash_done): Likewise.
519 * gdb/cli/cli-cmds.c (source_command): Likewise.
520
5212007-02-08 Fred Fish <fnf@specifix.com>
5f960e00 522
4ac94eda 523 Based on work by Apple Computer, Inc.
5f960e00
FF
524 * event-top.c (handle_sigint): Set quit_flag.
525 (async_request_quit): Don't set quit_flag. Avoid calling quit()
526 if quit_flag has already been reset.
527
4998c1df
DJ
5282007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
529
530 * ser-mingw.c (pipe_windows_close): Move variable initialization back
531 up.
532
79da184e
FF
5332007-02-08 Fred Fish <fnf@specifix.com>
534
535 * defs.h (request_quit): Remove declaration.
536 * utils.c (request_quit): Remove definition.
537
3c77c82a
DJ
5382007-02-08 Joel Brobecker <brobecker@gnat.com>
539 Jan Kratochvil <jan.kratochvil@redhat.com>
540 Daniel Jacobowitz <dan@codesourcery.com>
541
542 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
543 (skip_prologue): Allow bl->blrl used by PIC code.
544
c1b6e682
DJ
5452007-02-08 Mark Kettenis <kettenis@gnu.org>
546 Daniel Jacobowitz <dan@codesourcery.com>
547
548 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
549 initialize tmp_obstack.
550 * p-valprint.c (pascal_object_print_value_fields)
551 (pascal_object_print_value): Likewise.
552
fe5dedf4
DJ
5532007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
554
555 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
556
3e461478
MK
5572007-02-08 Mark Kettenis <kettenis@gnu.org>
558
559 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
560 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
561
fc6e0168
DJ
5622007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
563
564 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
565 (xml_cache): New.
566 (tdesc_parse_xml): Cache expanded descriptions.
567
108546a0
DJ
5682007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
569
570 * Makefile.in (XMLFILES): New.
571 (COMMON_OBS): Add xml-builtin.o.
572 (xml-builtin.c, stamp-xml): New rules.
573 (xml-tdesc.o): Update.
574 * features/feature_to_c.sh: New file.
575 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
576 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
577 (gdb_xml_start_element): Initialize scope after possibly reallocating
578 scopes. Move cleanup later. Handle the XInclude description
579 specially.
580 (gdb_xml_end_element): Only parse the body if there is a current element.
581 Call XML_DefaultCurrent if there is no element.
582 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
583 (struct xinclude_parsing_data, xinclude_start_include)
584 (xinclude_end_include, xml_xinclude_default)
585 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
586 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
587 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
588 * xml-support.h (xml_fetch_another, xml_process_xincludes)
589 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
590 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
591 XInclude directives. Use the compiled in DTD.
592 (fetch_xml_from_file): Add baton argument. Treat it as a containing
593 directory name. Do not warn here.
594 (file_read_description_xml): Update call. Warn here instead. Pass
595 a dirname as baton.
596 (fetch_available_features_from_target): New.
597 (target_read_description_xml): Use it.
598 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
599 to handle XInclude.
600 * features/xinclude.dtd: New file.
601
b5057acd
DJ
6022007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
603
604 * linux-thread-db.c (check_for_thread_db): Return early if we have
605 no libthread_db support.
606
6a089cf2
DJ
6072007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
608
609 * mi/mi-parse.h: Include <sys/time.h>.
610
9fbcbb40
NR
6112007-02-05 Nick Roberts <nickrob@snap.net.nz>
612
613 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
614 instead of print_variable_value to print values.
615
b3d2152a
NR
6162007-02-03 Nick Roberts <nickrob@snap.net.nz>
617
618 * mi/mi-main.c: Numerous formatting changes.
619 (mi_cmd_data_write_register_values): Replace clause inadvertantly
620 removed in my previous change.
621
79f0a97a
NR
6222007-02-03 Eli Zaretskii <eliz@gnu.org>
623
624 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
625 Use 1000000L instead of 1000000.
626
95a98c01 6272007-02-03 Nick Roberts <nickrob@snap.net.nz>
cd375699
NR
628
629 Based on work by Apple Computer, Inc.
630
631 * configure.ac: Test for sys/resource.h and getrusage.
632 * configure, config.in: Regenerate.
633
634 * mi/mi-main.c: Include <sys/resource.h> if present.
635 (rusage): Declare if HAVE_GETRUSAGE.
636 (current_command_ts, do_timings): New static variables.
637 (timestamp, print_diff_now, print_diff, timeval_diff):
638 New static timing functions.
639 (mi_cmd_enable_timings): New function for new MI command.
640 (captured_mi_execute_command, mi_execute_async_cli_command):
641 Call timing functions.
642
643 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
644 -enable-timings.
645
646 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
647
648 * mi/mi-parse.h: (mi_timestamp): New structure.
649 (mi_parse): Add mi_timestamp* member.
650
99b3d574
DP
6512007-02-02 Denis Pilat <denis.pilat@st.com>
652
653 * thread.c (make_cleanup_restore_current_thread): New function.
654 (info_threads_command): Use of make_cleanup_restore_current_thread
655 to restore the current thread and the selected frame.
656 (restore_selected_frame): New function.
657 (struct current_thread_cleanup): Add frame_id field.
658 (do_restore_current_thread_cleanup): Add restoring of the selected
659 frame.
660 (make_cleanup_restore_current_thread): Likewise.
661 (thread_apply_all_command): backup the selected frame while
662 entering the function and restore it at exit.
663 (thread_apply_command): Likewise.
664
d3c598de
DP
6652007-02-02 Denis Pilat <denis.pilat@st.com>
666
667 * MAINTAINERS (Write After Approval): Add myself to the list.
668
b69733ab 6692007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3e41d55f
KI
670
671 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
672 (m32r_store_register): Ditto.
673
b69733ab 6742007-01-30 Vladimir Prus <vladimir@codesourcery.com>
ef7723eb
VP
675
676 * ser-mingw.c (pipe_windows_open)
677 (pipe_windows_read, pipe_windows_write): Declare
678 variables at the top of the function.
679
8da61cc4
DJ
6802007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
681
682 * doublest.c (floatformat_from_length): Use the right element from
683 gdbarch floatformats.
684 (floatformat_from_type, extract_typed_floating)
685 (store_typed_floating): Likewise.
686 * doublest.h: Remove declarations for undefined floatformat arrays.
687 * gdbarch.sh (float_format, double_format, long_double_format): Change
688 to pairs.
689 (pformat): Update for pairs.
690 * gdbarch.c, gdbarch.h: Regenerated.
691 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
692 (floatformats_ieee_double_littlebyte_bigword)
693 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
694 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
695 (floatformats_vax_d): New variables.
696 (builtin_type_ieee_single, builtin_type_ieee_double)
697 (builtin_type_arm_ext, builtin_type_ia64_spill)
698 (builtin_type_ia64_quad): Replace arrays with individual types.
699 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
700 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
701 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
702 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
703 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
704 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
705 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
706 unused and endian-specific types.
707 (recursive_dump_type): Update for floatformat pairs.
708 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
709 (build_gdbtypes): Use build_flt.
710 (_initialize_gdbtypes): Update set of initialized types.
711 * gdbtypes.h: Update declarations to match gdbtypes.c.
712 (struct main_type): Store a pointer to two floatformats.
713 * arch-utils.c (default_float_format, default_double_format): Delete.
714 * arch-utils.h (default_float_format, default_double_format): Delete.
715
716 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
717 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
718 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
719 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
720 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
721
87680a14
JB
7222007-01-29 Joel Brobecker <brobecker@adacore.com>
723
724 * target.c (maintenance_print_target_stack): New function.
725 (initialize_targets): Add new "maintenance print target-stack"
726 command.
727
1c3d648d
MK
7282007-01-28 Mark Kettenis <kettenis@gnu.org>
729
730 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
731
607269ae
DJ
7322007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
733
734 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
735 (struct dwarf2_loclist_baton): Likewise.
736
40c03ae8
EZ
7372007-01-27 Eli Zaretskii <eliz@gnu.org>
738
739 * cli/cli-script.c: Include breakpoint.h.
740 (build_command_line): Require arguments only for if and while
741 commands.
742 (get_command_line, execute_user_command, execute_control_command):
743 Fix wording of warning messages.
744 (print_command_lines): Print breakpoint commands.
745 (execute_control_command): Call commands_from_control_command to
746 handle the `commands' command inside a body of a flow-control
747 command.
748 (read_next_line): Recognize the `commands' command and build a
749 command line structure for it.
750 (recurse_read_control_structure, read_command_lines): Handle
751 `commands' similarly to `if' and `while'.
752
753 * breakpoint.c (get_number_trailer): Document the special meaning
754 of NULL as the first argument PP.
755 (commands_from_control_command): New function.
756
757 * breakpoint.h (commands_from_control_command): Add prototype.
758
759 * defs.h (commands_control): New enumerated value for enum
760 command_control_type.
761
4b9eee8c
JB
7622007-01-26 Joel Brobecker <brobecker@adacore.com>
763
764 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
765 (ada_exception_sal): Update accordingly.
766
e1f48ead
JK
7672007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
768
769 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
770 * NEWS: Describe CHAR array vs. string identifcation rules.
771
e150acc7
PB
7722007-01-25 Paul Brook <paul@codesourcery.com>
773
774 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
775
10fb19b6
JB
7762007-01-24 Jim Blandy <jimb@codesourcery.com>
777
778 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
779 expression is empty, bother to return the 'optimized out' value we
780 construct. (Thanks to Carl Burch.)
781
85d93f1d
VP
7822007-01-24 Vladimir Prus <vladimir@codesourcery.com>
783
784 * varobj.c (c_value_of_root, c_value_of_child)
785 (cplus_describe_child): Don't call release_value.
786
fcbd8a5c
TS
7872007-01-24 Thiemo Seufer <ths@mips.com>
788
789 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
790 initialization.
791
2024f65a
VP
7922007-01-24 Vladimir Prus <vladimir@codesourcery.com>
793
794 Refactor getting children name, value and type access
795 for varobjs in C++.
796 * varobj.c (get_type_deref): Remove.
797 (adjust_value_for_child_access): New.
798 (c_number_of_children): Use the above.
799 (c_describe_child): Likewise.
800 (enum accessibility): New.
801 (match_accessibility): New function.
802 (cplus_describe_child): New function.
803 (cplus_name_of_child, cplus_value_of_child)
804 (cplus_type_of_child): Reimplement in terms
805 of cplus_describe_child.
806 (cplus_number_of_children): Use
807 adjust_value_for_child_access.
808
6e2a9270
VP
8092007-01-24 Vladimir Prus <vladimir@codesourcery.com>
810
811 Fix computation of the 'editable' attribute and
812 value changeability for for references.
813 * varobj.c (get_value_type): New function.
814 (c_variable_editable): Use get_value_type.
815 (varobj_value_is_changeable): Likewise.
816
56163ce1
JB
8172007-01-24 Joel Brobecker <brobecker@adacore.com>
818
819 * source.c (find_and_open_source): Try rewriting the source
820 path inside filename if dirname is NULL.
821
8c6860bb
JB
8222007-01-24 Joel Brobecker <brobecker@adacore.com>
823
824 * dwarf2read.c (add_partial_symbol): Create an extra partial
825 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
826 (new_symbol): Likewise for symbols.
827
6db6d2ca
NR
8282007-01-24 Nick Roberts <nickrob@snap.net.nz>
829
830 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
831
7d85ee02
VP
8322007-01-23 Vladimir Prus <vladimir@codesourcery.com>
833
834 * value.c (value_primitive_field): Copy the full 'location'
835 contents, instead of assuming that copying ADDRESS will
836 bring over everything in the union. Remove obsolete comment.
837
f79b9530
DJ
8382007-01-23 Masaki Muranaka <monaka@monami-software.com>
839
840 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
841 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
842 (m32c_m16c_pointer_to_address): Separate code from declarations.
843
08d8bcd7
DJ
8442007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
845
846 * target.c (update_current_target): Correct typo.
847
57fdbbbe
CV
8482007-01-22 Masaki Muranaka <monaka@monami-software.com>
849
850 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
851 declaration.
852
58894217
JK
8532007-01-11 Andrew Cagney <cagney@redhat.com>
854 Daniel Jacobowitz <dan@codesourcery.com>
855 Jan Kratochvil <jan.kratochvil@redhat.com>
856
857 * dwarf2-frame.c (execute_cfa_program): New support of
858 `DW_CFA_GNU_negative_offset_extended'.
859
9ebce043
DJ
8602007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
861
862 * NEWS: Mention flash support for "load" and new remote packets.
863
973d738b
DJ
8642007-01-21 Markus Deuling <deuling@de.ibm.com>
865
866 * breakpoint.c (delete_command): Skip redundant loop iterations.
867
7b9ee6a8
DJ
8682007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
869
870 * gdbarch.sh (register_type): Update comment.
871 * gdbarch.h: Regenerated.
872 * arch-utils.c (generic_register_size): Call register_type.
873 * ia64-tdep.c (ia64_extract_return_value): Likewise.
874 * m32c-tdep.c (check_for_saved): Likewise.
875 * mips-tdep.c (mips_print_register, print_gp_register_row)
876 (mips_print_registers_info): Likewise.
877 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
878 Likewise.
879 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
880 (sh64_do_register, sh64_print_register)
881 (sh64_media_print_registers_info): Likewise.
882 * tui/tui-regs.c (tui_register_format): Likewise.
883
11309657
DJ
8842007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
885
886 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
887
888 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
889 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
890 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
891 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
892 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
893 (make_symbol_completion_list): Likewise.
894
cb1df416
DJ
8952007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
896 Daniel Jacobowitz <dan@codesourcery.com>
897
898 * buildsym.c (end_symtab): Use preallocated symtab if available.
899 Fill in SYMBOL_SYMTAB.
900 * buildsym.h (struct subfile): Add symtab member.
901 * dwarf2read.c (struct dwarf2_cu): Add line_header.
902 (struct file_entry): Add symtab.
903 (free_cu_line_header): New function.
904 (read_file_scope): Use it. Save line_header in the cu. Process
905 lines before DIEs.
906 (add_file_name): Initialize new symtab member.
907 (dwarf_decode_lines): Create symtabs for included files.
908 (new_symbol): Set SYMBOL_SYMTAB.
909 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
910 (search_symbols): Likewise.
911 * symtab.h (struct symbol): Add symtab member.
912 (SYMBOL_SYMTAB): Define.
913
727da900
DJ
9142007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
915
916 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
917
7b6b9e83
DJ
9182007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
919
920 * arch-utils.c (show_endian): Correct reversed condition.
921
e767400c
JK
9222007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
923
924 * MAINTAINERS (Write After Approval): Add myself.
925
b20d8971
VP
9262007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
927 Vladimir Prus <vladimir@codesourcery.com>
928
929 Fix 'selected frame' varobjs.
930 * varobj.c (struct varobj): Remove the error field.
931 (varobj_set_value): Don't check var->error.
932 (install_new_value): Don't set var->error.
933 (varobj_update): Always pass the new value
934 of the root via install_new_value.
935 (create_child): Don't set error field.
936 (new_variable): Likewise.
937 (c_value_of_root): Always reevaluate the value
938 of selected frame varobjs in the selected frame.
939 Don't call reinit_frame_cache.
940
7ef2b397
JB
9412007-01-15 Joel Brobecker <brobecker@adacore.com>
942
943 * source.c (_initialize_source): Improve the help text of
944 the substitute-path commands.
945
1208538e
MK
9462007-01-14 Mark Kettenis <kettenis@gnu.org>
947
948 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
949 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
950 (frv_skip_prologue): Remove prototypes.
951 (frv_adjust_breakpoint_address): Renamed from
952 frv_gdbarch_adjust_breakpoint_address.
953 (frv_gdbarch_init): Adjust.
954
765f065a
MK
9552007-01-13 Mark Kettenis <kettenis@gnu.org>
956
5e66aab2
MK
957 * gdbarch.sh (deprecated_extract_return_value)
958 (deprecated_store_return_value): Remove.
959 (extract_return_value, store_return_value): Remove default values.
960 * gdbarch.c, gdbarch.h: Regenerate.
961 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
962 (legacy_store_return_value): Remove.
963 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
964 Remove.
965
56178203
MK
966 * mi/mi-main.c: Remove obsolete comment.
967
23303b2e
MK
968 * regcache.c, regcache.h (deprecated_register_bytes)
969 (deprecated_read_register_bytes)
970 (deprecated_write_register_bytes): Remove.
971
765f065a
MK
972 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
973 Don't forget to move destination pointer.
974
610acfff
MK
9752007-01-01 Mark Kettenis <kettenis@gnu.org>
976
977 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
978
12102450
UW
9792007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
980
981 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
982 past entry function with recent newlib.
983
c8b2f53c
VP
9842007-01-11 Vladimir Prus <vladimir@codesourcery.com>
985
986 * gdb.texinfo (GDB/MI Variable Objects): Improve the
987 introduction. Specify -var-update more exactly.
988
d57df5e4
DJ
9892007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
990
991 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
992
03f597d5
JB
9932007-01-10 Jim Blandy <jimb@codesourcery.com>
994
995 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
996 the Global Maintainers' invitation to be a global maintainer.
997
fd48f117
DJ
9982007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
999
1000 * infrun.c (singlestep_pc): New variable.
1001 (resume): Set singlestep_pc.
1002 (context_switch): Add a debugging message. Flush the frame cache.
1003 (handle_inferior_event): Add debugging messages. Handle thread
1004 hops when a software single step has completed. Let context_switch
1005 handle flushing the frame cache.
1006
23181151
DJ
10072007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 * NEWS: Mention target descriptions, "set tdesc filename",
1010 "unset tdesc filename", "show tdesc filename", and
1011 qXfer:features:read.
1012 * arch-utils.c (choose_architecture_for_target): New function.
1013 (gdbarch_info_fill): Call it.
1014 * target-descriptions.c (struct property): Make members non-const.
1015 (struct target_desc): Add arch member.
1016 (target_description_filename): New variable.
1017 (target_find_description): Try via XML first.
1018 (tdesc_architecture): New.
1019 (free_target_description, make_cleanup_free_target_description): New.
1020 (set_tdesc_property): Call xstrdup.
1021 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
1022 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
1023 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
1024 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
1025 * target-descriptions.h (tdesc_architecture)
1026 (make_cleanup_free_target_description, set_tdesc_architecture): New
1027 prototypes.
1028 * Makefile.in (SFILES): Add xml-tdesc.c.
1029 (COMMON_OBS): Add xml-tdesc.o.
1030 (target-descriptions.o): Update.
1031 (xml-tdesc.o): New rule.
1032 * xml-tdesc.c, xml-tdesc.h: New files.
1033 * remote.c (PACKET_qXfer_features): New enum.
1034 (remote_protocol_features): Add qXfer:features:read.
1035 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
1036 (_initialize_remote): Register qXfer:features:read.
1037 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
1038 * features/gdb-target.dtd: New file.
1039
3e9cb5f4
DJ
10402007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1041
1042 * copyright.sh: Clarify error.
1043
818f79f6
DJ
10442007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1045
1046 * symtab.c (matching_bfd_sections): Fix VMA matching for
1047 prelinked objects.
1048
f7a6bb70
DJ
10492007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
1052 nested symbols.
1053
20ac0504
DJ
10542007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1055
1056 Updated copyright notices for most files.
1057
85bb0718
DJ
10582007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1059
1060 * copyright.sh (prunes): Add step-line.inp and step-line.c.
1061
aa28a74e
DJ
10622007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1063
1064 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
1065 exec_prefix.
1066 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
1067 '${prefix}'.
1068 * configure, config.in: Regenerate.
1069 * defs.h (debug_file_directory): Declare.
1070 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
1071 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
1072 relocate it if DEBUGDIR_RELOCATABLE.
1073 * symfile.c (debug_file_directory): Make non-static.
1074 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
1075 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
1076 (_initialize_symfile): Don't initialize debug_file_directory here.
1077
1cfd2c3e
JB
10782007-01-09 Jim Blandy <jimb@codesourcery.com>
1079
1080 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
1081 statements.
1082
5efde112
DJ
10832007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1084
1085 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
1086 frame_unwind_register to recurse.
1087 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
1088 (alpha_heuristic_frame_prev_register): Likewise.
1089 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
1090 * m32c-tdep.c (m32c_prev_register): Likewise.
1091 * frame.c (frame_register_unwind_location): Remove FIXME.
1092
4de1f557
DJ
10932007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1094 Eli Zaretskii <eliz@gnu.org>
1095
1096 * copyright.sh: New file.
1097
ca4ca11e
DJ
10982007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1099
1100 * configure.ac: Check for XML_StopParser.
1101 * xml-support.c (gdb_xml_body_text): Check for an error.
1102 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
1103 (gdb_xml_end_element_wrapper): Likewise.
1104 * config.in, configure: Regenerated.
1105
57e66780
DJ
11062007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1107
1108 * varobj.c (install_new_value): Always update print_value.
1109 (value_get_print_value): Immediately return NULL for missing
1110 values.
1111
b523a1fd
JB
11122007-01-08 Jim Blandy <jimb@codesourcery.com>
1113
1114 * configure.ac: Tighten pattern for extracting value of
1115 DEPRECATED_TM_FILE from the target makefile fragment.
1116 * configure: Regenerated.
1117
3d799a95
DJ
11182007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1119
1120 * linux-nat.c (struct simple_pid_list): Add status.
1121 (add_to_pid_list): Record the PID's status.
1122 (linux_record_stopped_pid): Likewise. Make static.
1123 (pull_pid_from_list): Return the saved status.
1124 (linux_nat_handle_extended): Deleted.
1125 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
1126 Make static. Handle non-SIGSTOP for a new thread's first signal.
1127 (flush_callback): Handle unexpected pending signals.
1128 (linux_nat_wait): Update calls to changed functions.
1129 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
1130 Remove prototypes for newly static functions.
1131
9acbedc0
UW
11322007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
1133
1134 * gdbarch.sh (value_from_register): New gdbarch function.
1135 * gdbarch.c, gdbarch.h: Regenerate.
1136 * findvar.c (default_value_from_register): New function.
1137 (value_from_register): Use gdbarch_value_from_register.
1138 * value.h (default_value_from_register): Declare.
1139 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
1140 spu_value_to_register): Remove.
1141 (spu_value_from_register): New function.
1142 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
1143 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
1144 Call set_gdbarch_value_from_register.
1145 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
1146 s390_value_to_register): Remove.
1147 (s390_value_from_register): New function.
1148 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
1149 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
1150 Call set_gdbarch_value_from_register.
1151
f822c95b
DJ
11522007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1153
1154 * NEWS: Add "set sysroot" and "show sysroot".
1155 * solib.c (solib_absolute_prefix): Delete. Replace
1156 all uses with gdb_sysroot.
1157 (_initialize_solib): Add "set sysroot" and "show sysroot".
1158 Make "solib-absolute-prefix" an alias to it.
1159
00fa51f6
UW
11602007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
1161
1162 * frame.c (get_frame_register_bytes): New function.
1163 (put_frame_register_bytes): Likewise.
1164 * frame.h (get_frame_register_bytes): Declare.
1165 (put_frame_register_bytes): Likewise.
1166 * findvar.c (value_from_register): Always construct lval_register
1167 values. Use get_frame_register_bytes.
1168 * valops.c (value_assign): Use get_frame_register_bytes and
1169 put_frame_register_bytes.
1170
a95c9d06
JB
11712007-01-08 Jim Blandy <jimb@codesourcery.com>
1172
1173 * MAINTAINERS: Update Stan Shebs' email address.
1174
4ed6b5be
JB
11752007-01-07 Joel Brobecker <brobecker@adacore.com>
1176
1177 * ada-lang.c (is_known_support_routine): Improve the implementation.
1178
9bbc9174
JB
11792007-01-06 Joel Brobecker <brobecker@adacore.com>
1180
1181 * ada-lang.c: Add include of source.h.
1182 (is_known_support_routine): Improve the check verifying that the file
1183 associated to this frame exists.
1184 * Makefile.in (ada-lang.o): Add dependency on source.h.
1185
44a81774
JB
11862007-01-07 Jim Blandy <jimb@codesourcery.com>
1187
1188 * ax-general.c (ax_const_l): Select proper opcode for the given
1189 value.
1190
6fe1a487
NR
11912007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1192
1193 * varobj.c (c_value_of_root): Don't select frame if variable
1194 object is out of scope.
1195
3fa6deb5
NR
11962007-01-06 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * varobj.c (struct varobj): New member print_value.
1199 (install_new_value): Compare last printed value with current one
1200 instead of contents.
1201 (new_variable): Initialize var->print_value to NULL.
1202 (free_variable): Free var->print_value.
1203 (value_get_print_value): New function derived from
1204 c_value_of_variable.
1205 (c_value_of_variable): Use value_get_print_value.
1206
92a56b20
JB
12072007-01-05 Joel Brobecker <brobecker@adacore.com>
1208
1209 * i386-tdep.c (i386_analyze_stack_align): Add comment.
1210
0e420bd8
JB
12112007-01-05 Joel Brobecker <brobecker@adacore.com>
1212
1213 * NEWS: Add entries for new catch commands.
1214
b69733ab 12152007-01-05 Joel Brobecker <brobecker@adacore.com>
fa4028e9
JB
1216
1217 * dwarf2read.c (partial_die_info): Add field has_byte_size.
1218 (add_partial_symbol): Correct identification of external references.
1219 (process_structure_scope): Likewise.
1220 (read_partial_die): Handle DW_AT_byte_size attribute.
1221
12222007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
d097fa3e
DJ
1223
1224 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
1225
8e38af42
NR
12262007-01-05 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * varobj.c (get_type_deref): Fix variable objects for references to
1229 pointers.
1230
d1c79ecd
DJ
12312007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1232
1233 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
1234 with no symbols.
1235
e776119f
DJ
12362007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1237
1238 * memory-map.c (struct_memory_map_parsing_data): Remove most
1239 members. Make property_name an array.
1240 (free_memory_map_parsing_data, memory_map_start_element)
1241 (memory_map_end_element, memory_map_character_data): Delete.
1242 (memory_map_start_memory, memory_map_end_memory)
1243 (memory_map_start_property, memory_map_end_property): New functions.
1244 (property_attributes, memory_children, memory_type_enum)
1245 (memory_attributes, memory_map_children, memory_map_elements): New.
1246 (parse_memory_map): Rewrite.
1247 * xml-support.c (debug_xml): New.
1248 (xml_get_required_attribute, xml_get_integer_attribute)
1249 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
1250 Delete.
1251 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
1252 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
1253 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
1254 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
1255 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
1256 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
1257 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
1258 New.
1259 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
1260 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
1261 (enum gdb_xml_element_flag, struct gdb_xml_element)
1262 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
1263 (struct gdb_xml_enum): New.
1264 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
1265 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
1266 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
1267 (xml_get_required_attribute, xml_get_integer_attribute)
1268 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
1269 * Makefile.in (xml_support_h, xml-support.o): Update.
1270
5e572bb4
DJ
12712007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1272
1273 * Makefile.in (eval.o): Update dependencies.
1274 * eval.c: Include "ui-out.h" and "exceptions.h".
1275 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
1276 Use value_zero if an error occurs when avoiding side effects.
1277 * varobj.c (c_value_of_root): Initialize new_val.
1278
74a44383
DJ
12792007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1280
1281 * varobj.c (varobj_list_children): Stop if the number of children is
1282 unknown.
1283 (c_number_of_children):
1284
e8d2d628
MK
12852007-01-04 Mark Kettenis <kettenis@gnu.org>
1286
1287 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
1288 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
1289 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
1290 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
1291 sizeof, instead of hardcoded constants.
1292
c941839d
DJ
12932007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1294
1295 * CONTRIBUTE: Use sourceware.org.
1296
303b6f5d 12972007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2d0720d9 1298
303b6f5d
DJ
1299 * buildsym.c (start_subfile): Handle producer.
1300 (record_producer): New function.
1301 * buildsym.h (struct subfile): Include producer.
1302 (record_producer): New prototype.
1303 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
1304 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
1305 armcc_cfa_offsets_reversed.
1306 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
1307 (dwarf2_frame_find_quirks): New function.
1308 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
1309 (decode_frame_entry_1): Record the CIE version. Record the
1310 augmentation. Skip armcc augmentations.
1311 * dwarf2read.c (read_file_scope): Save the producer.
1312 * symtab.h (struct symtab): Rename unused version member to
1313 producer.
2d0720d9 1314
aa79a185
DJ
13152007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * configure.ac (build_warnings): Use -Wall and
1318 -Wdeclaration-after-statement.
1319 * configure: Regenerated.
1320
bbec2603
VP
13212007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1322
1323 Simplify access to variours properties of child
1324 variable objects in C.
1325 * varobj.c (value_struct_element_index): New function.
1326 (c_describe_child): New function.
1327 (c_name_of_child, c_value_of_child)
1328 (c_type_of_child): Rewrite to use c_describe_child.
1329
28335dcc
VP
13302007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1331
1332 gdb/
1333 * varobj.c: Include "vec.h".
1334 (varobj_p): New typedef, declare vector of those.
1335 (struct varobj): Use vector for the 'children' member.
1336 (child_exists): Remove.
1337 (save_child_in_parent): Remove.
1338 (remove_child_from_parent): Remove.
1339 (struct varobj_child): Remove.
1340 (struct vstack): Remove.
1341 (vpush, vpop): Remove.
1342 (varobj_list_children): Adjust to work work vector.
1343 (varobj_update): Likewise. Use vectors for
1344 working stack and result.
1345 (delete_variable_1): Likewise.
1346 * Makefile.in (varobj.o): Update dependencies.
1347
b2c2bd75
VP
13482007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1349
1350 Port from Apple's version.
1351 gdb/
1352 * varobj.c (type_changeable): Rename to...
1353 (varobj_value_is_changeable_p): ...this. Adjust all callers.
1354 (is_root_p): New function. Use it everywhere.
1355
bdfb3870
JB
13562007-01-04 Jim Blandy <jimb@codesourcery.com>
1357
1358 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
1359 then plain 'fixup'.
1360
5d15052e
JB
13612007-01-04 Joel Brobecker <brobecker@adacore.com>
1362
1363 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
1364
53103997
JB
13652007-01-04 Joel Brobecker <brobecker@adacore.com>
1366
1367 * hpread.c (hpread_type_lookup): Fix compilation failure.
1368
27fd2f50
Q
13692007-01-04 Qinwei <qinwei@sunnorth.com.cn>
1370
1371 * NEWS: New port to S+core.
1372 * MAINTAINERS (Write After Approval, Responsible Maintainers):
1373 Add myself.
1374
1375 * Makefile.in: Add dependencies for S+core files.
1376 * configure.tgt (score*, score-*-*): Add S+core target.
1377 * config/score/embed.mt: New file.
1378 * score-tdep.c: New file.
1379 * score-tdep.h: New file.
1380
a6cfbe68
JB
13812007-01-04 Joel Brobecker <brobecker@adacore.com>
1382
1383 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
1384 the appropriate type rather than a bogus void type.
1385
67cf15b7 13862007-01-04 Joel Brobecker <brobecker@adacore.com>
f7f9143b
JB
1387
1388 * ada-lang.h (ada_find_printable_frame): Remove.
1389 (ada_exception_catchpoint_p, ada_decode_exception_location)
1390 (ada_decode_assert_location): Add declaration.
1391 * ada-lang.c: Add include of annotate.h and valprint.h.
1392 (exception_catchpoint_kind): New enum.
1393 (function_name_from_pc, is_known_support_routine)
1394 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
1395 (ada_exception_name_addr_1, ada_exception_name_addr)
1396 (print_it_exception, print_one_exception, print_mention_exception)
1397 (print_it_catch_exception, print_one_catch_exception)
1398 (print_mention_catch_exception, catch_exception_breakpoint_ops)
1399 (print_it_catch_exception_unhandled)
1400 (print_one_catch_exception_unhandled)
1401 (print_mention_catch_exception_unhandled, print_it_catch_assert)
1402 (print_one_catch_assert, print_mention_catch_assert)
1403 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
1404 (ada_get_next_arg, catch_ada_exception_command_split)
1405 (ada_exception_sym_name, ada_exception_sym_name)
1406 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
1407 (ada_parse_catchpoint_condition, ada_exception_sal)
1408 (ada_decode_exception_location)
1409 (ada_decode_assert_location): New function.
1410 (catch_exception_unhandled_breakpoint_ops): New global variable.
1411 (catch_assert_breakpoint_ops): New global variable.
1412 * breakpoint.c: Add include of ada-lang.h.
1413 (print_one_breakpoint): Do not print the condition for Ada
1414 exception catchpoints.
1415 (create_ada_exception_breakpoint): New function.
1416 (catch_ada_exception_command, catch_assert_command): New function.
1417 (catch_command_1): Add support for the new "catch exception" and
1418 "catch assert" commands.
1419 (_initialize_breakpoint): Add help description for the new catch
1420 commands.
1421 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
1422 valprint.h.
1423 (breakpoint.o): Add dependency on ada-lang.h.
1424
05cfdb42
DJ
14252007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
1426
1427 * coffread.c (cs_to_section): If bfd_section is found, always
1428 return its section index.
1429 (coff_symtab_read): Determine the minimal_symbol_type using the
1430 bfd_section flags.
1431
2e03ee74
DJ
14322007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1433 Daniel Jacobowitz <dan@codesourcery.com>
1434
1435 * Makefile.in (top.o): Update.
1436 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
1437 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
1438 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
1439 New.
1440 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
1441
1c63d086
MK
14422007-01-03 Mark Kettenis <kettenis@gnu.org>
1443
1444 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
1445 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
1446
d5d6fca5
DJ
14472007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1448
1449 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
1450 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
1451 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
1452 greater than or equal to zero.
1453 * m2-typeprint.c (m2_array): Likewise.
1454 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1455 * gdbtypes.c (copy_type_recursive): Correct == typo.
1456 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
1457 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
1458 greater than zero.
1459 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
1460 (default_macro_scope): Remove unused variable.
1461 * prologue-value.h (pv_area_find_reg): Don't name an argument
1462 "register".
1463 * remote-fileio.c (remote_fio_func_map): Add missing braces.
1464 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
1465 type.
1466 (cleanup_sigint_signal_handler): Remove casts.
1467 * valprint.c (val_print): Use a volatile local for the modified
1468 argument.
1469 * varobj.c (languages): Remove extra array dimension.
1470 (varobj_create): Correct access to languages array.
1471 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
1472 missing braces.
1473 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
1474 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
1475 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
1476 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
1477 (mi_cmd_data_write_memory): Likewise.
1478 * signals/signals.c (target_signal_to_string): Cast to int before
1479 comparing.
1480 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
1481 Update all callers.
1482
0d5de010
DJ
14832007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1484
1485 * NEWS: Mention pointer to member improvements.
1486 * Makefile.in (gnu-v3-abi.o): Delete special rule.
1487 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
1488 * ada-valprint.c (ada_print_scalar): Update for new type codes.
1489 * c-typeprint.c (c_print_type): Update for new type codes.
1490 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
1491 (c_type_print_base): Likewise.
1492 (c_type_print_args): Rewrite.
1493 * c-valprint.c (c_val_print): Update for new type codes. Remove
1494 support for references to members. Treat methods like functions.
1495 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
1496 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
1497 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
1498 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
1499 (struct cp_abi_ops): Add corresponding members.
1500 * cp-valprint.c (cp_print_class_method): Delete.
1501 (cp_find_class_member): New function.
1502 (cp_print_class_member): Use it. Simplify support for bogus
1503 member pointers.
1504 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
1505 lookup_methodptr_type.
1506 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
1507 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
1508 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
1509 pointer support.
1510 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
1511 references returned by user defined operators.
1512 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
1513 (f_type_print_varspec_suffix): Remove support for member pointers.
1514 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
1515 and adjusted.
1516 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
1517 (lookup_methodptr_type): New.
1518 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
1519 (recursive_dump_type): Update for new types.
1520 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
1521 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
1522 (lookup_memberptr_type, lookup_methodptr_type)
1523 (smash_to_memberptr_type): New prototypes.
1524 (smash_to_method_type): Formatting fix.
1525 (lookup_member_type, smash_to_member_type): Delete prototypes.
1526 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
1527 Do not rely on debug information for the vptr or the method's
1528 enclosing type. Handle function descriptors for IA64.
1529 (gnuv3_virtual_fn_field): Rewrite using the new functions.
1530 (gnuv3_find_method_in, gnuv3_print_method_ptr)
1531 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
1532 (gnuv3_method_ptr_to_value): New.
1533 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
1534 * hpread.c (hpread_type_lookup): Update for new types.
1535 * infcall.c (value_arg_coerce): Likewise.
1536 * m2-typeprint.c (m2_print_type): Remove explicit support
1537 for member pointers.
1538 * m2-valprint.c (m2_val_print): Likewise.
1539 * p-typeprint.c (pascal_type_print_varspec_prefix)
1540 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
1541 * p-valprint.c (pascal_val_print): Likewise.
1542 (pascal_object_print_class_method, pascal_object_print_class_member):
1543 Delete.
1544 * p-lang.h (pascal_object_print_class_method)
1545 (pascal_object_print_class_member): Delete prototypes.
1546 * stabsread.c (read_type): Update for new types.
1547 * typeprint.c (print_type_scalar): Likewise.
1548 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
1549 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
1550 argument. Construct a pointer to member if the address of a
1551 function or data member is requested.
1552 (value_cast_pointers): Don't modify the input value.
1553 (value_cast): Adjust pointer to member handling for new types.
1554 Allow null pointer to member constants. Don't modify the input
1555 value.
1556 (value_ind): Remove pointer to member check. Handle function
1557 descriptors for function pointers.
1558 (value_struct_elt, value_find_oload_method_list, check_field):
1559 Remove pointer to member checks.
1560 * value.c (unpack_long): Allow pointers to data members.
1561 (value_from_longest): Allow member pointers.
1562 * value.h (value_aggregate_elt): Add want_address.
1563 * varobj.c (c_variable_editable): Remove check for members.
1564 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
1565 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
1566 in virtual tables.
1567 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
1568 * c-lang.h (cp_print_class_method): Delete prototype.
1569 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
1570 * mips-tdep.c (mips_gdbarch_init): Likewise.
1571 * gdbarch.c, gdbarch.h: Regenerated.
1572
d217aaed
MK
15732007-01-01 Mark Kettenis <kettenis@gnu.org>
1574
1575 * rs6000-tdep.c (rs6000_use_struct_convention)
1576 (rs6000_extract_return_value, rs6000_store_return_value)
1577 (rs6000_extract_struct_value_address): Remove.
1578 (rs6000_return_value): New function.
1579 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
1580 store_return_value, deprecated_extract_struct_value_address and
1581 deprecated_use_struct_convention. Use rs6000_return_value
1582 instead.
1583
02296b29
NR
15842007-01-02 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
1587 -display-disable, -display-enable, -display-insert and
1588 -display-list.
1589
b69733ab 15902007-01-01 Joel Brobecker <brobecker@adacore.com>
ce186b30
JB
1591
1592 * breakpoint.c (remove_breakpoint): Remove dead code.
1593
15942007-01-01 Nick Roberts <nickrob@snap.net.nz>
ab9245ed
NR
1595
1596 * varobj.c: Include block.h.
1597 (c_value_of_root): Check scope within nested statements.
1598
9f3a1602
MK
15992007-01-01 Mark Kettenis <kettenis@gnu.org>
1600
1601 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
1602 regcache_cooked_write_signed instead of
1603 deprecated_write_register_bytes.
1604
12349ccd
JB
16052007-01-01 Joel Brobecker <brobecker@adacore.com>
1606
1607 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
1608
8c48ebcf
JB
16092007-01-01 Joel Brobecker <brobecker@adacore.com>
1610
1611 Followed the Start of New Year Procedure:
1612 * ChangeLog-2006: New file, containing all the entries for 2006.
1613 * ChangeLog: Removed all 2006 entries, and changed the reference
1614 to the previous ChangeLog to point to ChangeLog 2006.
1615 * top.c (print_gdb_version): Update copyright year.
1616
154927ff
MK
16172007-01-01 Mark Kettenis <kettenis@gnu.org>
1618
1619 * Makefile.in (remote-sds.o): Remove.
1620 * remote-sds.c: Delete.
1621
8c48ebcf 1622For older changes see ChangeLog-2006.
c906108c
SS
1623\f
1624Local Variables:
1625mode: change-log
1626left-margin: 8
1627fill-column: 74
1628version-control: never
1629End:
This page took 0.877388 seconds and 4 git commands to generate.