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