* infrun.c (proceed): Delete unused local stop_signal.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f3c85de6
DE
12008-12-01 Doug Evans <dje@google.com>
2
3 * infrun.c (proceed): Delete unused local stop_signal.
4
a80b95ba
TG
52008-11-27 Tristan Gingold <gingold@adacore.com>
6
7 * NEWS: Add entry for new native configuration: Darwin.
8 * configure.host: Add Darwin host.
9 * configure.tgt: Add Darwin target.
10 * defs.h (enum gdb_osabi): Add GDB_OSABI_DARWIN.
11 * osabi.c (gdb_osabi_names): Add name for Darwin abi.
12 * i386-darwin-nat.c: New file.
13 * i386-darwin-tdep.c: New file.
14 * machoread.c: New file.
15 * darwin-nat-info.c: New file.
16 * darwin-nat.c: New file.
17 * darwin-nat.h: New file.
18 * darwin.defs: New file.
19 * config/i386/darwin.mh: New file.
20
5a85c521
TG
212008-11-26 Tristan Gingold <gingold@adacore.com>
22
23 * MAINTAINERS: Add myself for write after approval privileges.
24
3e3d7139
JG
252008-11-26 Jerome Guitton <guitton@adacore.com>
26
27 * value.h (allocate_value_lazy): New function declaration.
28 (value_free): Remove macro, make it a function.
29 * value.c (value): Move actual content outside of the memory space
30 of the struct; add a pointer to this actual content.
31 (allocate_value_lazy, allocate_value_contents): New function.
32 (allocate_value): Reimplement using these two new functions.
33 (value_contents_raw, value_contents_all_raw): If no memory
34 has been allocated yet for the actual content, allocate it.
35 (value_contents_all): Resync with struct value's changes.
36 (value_free): New function.
37 (value_copy, value_primitive_field): Use new function
38 allocate_value_lazy to allocate lazy values.
39 (value_change_enclosing_type): Resync with struct value's changes.
40 As the value is not reallocated, remove the special handling for
41 the value chain (now obsolete).
42 * valops.c (value_at_lazy): Use new function allocate_value_lazy.
43 (value_fetch_lazy): Allocate value content. Use allocate_value_lazy
44 to allocate lazy values.
45 (value_slice): Use allocate_value_lazy to allocate lazy values.
46
939c61fa
JK
472008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 Fix automatic restoration of breakpoints memory for ia64.
50 * ia64-tdep.c: New #if check on BREAKPOINT_MAX vs. BUNDLE_LEN.
51 (ia64_memory_insert_breakpoint): New comment part for SHADOW_CONTENTS
5f019e58 52 content. Remove variable instr. New variable cleanup. Disable
939c61fa
JK
53 automatic breakpoints restoration. PLACED_SIZE and SHADOW_LEN are now
54 set larger, to BUNDLE_LEN - 2. Variable `bundle' type update. Return
55 error if even just final target_write_memory has failed.
56 (ia64_memory_remove_breakpoint): Rename variables bundle to bundle_mem
57 and instr to instr_saved. New variables bundle_saved and
58 instr_breakpoint. Comment new reasons why we need to disable automatic
59 restoration of breakpoints. Assert PLACED_SIZE and SHADOW_LEN. New
60 check of the original memory content. Return error if even just final
61 target_write_memory has failed.
62 (ia64_breakpoint_from_pc): Implement the emulation of permanent
63 breakpoints compatible with current bp_loc_is_permanent.
64 (template_encoding_table): Make it `const'.
65 * breakpoint.c (bp_loc_is_permanent): Support unsupported software
66 breakpoints. New variables `cleanup' and `retval'.
939c61fa 67
8acb6b92
TT
682008-11-24 Tom Tromey <tromey@redhat.com>
69
70 * ada-lang.c (value_from_contents_and_address): Move...
71 * value.c: ... here.
72 * ada-lang.h (value_from_contents_and_address): Move
73 declaration...
74 * value.h: ... here.
75
f9e31323
TT
762008-11-24 Paul Pluzhnikov <ppluzhnikov@google.com>
77
78 * valprint.c (val_print_array_elements): Pass correct
79 element address to val_print.
80
a0b7aece
JK
812008-11-24 Jan Kratochvil <jan.kratochvil@redhat.com>
82
83 Fix access of an already freed memory.
84 * parse.c (parse_field_expression): Call xstrdup on `*name'.
85 * completer.c (expression_completer): Free fieldname.
86
d962ef82
DJ
872008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
88
89 PR gdb/2474
90 * remote.c (remote_read_description_p): New function.
91 (remote_start_remote): Try to fetch the target description
92 before adding shared libraries. Try again later if the
93 target is running but stopped.
94 (remote_open_1): Mark extended targets as exited by default.
95 (remote_read_description): Check target_has_execution.
96
88828b32
JG
972008-11-24 Jerome Guitton <guitton@adacore.com>
98
99 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Use
100 the frame address in block instead of the return address to
101 locate the mdebug PDR of the frame.
102
d81191fc
JB
1032008-11-21 Joel Brobecker <brobecker@adacore.com>
104
105 Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
106
107 * breakpoint.h (enum bpstat_what_main_action): Remove
108 BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
109 * breakpoint.c (bpstat_what): Delete catch_shlib_event from enum class.
110 Remove the BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK column from
111 variable table.
112 * infrun.c (wait_for_inferior): Remove handling of
113 BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
114
a9322a30
TT
1152008-11-21 Tom Tromey <tromey@redhat.com>
116
117 * configure: Rebuild.
118 * configure.ac: Merge calls to AC_CHECK_FUNCS, AC_CHECK_HEADERS,
119 AC_CHECK_DECLS, and AC_CHECK_MEMBERS.
120
ca30a762
TT
1212008-11-21 Tom Tromey <tromey@redhat.com>
122
123 * python/python-internal.h (PyGILState_Ensure): New define.
124 (PyGILState_Release): Likewise.
125 (PyEval_InitThreads): Likewise.
126 (PyThreadState_Swap): Likewise.
127 (PyEval_InitThreads): Likewise.
128 * python/python.c (_initialize_python): Initialize threads.
129 Release GIL.
130 (eval_python_from_control_command): Acquire GIL.
131 (python_command): Likewise.
132 * python/python-internal.h (make_cleanup_py_restore_gil):
133 Declare.
134 * python/python-utils.c (py_gil_restore): New function.
135 (make_cleanup_py_restore_gil): Likewise.
136
d2bf72c0
DE
1372008-11-20 Doug Evans <dje@google.com>
138
139 * frame.c (frame_debug_got_null_frame): Remove file arg.
140 All callers updated.
141
c7e8a53c
PA
1422008-11-20 Pedro Alves <pedro@codesourcery.com>
143
144 * infrun.c (resume): If following a fork, also reset regcache,
145 gdbarch and pc.
146
e2fd701e
DE
1472008-11-20 Doug Evans <dje@google.com>
148
149 * printcmd.c (sym_info): Don't print the offset if it's zero.
150
607cecd2
PA
1512008-11-20 Pedro Alves <pedro@codesourcery.com>
152
153 * infrun.c (resume): If following a fork, reread the current
154 thread. Avoid dereferencing a possibly dangling pointer.
155
642fd101
DE
1562008-11-19 Doug Evans <dje@google.com>
157
158 * inferior.h (proceed_to_finish): Delete, unused.
159 (stop_registers): Tweak comment.
160 * infrun.c (stop_registers): Tweak comment.
161
9bc7b6c6
KB
1622008-11-19 Kevin Buettner <kevinb@redhat.com>
163
164 * frv-tdep.c (frv_skip_main_prologue): New function.
165 (frv_gdbarch_init): Register frv_skip_main_prologue.
166 * solib-frv.c (fetch_loadmap): Return early when no segments are
167 found.
168 (frv_relocate_main_executable): Return early when both interpreter
169 and executable loadmap addresses are zero.
170
d0107bb6
BW
1712008-11-19 Bob Wilson <bob.wilson@acm.org>
172
173 * xtensa-config.c (rmap): Remove entries for ar32 through ar63. Add
174 threadptr, scompare1, mmid, epc5, epc6, epc7, eps5, eps6, eps7,
175 excsave5, excsave6, excsave7, cpenable, and vecbase registers.
176 (xtensa_submask0, xtensa_submask1, xtensa_submask2)
177 (xtensa_submask3, xtensa_submask4, xtensa_submask5, xtensa_submask6)
178 (xtensa_submask7, xtensa_submask8, xtensa_submask9, xtensa_submask10)
179 (xtensa_submask11, xtensa_submask12, xtensa_submask13, xtensa_submask14)
180 (xtensa_submask15): Adjust register numbers.
181 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
182 (xtensa_regmap_table): Add entry for scompare1.
183 * regformats/reg-xtensa.dat: Remove ar32 through ar63. Add threadptr
184 and scompare1.
185
6e5abd65
PA
1862008-11-19 Pedro Alves <pedro@codesourcery.com>
187
188 * remote.c (escape_buffer): New.
189 (putpkt_binary, read_frame, getpkt_or_notif_sane_1): Use it. Make
190 sure debug output printing a packet buffer goes through a single
191 fprintf_unfiltered call.
192 * utils.c (vfprintf_unfiltered): If outputting timestamps, end
193 output with a newline if it wasn't going to already.
194
15c99a44
PP
1952008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
196
197 * maint.c (maintenance_translate_address): Fix a buglet.
198
2c4ad781
TJB
1992008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
200
201 * features/Makefile (rs6000/powerpc-isa205-32l-expedite,
202 rs6000/powerpc-isa205-altivec32l-expedite,
203 powerpc-isa205-vsx32l-expedite, rs6000/powerpc-isa205-64l-expedite,
204 rs6000/powerpc-isa205-altivec64l-expedite,
205 powerpc-isa205-vsx64l-expedite): New variables.
206 * regformats/rs6000/powerpc-isa205-32l.dat: Generate.
207 * regformats/rs6000/powerpc-isa205-altivec32l.dat: Generate.
208 * regformats/rs6000/powerpc-isa205-vsx32l.dat: Generate.
209 * regformats/rs6000/powerpc-isa205-64l.dat: Generate.
210 * regformats/rs6000/powerpc-isa205-altivec64l.dat: Generate.
211 * regformats/rs6000/powerpc-isa205-vsx64l.dat: Generate.
212
69abc51c
TJB
2132008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
214
215 * ppc-linux-nat.c (ppc_register_u_addr): Add special case to return
216 offset for full 64-bit slot of FPSCR when in 32-bits.
217 (ppc_linux_read_description): Return target description with 64-bit
218 FPSCR when inferior is running on an ISA 2.05 or later processor.
219 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Call
220 initialize_tdec_powerpc_isa205_32l,
221 initialize_tdec_powerpc_isa205_altivec32l,
222 initialize_tdec_powerpc_isa205_vsx32l,
223 initialize_tdec_powerpc_isa205_64l,
224 initialize_tdec_powerpc_isa205_altivec64l and
225 initialize_tdec_powerpc_isa205_vsx64l.
226 * ppc-linux-tdep.h: Add external declaration for
227 tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l,
228 tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_64l,
229 tdesc_powerpc_isa205_altivec64l and tdesc_powerpc_isa205_vsx64l.
230 * features/rs600/powerpc-fpu-isa205.xml: New file.
231 * features/rs600/powerpc-isa205-32l.xml: New file.
232 * features/rs600/powerpc-isa205-64l.xml: New file.
233 * features/rs600/powerpc-isa205-altivec32l.xml: New file.
234 * features/rs600/powerpc-isa205-altivec64l.xml: New file.
235 * features/rs600/powerpc-isa205-vsx32l.xml: New file.
236 * features/rs600/powerpc-isa205-vsx64l.xml: New file.
237 * features/rs600/powerpc-isa205-32l.c: Generate.
238 * features/rs600/powerpc-isa205-64l.c: Generate.
239 * features/rs600/powerpc-isa205-altivec32l.c: Generate.
240 * features/rs600/powerpc-isa205-altivec64l.c: Generate.
241 * features/rs600/powerpc-isa205-vsx32l.c: Generate.
242 * features/rs600/powerpc-isa205-vsx64l.c: Generate.
243
c14c28ba
PP
2442008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
245
246 * objfiles.h: New MULTI_OBJFILE_P macro.
247 * printcmd.c (sym_info): Print object name.
248 * maint.c (maintenance_translate_address): Likewise.
249
d5cbbe6e
JB
2502008-11-18 Joel Brobecker <brobecker@adacore.com>
251
252 * NEWS: Document the removal of "catch load" and "catch unload".
253
2e74121d
DE
2542008-11-17 Doug Evans <dje@google.com>
255
256 * infcall.c (call_function_by_hand): Fix punctuation and capitalization
257 on error messages.
258
a7212384
UW
2592008-11-17 Ulrich Weigand <uweigand@de.ibm.com>
260
261 PR gdb/2250
262 * infrun.c (clear_proceed_status_thread): New function.
263 (clear_proceed_status_callback): New function.
264 (clear_proceed_status): In all-stop mode, clear per-thread
265 proceed status of *all* threads, not only the current.
266 (handle_inferior_event): In all-stop mode, if we're stepping
267 one thread, but got some inferior event in another thread
268 that does not cause GDB to break to the user interface,
269 ensure the interrupted stepping operation continues in the
270 original thread.
271 (currently_stepping): Move thread-related tests to ...
272 (currently_stepping_thread): ... this new function.
273 (currently_stepping_callback): New function.
274
66bb093b
VP
2752008-11-17 Vladimir Prus <vladimir@codesourcery.com>
276
277 Implement =thread-selected notification.
278
279 * mi/mi-common.h (struct mi_interp): New, moved from ...
280 * mi/mi-interp.c: ...here.
281 * mi/mi-main.c (mi_execute_command): If the thread changed
282 as result of command, report that.
283
8dd4f202
VP
2842008-11-17 Vladimir Prus <vladimir@codesourcery.com>
285
286 Implement continue/interrupt of thread groups.
287
288 * mi/mi-main.c (proceed_thread_callback): New.
289 (mi_cmd_exec_continue): If --thread-group is specified, resume all
290 threads in that group.
291 (interrupt_thread_callback): New.
292 (mi_cmd_exec_interrupt): If --thread-group is specified, interrupt
293 all threads in that group.
294
6418d433
VP
2952008-11-17 Vladimir Prus <vladimir@codesourcery.com>
296
297 Implement '-target-detach pid'.
298
299 * infcmd.c (detach_command): Make nonstatic.
300 * inferior.h (detach_command): Declare.
301 * mi/mi-cmds.c (mi_cmds): Don't route -target-detach via CLI.
302 * mi/mi-cmds.h (mi_cmd_target_detach): Declare.
303 * mi/mi-main.c (find_thread_of_process, mi_cmd_target_detach): New.
304
3d043ef6
VP
3052008-11-17 Vladimir Prus <vladimir@codesourcery.com>
306
307 Include group-id in thread-created notification.
308
309 * mi/mi-interp.c (mi_new_thread, mi_thread_exit): Include
310 group id in the output.
311
4a92f99b
VP
3122008-11-17 Vladimir Prus <vladimir@codesourcery.com>
313
314 Notification for attach/detach.
315
316 * inferior.c: Call the process observers.
317 * mi/mi-interp.c (mi_new_inferior, mi_inferior_exit): New.
318 (mi_interpreter_init): Register the above.
319
3ee1c036
VP
3202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
321
322 Implement -list-thread-groups.
323
324 * thread.c (print_thread_info): New parameter pid, to print
325 threads of specific process.
326 * gdbthread.h (print_thread_info): New parameter pid.
327 * mi/mi-cmds.c (mi_cmds): Register -list-thread-groups.
328 * mi/mi-cmds.h (mi_cmd_list_thread_groups): New.
329 * mi/mi-main.c (mi_cmd_thread_info): Adjust.
330 (print_one_process, mi_cmd_list_thread_groups): New.
331
283de25f
JB
3322008-11-16 Joel Brobecker <brobecker@adacore.com>
333
334 Remove some unused macros related to the old load/unload catchpoints.
335
336 * breakpoint.c (SOLIB_LOADED_LIBRARY_PATHNAME)
337 (SOLIB_UNLOADED_LIBRARY_PATHNAME, SOLIB_CREATE_CATCH_LOAD_HOOK)
338 (SOLIB_CREATE_CATCH_UNLOAD_HOOK): Delete. No longer used.
339
533be4dd
JB
3402008-11-16 Joel Brobecker <brobecker@adacore.com>
341
342 Remove support for catch load and catch unload commands.
343
344 * breakpoint.h (enum bptype): Remove bp_catch_load and bp_catch_unload.
345 (struct breakpoint): Remove fields dll_pathname and
346 triggered_dll_pathname.
347 (bpstat_get_triggered_catchpoints, ep_is_shlib_catchpoint): Delete.
348 * breakpoint.c (ep_is_catchpoint): Remove handling of
349 bp_catch_load and bp_catch_unload.
350 (print_it_typical, bpstat_check_location, bpstat_what)
351 (print_one_breakpoint_location, print_one_breakpoint_location)
352 (user_settable_breakpoint, allocate_bp_location)
353 (set_raw_breakpoint_without_location, mention, delete_breakpoint,
354 (breakpoint_re_set_one, disable_command, enable_command): Likewise.
355 (ep_is_shlib_catchpoint, bpstat_get_triggered_catchpoints)
356 (catch_load_command_1, catch_unload_command_1): Delete.
357 (_initialize_breakpoint): Remove the "catch load" and "catch unload"
358 command creation.
359 * infrun.c (handle_inferior_event): Remove the handling of
360 load/unload catchpoint events.
361
59205f5a
JB
3622008-11-15 Joel Brobecker <brobecker@adacore.com>
363
364 From Jerome Guitton <guitton@adacore.com>
365 * dwarf2read.c (dwarf2_debug_line_missing_end_sequence_complaint):
366 New function.
367 (dwarf_decode_lines): Detect null file numbers. Detect the end of
368 the line program sequence when no end sequence is emitted.
369
96967637
JB
3702008-11-15 Joel Brobecker <brobecker@adacore.com>
371
372 * ada-lang.c (ada_evaluate_subexp): Improve handling of integer
373 type dereferencing.
374
da8bd9a3
DJ
3752008-11-15 Daniel Jacobowitz <dan@codesourcery.com>
376
377 * NEWS: Mention sparc64-linux-gnu gdbserver support.
378
dfb64f85
DJ
3792008-11-14 Daniel Gutson <dgutson@codesourcery.com>
380
381 * configure.tgt (sparc64-*-linux*): Added gdbserver support.
382 * regformats/reg-sparc64.dat: New file.
383
59669435
TT
3842008-11-14 Tom Tromey <tromey@redhat.com>
385
386 PR mi/2549:
387 * mi/mi-main.c (get_register): Use get_formatted_print_options.
388
06be140c
JB
3892008-11-13 Joel Brobecker <brobecker@adacore.com>
390
391 * printcmd.c: define PRINTF_HAS_LONG_LONG only if not yet defined.
392
759cc328
UW
3932008-11-13 Ulrich Weigand <uweigand@de.ibm.com>
394
395 * auxv.c (fprint_target_auxv): Handle AT_BASE_PLATFORM and
396 AT_EXECFN. Re-sort AT_SECURE.
397
73e113d4
JK
3982008-11-13 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * monitor.c (monitor_insert_breakpoint): Remove unused variable `bp'.
401
c31ad2a1
JB
4022008-11-13 Joel Brobecker <brobecker@adacore.com>
403
404 * ia64-tdep.c: Remove commented out #define.
405
84290f2f
JB
4062008-11-12 Joel Brobecker <brobecker@adacore.com>
407
408 From Joel Sherrill <joel.sherrill@oarcorp.com>
409 * remote-sim.c (gdbsim_mourn_inferior): Use "target" parameter
410 instead of the "gdbsim_ops" global.
411
de04a248
DE
4122008-11-11 Doug Evans <dje@google.com>
413
414 * infcall.c (call_function_by_hand): Handle inferior exit.
415
3c8b2eda
TJB
4162008-11-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
417
418 * remote-sim.c (gdbsim_create_inferior, gdbsim_mourn_inferior): Add
419 missing struct target_ops argument.
420
f5d9a292
JS
4212008-11-11 Joel Sherrill <joel.sherrilL@oarcorp.com>
422
423 * MAINTAINERS: Add myself for write after approval privileges.
424
de8ee0e2
TT
4252008-11-10 Tom Tromey <tromey@redhat.com>
426
427 * gdbtypes.c (copy_type_recursive): Clear new fields.
428
b03a6ea4
TT
4292008-11-10 Tom Tromey <tromey@redhat.com>
430
431 * cli/cli-cmds.c (source_script): Clean up full_pathname. Run
432 cleanups on early return.
433
136d6dae
VP
4342008-11-09 Vladimir Prus <vladimir@codesourcery.com>
435
436 Kill pthread_ops_hack
437
438 * target.h (struct target_ops): Make to_attach, to_detach,
439 to_create_inferior and to_mourn_inferior accept a pointer
440 to struct target_ops.
441 (target_attach, target_create_inferior, target_create_inferior):
442 Convert from macros to function. Find the right target to
443 invoke a method of.
444 (find_default_attach, find_default_create_inferior): New parameter
445 ops.
446 * corefile.c (core_file_command): Pass target to to_detach.
447 * corelow.c (core_detach): Add 'ops' parameter.
448 * fork-child.c (fork_inferior): Return the pid. Allow
449 init_trace_fun to be NULL.
450 * inf-ptrace (ptrace_ops_hack): Remove.
451 (inf_ptrace_him): Remove, moving all logic into....
452 (inf_ptrace_create_inferior): ... here. Push the target
453 passed as parameter.
454 (inf_ptrace_mourn_inferior, inf_ptrace_attach, inf_ptrace_detach):
455 Push/pop target passed as parameter, no ptrace_ops_hack.
456 (inf_ptrace_target): Don't remember result.
457 * inferior.h (fork_inferior): Adjust prototype.
458 * linux-nat.c (linux_nat_create_inferior, linux_nat_attach)
459 (linux_nat_detach, linux_nat_mourn_inferior): New parameter ops.
460 Pass it to linux_ops target.
461 * linux-thread-db.c (thread_db_detach, thread_db_mourn_inferior):
462 New parameter ops. Pass it to the target beneath.
463 * remote.c (remote_mourn, extended_remote_mourn, remote_detach)
464 (extended_remote_create_inferior): New parameter ops. Pass it
465 further.
466 * target.c (debug_to_attach, debug_to_detach)
467 (debug_to_mourn_inferior): New parameter ops.
468 (target_create_inferior): New.
469 (update_current_target): Do not inherit to_attach, to_detach,
470 to_create_inferiour, to_mourn_inferior. Do not default
471 to_detach and to_mourn_inferior.
472 (target_detach): Find the right target to use.
473 (target_mourn_inferior): New.
474 (find_default_attach, find_default_create_inferior): New parameter
475 ops. Pass the found target when calling its method.
476 (init_dummy_target): Provide fallback definition of to_detach.
477 (target_attach): New.
478 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
479 (debug_to_mourn_inferiour): New parameter ops.
480 * aix-thread.c: Adjust.
481 * bsd-uthread.c: Adjust.
482 * gnu-nat.c: Adjust.
483 * go32-nat.c: Adjust.
484 * hpux-thread.c: Adjust.
485 * inf-ttrace.c: Ajust.
486 * monitor.c: Adjust.
487 * nto-procfs.c: Adjust.
488 * procfs.c: Adjust.
489 * remote-m32r-sdi.c: Adjust.
490 * remote-mips.c: Adjust.
491 * remote-sim.c: Adjust.
492 * rs6000-nat.c: Adjust.
493 * sol-thread.c: Adjust.
494 * win32-nat.c: Adjust.
495 * dec-thread.c: Adjust.
496
ed406532
VP
4972008-11-09 Vladimir Prus <vladimir@codesourcery.com>
498
499 * thread.c (print_thread_info): Eliminate now useless checks
500 for exited threads.
501
48fb2d97
PA
5022008-11-06 Pedro Alves <pedro@codesourcery.com>
503
504 * i386-dicos-tdep.c (i386_dicos_init_abi): Set decr_pc_after_break
505 to 0.
506
29c87f7f
PA
5072008-11-05 Pedro Alves <pedro@codesourcery.com>
508
509 * remote.c (notice_new_inferiors): Add a new inferior only when
510 we're going to add a new thread.
511
e0ba6746
PA
5122008-11-05 Pedro Alves <pedro@codesourcery.com>
513
514 * defs.h (add_inferior_continuation)
515 (do_all_inferior_continuations)
516 (discard_all_inferior_continuations): Declare.
517 * utils.c (add_inferior_continuation)
518 (do_all_inferior_continuations)
519 (discard_all_inferior_continuations): New.
520 * inferior.h (struct inferior) <continuations>: New field.
521 * inferior.c (free_inferior): Discard all the inferior
522 continuations.
523 * inf-loop.c (inferior_event_handler): Do all current inferior
524 continuations.
525 * infcmd.c (attach_command): Register an inferior continuation
526 instead of a thread continuation.
527 * infrun.c (handle_inferior_event): If stop_soon is
528 STOP_QUIETLY_NO_SIGSTOP, also expect a TARGET_SIGNAL_0.
529
d3fd5342
PA
5302008-11-04 Pedro Alves <pedro@codesourcery.com>
531
532 * inf-loop.c (inferior_event_handler): On INF_ERROR and
533 INF_REG_EVENT throwing, don't call target_async or pop_target.
534 Call pop_all_targets_above.
535 * remote.c (remote_close): Call remote_terminal_ours. Don't call
536 signal or target_async.
537
1c9f699c
DJ
5382008-11-04 Daniel Jacobowitz <dan@codesourcery.com>
539
540 * eval.c (evaluate_subexp_standard): Assert that there is at
541 least one array dimension.
542
cb0362bb
VP
5432008-11-03 Vladimir Prus <vladimir@codesourcery.com>
544
545 Make attach_command exception-safe
546 * infcmd.c (attach_command): Call async_enable_stdin
547 if exception is thrown.
548
9bc9e927
PA
5492008-11-03 Pedro Alves <pedro@codesourcery.com>
550
551 * gdbarch.sh (has_global_solist): Mention global breakpoints.
552 * gdbarch.h: Regenerate.
553
50c71eaf
PA
5542008-11-03 Pedro Alves <pedro@codesourcery.com>
555
556 * remote.c (remote_start_remote): If the solib list is global,
557 fetch libraries and insert breakpoints after connecting.
558 * infcmd.c (post_create_inferior): If the solist is shared between
559 inferiors, no need to refetch it on every new inferior.
560 (detach_command): If the shared library list is shared between
561 inferiors, then don't clear it on every inferior detach.
562 * gdbarch.sh (has_global_solist): New.
563 * i386-dicos-tdep.c (i386_dicos_init_abi): Set
564 gdbarch_has_global_solist.
565 * target.c (target_pre_inferior): If the shared library list is
566 shared between inferiors, then don't clear it here, neither
567 invalidate the memory regions or clear the target description.
568 (target_detach): If the shared library list is shared between
569 inferiors, then don't remove breakpoints from the target here.
570 (target_disconnect): Comment.
571 * solib.c (update_solib_list): Check for null_ptid.
572 * breakpoint.c (insert_breakpoints, update_global_location_list):
573 If the shared library list is shared between inferiors, insert
574 breakpoints even if there's no execution.
575 (breakpoint_init_inferior): If the shared library list is shared
576 between inferiors, don't delete breakpoints or mark them
577 uninserted here.
578
579 * gdbarch.c, gdbarch.h: Regenerate.
580
2fdf0e42
PA
5812008-10-31 Pedro Alves <pedro@codesourcery.com>
582
583 * inferior.h (inferior_ignoring_leading_exec_events): Delete
584 declaration.
585
3990c31b
PA
5862008-10-31 Pedro Alves <pedro@codesourcery.com>
587
588 * inferior.h (write_inferior_status_register): Delete.
589 * infrun.c (write_inferior_status_register): Delete.
590
2a2546f0 5912008-10-30 Tom Tromey <tromey@redhat.com>
f3134b88
TT
592
593 * value.c (coerce_array): Use check_typedef.
594
2a2546f0 5952008-10-30 Tom Tromey <tromey@redhat.com>
724b958c
TT
596
597 * cli/cli-logging.c (handle_redirections): Make a cleanup.
598 * reggroups.c (maintenance_print_reggroups): Make a cleanup.
599 * regcache.c (regcache_print): Make a cleanup.
600 * maint.c (maintenance_print_architecture): Make a cleanup.
601 * dummy-frame.c (maintenance_print_dummy_frames): Make a cleanup.
602
a05016c0
TT
6032008-10-30 Tom Tromey <tromey@redhat.com>
604
605 * utils.c (make_cleanup_close): Use make_cleanup_dtor.
606 (do_close_cleanup): Don't free 'fd'.
607
2a2546f0 6082008-10-30 Tom Tromey <tromey@redhat.com>
9fe4a216
TT
609
610 * source.c (symtab_to_fullname): Test 'r >= 0'.
611 (psymtab_to_fullname): Likewise.
612 (get_filename_and_charpos): Make a cleanup.
613 (forward_search_command): Likewise.
614 (reverse_search_command): Likewise.
615 * exec.c (exec_file_attach): Close scratch_chan on failure.
616 * nto-procfs.c (procfs_open): Make a cleanup.
617 (procfs_pidlist): Likewise.
618 (do_closedir_cleanup): New function.
619
c2226152
AS
6202008-10-30 Andreas Schwab <schwab@suse.de>
621
622 * infcmd.c (construct_inferior_arguments): Handle newlines
623 specially.
624
fe798b75
JB
6252008-10-30 Joel Brobecker <brobecker@adacore.com>
626
627 * breakpoint.h (enum bptype): Delete bp_catch_exec.
628 * breakpoint.c (insert_catchpoint): Remove handling for
629 bp_catch_exec breakpoint kinds.
630 (insert_bp_location, update_breakpoints_after_exec, remove_breakpoint)
631 (ep_is_catchpoint, print_it_typical, bpstat_check_location),
632 (bpstat_check_location, bpstat_what, print_one_breakpoint_location)
633 (print_one_breakpoint_location, user_settable_breakpoint)
634 (breakpoint_address_is_meaningful, adjust_breakpoint_address)
635 (allocate_bp_location, mention, breakpoint_re_set_one)
636 (disable_command, enable_command): Likewise.
637 (create_exec_event_catchpoint): Delete.
638 (insert_catch_exec, remove_catch_exec, breakpoint_hit_catch_exec)
639 (print_it_catch_exec, print_one_catch_exec, print_mention_catch_exec):
640 New functions.
641 (catch_exec_breakpoint_ops): New static global.
642 (catch_exec_command_1): Use create_catchpoint instead of
643 create_exec_event_catchpoint to create the exec catchpoint.
644
f154cae1
TT
6452008-10-28 Tom Tromey <tromey@redhat.com>
646
647 * Makefile.in (SUBDIR_CLI_OBS): Don't mention cli-utils.o.
648 (SUBDIR_CLI_DEPS): Don't mention cli-utils.c.
649 (HFILES_NO_SRCDIR): Don't mention cli-utils.h.
650 (cli-utils.o): Remove.
651 * cli/cli-utils.c: Remove.
652 * cli/cli-utils.h: Remove.
653
79a45b7d
TT
6542008-10-28 Tom Tromey <tromey@redhat.com>
655
656 * varobj.c (value_get_print_value): Include valprint.h.
657 (value_get_print_value): Use get_formatted_print_options.
658 * value.h (struct value_print_options): Declare.
659 (value_print, val_print, common_val_print, val_print_string):
660 Update.
661 * value.c: Include valprint.h.
662 (show_values): Use get_user_print_options.
663 (show_convenience): Likewise.
664 * valprint.h (prettyprint_arrays, prettyprint_structs): Don't
665 declare.
666 (struct value_print_options): New type.
667 (vtblprint, unionprint, addressprint, objectprint, print_max,
668 inspect_it, repeat_count_threshold, output_format,
669 stop_print_at_null): Don't declare.
670 (user_print_options, get_user_print_options,
671 get_raw_print_options, get_formatted_print_options): Declare.
672 (print_array_indexes_p): Don't declare.
673 (maybe_print_array_index, val_print_array_elements): Update.
674 * valprint.c (print_max): Remove.
675 (user_print_options): New global.
676 (get_user_print_options, get_raw_print_options,
677 get_formatted_print_options): New functions.
678 (print_array_indexes, repeat_count_threshold, stop_print_at_null,
679 prettyprint_structs, prettyprint_arrays, unionprint,
680 addressprint): Remove.
681 (val_print): Remove format, deref_ref, pretty arguments; add
682 options. Update.
683 (common_val_print): Likewise.
684 (print_array_indexes_p): Remove.
685 (maybe_print_array_index): Remove format, pretty arguments; add
686 options. Update.
687 (val_print_array_elements): Remove format, deref_ref, pretty
688 arguments; add options. Update.
689 (val_print_string): Add options argument. Update.
690 (_initialize_valprint): Use user_print_options.
691 (output_format): Remove.
692 (set_output_radix_1): Use user_print_options.
693 * typeprint.c: Include valprint.h.
694 (objectprint): Don't declare.
695 (whatis_exp): Use get_user_print_options.
696 * tui/tui-regs.c: Include valprint.h.
697 (tui_register_format): Use get_formatted_print_options.
698 * tracepoint.c: Include valprint.h.
699 (addressprint): Don't declare.
700 (trace_mention): Use get_user_print_options.
701 (tracepoints_info): Likewise.
702 * stack.c (print_frame_args): Use get_raw_print_options.
703 (print_frame_info): Use get_user_print_options.
704 (print_frame): Likewise.
705 * sh64-tdep.c: Include valprint.h
706 (sh64_do_register): Use get_formatted_print_options.
707 * scm-valprint.c (scm_inferior_print): Remove format, deref_ref,
708 pretty arguments; add options.
709 (scm_scmlist_print): Likewise. Update.
710 (scm_scmval_print): Likewise.
711 (scm_val_print): Likewise.
712 (scm_value_print): Remove format, pretty arguments; add options.
713 Update.
714 * scm-lang.h (scm_value_print, scm_val_print, scm_scmval_print):
715 Update.
716 * scm-lang.c (scm_printstr): Add options argument.
717 * python/python-value.c: Include valprint.h.
718 (valpy_str): Use get_user_print_options.
719 * printcmd.c: Include valprint.h.
720 (addressprint): Don't declare.
721 (inspect_it): Remove.
722 (print_formatted): Remove format option; add options. Update.
723 (print_scalar_formatted): Likewise.
724 (print_address_demangle): Use get_user_print_options.
725 (do_examine): Use get_formatted_print_options.
726 (print_command_1): Likewise.
727 (output_command): Use get_formatted_print_options.
728 (do_one_display): Likewise.
729 (print_variable_value): Use get_user_print_options.
730 * p-valprint.c (pascal_val_print): Remove format, deref_ref,
731 pretty arguments; add options. Update.
732 (pascal_value_print): Remove format, pretty arguments; add
733 options. Update.
734 (vtblprint, objectprint): Don't declare.
735 (pascal_static_field_print): Remove.
736 (pascal_object_print_value_fields): Remove format, pretty
737 arguments; add options. Update.
738 (pascal_object_print_static_field): Likewise.
739 (_initialize_pascal_valprint): Use user_print_options. Update.
740 * p-lang.h (pascal_val_print, pascal_value_print,
741 pascal_printstr, pascal_object_print_value_fields): Update.
742 (vtblprint, static_field_print): Don't declare.
743 * p-lang.c (pascal_printstr): Add options argument. Update.
744 * objc-lang.c (objc_printstr): Add options argument. Update.
745 * mt-tdep.c: Include valprint.h.
746 (mt_registers_info): Use get_raw_print_options.
747 * mips-tdep.c: Include valprint.h.
748 (mips_print_fp_register): Use get_formatted_print_options.
749 (mips_print_register): Likewise.
750 * mi/mi-main.c: Include valprint.h.
751 (get_register): Use get_user_print_options.
752 (mi_cmd_data_evaluate_expression): Likewise.
753 (mi_cmd_data_read_memory): Use get_formatted_print_options.
754 * mi/mi-cmd-stack.c: Include valprint.h.
755 (list_args_or_locals): Use get_raw_print_options.
756 * m2-valprint.c (print_function_pointer_address): Add addressprint
757 argument.
758 (m2_print_long_set): Remove format, pretty arguments.
759 (m2_print_unbounded_array): Remove format, deref_ref, pretty
760 arguments; add options. Update.
761 (print_unpacked_pointer): Remove format argument; add options.
762 Now static. Update.
763 (print_variable_at_address): Remove format, deref_ref, pretty
764 arguments; add options. Update.
765 (m2_print_array_contents): Likewise.
766 (m2_val_print): Likewise.
767 * m2-lang.h (m2_val_print): Update.
768 * m2-lang.c (m2_printstr): Add options argument. Update.
769 * language.h (struct value_print_options): Declare.
770 (struct language_defn) <la_printstr>: Add options argument.
771 <la_val_print>: Remove format, deref_ref, pretty argument; add
772 options.
773 <la_value_print>: Remove format, pretty arguments; add options.
774 <la_print_array_index>: Likewise.
775 (LA_VAL_PRINT, LA_VALUE_PRINT, LA_PRINT_STRING,
776 LA_PRINT_ARRAY_INDEX): Update.
777 (default_print_array_index): Update.
778 * language.c (default_print_array_index): Remove format, pretty
779 arguments; add options. Update.
780 (unk_lang_printstr): Add options argument.
781 (unk_lang_val_print): Remove format, deref_ref, pretty arguments;
782 add options.
783 (unk_lang_value_print): Remove format, pretty arguments; add
784 options.
785 * jv-valprint.c (java_value_print): Remove format, pretty
786 arguments; add options. Update.
787 (java_print_value_fields): Likewise.
788 (java_val_print): Remove format, deref_ref, pretty arguments; add
789 options. Update.
790 * jv-lang.h (java_val_print, java_value_print): Declare.
791 * infcmd.c: Include valprint.h.
792 (print_return_value): Use get_raw_print_options.
793 (default_print_registers_info): Use get_user_print_options,
794 get_formatted_print_options.
795 (registers_info): Use get_formatted_print_options.
796 * gdbtypes.h (struct value_print_options): Declare.
797 (print_scalar_formatted): Update.
798 * f-valprint.c (f77_print_array_1): Remove format, deref_ref,
799 pretty arguments; add options. Update.
800 (f77_print_array): Likewise.
801 (f_val_print): Likewise.
802 * f-lang.h (f_val_print): Update.
803 * f-lang.c (f_printstr): Add options argument. Update.
804 (c_value_print): Update declaration.
805 * expprint.c: Include valprint.h.
806 (print_subexp_standard): Use get_raw_print_options,
807 get_user_print_options.
808 * eval.c: Include valprint.h.
809 (objectprint): Don't declare.
810 (evaluate_subexp_standard): Use get_user_print_options.
811 * cp-valprint.c (vtblprint, objectprint, static_field_print):
812 Remove.
813 (cp_print_value_fields): Remove format, pretty arguments; add
814 options. Update.
815 (cp_print_value): Likewise.
816 (cp_print_static_field): Likewise.
817 (_initialize_cp_valprint): Use user_print_options. Update.
818 * c-valprint.c (print_function_pointer_address): Add addressprint
819 argument.
820 (c_val_print): Remove format, deref_ref, pretty arguments; add
821 options. Update.
822 (c_value_print): Add options argument. Update.
823 * c-lang.h (c_val_print, c_value_print, c_printstr): Update.
824 (vtblprint, static_field_print): Don't declare.
825 (cp_print_value_fields): Update.
826 * c-lang.c (c_printstr): Add options argument. Update.
827 * breakpoint.c: Include valprint.h.
828 (addressprint): Don't declare.
829 (watchpoint_value_print): Use get_user_print_options.
830 (print_one_breakpoint_location): Likewise.
831 (breakpoint_1, print_it_catch_fork, print_it_catch_vfork, mention,
832 print_exception_catchpoint): Likewise.
833 * auxv.c (fprint_target_auxv): Don't declare addressprint. Use
834 get_user_print_options.
835 * ada-valprint.c (struct ada_val_print_args): Remove format,
836 deref_ref, and pretty; add options.
837 (print_optional_low_bound): Add options argument.
838 (val_print_packed_array_elements): Remove format and pretty
839 arguments; add options. Update.
840 (printstr): Add options argument. Update.
841 (ada_printstr): Likewise.
842 (ada_val_print): Remove format, deref_ref, pretty arguments; add
843 options argument. Update.
844 (ada_val_print_stub): Update.
845 (ada_val_print_array): Remove format, deref_ref, pretty arguments;
846 add options. Update.
847 (ada_val_print_1): Likewise.
848 (print_variant_part): Likewise.
849 (ada_value_print): Remove format, pretty arguments; add options.
850 Update.
851 (print_record): Likewise.
852 (print_field_values): Likewise.
853 * ada-lang.h (ada_val_print, ada_value_print, ada_printstr):
854 Update.
855 * ada-lang.c (ada_print_array_index): Add options argument; remove
856 format and pretty arguments.
857 (print_one_exception): Use get_user_print_options.
858
7c8a8b04
TT
8592008-10-28 Tom Tromey <tromey@redhat.com>
860
861 * cli/cli-script.c (do_fclose_cleanup): Remove.
862 (script_from_file): Use make_cleanup_fclose.
863 * xml-tdesc.c (do_cleanup_fclose): Remove.
864 (fetch_xml_from_file): Use make_cleanup_fclose.
865 * tracepoint.c (tracepoint_save_command): Use
866 make_cleanup_fclose. Always free pathname.
867 * source.c (print_source_lines_base): Use make_cleanup_fclose.
868 * remote.c (fclose_cleanup): Remove.
869 (remote_file_put): Use make_cleanup_fclose.
870 (remote_file_get): Likewise.
871 * linux-nat.c (linux_nat_find_memory_regions): Use
872 make_cleanup_fclose.
873 (linux_nat_info_proc_cmd): Likewise.
874 (linux_proc_pending_signals): Likewise.
875 * fbsd-nat.c (fbsd_find_memory_regions): Use make_cleanup_fclose.
876 Free file name.
877 * cli/cli-dump.c (do_fclose_cleanup): Remove.
878 (make_cleanup_fclose): Remove.
879 * defs.h (make_cleanup_fclose): Declare.
880 * utils.c (do_fclose_cleanup): New function.
881 (make_cleanup_fclose): Likewise.
882
5a55c295
PA
8832008-10-27 Pedro Alves <pedro@codesourcery.com>
884
885 * inflow.c (kill_command): If the target claims there is still
886 execution, don't clear the thread list.
887
5256a53b
PA
8882008-10-27 Pedro Alves <pedro@codesourcery.com>
889
890 * cp-name-parser.y: Include defs.h instead of config.h.
891 (parse_escape): Rename to ...
892 (cp_parse_escape): ... this.
893 (yylex): Update.
894 (xfree) [TEST_CPNAMES]: New.
895
e8ecdb5c
PA
8962008-10-27 Pedro Alves <pedro@codesourcery.com>
897
898 * CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of
899 2.13 and configure.in.
900
8a305172
PA
9012008-10-27 Pedro Alves <pedro@codesourcery.com>
902
903 * target.h (struct target_ops) <to_supports_multi_process>: New
904 field.
905 (target_supports_multi_process): New define.
906 * target.c (update_current_target): Inherit and de_fault
907 to_supports_multi_process.
908 * infcmd.c (attach_command): Allow attaching to multiple processes
909 if the target supports it.
910 (detach_command): If the target claims there is still execution,
911 don't clear the thread list.
912 * remote.c (remote_supports_multi_process): New.
913 (init_remote_ops): Register remote_supports_multi_process.
914
676e87b3
PA
9152008-10-27 Pedro Alves <pedro@codesourcery.com>
916
917 * Makefile.in (.y.c, .l.c): sed free to xfree.
918
f0323ca0
PA
9192008-10-27 Pedro Alves <pedro@codesourcery.com>
920
921 * Makefile.in (INSTALLED_LIBS, CLIBS): Remove reference to
922 $(TM_CLIBS).
923 (CDEPS): Remove reference to $(TM_CDEPS).
924
3067f6e5
MS
9252008-10-26 Michael Snyder <msnyder@vmware.com>
926
927 * infrun.c (handle_inferior_event): Handle dynamic symbol
928 resolution in reverse.
929
6130d0b7
JB
9302008-10-25 Joel Brobecker <brobecker@adacore.com>
931
932 * infrun.c: Minor comment reformatting.
933
bbe2ba60
PA
9342008-10-25 Pedro Alves <pedro@codesourcery.com>
935
936 * ada-exp.y (write_object_renaming): Use malloc instead of
937 xmalloc.
938 * p-exp.y (pop_current_type): Use free instead of xfree.
939
2e979b94
PA
9402008-10-24 Pedro Alves <pedro@codesourcery.com>
941
942 * fork-child.c (startup_inferior): Only set threads not-executing
943 after getting all the pending execs. On TARGET_WAITKIND_IGNORE,
944 keep waiting, don't resume. On all other cases but
945 TARGET_WAITKIND_SIGNALLED and TARGET_WAITKIND_EXITED, switch to
946 the event ptid.
947
74531fed
PA
9482008-10-24 Pedro Alves <pedro@codesourcery.com>
949
950 Remote non-stop mode support.
951
952 * remote.c (pending_stop_reply): New.
953 (struct remote_state) <non_stop_aware, support_vCont_t>: New
954 fields.
955 (remote_async_inferior_event_token)
956 (remote_async_get_pending_events_token): New.
957 (notice_new_inferiors): New, abstracted out from record_currthread.
958 (record_currthread): Call it.
959 (remote_threads_info): Default threads to running in non-stop
960 mode. In non-stop mode, only qfThreadInfo is supported.
961 (remote_close): Discard all pending stop_replies. Close the event
962 sources.
963 (set_stop_requested_callback): New.
964 (remote_start_remote): Implement non-stop mode startup. In
965 all-stop, don't clear the thread list here.
966 (remote_non_stop_feature): New.
967 (remote_protocol_features): Add a "QNonStop" feature.
968 (remote_open_1): Clear cached_wait_status and non_stop_aware.
969 Clear the thread list here.
970 (remote_detach_1): Discard pending stop replies of the process we
971 detached from.
972 (extended_remote_attach_1): Implement non-stop mode.
973 (remote_vcont_probe): Recognize `vCont;t'.
974 (remote_vcont_resume): Implement non-stop mode.
975 (remote_resume): Don't set waiting_for_stop_reply in non-stop
976 mode.
977 (remote_stop_ns): New.
978 (remote_stop): Rename to ...
979 (remote_stop_as): ... this. If we have a cached wait status,
980 don't bother interrupting the remote.
981 (remote_stop): Reimplement as wrapper around remote_stop_as and
982 remote_stop_ns.
983 (interrupt_query): Don't query in async mode.
984 (struct cached_reg, cahed_reg_t): New.
985 (struct stop_reply): New.
986 (stop_reply_queue): New.
987 (stop_reply_xmalloc, stop_reply_xfree)
988 (discard_pending_stop_replies, do_stop_reply_xfree)
989 (queued_stop_reply, push_stop_reply, peek_stop_reply)
990 (remote_parse_stop_reply, remote_get_pending_stop_replies)
991 (process_stop_reply): New.
992 (remote_wait_ns): New.
993 (remote_wait_as): Use remote_parse_stop_reply. Invalidate the
994 notion of current general thread is a process exit was reported.
995 (remote_wait): Call remote_wait_ns in non-stop mode.
996 (handle_notification): New.
997 (putpkt_binary): Handle notifications. Don't care for
998 waiting_for_stop_reply in non-stop mode.
999 (getpkt_sane): Rename to ...
1000 (getpkt_or_notif_sane_1): ... this. Add `expecting_notif'
1001 argument. Handle it. Handle notifications.
1002 (getpkt_sane): Reimplement as wrapper around getpkt_or_notif_sane_1.
1003 (getpkt_or_notif_sane): New.
1004 (select_new_thread_callback): Check for exited state instead of
1005 comparing the ptid against minus_one_ptid.
1006 (extended_remote_create_inferior_1): Query the remote about the
1007 current thread.
1008 (remote_supports_non_stop): New.
1009 (init_remote_ops): Register it.
1010 (remote_async_inferior_event_handler): New.
1011 (remote_async_get_pending_events_handler): New.
1012
1013 * infcmd.c (proceed_thread_callback): Comment.
1014 (proceed_after_attach_callback, proceed_after_attach): New.
1015 (attach_command_post_wait): In background attach, resume all
1016 threads, but only if they are unsignalled, and not explicitly
1017 stopped. In foreground attach, in non-stop mode, make sure to
1018 stop all threads of the just attached to process.
1019 (attach_command): In non-stop mode: If doing a background attach,
1020 stop at least one thread. If a foreground attach, stop all
1021 threads.
1022
50d01748
PA
10232008-10-24 Pedro Alves <pedro@codesourcery.com>
1024
1025 * event-loop.h: Mention async_event_handlers.
1026 (async_event_handler): Forward declare.
1027 (async_event_handler_func): New typedef.
1028 (create_async_event_handler, delete_async_event_handler)
1029 (mark_async_event_handler): Declare.
1030 * event-loop.c (event_data): New.
1031 (event_handler_func): Take an event_data instead of an integer.
1032 (struct gdb_event): Replace the integer file descriptor by a
1033 generic event_data.
1034 (async_event_handler): New.
1035 (async_handler_ready): Delete.
1036 (async_event_handler_list): New.
1037 (create_event): New.
1038 (create_file_event): Use it.
1039 (process_event): Adjust.
1040 (gdb_do_one_event): Poll from the event sources in round-robin
1041 fashion across calls. Be sure to consult all sources before
1042 blocking.
1043 (handle_file_event): Take an event_data instead of an integer.
1044 Adjust.
1045 (gdb_wait_for_event): Add `block' argument. Handle it.
1046 (mark_async_signal_handler): Remove unneeded cast.
1047 (invoke_async_signal_handler): Rename to ...
1048 (invoke_async_signal_handlres): ... this. Return true if any was
1049 handled.
1050 (check_async_ready): Delete
1051 (create_async_event_handler): New.
1052 (mark_async_event_handler): New.
1053 (struct async_event_handler_data): New.
1054 (invoke_async_event_handler): New.
1055 (check_async_event_handlers): New.
1056 (delete_async_event_handler): New.
1057 (handle_timer_event): Adjust.
1058
6dd47d34
DE
10592008-10-24 Doug Evans <dje@google.com>
1060
1061 * dwarf2read.c (typename_concat): Don't segv if prefix or suffix
1062 is NULL. Simplify obs == NULL case.
1063
fff08868
HZ
10642008-10-24 Hui Zhu <teawater@gmail.com>
1065 Pedro Alves <pedro@codesourcery.com>
1066
1067 * infrun.c (can_use_displaced_stepping): Change type to
1068 const char pointer.
1069 (can_use_displaced_stepping_auto): New string.
1070 (can_use_displaced_stepping_on): New string.
1071 (can_use_displaced_stepping_off): New string.
1072 (can_use_displaced_stepping_enum): New array.
1073 (show_can_use_displaced_stepping): In auto mode, also show
1074 the current effect of the option.
1075 (use_displaced_stepping): Return non-zero if displaced
1076 stepping is auto, and can be used with GDBARCH, and in
1077 non-stop mode. Return non-zero if displaced stepping is on,
1078 and can be used with GDBARCH. Return zero otherwise.
1079 (_initialize_infrun): Make the "set displaced-stepping"
1080 command an enum command. Change its class to class_run.
1081 Place it in the top level set list. Extend help to describe
1082 the auto mode.
1083
252fbfc8
PA
10842008-10-23 Pedro Alves <pedro@codesourcery.com>
1085
1086 * defs.h: Mention ptid_is_pid.
1087 * inferior.h (ptid_is_pid): Declare.
1088 * gdbthread.h (struct thread_info) <stop_requested>: New field.
1089 (set_stop_requested): Declare.
1090 * infcmd.c (interrupt_target_1): Call set_stop_requested.
1091 * infrun.c (clear_proceed_status): Clear stop_requested.
1092 (infrun_thread_stop_requested_callback,
1093 infrun_thread_stop_requested): New.
1094 (handle_inferior_event): If a TARGET_SIGNAL_TRAP is reported on a
1095 thread that had an explicit stop request, pretend we got a
1096 TARGET_SIGNAL_0. Always stop if the thread had an explicit stop
1097 request.
1098 (print_stop_reason): In the SIGNAL_RECEIVED case, if we're not
1099 outputting to MI, and we got a TARGET_SIGNAL_0, print "# Stopped",
1100 instead of mentioning signal 0.
1101 (ptid_is_pid): New.
1102 * thread.c (set_stop_requested): New.
1103
1104 * linux-nat.c (queued_waitpid): Rename to ...
1105 (queued_waitpid_1): ... this. Add `peek' argument. Handle it.
1106 (queued_waitpid): New, as wrapper to queued_waitpid_1.
1107 (push_waitpid): Push the SIGTRAP to the local event queue, to the
1108 kernel's.
1109 (send_sigint_callback): Delete.
1110 (linux_nat_stop_lwp): New.
1111 (linux_nat_stop): Use it.
1112
3c0ed299
PP
11132008-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1114
1115 * python/python-value (valpy_getitem): Fix heap corruption.
1116
103fd00d
AR
11172008-10-23 Aleksandar Ristovski <aristovski@qnx.com>
1118
1119 * nto-procfs.c (do_attach): Form proper ptid including pid and tid.
1120 (procfs_create_inferior): Fetch list of threads.
1121
3fdfcbf1
AR
11222008-10-23 Aleksandar Ristovski <aristovski@qnx.com>
1123
1124 * nto-procfs.c (procfs_files_info): Fix a typo.
1125 (procfs_create_inferior): Make attach_flag per-inferior.
1126
997339e8
PP
11272008-10-23 Tom Tromey <tromey@redhat.com>
1128
1129 * python/python-value.c (value_to_value_object): Initialize
1130 owned_by_gdb field.
1131 (valpy_new): Likewise.
1132
d6b67a5e
JK
11332008-10-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1134 Joel Brobecker <brobecker@adacore.com>
1135
1136 * ada-tasks.c (task_states, long_task_states): Use constant N_()
1137 initializer. Define the strings as const.
1138 (short_task_info, info_task): Translate the strings above.
1139
aadc346a
JB
11402008-10-22 Joel Brobecker <brobecker@adacore.com>
1141
1142 * NEWS: Add entry for new feature (Ada tasking support).
1143
11442008-10-22 Joel Brobecker <brobecker@adacore.com>
77f120bf
JB
1145
1146 * configure.ac: On alpha-osf, error out if enable_tui is set to
1147 "yes", and set enable_tui to "no" if previously set to "auto".
1148 Check for waddstr only if TUI support was requested. Move the
1149 part of the configure script that updates various Makefile
1150 variables up, together with the check for waddstr.
1151 * configure: Regenerate.
1152
4af88198
JB
11532008-10-22 Joel brobecker <brobecker@adacore.com>
1154
1155 * gdbtypes.c (copy_type): New function.
1156 * gdbtypes.h (copy_type): Add declaration.
1157 * ada-lang.c (ada_to_fixed_type_1): If there is a parallel XVZ
1158 variable, then use it.
1159
0ef643c8
JB
11602008-10-22 Joel Brobecker <brobecker@adacore.com>
1161
1162 * target.h (struct target_ops): Add new field to_get_ada_task_ptid.
1163 (target_get_ada_task_ptid): New macro.
1164 * target.c (default_get_ada_task_ptid): New function.
1165 (update_current_target): Inherit field default_get_ada_task_ptid.
1166 (update_current_target): Make default_get_ada_task_ptid the default
1167 value for field to_get_ada_task_ptid.
1168 * ada-lang.h (struct task_control_block): Delete. Never used.
1169 (struct task_ptid, task_ptid_t, struct task_entry, task_list):
1170 Likewise.
1171 (struct ada_task_info): New.
1172 (ada_task_is_alive, ada_find_printable_frame)
1173 (ada_task_list_iterator_ftype, iterate_over_live_ada_tasks): Add
1174 declarations.
1175 (ada_build_task_list): Update prototype.
1176 (init_task_list, ada_is_exception_breakpoint): Remove prototypes.
1177 * ada-lang.c (ada_find_printable_frame): Make non-static.
1178 * ada-tasks.c: New file.
1179 * Makefile.in (SFILES): Add ada-tasks.c.
1180 (COMMON_OBS): Add ada-tasks.o.
1181 * linux-thread-db.c (thread_db_find_thread_from_tid)
1182 (thread_db_get_ada_task_ptid): New functions.
1183 (init_thread_db_ops): Set thread_db_ops.to_get_ada_task_ptid.
1184
c209f847
TT
11852008-10-22 Tom Tromey <tromey@redhat.com>
1186
1187 PR gdb/2506:
1188 * c-exp.y (string_exp): New production.
1189 (exp): Use it.
1190
5bc60cfb
JK
11912008-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 * mips-tdep.c (mips_n32n64_fp_arg_chunk_p): Update TYPE_FIELD_STATIC
1194 removed before.
1195
7f99b190
JB
11962008-10-20 Joel Brobecker <brobecker@adacore.com>
1197
1198 * NEWS: Add entry mentioning thread-support on Tru64
1199
7a052092
JB
12002008-10-19 Joel Brobecker <brobecker@adacore.com>
1201
1202 * dec-thread.c: New file.
1203 * config/alpha/alpha-osf3.mh (NATDEPFILES): Add dec-thread.o.
1204 (NAT_CLIBS): Define.
1205
40e12b06
HZ
12062008-10-19 Hui Zhu <teawater@gmail.com>
1207
1208 * infrun.c (handle_inferior_event): Set "stop_pc" when
1209 TARGET_WAITKIND_NO_HISTORY.
1210
f9176c46
PA
12112008-10-19 Pedro Alves <pedro@codesourcery.com>
1212
1213 * python/python-value.c (value_object_methods)
1214 (value_object_as_number, value_object_as_mapping): Move to bottom
1215 of file.
1216 (valpy_dealloc, valpy_new, valpy_length, valpy_getitem)
1217 (valpy_setitem, valpy_str, valpy_add, valpy_subtract)
1218 (valpy_multiply, valpy_divide, valpy_remainder, valpy_power)
1219 (valpy_negative, valpy_positive, valpy_absolute, valpy_nonzero)
1220 (valpy_richcompare, valpy_dereference): Don't forward-declare.
1221 (valpy_length) [HAVE_LIBPYTHON2_4]: Change return type to `int'.
1222
4058b839
PA
12232008-10-18 Pedro Alves <pedro@codesourcery.com>
1224
1225 * infrun.c (adjust_pc_after_break): Do nothing if executing in
1226 reverse.
1227
f42429a6
PA
12282008-10-17 Pedro Alves <pedro@codesourcery.com>
1229
1230 * infcmd.c (GO_USAGE): Delete.
1231 (go_command): Adjust.
1232
b2175913
MS
12332008-10-17 Michael Snyder <msnyder@vmware.com>
1234 Target interface for reverse debugging.
1235 * target.h (enum target_waitkind):
1236 Add new wait event, TARGET_WAITKIND_NO_HISTORY.
1237 (struct target_ops): New method to_can_execute_reverse.
1238 (target_can_execute_reverse): New macro.
1239 * target.c (update_current_target): Inherit to_can_execute_reverse.
1240
1241 Remote interface for reverse debugging.
1242 * remote.c (remote_can_execute_reverse): New target method.
1243 (remote_resume): Check for reverse exec direction, and send
1244 appropriate command to target.
1245 (remote_wait_as): Check target response for NO_HISTORY status.
1246 Also check for empty reply (target doesn't understand "bs" or "bc).
1247 (remote_vcont_resume): Jump out if attempting reverse execution.
1248
1249 Event handling interface for reverse debugging.
1250 * infrun.c (execution_direction): New state variable.
1251 (enum inferior_stop_reason): Add NO_HISTORY reason.
1252 (handle_inferior_event): Handle TARGET_WAITKIND_NO_HISTORY.
1253 Handle stepping over a function call in reverse.
1254 Handle stepping thru a line range in reverse.
1255 Handle setting a step-resume breakpoint in reverse.
1256 Handle stepping into a function in reverse.
1257 Handle stepping between line ranges in reverse.
1258 (print_stop_reason): Print reason for NO_HISTORY.
1259 (step_into_function): Rename to handle_step_into_function.
1260 (handle_step_into_function_backward): New function.
1261 (set_exec_direction_func, show_exec_direction_func): New funcs.
1262 (proceed): No need to singlestep over a breakpoint
1263 when resuming in reverse.
1264
1265 * inferior.h (enum exec_direction_kind): New enum.
1266 (execution_direction): Export new execution state variable.
1267
1268 * breakpoint.c (make_breakpoint_silent): New function.
1269 * breakpoint.h (make_breakpoint_silent): Export.
1270 * infcmd.c (finish_command): Check for reverse exec direction.
1271 (finish_backward): New function, handle finish cmd in reverse.
1272
1273 User interface for reverse execution.
1274 * Makefile.in (reverse.c): New file.
1275 * reverse.c: New file. User interface for reverse execution.
1276
153ccabd
PA
12772008-10-17 Pedro Alves <pedro@codesourcery.com>
1278
1279 * remote.c (record_currthread): Add inferior before child threads.
1280 (remote_threads_info): Check for exited threads. Mention
1281 notification order.
1282
ce78b96d
JB
12832008-10-16 Joel Brobecker <brobecker@adacore.com>
1284
1285 * breakpoint.h (enum bptype): New enum bp_catchpoint.
1286 Delete bp_catch_fork and bp_catch_vfork.
1287 (struct breakpoint_ops): Add new methods "insert", "remove"
1288 and "breakpoint_hit".
1289 * breakpoint.c (create_fork_vfork_event_catchpoint)
1290 (create_fork_event_catchpoint, create_vfork_event_catchpoint): Remove.
1291 (insert_catchpoint): Remove handling of bp_catch_fork and
1292 bp_catch_vfork catchpoints, and handle them as bp_catchpoint
1293 catchpoints instead.
1294 (insert_bp_location, update_breakpoints_after_exec)
1295 (remove_breakpoint, bpstat_check_location, bpstat_what)
1296 (allocate_bp_location): Likewise.
1297 (print_it_typical, print_one_breakpoint_location, mention): Remove
1298 handling of bp_catch_fork and bp_catch_vfork breakpoints.
1299 (ep_is_catchpoint, user_settable_breakpoint)
1300 (breakpoint_address_is_meaningful, adjust_breakpoint_address)
1301 (breakpoint_re_set_one, disable_command, enable_command):
1302 Remove use of bp_catch_fork and bp_catch_vfork. Add handling of
1303 bp_catchpoint breakpoints.
1304 (insert_catch_fork, remove_catch_fork, breakpoint_hit_catch_fork)
1305 (print_it_catch_fork, print_one_catch_fork, print_mention_catch_fork):
1306 New functions.
1307 (catch_fork_breakpoint_ops): New static constant.
1308 (insert_catch_vfork, remove_catch_vfork, breakpoint_hit_catch_vfork)
1309 (print_it_catch_vfork, print_one_catch_vfork)
1310 (print_mention_catch_vfork): New functions.
1311 (catch_vfork_breakpoint_ops): New static constant.
1312 (create_catchpoint, create_fork_vfork_event_catchpoint): New functions.
1313 (catch_fork_command_1): Use create_fork_vfork_event_catchpoint
1314 to create the fork and vfork catchpoints.
1315 (gnu_v3_exception_catchpoint_ops): Set new breakpoint_ops fields.
1316 * ada-lang.c (catch_exception_breakpoint_ops): Set new breakpoint_ops
1317 fields.
1318 (catch_exception_unhandled_breakpoint_ops): Likewise.
1319 (catch_assert_breakpoint_ops): Likewise.
1320
3c9c4b83
PA
13212008-10-16 Pedro Alves <pedro@codesourcery.com>
1322
1323 * remote.c (set_general_process): New.
1324 (remote_check_symbols): Use it.
1325
5c952c9b
PA
13262008-10-16 Pedro Alves <pedro@codesourcery.com>
1327
1328 * remote.c (push_remote_target): Delete.
1329 * target.h (push_remote_target): Delete declaration.
1330
ce5ce7ed
PA
13312008-10-15 Pedro Alves <pedro@codesourcery.com>
1332
1333 * remote.c (remote_close): Unregister remote_desc from the event
1334 loop. Always restore the SIGINT handler. Discard all inferiors
1335 here.
1336 (remote_detach_1, remote_disconnect): Don't unregister the file
1337 descriptor from the event loop here.
1338 (interrupt_query, readchar, getpkt_sane): Pop the target instead
1339 of morning the current inferior.
1340 (remote_kill): Don't unregister the file descriptor from the event
1341 loop here.
1342 (remote_mourn_1): Don't discard inferiors here.
1343
1c5cfe86
PA
13442008-10-15 Pedro Alves <pedro@codesourcery.com>
1345
1346 * breakpoint.c (breakpoint_init_inferior): Clean up the moribund
1347 locations list.
1348 (moribund_breakpoint_here_p): Record the moribund
1349 location in the moribund_locations vector.
1350 * breakpoint.h (moribund_breakpoint_here_p): Declare.
1351 (displaced_step_fixup): Check if the breakpoint the thread was
1352 trying to step over has been removed since having been placed in
1353 the displaced stepping queue.
1354 (adjust_pc_after_break): In non-stop mode, check for a moribund
1355 breakpoint at the stop pc.
1356 (handle_inferior_event): Don't retire moribund breakpoints on
1357 TARGET_WAITKIND_IGNORE.
1358
13592008-10-15 Pedro Alves <pedro@codesourcery.com>
ad53cd71
PA
1360
1361 * infrun.c (displaced_step_prepare): Switch thread temporarily
1362 while we're here.
1363 (displaced_step_fixup): Make sure target_resume sees ptid as
1364 inferior_ptid. Add debug output.
1365
63c715c6
PA
13662008-10-14 Pedro Alves <pedro@codesourcery.com>
1367
1368 Remove dead code.
1369
1370 * breakpoint.c (show_breakpoint_hit_counts): Delete.
1371 (print_one_breakpoint_location): Adjust.
1372 (breakpoint_clear_ignore_counts): Delete.
1373 * breakpoint.h (breakpoint_clear_ignore_counts): Remove
1374 declaration.
1375 * target.c (generic_mourn_inferior): Don't clear ignore
1376 counts (never reached).
1377
c764a876
DE
13782008-10-10 Doug Evans <dje@google.com>
1379
1380 * dwarf2read.c (comp_unit_head): Use unsigned int consistently
1381 for dwarf section offsets and sizes.
1382 (dwarf2_cu): Ditto.
1383 (dwarf2_per_cu_data): Ditto.
1384 (create_all_comp_units): Change offset to unsigned int.
1385 (load_full_comp_unit,find_partial_die_in_comp_unit,find_partial_die,
1386 dwarf2_find_containing_comp_unit,dwarf2_find_comp_unit): Ditto.
1387
1388 * dwarf2read.c (read_initial_length): Delete cu_header arg.
1389 All callers updated.
1390 (read_checked_initial_length_and_offset): New function.
1391 (read_offset_1): New function.
1392 (read_offset): Call it.
1393 (dwarf_decode_line_header): Call read_checked_initial_length_and_offset
1394 instead of read_initial_length. Call read_offset_1 instead of
1395 read_offset.
1396
1397 * dwarf2read.c (dwarf2_get_ref_die_offset): Remove unused arg `cu'.
1398 All callers updated.
1399
1400 * dwarf2read.c (dwarf_attr_name): Unconditionally support all
1401 DW_AT_MIPS_* except DW_AT_MIPS_fde which collides with
1402 DW_AT_HP_block_index.
1403
5fe04517
PA
14042008-10-10 Pedro Alves <pedro@codesourcery.com>
1405
1406 * remote.c (remote_start_remote): Always tell the stub if we're in
1407 extended-remote.
1408
c8e38a49
PA
14092008-10-09 Pedro Alves <pedro@codesourcery.com>
1410
1411 * remote.c (remote_wait): Rename to...
1412 (remote_wait_as): ... this. Don't loop here. If the remote
1413 didn't stop, return TARGET_WAITKIND_IGNORE.
1414 (remote_wait): New, reimplemented on top of remote_wait_as.
1415
9ca12bbf
TS
14162008-10-09 Thomas Schwinge <tschwinge@gnu.org>
1417
d11d9deb
TS
1418 * Makefile.in (gnu-nat.o): Revert the 2008-09-10 change, as the problem
1419 is fixed upstream.
1420
20249808
TS
1421 * reply_mig_hack.awk: Use the `BAD_TYPECHECK' macro.
1422
9ca12bbf
TS
1423 * MAINTAINERS (Write After Approval): Add myself.
1424
0b62613e
PA
14252008-10-09 Pedro Alves <pedro@codesourcery.com>
1426
1427 Make it compile without warnings.
1428
1429 * procfs.c (create_procinfo): Initialize `parent'.
1430 (dead_procinfo): Pass a constant string as format to error.
1431 (procfs_address_to_host_pointer): Add cast to gdb_type *.
1432 (procfs_find_LDT_entry): Adjust format string to long int
1433 ptid.tid.
1434 (procfs_xfer_partial): Adjust prototype. Add gdb_byte* cast.
1435 (procfs_xfer_memory): Adjust prototype.
1436 (info_mappings_callback, info_proc_mappings): Adjust to not pass a
1437 variable as printf_filtered format.
1438 (procfs_make_note_section): Change type of auxv local to gdb_byte.
1439 * Makefile.in: Remove special rule.
1440
c8d104ad
PA
14412008-10-09 Pedro Alves <pedro@codesourcery.com>
1442 Daniel Jacobowitz <dan@codesourcery.com>
1443
1444 * remote.c (remote_open_1): Move acknowledging any pending ack,
1445 querying supported features, activating noack mode, finding the
1446 target description, enabling extended remote, and checking remote
1447 symbols from here ...
1448 (remote_start_remote): ... to here.
1449 (remote_open_1): Don't pop the target if it is already gone.
1450 * target.c (unpush_target): Check for the dummy target.
1451
efdb2a86
PA
14522008-10-09 Pedro Alves <pedro@codesourcery.com>
1453
1454 * ser-mingw.c: Include "command.h".
1455 (pipe_windows_open): Declare locals at the beginning of the scope.
1456
e24a49d8
PA
14572008-10-08 Pedro Alves <pedro@codesourcery.com>
1458
1459 * remote.c (struct remote_state) <waiting_for_stop_reply>: New
1460 field.
1461 (remote_open_1): Clear waiting_for_stop_reply.
1462 (remote_resume): Set waiting_for_stop_reply.
1463 (remote_wait): Clear or set waiting_for_stop_reply accordingly.
1464 (putpkt_binary): If we're in async mode and waiting for a stop
1465 reply, bail out with an error.
1466 (extended_remote_mourn_1): Clear waiting_for_stop_reply.
1467
3084dd77
PA
14682008-10-08 Pedro Alves <pedro@codesourcery.com>
1469
1470 * remote.c (remote_get_thread_info): If the remote doesn't support
1471 the query, bail out.
1472
d6a843b5
JK
14732008-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1474
1475 Convert static_kind into loc_kind enum.
1476 * gdbtypes.h (enum field_loc_kind): New.
1477 (union field_location): New field dwarf_block.
1478 (struct field): Rename static_kind as loc_kind.
1479 (FIELD_STATIC_KIND): Rename to ...
1480 (FIELD_LOC_KIND): ... here.
1481 (TYPE_FIELD_STATIC_KIND): Rename to ...
1482 (TYPE_FIELD_LOC_KIND): ... here and use there now new FIELD_LOC_KIND.
1483 (TYPE_FIELD_STATIC_HAS_ADDR): Remove.
1484 (TYPE_FIELD_STATIC): Remove.
1485 (TYPE_FIELD_BITPOS): Reformat.
1486 (SET_FIELD_BITPOS): New.
1487 (FIELD_PHYSADDR): Rename to ...
1488 (FIELD_STATIC_PHYSADDR): ... here.
1489 (TYPE_FIELD_STATIC_PHYSADDR): Follow the FIELD_PHYSADDR rename.
1490 (SET_FIELD_PHYSADDR): Use new FIELD_LOC_KIND.
1491 (FIELD_PHYSNAME): Rename to ...
1492 (FIELD_STATIC_PHYSNAME): ... here.
1493 (TYPE_FIELD_STATIC_PHYSNAME): Follow the FIELD_PHYSNAME rename.
1494 (SET_FIELD_PHYSNAME): Use new FIELD_LOC_KIND.
1495 (FIELD_DWARF_BLOCK, TYPE_FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK): New.
1496 (field_is_static): New declaration.
1497 * gdbtypes.c (field_is_static): New function.
1498 (copy_type_recursive): Update throughout.
1499 * amd64-tdep.c, c-typeprint.c, coffread.c, cp-valprint.c, dwarf2read.c,
1500 eval.c, jv-typeprint.c, jv-valprint.c, mdebugread.c, p-typeprint.c,
1501 p-valprint.c, valops.c, value.c, varobj.c: Update throughout.
1502
c289427b
PA
15032008-10-07 Thomas Schwinge <tschwinge@gnu.org>
1504 Pedro Alves <pedro@codesourcery.com>
1505
1506 * gnu-nat.h: Rename `current_inferior' to `gnu_current_inf' to
1507 avoid a name collision.
1508 * gnu-nat.c: Likewise.
1509 * i386gnu-nat.c: Likewise.
1510
8c1c099f
JB
15112008-10-07 Joel Brobecker <brobecker@adacore.com>
1512
1513 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Add handling
1514 of arguments that are references.
1515
8a498d38
DE
15162008-10-06 Doug Evans <dje@google.com>
1517
d97bc12b
DE
1518 * dwarf2read.c (dwarf2_die_debug): New static global.
1519 (dump_die_shallow): Renamed from dump_die, New args f, indent.
1520 Print to specified file, indented by the specified amount.
1521 (dump_die_for_error): New fn. Point all existing callers of
1522 dump_die here.
1523 (dump_die_die_1,dump_die): New fns, replaces ...
1524 (dump_die_list): ... deleted.
1525 (read_die_and_children_1): Old contents of read_die_and_children
1526 moved here.
1527 (read_die_and_children): Rewrite.
1528 (read_die_and_siblings): Call read_die_and_children_1 instead of
1529 read_die_and_children.
1530 (_initialize_dwarf2_read): New option "debug dwarf2-die".
1531 * gdbinit.in (pdie): New macro.
1532
45452591
DE
1533 * dwarf2read.c (offset_in_cu_p): New function.
1534 (find_partial_die,follow_die_ref): Use it.
1535
8a498d38
DE
1536 * symmisc.c (maintenance_info_symtabs): Watch for ^c.
1537 (maintenance_info_psymtabs): Ditto.
1538
360551e4 15392008-10-05 Michael Snyder <msnyder@vmware.com>
8002d778
MS
1540
1541 * infrun.c (handle_inferior_event): Fix typo in comment.
1542
c1828f25
VP
15432008-10-04 Vladimir Prus <vladimir@codesourcery.com>
1544
1545 * mi/mi-interp.c (mi_on_resume): Flush raw_stdout.
1546
5ef73790
PP
15472008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1548
1549 PR gdb/2384:
1550 * gdbtypes.c (get_vptr_fieldno): baseclass and basetype may have
1551 different lifetimes.
1552
352efb28 15532008-10-03 Joel Brobecker <brobecker@adacore.com>
a7125ea9
JB
1554
1555 * solib-osf.c: Include "solib.h".
1556
d1a41061
PP
15572008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1558
1559 * utils.c, defs.h (gdb_buildargv): New fn. Wrap buildargv
1560 and check for out-of-memory condition.
1561 * exec.c (exec_file_command): Call it.
1562 * infrun.c (handle_command, xdb_handle_command): Likewise.
1563 * interps.c (interpreter_exec_cmd): Likewise.
1564 * linux-nat.c (linux_nat_info_proc_cmd): Likewise.
1565 * procfs.c (info_proc_cmd): Likewise.
1566 * remote-mips.c (common_open): Likewise.
1567 * remote-sim.c (gdbsim_kill, gdbsim_create_inferior)
1568 (gdbsim_open): Likewise.
1569 * remote.c (extended_remote_run, remote_put_command)
1570 (remote_get_command, remote_delete_command): Likewise.
1571 * ser-mingw.c (pipe_windows_open): Likesise.
1572 * source.c (add_path, show_substitute_path_command)
1573 (unset_substitute_path_command, set_substitute_path_command):
1574 Likewise.
1575 * stack.c (backtrace_command): Likewise.
1576 * symfile.c (symbol_file_command, generic_load)
1577 (add_symbol_file_command): Likesise.
1578 * symmisc.c (maintenance_print_symbols, maintenance_print_psymbols)
1579 (maintenance_print_msymbols): Likewise.
1580
d78df370
JK
15812008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 Replace TYPE_ARRAY_{UPPER,LOWER}_BOUND_TYPE by a bit if {un,}defined.
1584 * c-typeprint.c (c_type_print_varspec_suffix), m2-typeprint.c
1585 (m2_array), p-typeprint.c (pascal_type_print_varspec_prefix),
1586 valops.c (value_cast), varobj.c (c_number_of_children): Replace
1587 TYPE_ARRAY_UPPER_BOUND_TYPE compared to BOUND_CANNOT_BE_DETERMINED by
1588 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1589 * parse.c (follow_types): Use TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1590 * f-valprint.c (f77_get_dynamic_upperbound): Replace with ...
1591 (f77_get_upperbound): ... this function handling now only
1592 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1593 (f77_get_dynamic_lowerbound): Replace with ...
1594 (f77_get_lowerbound): ... this function handling now only
1595 TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED.
1596 (f77_get_dynamic_length_of_aggregate, f77_create_arrayprint_offset_tbl):
1597 Update their callers.
1598 * eval.c (evaluate_subexp_standard): Update their callers.
1599 * f-lang.h (f77_get_dynamic_upperbound, f77_get_upperbound)
1600 (f77_get_dynamic_lowerbound, f77_get_lowerbound): Update their
1601 prototypes.
1602 (BOUND_FETCH_OK, BOUND_FETCH_ERROR): Remove.
1603 * f-typeprint.c (f_type_print_varspec_suffix, f_type_print_base): Remove
1604 the lower_bound_was_default variable. Update the
1605 f77_get_dynamic_upperbound, f77_get_upperbound and
1606 TYPE_ARRAY_UPPER_BOUND_TYPE calls.
1607 * gdbtypes.c (print_bound_type): Remove the function.
1608 (recursive_dump_type): Remove its calls printing UPPER_BOUND_TYPE and
1609 LOWER_BOUND_TYPE.
1610 * gdbtypes.h (enum array_bound_type): Remove.
1611 (struct main_type): Remove the fields upper_bound_type and
1612 lower_bound_type. Comment the new overload of the field artificial.
1613 (TYPE_ARRAY_UPPER_BOUND_TYPE): Replace by ...
1614 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): ... this macro.
1615 (TYPE_ARRAY_LOWER_BOUND_TYPE): Replace by ...
1616 (TYPE_ARRAY_LOWER_BOUND_IS_UNDEFINED): ... this macro.
1617
40debb5a
TT
16182008-10-02 Tom Tromey <tromey@redhat.com>
1619
1620 * Makefile.in (HFILES_NO_SRCDIR): Remove gdb-events.h, gstdint.h.
1621
db5f024e
DJ
16222008-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1623
1624 * mips-linux-tdep.c (mips_linux_in_dynsym_resolve_code): Update
1625 comments.
1626 (mips_linux_skip_resolver): Also use glibc_skip_solib_resolver.
1627 (mips_linux_init_abi): Do not override skip_trampoline_code.
1628 * configure.tgt (mips*-*-linux*): Add glibc-tdep.o.
1629 * mips-tdep.c (mips32_scan_prologue): Stop scanning at branches.
1630 (mips_stub_frame_sniffer): Use the stub frame sniffer for PIC stubs.
1631 (mips_skip_mips16_trampoline_code): Rename from
1632 mips_skip_trampoline_code.
1633 (mips_skip_pic_trampoline_code, mips_skip_trampoline_code): New.
1634 * infrun.c (handle_inferior_event): Do not pass zero to
1635 in_solib_dynsym_resolve_code.
1636
9f9d052e
PM
16372008-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
1638 Pedro Alves <pedro@codesourcery.com>
1639
1640 * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid.
1641
1642
bd2e94ce
TT
16432008-10-01 Tom Tromey <tromey@redhat.com>
1644
1645 * symtab.c (search_symbols): Update.
1646 * symtab.h (domain_enum_tag) <METHODS_DOMAIN>: Remove.
1647
8b41ec65
TT
16482008-10-01 Tom Tromey <tromey@redhat.com>
1649
1650 * symfile.c (syms_from_objfile): Update.
1651 (reread_symbols): Update.
1652 * objfiles.h (OBJF_SYMS): Remove.
1653 (OBJF_REORDERED): Renumber.
1654 (OBJF_SHARED): Likewise.
1655 (OBJF_READNOW): Likewise.
1656 (OBJF_USERLOADED): Likewise.
1657
712f90be
TT
16582008-10-01 Tom Tromey <tromey@redhat.com>
1659
1660 * symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.
1661 (find_pc_sect_symtab): Likewise.
1662 * symmisc.c (dump_msymbols): Use MSYMBOL_TYPE.
1663 * solib-som.c (som_solib_desire_dynamic_linker_symbols): Use
1664 MSYMBOL_TYPE, not SYMBOL_TYPE.
1665 * parse.c (write_exp_msymbol): Use MSYMBOL_TYPE.
1666 * objc-lang.c (find_methods): Use MSYMBOL_TYPE.
1667 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Use
1668 MSYMBOL_TYPE.
1669 * m2-exp.y (yylex): Use SYMBOL_CLASS.
1670
b887350f
TT
16712008-10-01 Tom Tromey <tromey@redhat.com>
1672
1673 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.
1674 (scan_xcoff_symtab): Update.
1675 * mdebugread.c (record_minimal_symbol): Update.
1676 (parse_partial_symbols): Update.
1677 * elfread.c (record_minimal_symbol): Update.
1678 * dbxread.c (record_minimal_symbol): Update.
1679 * coffread.c (record_minimal_symbol): Update.
1680 * sh64-tdep.c (MSYMBOL_IS_SPECIAL): Redefine.
1681 (sh64_elf_make_msymbol_special): Update.
1682 * mips-tdep.c (mips_elf_make_msymbol_special): Use
1683 MSYMBOL_TARGET_FLAG_1.
1684 (mips_elf_make_msymbol_special): Likewise.
1685 (msymbol_is_special): Likewise.
1686 * minsyms.c (prim_record_minimal_symbol_and_info): Update.
1687 (install_minimal_symbols): Likewise.
1688 (prim_record_minimal_symbol): Update.
1689 (prim_record_minimal_symbol_and_info): Remove 'info' argument.
1690 * m68hc11-tdep.c (MSYMBOL_SET_RTC): Redefine.
1691 (MSYMBOL_SET_RTI): Redefine.
1692 (MSYMBOL_IS_RTC): Redefine.
1693 (MSYMBOL_IS_RTI): Redefine.
1694 * arm-tdep.c (MSYMBOL_SET_SPECIAL): Redefine.
1695 (MSYMBOL_IS_SPECIAL): Redefine.
1696 * symtab.h (struct minimal_symbol) <info>: Remove.
1697 <target_flag_1, target_flag_2>: New fields.
1698 (MSYMBOL_INFO): Remove.
1699 (MSYMBOL_TARGET_FLAG_1): New macro.
1700 (MSYMBOL_TARGET_FLAG_2): Likewise.
1701 (prim_record_minimal_symbol_and_info): Update.
1702
d35e5795
JB
17032008-09-30 Joel Brobecker <brobecker@adacore.com>
1704
1705 * ada-lang.c (is_digits_suffix): Delete unused function.
1706
d37209fd
JB
17072008-09-30 Paul Hilfinger <hilfinger@adacore.com>
1708
1709 * ada-lang.c (ada_modulus): Correct to avoid sign problem with
1710 moduli >= 2**31.
1711
17122008-09-30 Paul Hilfinger <hilfinger@adacore.com>
b1f33ddd
JB
1713
1714 * ada-lang.c (ada_lookup_struct_elt_type): Handle case of a "naked"
1715 variant branch.
1716 (empty_record): Use INIT_CPLUS_SPECIFIC, since this field is not
1717 supposed to be null. Fixes debugger segfaults.
1718 (is_unchecked_variant): New function.
1719 (to_fixed_variant_branch_type): Modify to leave unchecked unions
1720 untouched.
1721 (ada_template_to_fixed_record_type_1): Fix comment.
1722
3d0b0fa3
JB
17232008-09-30 Joel Brobecker <brobecker@adacore.com>
1724
1725 * ada-lang.c (standard_exc): New static constant.
1726 (ada_exception_catchpoint_cond_string): Add special handling
1727 for the predefined exceptions.
1728
cdc7bb92
JB
17292008-09-30 Joel Brobecker <brobecker@adacore.com>
1730
1731 * ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro. Update
1732 the code accordingly.
1733
6b0d7253
JB
17342008-09-30 Joel Brobecker <brobecker@adacore.com>
1735
1736 * ada-lang.c (ada_evaluate_subexp) [UNOP_IND]: Remove strange
1737 treatment of expect_type. Return the correct type when dereferencing
1738 an integer.
1739
9a044a89
TT
17402008-09-30 Tom Tromey <tromey@redhat.com>
1741
1742 PR gdb/2484:
1743 * symtab.c (struct add_macro_name_data): New struct.
1744 (add_macro_name): New function.
1745 (default_make_symbol_completion_list): Complete macro names.
1746 * scm-lang.c (scm_language_defn): Update.
1747 * p-lang.c (pascal_language_defn): Update.
1748 * objc-lang.c (objc_language_defn): Update.
1749 * macrotab.h (macro_callback_fn): Add user_data argument.
1750 (macro_for_each): Likewise.
1751 (macro_for_each_in_scope): Declare.
1752 * macrotab.c: (struct macro_for_each_data): New struct.
1753 (foreach_macro): Use it.
1754 (macro_for_each): Likewise.
1755 (foreach_macro_in_scope): New function.
1756 (macro_for_each_in_scope): Likewise.
1757 * macrocmd.c (print_one_macro): Add argument.
1758 (macro_list_command): Pass NULL to macro_for_each.
1759 * m2-lang.c (m2_language_defn): Update.
1760 * language.h (struct language_defn) <la_macro_expansion>: New
1761 field.
1762 (macro_expansion): New enum.
1763 * language.c (unknown_language_defn): Update. Fix order of
1764 initializers.
1765 (auto_language_defn): Likewise.
1766 (local_language_defn): Update.
1767 * jv-lang.c (java_language_defn): Update.
1768 * f-lang.c (f_language_defn): Update.
1769 * c-lang.c (c_language_defn): Update.
1770 (cplus_language_defn): Likewise.
1771 (asm_language_defn): Likewise.
1772 (minimal_language_defn): Likewise.
1773 * ada-lang.c (ada_language_defn): Update.
1774
b084d499
JB
17752008-09-30 Joel Brobecker <brobecker@adacore.com>
1776
1777 * dwarf2read.c (dwarf2_get_subprogram_pc_bounds): New function.
1778 (get_scope_pc_bounds): Use it.
1779
2fae03e8
TT
17802008-09-27 Tom Tromey <tromey@redhat.com>
1781
1782 * NEWS: Update.
1783 * macrocmd.c (extract_identifier): Add is_parameter argument.
1784 (macro_define_command): Update.
1785 (macro_undef_command): Likewise.
1786 * macroexp.c (stringify): New function.
1787 (find_parameter): Likewise.
1788 (gather_arguments): Add nargs argument. Handle varargs.
1789 (substitute_args): Add is_varargs and va_arg_name arguments.
1790 Handle varargs, splicing, stringification. Use find_parameter.
1791 (expand): Handle varargs.
1792
5c6ce71d
TT
17932008-09-27 Tom Tromey <tromey@redhat.com>
1794
1795 * scm-lang.c (scm_language_defn): Update.
1796 * p-typeprint.c (pascal_print_typedef): New function.
1797 * p-lang.h: (pascal_print_typedef): Declare.
1798 * p-lang.c (pascal_language_defn): Update.
1799 * objc-lang.c (objc_language_defn): Update.
1800 * m2-typeprint.c (m2_print_typedef): New function.
1801 * m2-lang.h (m2_print_typedef): Declare.
1802 * m2-lang.c (m2_language_defn): Update.
1803 * language.h (_LANG_c, _LANG_m2, _LANG_fortran, _LANG_pascal):
1804 Remove.
1805 (struct language_defn) <la_print_typedef>: New field.
1806 (default_print_typedef): Declare.
1807 (LA_PRINT_TYPEDEF): New define.
1808 * language.c (unknown_language_defn): Update.
1809 (auto_language_defn): Update.
1810 (local_language_defn): Update.
1811 * jv-lang.c (java_language_defn): Update.
1812 * f-lang.c (f_language_defn): Update.
1813 * c-typeprint.c (c_print_typedef): New function.
1814 * c-lang.h (c_print_typedef): Declare.
1815 * c-lang.c (c_language_defn): Update.
1816 (cplus_language_defn): Update.
1817 (asm_language_defn): Update.
1818 (minimal_language_defn): Update.
1819 * ada-lang.c (ada_language_defn): Update.
1820 * typeprint.c (default_print_typedef): New function.
1821
09be204e
TT
18222008-09-27 Tom Tromey <tromey@redhat.com>
1823
1824 * jv-exp.y (insert_exp): Define using ISO syntax.
1825 (copy_exp): Likewise.
1826 (push_expression_name): Likewise.
1827 (push_fieldnames): Likewise.
1828 (java_type_from_name): Likewise.
1829 (yyerror): Likewise.
1830 (yylex): Likewise.
1831 (parse_number): Likewise.
1832
3cd9d164
JB
18332008-09-26 Joel Brobecker <brobecker@adacore.com>
1834
1835 * MAINTAINERS (GLOBAL MAINTAINERS): Add Pedro Alves.
1836
e3168615
JB
18372008-09-25 Stephan Springl <springl-gdb@bfw-online.de> (tiny change)
1838
1839 * stack.c (print_frame_args): Fix typos in comments.
1840
8b8655b3
TJB
18412008-09-25 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com>
1842
1843 * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED.
1844
6fbd21a1
VP
18452008-09-24 Vladimir Prus <vladimir@codesourcery.com>
1846
1847 * remote-sim.c (gdbsim_create_inferior): Fix missing parenthesis.
1848
45ef8ce0
AS
18492008-09-24 Andreas Schwab <schwab@suse.de>
1850
1851 * frame.c (get_frame_register_bytes): Take pseudo registers into
68e007ca 1852 account. Avoid excessive function calls.
45ef8ce0 1853
9cbfa09e
DE
18542008-09-23 Doug Evans <dje@google.com>
1855
07128da0
DE
1856 * dcache.c (state_chars): New static global.
1857 (ENTRY_INVALID,ENTRY_VALID): Renamed from ENTRY_BAD,ENTRY_OK.
1858 All uses updated.
1859 (dcache_info): Print cache state as mnemonically useful letters instead
1860 of magic numbers.
1861
9cbfa09e
DE
1862 * dwarf2read.c (comp_unit_head): Reorganize for better packing.
1863
d4c0a7a0
TT
18642008-09-22 Tom Tromey <tromey@redhat.com>
1865
1866 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't use
1867 printf_filtered.
1868
6ca15a4b
PA
18692008-09-22 Pedro Alves <pedro@codesourcery.com>
1870
1871 * infrun.c (follow_exec): Don't do a generic mourn. Instead
1872 inline the required bits.
1873 * breakpoint.h (enum inf_context): Add inf_execd.
1874
795e548f
PA
18752008-09-22 Pedro Alves <pedro@codesourcery.com>
1876
1877 * infrun.c (handle_inferior_event): In the follow exec case,
1878 context-switch before doing anything else.
1879
54a012c9
PA
18802008-09-22 Pedro Alves <pedro@codesourcery.com>
1881
1882 * top.c (any_thread_of, kill_or_detach): New functions.
1883 (quit_target): Iterate over all inferiors, killing or detaching
1884 accordingly.
1885
181e7f93
PA
18862008-09-22 Pedro Alves <pedro@codesourcery.com>
1887
1888 Remove the attach_flag global, and make it per-inferior.
1889
1890 * inferior.h (attach_flag): Delete.
1891 (inferior_process): Declare.
1892 * solib.c (update_solib_list): Adjust.
1893 * gnu-nat.c (gnu_create_inferior, gnu_attach): Adjust.
1894 * inf-ptrace.c (inf_ptrace_detach): Adjust.
1895 (inf_ptrace_files_info): Get it from the current inferior.
1896 * inf-ttrace.c (inf_ttrace_attach): Adjust.
1897 (inf_ttrace_files_info): Get it from the current
1898 inferior.
1899 * inflow.c (terminal_inferior, terminal_ours_1, set_sigint_trap)
1900 (clear_sigint_trap): Get it from the current process.
1901 * remote.c (extended_remote_attach_1)
1902 (extended_remote_create_inferior_1): Adjust.
1903 * top.c (quit_confirm, quit_target): Get it from the current inferior.
1904 * procfs.c (do_detach): Adjust.
1905 (procfs_wait): Get it from the event inferior.
1906 (procfs_files_info): Get it from the current inferior.
1907 * nto-procfs.c (procfs_files_info): Likewise.
1908 (procfs_attach): Adjust. Set the attach_flag here.
1909 (do_attach): Don't set it here.
1910 (procfs_detach): Don't clear it.
1911 (procfs_mourn_inferior): Don't clear it.
1912 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
1913 * target.c (attach_flag): Delete.
1914 (generic_mourn_inferior): Don't clear it.
1915 * win32-nat.c (get_win32_debug_event): Get it from the event
1916 process.
1917 (do_initial_win32_stuff): Add attaching argument. Set attach_flag
1918 in the inferior accordingly.
1919 (win32_attach): Don't set the attach_flag here. Pass 1 to
1920 do_intial_win32_stuff.
1921 (win32_files_info): Get it from the current inferior.
1922 (win32_create_inferior): Dont clear attach_flag here. Pass 0 to
1923 do_intial_win32_stuff.
1924
d6b48e9c
PA
19252008-09-22 Pedro Alves <pedro@codesourcery.com>
1926
1927 Make the stop_soon global be per-inferior instead.
1928
1929 * infcmd.c (attach_command_post_wait): Adjust.
1930 (attach_command): Likewise.
1931
1932 * inferior.h (stop_soon): Delete.
1933 (struct inferior): Add stop_soon member.
1934
1935 * infrun.c (stop_soon): Delete.
1936 (clear_proceed_status, start_remote)
1937 (fetch_inferior_event, handle_inferior_event): Adjust.
1938 (signal_stop_state): Don't check stop_soon here. Check in callers
1939 instead.
1940 (save_inferior_status, restore_inferior_status): Adjust.
1941
1942 * linux-nat.c (linux_nat_resume, linux_nat_wait): Always pass
1943 signals to common code if starting up the inferior.
1944
1945 * inferior.h (struct inferior_info): Added stop_soon member.
1946 * inferior.c (add_inferior) Clear stop_soon.
1947
1948 * mips-tdep.c (heuristic_proc_start): Adjust.
1949 * nto-procfs.c (procfs_create_inferior): Adjust.
1950 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
1951 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
1952 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
1953 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
1954
1955 * win32-nat.c (do_initial_win32_stuff): Adjust.
1956
1957 * alpha-tdep.c (alpha_heuristic_proc_start): Adjust.
1958
82f73884
PA
19592008-09-22 Pedro Alves <pedro@codesourcery.com>
1960
1961 Implement remote multi-process extensions.
1962
1963 * remote.c (struct remote_state): Add extended and
1964 multi_process_aware fields.
1965 (remote_multi_process_p): New.
1966 (PACKET_vKill): New.
1967 (record_currthread): Use thread_change_ptid. Notice new
1968 inferiors.
1969 (set_thread, remote_thread_alive): Use write_ptid.
1970 (write_ptid, read_ptid): New.
1971 (remote_current_thread, remote_threads_extra_info): Use them.
1972 (remote_threads_info): Likewise. Detect new inferiors.
1973 (remote_start_remote): Add inferior to inferior list.
1974 (remote_multi_process_feature): New.
1975 (remote_protocol_features): Add "multiprocess" feature.
1976 (remote_query_supported): Pass "multiprocess+" as supported
1977 features.
1978 (remote_open_1): Clear multi_process_aware. Set extended
1979 accordingly.
1980 (remote_detach_1): Detach current process. Use extended packet
1981 format for extended-remote multi-process. Detach process from the
1982 inferior list. Only mourn after printing output.
1983 (extended_remote_attach_1): Add process to the inferior list.
1984 (remote_vcont_resume): Use write_ptid to pass the thread ids.
1985 (remote_wait): Use read_ptid. Implement the extended
1986 multi-process extension format of the 'W' and 'X' reply packets.
1987 Remove exited inferiors from inferior list.
1988 (remote_xfer_memory): Set general thread.
1989 (remote_vkill): New.
1990 (extended_remote_kill): New.
1991 (remote_mourn_1): Discard all inferiors.
1992 (select_new_thread_callback): New.
1993 (extended_remote_mourn_1): If there are more processes to debug,
1994 switch to a thread in another process, and don't pop the target.
1995 (extended_remote_create_inferior_1): Add the new process to the
1996 inferior list.
1997 (remote_stopped_by_watchpoint): Indenting.
1998 (remote_xfer_partial): Set the general thread.
1999 (remote_pid_to_str): If the remote is multi-process aware, print
2000 the process id as well as the thread id.
2001 (remote_get_thread_local_address): Use write_ptid.
2002 (init_extended_remote_ops): Register extended_remote_kill.
2003 (_initialize_remote): Register new packets. Change
2004 magic_null_ptid's, not_sent_ptid's and any_thread_ptid's pid
2005 member to 42000.
2006
2007 * thread.c (thread_change_ptid): Also account for the inferior pid
2008 changing.
2009
2010 * inferior.h (discard_all_inferiors): Declare.
2011 * inferior.c (discard_all_inferiors): New.
2012
7f9f62ba
PA
20132008-09-22 Pedro Alves <pedro@codesourcery.com>
2014
2015 * gnu-nat.c (gnu_attach): Add process to inferiors table.
2016 (gnu_detach): Remove it.
2017 * go32-nat.c (go32_create_inferior): Add process to gdb's inferior
2018 table.
2019 * inf-ptrace.c (inf_ptrace_follow_fork): Delete and add inferiors
2020 to inferior table accordingly.
2021 (inf_ptrace_attach): Add new process to inferior table.
2022 (inf_ptrace_detach): Remove it.
2023 * inf-ttrace.c (inf_ttrace_follow_fork): Delete and add inferiors
2024 to inferior table accordingly.
2025 (inf_ttrace_attach): Add process to inferior table.
2026 (inf_ttrace_detach): Remove it.
2027 * linux-fork.c (init_fork_list): Delete any left over inferior.
2028 (linux_fork_mourn_inferior, detach_fork_command): Also delete
2029 processes from inferior list.
2030 * monitor.c (monitor_open): Add process to inferior list.
2031 (monitor_close): Remove it.
2032 * nto-procfs.c (procfs_attach): Add process to inferior list.
2033 Find threads after pushing the target.
2034 (procfs_detach): Remove process from inferior list.
2035 (procfs_create_inferior): Add process to inferior list.
2036 * procfs.c (procfs_detach): Remove process from inferior list.
2037 (do_attach): Add process to inferior list.
2038 * remote-sim.c (sim_create_inferior): Add process to inferior list.
2039 (gdbsim_close): Remove it.
2040 * target.c (generic_mourn_inferior): If inferior_ptid is not
2041 null_ptid, remove the corresponding inferior from inferior list.
2042 * win32-nat.c (do_initial_win32_stuff): Add process to inferior list.
2043 (win32_detach): Remove it.
2044 * linux-nat.c (linux_child_follow_fork): Delete and add inferiors
2045 to inferior list accordingly.
2046 * fork-child.c (fork_inferior): Add process to inferior list.
2047 * corelow.c (CORELOW_PID): Define.
2048 (core_close): Remove core from inferior list.
2049 (core_open): Add it.
2050
b77209e0
PA
20512008-09-22 Pedro Alves <pedro@codesourcery.com>
2052
2053 * inferior.h: Forward declare struct ui_out.
2054 Forward declare struct private_inferior.
2055 (struct inferior): New.
2056 (init_inferior_list, add_inferior, add_inferior_silent)
2057 (delete_inferior, delete_inferior_silent, detach_inferior)
2058 (gdb_inferior_id_to_pid, pid_to_gdb_inferior_id, in_inferior_list)
2059 (valid_inferior_id, find_inferior_pid): New functions.
2060 (inferior_callback_func): New typedef.
2061 (iterate_over_inferiors, print_inferior, have_inferiors)
2062 (current_inferior): New functions.
2063 * inferior.c: New file.
2064
2065 * Makefile.in (SFILES): Add inferior.c.
2066 (COMMON_OBS): Add inferior.o.
2067
d8c3d48d
JL
20682008-09-22 Jonathan Larmour <jifl@eCosCentric.com>
2069
2070 * arm-tdep.c (arm_skip_prologue): Call skip_prologue_using_sal
2071 instead of determining symbol and line info directly.
2072 * MAINTAINERS: Update my email address.
2073
d54be744
DJ
20742008-09-22 Daniel Jacobowitz <dan@codesourcery.com>
2075
2076 * symtab.c (skip_prologue_using_sal): Treat two consecutive lines
2077 at the same address as a prologue marker. Do not skip an entire
2078 function.
2079
26fae1d6
AS
20802008-09-22 Andrew Stubbs <ams@codesourcery.com>
2081
2082 * frame.c (get_frame_register_bytes): Comment improvments.
2083
1ad15515
PA
20842008-09-22 Pedro Alves <pedro@codesourcery.com>
2085
2086 * linux-nat.c (linux_nat_wait): Only use set_ignore_sigint in
2087 all-stop mode.
2088
14fc49fb
AS
20892008-09-19 Andrew Stubbs <ams@codesourcery.com>
2090
2091 * MAINTAINERS: Update my email address.
2092
3f27f2a4
AS
20932008-09-19 Andrew Stubbs <ams@codesourcery.com>
2094
2095 * frame.c (get_frame_register_bytes): Detect bad debug info.
2096
88ed393a
JK
20972008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.
2100 * infrun.c (wait_for_inferior): Move this ECS->EVENT_THREAD
2101 initialization ...
2102 (fetch_inferior_event): ... and this ECS->EVENT_THREAD initialization
2103 ...
2104 (handle_inferior_event): ... here after the add_thread call together
2105 with the local adjust_pc_after_break and reinit_frame_cache calls.
2106
d832cb68
DD
21072008-09-16 David Daney <ddaney@avtrex.com>
2108
2109 * breakpoint.c (bpstat_stop_status): Clear breakpoint_at for
2110 all hardware bpstats.
2111
b1e40a6f
JB
21122008-09-16 Joel Brobecker <brobecker@adacore.com>
2113
2114 * gstdint.h: Delete.
2115
50a834af
MK
21162008-09-15 Mark Kettenis <kettenis@gnu.org>
2117
2118 * infcall.c (generic_push_dummy_code): Remove.
2119 (push_dummy_code): Unconditionally call gdbarch_push_dummy_code.
2120
9d25dd43
DE
21212008-09-15 Doug Evans <dje@google.com>
2122
2123 * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.
2124 (struct attribute): Ditto.
2125
85c83e99
DA
21262008-09-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2127
326e541f
DA
2128 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Record
2129 HPPA_IPSW_REGNUM and HPPA_SAR_REGNUM values.
2130
85c83e99
DA
2131 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surrounding
2132 "#if 0" "#endif". Fix mapping of DWARF DBX registers to GDB registers.
2133 Correct arguments and improve comments.
2134 (hppa_linux_init_abi): Call set_gdbarch_dwarf2_reg_to_regnum. Delete
2135 disabled code.
2136 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Fix check for floating
2137 point DBX register, change error to warning, and improve comments.
2138
76815b17
DE
21392008-09-14 Doug Evans <dje@google.com>
2140
2141 * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.
2142
51e753cf
DA
21432008-09-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2144
2145 * hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.
2146
06e476f5
JB
21472008-09-13 Joel Brobecker <brobecker@adacore.com>
2148
2149 * defs.h (GCC_GENERATED_STDINT_H): Define.
2150
6c761d9c
TT
21512008-09-13 Tom Tromey <tromey@redhat.com>
2152
2153 * varobj.c (varobj_set_display_format): Use xfree.
2154 * tracepoint.c (stringify_collection_list): Use xfree.
2155 * remote-fileio.c (remote_fileio_reset): Use xfree.
2156 * mipsread.c (read_alphacoff_dynamic_symtab): Use xfree.
2157 * dfp.c (decimal_from_floating): Use xfree, xstrprintf. Don't use
2158 asprintf.
2159 * cp-support.c (mangled_name_to_comp): Use xfree.
2160
339c13b6
JB
21612008-09-13 Joel Brobecker <brobecker@adacore.com>
2162
2163 * ada-lang.c (remove_extra_symbols): Remove stub symbols if
2164 the associated complete symbol is also in the list.
2165 (ada_add_local_symbols, ada_add_non_local_symbols): New functions,
2166 extracted out from ada_lookup_symbol_list.
2167 (ada_lookup_symbol_list): Use them. Remove the search through
2168 the minimal symbols.
2169
bc30ff58
JB
21702008-09-13 Joel Brobecker <brobecker@adacore.com>
2171
2172 * dwarf2read.c (add_partial_subprogram): New procedure.
2173 (scan_partial_symbols): Use it.
2174 (load_partial_dies): Read in children of subprogram and lexical
2175 blocks for Ada compilation units.
2176
bb01da77
TT
21772008-09-13 Tom Tromey <tromey@redhat.com>
2178
2179 * symfile.c (build_id_verify): Free 'found'.
2180 (find_separate_debug_file): Use xfree, not free.
2181
d00adf39
DE
21822008-09-12 Doug Evans <dje@google.com>
2183
00630ca8
DE
2184 * corefile.c (write_memory): Remove unnecessary copying.
2185
5d6fa950
DE
2186 * sol-thread.c (_initialize_sol_thread): Add FIXME regarding
2187 order of _initialize_* fns.
2188
d00adf39
DE
2189 * dwarf2read.c (comp_unit_head): Rename first_die_ptr to
2190 first_die_offset. All uses updated.
2191 Delete unused members cu_head_ptr, next.
2192 Move members base_known, base_address to ...
2193 (dwarf2_cu) ... here. All uses updated.
2194
3d0bb823
PA
21952008-09-12 Pedro Alves <pedro@codesourcery.com>
2196
2197 * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES).
2198 * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New.
2199
3c35e65b
UW
22002008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2201
2202 * fork-child.c (startup_inferior): Use target_wait and target_resume
2203 directly instead of calling wait_for_inferior / resume.
2204
2205 * infcmd.c (kill_if_already_running): Do not call no_shared_libraries
2206 or init_wait_for_inferior.
2207 (run_command_1): Call init_wait_for_inferior.
2208
4cca3ac9
UW
22092008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2210
2211 * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr,
2212 builtin_type_CORE_ADDR, builtin_type_char, builtin_type_short,
2213 builtin_type_int, builtin_type_long, builtin_type_signed_char,
2214 builtin_type_unsigned_char, builtin_type_unsigned_short,
2215 builtin_type_unsigned_int, builtin_type_unsigned_long,
2216 builtin_type_float, builtin_type_double, builtin_type_long_double,
2217 builtin_type_complex, builtin_type_double_complex, builtin_type_string,
2218 builtin_type_bool, builtin_type_long_long,
2219 builtin_type_unsigned_long_long): Remove macros.
2220
2221 (builtin_type_f_character, builtin_type_f_integer,
2222 builtin_type_f_integer_s2, builtin_type_f_logical,
2223 builtin_type_f_logical_s1, builtin_type_f_logical_s2,
2224 builtin_type_f_real, builtin_type_f_real_s8, builtin_type_f_real_s16,
2225 builtin_type_f_complex_s8, builtin_type_f_complex_s16,
2226 builtin_type_f_complex_s32): Likewise.
2227
2228 (builtin_type_m2_char, builtin_type_m2_int, builtin_type_m2_card,
2229 builtin_type_m2_real, builtin_type_m2_bool): Likewise.
2230
2231 (struct builtin_f_type, builtin_f_type): Move to f-lang.h.
2232 (struct builtin_m2_type, builtin_m2_type): Move to m2-lang.h.
2233
2234 * f-lang.h (struct builtin_f_type, builtin_f_type): Move here.
2235 * m2-lang.h (struct builtin_m2_type, builtin_m2_type): Move here.
2236
b6da22b0
UW
22372008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2238
2239 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types of
2240 target_gdbarch instead of builtin_type_void_data_ptr.
2241 (LM_DYNAMIC_FROM_LINK_MAP, LM_NEXT, LM_NAME,
2242 IGNORE_FIRST_LINK_MAP_ENTRY, scan_dyntag, elf_locate_base,
2243 solib_svr4_r_map, solib_svr4_r_brk, solib_svr4_r_ldsomap,
2244 open_symbol_file_object): Likewise.
2245 * nto-tdep.c (LM_ADDR): Likewise.
2246
ff7da468
UW
22472008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2248
2249 * bsd-uthread.c (bsd_uthread_read_memory_address): New function.
2250 (bsd_uthread_fetch_registers, bsd_uthread_store_registers,
2251 bsd_uthread_wait, bsd_uthread_find_new_threads): Use it.
2252
4e906f53
UW
22532008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2254
2255 * procfs.c (procfs_address_to_host_pointer): Use target_gdbarch
2256 and its associated types to perform pointer conversion.
2257 (procfs_can_use_hw_breakpoint): Likewise.
2258 (procfs_auxv_parse): Remove unused variable.
2259
ffe5a37e
UW
22602008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2261
2262 * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)
2263 instead of builtin_type_void_data_ptr.
2264 * target.c (default_region_ok_for_hw_watchpoint): Likewise.
2265
b806fb9a
UW
22662008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2267
2268 * expprint.c (print_subexp_standard): Compare against builtin type
2269 associated with exp->gdbarch instead of builtin_type_char.
2270
2271 * f-valprint.c (f_val_print): Use extract_unsigned_integer to
2272 extract values of arbitrary logical type. Handle arbitrary
2273 complex types.
2274
2275 * printcmd.c (float_type_from_length): New function.
2276 (print_scalar_formatted, printf_command): Use it.
2277
3e3b026f
UW
22782008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2279
2280 * valops.c: Include "objfiles.h" and "symtab.h".
2281 (find_function_in_inferior): New argument OBJF_P. Use it to return
2282 objfile where function is defined. Use per-objfile arch types
2283 instead of builtin_type_ to define default return type.
2284
2285 * linux-fork.c (checkpoint_command): Update calls. Use per-objfile
2286 architecture to define inferior call argument types.
2287 * gcore.c (derive_heap_segment): Likewise.
2288 * objc-lang.c (value_nsstring): Likewise.
2289 * scm-lang.c (scm_lookup_name): Likewise.
2290 * scm-valprint.c (scm_inferior_print): Likewise.
2291 * valops.c (value_allocate_space_in_inferior): Likewise.
2292
2293 * eval.c (evaluate_subexp_standard): Update calls.
2294 * objc-lang.c (lookup_objc_class, print_object_command): Likewise.
2295
2296 * linux-fork.c: Include "objfiles.h".
2297 * scm-lang.c: Include "objfiles.h".
2298 * scm-valprint.c: Include "objfiles.h".
2299
f8dcfc0a
UW
23002008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2301
2302 * gdbarch.sh (name_of_malloc): Remove.
2303 * gdbarch.c, gdbarch.h: Re-generate.
2304 * valops.c (value_allocate_space_in_inferior): Do not call
2305 gdbarch_name_of_malloc.
2306
c56324e0
UW
23072008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2308
2309 * valarith.c (value_x_unop): Use builtin_type_int8 as type for
2310 UNOP_POSTINCREMENT/UNOP_POSTDECREMENT constant 0 argument.
2311 (value_bit_index): Use extract_unsigned_integer
2312 instead of unpack_long to read single byte.
2313
7788af6d
UW
23142008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2315
2316 * infcall.c (value_arg_coerce): Add GDBARCH parameter. Use its
2317 associates types instead of builtin_type_ macros.
2318 (find_function_addr): Leave output VALUE_TYPE NULL if unknown.
2319 (call_function_by_hand): Use per-architecture "int" type as
2320 fall-back if find_function_addr returns NULL VALUE_TYPE.
2321 Update call to value_arg_coerce.
2322
ad4820ab
UW
23232008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2324
2325 * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.
2326 (cplus_make_method_ptr): Add TYPE parameter.
2327 * cp-abi.c (cplus_method_ptr_size): Add TO_TYPE parameter. Pass it
2328 on to current_cp_abi.method_ptr_size callback.
2329 (cplus_make_method_ptr): Add TYPE parameter. Pass it on to
2330 current_cp_abi.make_method_ptr callback.
2331
2332 * gdbtypes.c (lookup_methodptr_type): Pass target type
2333 argument to cplus_method_ptr_size.
2334 * valops.c (value_cast): Pass type argument to cplus_make_method_ptr.
2335 (value_struct_elt_for_reference): Likewise.
2336
2337 * gnu-v3-abi.c (get_class_arch): New function.
2338 (vtable_address_point_offset): Add GDBARCH parameter. Use it
2339 instead of current_gdbarch. Update all callers.
2340 (gnuv3_get_vtable): Likewise.
2341 (gnuv3_get_virtual_fn): Likewise.
2342 (gnuv3_decode_method_ptr): Likewise.
2343 (gnuv3_rtti_type): Call get_class_arch to determine architecture.
2344 Use it instead of current_gdbarch.
2345 (gnuv3_virtual_fn_field): Likewise.
2346 (gnuv3_baseclass_offset): Likewise.
2347 (gnuv3_print_method_ptr): Likewise.
2348 (gnuv3_method_ptr_to_value): Likewise.
2349 (gnuv3_method_ptr_size): Add TYPE parameter. Use it to determine
2350 class architecture. Use architecture types instead of builtin types.
2351 (gnuv3_make_method_ptr): Likewise.
2352
2353 * cp-valprint.c (cp_print_class_member): Expect pointer type
2354 instead of class type. Use its length when extracting value.
2355 * c-valprint.c (c_val_print): Update call to cp_print_class_member.
2356
5ed92fa8
UW
23572008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2358
2359 * stack.c (return_command): Use frame architecture to determine
2360 default integer return type.
2361
2362 * f-valprint.c (f77_get_dynamic_lowerbound): Use frame architecture
2363 to determine pointer types.
2364 (f77_get_dynamic_upperbound): Likewise.
2365
2366 * objc-lang.c (OBJC_FETCH_POINTER_ARGUMENT): Remove.
2367 (resolve_msgsend): Use architecture of current frame to determine
2368 pointer types. Inline OBJC_FETCH_POINTER_ARGUMENT.
2369 (resolve_msgsend_stret, resolve_msgsend_super,
2370 resolve_msgsend_super_stret): Likewise.
2371
0dfff4cb
UW
23722008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2373
2374 * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)
2375 instead of builtin_type_ macros.
2376 * amd64-tdep.c (amd64_register_type): Likewise.
2377 (amd64_get_longjmp_target): Likewise.
2378 * arm-tdep.c (arm_register_type): Likewise.
2379 * avr-tdep.c (avr_register_type): Likewise.
2380 * cris-tdep.c (cris_register_type, crisv32_register_type): Likewise.
2381 * frv-tdep.c (frv_register_type): Likewise.
2382 * h8300-tdep.c (h8300_register_type): Likewise.
2383 * hppa-tdep.c (hppa32_convert_from_func_ptr_addr,
2384 hppa_skip_trampoline_code): Likewise.
2385 * i386-tdep.c (i386_register_type): Likewise.
2386 (i386_unwind_pc, i386_sse_type): Likewise.
2387 * ia64-tdep.c (ia64_register_type): Likewise.
2388 * m32r-tdep.c (m32r_register_type): Likewise.
2389 * m68k-tdep.c (m68k_register_type, m68k_unwind_pc): Likewise.
2390 * m88k-tdep.c (m88k_register_type): Likewise.
2391 * mep-tdep.c (mep_register_type): Likewise.
2392 * mips-tdep.c (mips_pseudo_register_type): Likewise.
2393 * mn10300-tdep.c (mn10300_register_type): Likewise.
2394 * mt-tdep.c (mt_copro_register_type): Likewise.
2395 * rs6000-tdep.c (rs6000_builtin_type_vec64): Likewise.
2396 (rs6000_convert_register_p, rs6000_register_to_value,
2397 rs6000_value_to_register): Likewise.
2398 * s390-tdep.c (s390_register_type): Likewise.
2399 * sh64-tdep.c (sh64_register_type): Likewise.
2400 (sh64_build_float_register_type, sh64_do_fp_register): Likewise.
2401 * sh-tdep.c (sh_sh2a_register_type, sh_sh3e_register_type,
2402 sh_sh4_build_float_register_type, sh_sh4_register_type,
2403 sh_default_register_type): Likewise.
2404 * sparc64-tdep.c (sparc64_register_type): Likewise.
2405 * sparc-tdep.c (sparc32_register_type): Likewise.
2406 * spu-tdep.c (spu_builtin_type_vec128, spu_register_type): Likewise.
2407 * v850-tdep.c (v850_register_type): Likewise.
2408 * vax-tdep.c (vax_register_type): Likewise.
2409 * xtensa-tdep.c (xtensa_register_type, xtensa_unwind_pc,
2410 xtensa_push_dummy_call): Likewise.
2411
2412 * std-regs.c (value_of_builtin_frame_fp_reg,
2413 value_of_builtin_frame_pc_reg): Likewise.
2414 * target-descriptions.c (tdesc_register_type): Likewise.
2415
6d84d3d8
UW
24162008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2417
2418 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32
2419 instead of builtin_type_int as default unspecified integral type.
2420 (ada_index_type, ada_array_bound_from_type, ada_variant_discrim_type,
2421 assign_component, to_fixed_range_type): Likewise.
2422 * ada-typeprint.c (print_range, print_range_bound,
2423 print_range_type_named): Likewise.
2424 * ada-valprint.c (print_optional_low_bound, ada_val_print_1): Likewise.
2425 * eval.c (evaluate_subexp_standard): Likewise.
2426 * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
2427 * gnu-v3-abi.c (gnuv3_get_virtual_fn, gnuv3_baseclass_offset,
2428 build_gdb_vtable_type): Likewise.
2429 * jv-lang.c (java_array_type): Likewise.
2430 * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Likewise.
2431 * m2-valprint.c (m2_print_long_set): Likewise.
2432 * parse.c (follow_types): Likewise.
2433 * p-typeprint.c (pascal_type_print_base): Likewise.
2434 * valops.c (value_one, value_array, value_string,
2435 value_bitstring): Likewise.
2436 * value.c (allocate_repeat_value, value_from_string): Likewise.
2437 * varobj.c (c_describe_child): Likewise.
2438 * mt-tdep.c (mt_register_type): Likewise.
2439 * sh-tdep.c (sh_sh4_build_float_register_type): Likewise.
2440 * sh64-tdep.c (sh64_build_float_register_type): Likewise.
2441
180b9a0e
UW
24422008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2443
2444 * defs.h (struct gdbarch): Add forward declaration.
2445 (set_next_address): Add GDBARCH argument.
2446 * printcmd.c (set_next_address): Use it to find pointer type.
2447 * breakpoint.c (breakpoint_1): Update call.
2448 * source.c (line_info): Likewise.
2449 * findcmd.c (find_command): Use current_gdbarch to find pointer type.
2450
2451 * breakpoint.c (set_breakpoint_count): Use platform-neutral
2452 types for internal variable values.
2453 * infrun.c (handle_inferior_event): Likewise.
2454 * source.c (forward_search_command, reverse_search_command): Likewise.
2455 * tracepoint.c (set_tracepoint_count, set_traceframe_num,
2456 set_tracepoint_num, set_traceframe_context): Likewise.
2457
b769d911
UW
24582008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2459
2460 * gdbtypes.h (struct builtin_type): Remove builtin_true_char
2461 and builtin_true_unsigned_char.
2462 (builtin_type_true_char): Remove macro, add extern declaration.
2463 (builtin_type_true_unsigned_char): Add extern declaration.
2464 * gdbtypes.c (builtin_type_true_char): New global variable.
2465 (builtin_type_true_unsigned_char): Likewise.
2466 (_initialize_gdbtypes): Initialize them.
2467 (gdbtypes_post_init): Do not initialize builtin_true_char
2468 and builtin_true_unsigned_char members of struct builtin_type.
2469
2470 * printcmd.c (print_scalar_formatted): Do not use builtin_type;
2471 use builtin_type_true_unsigned_char instead.
2472
2473 * ada-valprint.c (ada_val_print_1): Use builtin_type_true_char
2474 instead of builtin_type_char for internal string.
2475
fde6c819
UW
24762008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2477
2478 * gdbtypes.h (builtin_type_void): Remove macro, add declaration.
2479 (builtin_type_f_void): Remove macro.
2480 * gdbtypes.c (builtin_type_void): New global variable.
2481 (_initialize_gdbtypes): Initialize it.
2482
2483 * gnu-v3-abi.c (build_gdb_vtable_type): Do not call
2484 lookup_pointer_type or lookup_function_type on builtin_type_void.
2485 * printcmd.c (set_next_address): Likewise.
2486 * objc-lang.c (value_nsstring): Likewise.
2487 * mt-tdep.c (mt_copro_register_type): Likewise.
2488 * xtensa-tdep.c (xtensa_register_type): Likewise.
2489
2490 * symfile.c (syms_from_objfile): Remove special handling
2491 of builtin_type_void and builtin_type_char.
2492
d4dbb9c7
UW
24932008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2494
2495 * eval.c (evaluate_subexp_standard): Use exp->gdbarch types instead
2496 of builtin_type_ macros when handling OP_OBJC_ operations.
2497 * objc-lang.c (print_object_command): Likewise.
2498
8ca1c40e
UW
24992008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2500
2501 * ada-valprint.c: Include "objfiles.h".
2502 (ada_val_print_1): Use the gdbarch associated with the objfile whether
2503 a System.Address type is defined to retrieve the proper pointer type
2504 to use to print it.
2505
3cb382c9
UW
25062008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2507
2508 * ada-lang.c (value_pos_atr): Add TYPE argument. Use it as
2509 result type instead of builtin_type_int.
2510 (value_subscript_packed): Use pos_atr instead of value_pos_atr.
2511 (ada_value_subscript): Update call to value_pos_atr.
2512 (ada_value_ptr_subscript): Likewise.
2513 (ada_evaluate_subexp): Likewise.
2514
a53b7a21
UW
25152008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2516
2517 * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.
2518 (cast_from_fixed_to_double): Rename to ...
2519 (cast_from_fixed): ... this. Add TYPE parameter. Use it instead
2520 of builtin_type_double.
2521 (ada_value_cast): Use cast_from_fixed instead of casting result
2522 of cast_from_fixed_to_double.
2523 (ada_evaluate_subexp): Update calls to cast_from_fixed_to_double.
2524
22fe0fbb
UW
25252008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2526
2527 * valops.c (value_ind): No longer allow dereferencing an
2528 integer type.
2529 * eval.c (evaluate_subexp_standard): Handle deferencing an
2530 integer type here.
2531 * ada-lang.c (ada_evaluate_subexp): Likewise.
2532
d8631d21
UW
25332008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2534
2535 * ada-valprint.c (ada_val_print_1): When implicitly dereferencing
2536 a reference type, pass the reference type directly to unpack_pointer.
2537 * c-valprint.c (c_val_print): Likewise.
2538 * f-valprint.c (f_val_print): Likewise.
2539 * m2-valprint.c (print_variable_at_address, m2_val_print): Likewise.
2540 * p-valprint.c (pascal_val_print): Likewise.
2541
cb18ec49
UW
25422008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2543
2544 * eval.c (evaluate_subexp_standard): Use builtin_type_int8
2545 to construct the EVAL_SKIP dummy return value.
2546 * ada-lang.c (ada_evaluate_subexp): Likewise.
2547 * jv-lang.c (evaluate_subexp_java): Likewise.
2548 * m2-lang.c (evaluate_subexp_modula2): Likewise.
2549 * scm-lang.c (evaluate_exp): Likewise.
2550
0ab7ba45
UW
25512008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2552
2553 * value.h (coerce_enum, coerce_number): Remove prototypes.
2554 * value.c (coerce_enum, coerce_number): Remove.
2555 * valarith.c (value_x_binop): Do not call coerce_enum.
2556 (value_x_unop): Likewise.
2557 (value_logical_not): Call coerce_array instead of coerce_number.
2558
f7c79c41
UW
25592008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2560
2561 * ax-gdb.c: Include "language.h".
2562 (gen_frame_args_address): Add GDBARCH parameter; use it
2563 instead of current_gdbarch.
2564 (gen_frame_locals_address): Likewise.
2565 (gen_var_ref): Add GDBARCH parameter. Update calls to
2566 gen_frame_args_address and gen_frame_locals_address. Use
2567 pointer type from gdbarch.
2568 (gen_usual_unary): Add EXP parameter. Use integer type
2569 from exp->gdbarch.
2570 (gen_usual_arithmetic): Likewise.
2571 (gen_integral_promotions): Likewise.
2572 (gen_add, gen_sub): Remove.
2573 (gen_ptradd, gen_ptrsub, gen_ptrdiff): New functions.
2574 (gen_logical_not): Use passed-in boolean result type
2575 instead of builtin_type_int.
2576 (gen_complement): Do not call gen_usual_unary or
2577 gen_integral_promotions.
2578 (gen_struct_ref): Call require_rvalue instead of gen_usual_unary.
2579 (gen_repeat): Add EXP parameter. Update call to gen_expr.
2580 Use builtin_type_int32 as internal range type.
2581 (gen_sizeof): Add EXP and SIZE_TYPE parameters. Use SIZE_TYPE
2582 as result type. Update call to gen_expr.
2583 (gen_expr): Add EXP parameter. Update calls to gen_expr,
2584 gen_repeat, gen_var_ref, gen_usual_unary, gen_usual_arithmetic,
2585 and gen_integral_promotions. Call gen_ptradd, gen_ptrsub,
2586 gen_ptrdiff, or gen_binop instead of gen_add or gen_sub.
2587 Use exp->gdbarch instead of current_gdbarch.
2588 Call language_bool_type to determine result type of UNOP_LOGICAL_NOT.
2589
f44316fa
UW
25902008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2591
2592 * eval.c (evaluate_subexp_standard): Add calls to binop_promote
2593 and unop_promote before calling value_binop et. al.
2594 * ada-lang.c (ada_evaluate_subexp): Add calls to binop_promote
2595 and unop_promote before calling value_binop et. al.
2596
2597 * valarith.c (value_binop): Do not call binop_promote or unop_promote.
2598 (value_pos): Do not call unop_promote.
2599 (value_neg, value_complement): Likewise.
2600
4066e646
UW
26012008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2602
2603 * value.h (unop_promote, binop_promote): Add prototypes.
2604 * eval.c (unop_promote, binop_promote): New functions.
2605 * valarith.c (unop_result_type, binop_result_type): Remove.
2606 (value_binop): Call binop_promote or unop_promote.
2607 Inline remaining parts of binop_result_type. Remove special
2608 code to truncate integer values for unsigned operations.
2609 (value_pos): Call unop_promote. Inline remaining parts of
2610 unop_result_type.
2611 (value_neg, value_complement): Likewise.
2612
89eef114
UW
26132008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2614
2615 * value.h (value_add, value_sub): Remove.
2616 (value_ptradd, value_ptrsub, value_ptrdiff): Add prototypes.
2617 * valarith.c (value_add, value_sub): Remove.
2618 (value_ptradd, value_ptrsub, value_ptrdiff): New functions.
2619 (find_size_for_pointer_math): Add assertion. Update comment.
2620 (value_binop): Update comment.
2621
2622 * eval.c (ptrmath_type_p): New function.
2623 (evaluate_subexp_standard): Replace value_add and value_sub
2624 by value_ptradd, value_ptrsub, value_ptrdiff or value_binop.
2625 Use builtin_type_uint8 instead of builtin_type_char to hold
2626 the increment for BINOP_{PRE,POST}{IN,DE}CREMENT operations.
2627 * valarith.c (value_subscript): Replace value_add by
2628 value_ptradd. Replace value_sub by value_binop.
2629 * ada-lang.c (ada_value_ptr_subscript): Likewise.
2630 (ada_tag_name_2): Replace value_add by value_ptradd.
2631 (ada_evaluate_subexp): Replace value_add and value_sub by
2632 value_binop.
2633 * m2-lang.c (evaluate_subexp_modula2): Replace value_add
2634 by value_ptradd.
2635 * gnu-v2-abi.c (gnuv2_virtual_fn_field): Likewise.
2636 * gnu-v3-abi.c (gnuv3_method_ptr_to_value): Likewise.
2637
98b90dd8
UW
26382008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2639
2640 * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type of
2641 the expression architecture instead of builtin_type_int as the
2642 sizeof return type.
2643
c806c55a
UW
26442008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2645
2646 * expression.h (enum exp_opcode): Document OP_COMPLEX to take
2647 a type parameter as expression element.
2648 * eval.c (evaluate_subexp_standard) [OP_COMPLEX]: Retrieve result
2649 type as expression element.
2650 * f-exp.y: Pass in type when buildin OP_COMPLEX expression.
2651 * parse.c (operator_length_standard): Update length of OP_COMPLEX.
2652
fbb06eb1
UW
26532008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2654
2655 * language.h (struct language_arch_info): New members
2656 bool_type_default and bool_type_symbol.
2657 (lang_bool_type): Remove prototype.
2658 (LA_BOOL_TYPE): Remove macro.
2659 (language_bool_type): Add prototype.
2660 * language.c (lang_bool_type): Remove.
2661 (language_bool_type): New function.
2662
2663 * value.h (value_in): Change return value to int.
2664 * value.c (value_in): Return int instead of struct value *.
2665
2666 * eval.c (evaluate_subexp_standard): Call language_bool_type instead
2667 of using LA_BOOL_TYPE. Update call to value_in.
2668 * ada-lang.c (ada_evaluate_subexp): Call language_bool_type instead
2669 of using LA_BOOL_TYPE or builtin_type_int for boolean values.
2670
2671 * language.c (unknown_language_arch_info): Set bool_type_default member
2672 of struct language_arch_info.
2673 * ada-lang.c (ada_language_arch_info): Set bool_type_symbol and
2674 bool_type_default members of struct language_arch_info.
2675 * c-lang.c (c_language_arch_info): Set bool_type_default member
2676 of struct language_arch_info.
2677 (cplus_language_arch_info): Set bool_type_symbol and bool_type_default
2678 members of struct language_arch_info.
2679 * f-lang.c (f_language_arch_info): Set bool_type_symbol and
2680 bool_type_default members of struct language_arch_info.
2681 * jv-lang.c (java_language_arch_info): Set bool_type_symbol and
2682 bool_type_default members of struct language_arch_info.
2683 * m2-lang.c (m2_language_arch_info): Set bool_type_symbol and
2684 bool_type_default members of struct language_arch_info.
2685 * p-lang.c (p_language_arch_info): Set bool_type_symbol and
2686 bool_type_default members of struct language_arch_info.
2687
de7b6b47
UW
26882008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2689
2690 * jv-lang.c (enum java_primitive_types): New type.
2691 (java_language_arch_info): New function.
2692 (java_language): Use it instead of c_language_arch_info.
2693
afc05acb
UW
26942008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2695
2696 * value.h (value_bitstring_subscript): New prototype.
2697 * valarith.h (value_bitstring_subscript): New function.
2698 (value_subscript): No longer handle TYPE_CODE_BITSTRING.
2699 * eval.c (evaluate_subexp_standard): Call value_bitstring_subscript
2700 instead of value_subscript to handle TYPE_CODE_BITSTRING.
2701
3e79cecf
UW
27022008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2703
2704 * expression.h (struct expression): New member GDBARCH.
2705 * parse.c (parse_exp_in_context): Initialize it.
2706 * parser-def.h (parse_gdbarch, parse_language): New macros.
2707
2708 * ada-exp.y (parse_type): New macro.
2709 Replace builtin_type_ macros by using parse_type.
2710 Replace current_language by parse_language.
2711 * ada-lex.l (processInt): Replace current_gdbarch by parse_gdbarch.
2712 Replace builtin_type_ macros.
2713
2714 * c-exp.y (parse_type): New macro.
2715 Replace builtin_type_ macros by using parse_type.
2716 (parse_number): Replace current_gdbarch by parse_gdbarch.
2717 (yylex): Replace current_language by parse_language.
2718
2719 * f-exp.y (parse_type, parse_f_type): New macros.
2720 Replace builtin_type_ macros by using parse_{f_,}type.
2721 (parse_number): Replace current_gdbarch by parse_gdbarch.
2722 (yylex): Replace current_language by parse_language.
2723
2724 * jv-exp.y (parse_type): New macro.
2725 (parse_number): Replace builtin_type_ macros by using parse_type.
2726
2727 * m2-exp.y (parse_type, parse_m2_type): New macros.
2728 Replace builtin_type_ macros by using parse_{m2_,}type.
2729
2730 * objc-exp.y (parse_type): New macro.
2731 Replace builtin_type_ macros by using parse_type.
2732 (parse_number): Replace current_gdbarch by parse_gdbarch.
2733 (yylex): Replace current_language by parse_language.
2734
2735 * p-exp.y (parse_type): New macro.
2736 Replace builtin_type_ macros by using parse_type.
2737 (parse_number): Replace current_gdbarch by parse_gdbarch.
2738 (yylex): Replace current_language by parse_language.
2739
c841afd5
UW
27402008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2741
2742 * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE
2743 and DATA_SYMBOL_TYPE arguments.
2744 * parse.c (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE and
2745 DATA_SYMBOL_TYPE arguments. Replace use of builtin_type_CORE_ADDR.
2746 (write_dollar_variable): Update call.
2747
2748 * ada-exp.y (write_var_or_type): Update call.
2749 * c-exp.y: Likewise.
2750 * f-exp.y: Likewise.
2751 * jv-exp.y: Likewise.
2752 * m2-exp.y: Likewise.
2753 * objc-exp.y: Likewise.
2754 * p-exp.y: Likewise.
2755
0c1f74cf
JB
27562008-09-10 Joel Brobecker <brobecker@adacore.com>
2757
2758 * ada-lang.c (ada_parent_type): Add handling of the case where
2759 the _parent field is a pointer and/or has a parallel XVS type.
2760 (ada_evaluate_subexp) [OP_VAR_VALUE]: When doing an
2761 EVAL_AVOID_SIDE_EFFECTS evaluation of a tagged type, return
2762 the type of the tag instead of doing forcing an EVAL_NORMAL
2763 expression evaluation.
2764
5823c3ef
JB
27652008-09-10 Paul N. Hilfinger <hilfinger@adacore.com>
2766 Joel Brobecker <brobecker@adacore.com>
2767
2768 * ada-lang.c (is_digits_suffix): New function.
2769 (is_dot_digits_suffix): Remove.
2770 (ada_lookup_symbol_list): Remove digits suffix from minimal symbols
2771 before looking up in symbol table, and do not use wild matches on them.
2772 (wild_match): Reimplement for speed and to allow matching of operator
2773 symbols.
2774 (is_valid_name_for_wild_match): Return zero for names that do not
2775 follow the GNAT encoding.
2776
2777 (is_name_suffix): Fix typo in comment.
2778 (to_record_with_fixed_variant_part): Ditto.
2779
e5fa8013
PA
27802008-09-10 Pedro Alves <pedro@codesourcery.com>
2781
2782 * Makefile.in (gnu-nat.o): New rule.
2783
6d2e05aa
JB
27842008-09-10 Joel Brobecker <brobecker@adacore.com>
2785
2786 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: Use
2787 archecture-neutral builtin_type_int32 instead of builtin_type_int.
2788
2ac8a782
JB
27892008-09-10 Joel Brobecker <brobecker@adacore.com>
2790
2791 * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:
2792 Add special handling for pointer types.
2793
b861ac81
PA
27942008-09-10 Pedro Alves <pedro@codesourcery.com>
2795
2796 * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at the
2797 right scope level.
2798 (inf_ttrace_resume, inf_ttrace_wait): Typos.
2799
030b4912
UW
28002008-09-10 Ulrich Weigand <uweigand@de.ibm.com>
2801
2802 * ada-lang.c (ada_array_length): Use builtin_type_int32 instead
2803 of builtin_type_int.
2804 (ada_evaluate_subexp) [UNOP_IN_RANGE]: Use operand range type
2805 instead of builtin_type_int.
2806
d51fd4c8
PA
28072008-09-09 Pedro Alves <pedro@codesourcery.com>
2808
2809 * infrun.c (normal_stop): Run hook-stop last.
2810
11cb6f65
PA
28112008-09-09 Pedro Alves <pedro@codesourcery.com>
2812
2813 * gnu-nat.c (gnu_pid_to_exec_file): Delete.
2814 (init_gnu_ops): Don't register it.
2815
a9ab7422
PA
28162008-09-09 Pedro Alves <pedro@codesourcery.com>
2817
2818 * gnu-nat.c (gnu_attach): Push target before fetching the list of
2819 threads.
2820
694182d2
DJ
28212008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2822
2823 * valops.c (value_cast_structs): Return NULL for failure.
2824 (value_cast): Handle NULL from value_cast_structs.
2825 (value_fetch_lazy): Call check_typedef. Remove unused variable.
2826
dcf4fbde
PA
28272008-09-08 Pedro Alves <pedro@codesourcery.com>
2828
2829 * inferior.h (context_switch_to): Delete.
2830 * infrun.c (context_switch): Don't save and load infrun state.
2831 (context_switch_to): Delete.
2832
2833 * infcmd.c (proceed_thread_callback): Replace context_switch_to
2834 calls by switch_to_thread calls.
2835
2836 * gdbthread.h (save_infrun_state, load_infrun_state): Delete.
2837 * thread.c (main_thread_state, main_thread_executing): Delete.
2838 (inferior_thread): Delete references to them.
2839 (add_thread_silent): Fix case where we're adding a thread with the
2840 same ptid as an exited thread. Remove references to
2841 context-switching.
2842 (load_infrun_state, save_infrun_state): Delete.
2843 (thread_alive, is_thread_state, any_running, is_executing)
2844 (set_executing): Remove the special handling for targets that
2845 don't register any thread.
2846 (restore_current_thread, thread_apply_all_command)
2847 (do_captured_thread_select): Unconditionally call
2848 switch_to_thread.
2849
2850 * mi/mi-main.c (mi_cmd_execute): Check for exited threads.
2851 Call switch_to_thread instead of context_switch_to.
2852
95e54da7
PA
28532008-09-08 Pedro Alves <pedro@codesourcery.com>
2854
2855 Remove global continuations in favour of a per-thread
2856 continuations.
2857
2858 * gdbthread.h (struct thread_info): Add comments around
2859 continuations and intermediate_continuations.
2860 (save_infrun_state, load_infrun_state): Delete continuations and
2861 intermediate_continuations arguments.
fedae5ff 2862 * infrun.c (context_switch): Don't context-switch the continuations.
95e54da7
PA
2863 * thread.c (clear_thread_inferior_resources): Discard all
2864 continuations of the thread we're clearing.
2865 (save_infrun_state, load_infrun_state): Delete continuations and
2866 intermediate_continuations arguments, and the code referencing
2867 them.
2868 * utils.c: Include "gdbthread.h".
2869 (cmd_continuation, intermediate_continuation): Delete.
2870 (add_continuation): Add thread_info* argument. Install the
2871 continuation on it.
2872 (restore_thread_cleanup): New.
2873 (do_all_continuations_ptid, do_all_continuations_thread_callback):
2874 New.
2875 (do_all_continuations): Reimplement.
2876 (discard_all_continuations_thread_callback,
2877 discard_all_continuations_thread): New.
2878 (discard_all_continuations): Reimplement.
2879 (add_intermediate_continuation): Add thread_info* argument.
2880 Install the continuation on it.
2881 (do_all_intermediate_continuations_thread_callback)
2882 (do_all_intermediate_continuations_thread): New.
2883 (do_all_intermediate_continuations): Reimplement.
2884 (discard_all_intermediate_continuations_thread_callback): New.
2885 (discard_all_intermediate_continuations_thread): New.
2886 (discard_all_intermediate_continuations): Reimplement.
2887
2888 * breakpoint.c (until_break_command): Install the continuation on
2889 the current thread.
2890
2891 * defs.h (cmd_continuation, intermediate_continuation): Delete.
2892 (struct thread_info): Forward declare.
2893 (add_continuation, add_intermediate_continuation): Add
2894 thread_info* argument.
2895 (do_all_continuations_thread, discard_all_continuations_thread)
2896 (do_all_intermediate_continuations_thread)
2897 (discard_all_intermediate_continuations_thread): Declare.
2898 * inf-loop.c (inferior_event_handler): In non-stop only run
2899 continuations on the thread that stopped. In all-stop, run
2900 continuations on all threads.
2901 * infcmd.c (step_once, finish_command): Adjust.
2902
414c69f7
PA
29032008-09-08 Pedro Alves <pedro@codesourcery.com>
2904
2905 Remove the global stop_step in favour of a per-thread
2906 stop_step.
2907
2908 * inferior.h (stop_step): Delete.
2909
2910 * gdbthread.h (struct thread_info): Add comments to stop_step.
2911 (save_infrun_state, load_infrun_state): Remove stop_step argument.
2912 * thread.c (load_infrun_state, save_infrun_state): Remove
2913 stop_step argument, and references to it.
2914
2915 * infrun.c (clear_proceed_status): Clear stop_step.
2916 (fetch_inferior_event): Adjust.
2917 (context_switch): Don't context-switch stop_step.
2918 (handle_inferior_event): Adjust.
2919 (normal_stop): Adjust.
2920 (save_inferior_status, restore_inferior_status): Adjust.
2921
2922 * infcmd.c (stop_step): Delete.
2923 (step_1, step_1_continuation, step_once, until_next_command):
2924 Adjust.
2925
af679fd0
PA
29262008-09-08 Pedro Alves <pedro@codesourcery.com>
2927
2928 Remove the global step_multi in favour of a per-thread
2929 step_multi.
2930
2931 * inferior.h (step_multi): Delete.
2932 * gdbthread.h (struct thread_info): Add comments around
2933 step_multi.
2934 (save_infrun_state, load_infrun_state): Remove step_multi
2935 parameter.
2936 * thread.c (load_infrun_state, save_infrun_state): Remove
2937 step_multi argument, and references to it.
2938 * infcmd.c (step_multi): Delete.
2939 (step_1): Adjust.
2940 (step_1_continuation, until_next_command): Adjust.
2941 * infrun.c (fetch_inferior_event): Adjust.
2942 (context_switch): Don't context-switch step_multi.
2943 (print_stop_reason, normal_stop): Adjust.
2944
2020b7ab
PA
29452008-09-08 Pedro Alves <pedro@codesourcery.com>
2946
2947 Remove the global stop_signal in favour of a per-thread
2948 stop_signal.
2949
2950 * inferior.h (stop_signal): Delete.
2951 * gdbthread.h (save_infrun_state, load_infrun_state): Remove
2952 stop_signal argument.
2953 * thread.c (load_infrun_state, save_infrun_state): Remove
2954 stop_signal argument. Don't reference it.
2955
2956 * infcmd.c (stop_signal): Delete.
2957 (program_info): Adjust.
2958 * infrun.c (resume): Clear stop_signal.
2959 (proceed): Adjust. Pass the last stop_signal to the thread we're
2960 resuming.
2961 (context_switch): Don't context-switch stop_signal.
2962 (handle_inferior_event, keep_going): Adjust.
2963 (save_inferior_status, restore_inferior_status): Adjust.
2964
2965 * fbsd-nat.c: Include "gdbthread.h".
2966 (find_signalled_thread, find_stop_signal): New.
2967 (fbsd_make_corefile_notes): Use it.
2968 * fork-child.c (startup_inferior): Adjust.
2969
2970 * linux-nat.c (get_pending_status): Adjust.
2971 (linux_nat_do_thread_registers): Adjust.
2972 (find_signalled_thread, find_stop_signal): New.
2973 (linux_nat_do_thread_registers): Add stop_signal parameter.
2974 (struct linux_nat_corefile_thread_data): Add stop_signal member.
2975 (linux_nat_corefile_thread_callback): Pass stop_signal.
2976 (linux_nat_do_registers): Delete.
2977 (linux_nat_make_corefile_notes): Use find_stop_signal. Assume
2978 there's always a thread.
2979
2980 * procfs.c (find_signalled_thread, find_stop_signal): New.
2981 (find_stop_signal): New.
2982 (procfs_do_thread_registers): Add stop_signal parameter.
2983 (struct procfs_corefile_thread_data): Add stop_signal member.
2984 (procfs_corefile_thread_callback): Pass args->stop_signal.
2985 (procfs_make_note_section): Find the last stop_signal.
2986
2987 * solib-irix.c: Include gdbthread.h.
2988 (irix_solib_create_inferior_hook): Adjust.
2989 * solib-osf.c: Include gdbthread.h.
2990 (osf_solib_create_inferior_hook): Adjust.
2991 * solib-sunos.c: Include gdbthread.h.
2992 (sunos_solib_create_inferior_hook): Adjust.
2993 * solib-svr4.c: Include gdbthread.h.
2994 (svr4_solib_create_inferior_hook): Adjust.
2995
2996 * win32-nat.c (do_initial_win32_stuff): Adjust.
2997
32400beb
PA
29982008-09-08 Pedro Alves <pedro@codesourcery.com>
2999
3000 * gdbthread.h (struct thread_info): Add comments around
3001 proceed_to_finish.
3002 (save_infrun_state, load_infrun_state): Remove proceed_to_finish
3003 argument.
3004 * thread.c (load_infrun_state, save_infrun_state): Delete
3005 proceed_to_finish argument and references to it.
3006
3007 * infcall.c (call_function_by_hand): Adjust.
3008 * infcmd.c (finish_command): Adjust.
3009 * infrun.c (proceed_to_finish): Delete.
3010 (clear_proceed_status): Adjust.
3011 (context_switch): Don't context-switch proceed_to_finish.
3012 (normal_stop, save_inferior_status, restore_inferior_status):
3013 Adjust.
3014
347bddb7
PA
30152008-09-08 Pedro Alves <pedro@codesourcery.com>
3016
3017 * inferior.h (stop_bpstat): Delete.
3018
3019 * breakpoint.h (bpstat_do_actions): Remove bpstat* argument.
3020
3021 * breakpoint.c (bpstat_do_actions): Rename to ...
3022 (bpstat_do_actions_1): ... this. Make static. Change return type
3023 to int. Return true if a breakpoint proceeded.
3024 (bpstat_do_actions): New, as wrapper around bpstat_do_actions_1.
3025 (delete_breakpoint): Don't reference the global stop_bpstat; it's
3026 gone.
3027
3028 * gdbthread.h (struct thread_info): Add stop_bpstat.
3029 (save_infrun_state, load_infrun_state): Remove stop_bpstat
3030 argument.
3031 * thread.c (load_infrun_state, save_infrun_state): Remove
3032 stop_bpstat argument, and the code referencing it.
3033
3034 * infcall.c: Include "gdbthread.h".
3035 (call_function_by_hand): Adjust.
3036 * exceptions.c: Include "gdbthread.h".
3037 (throw_exception): Adjust.
3038 * infcmd.c (stop_bpstat): Delete.
3039 (continue_command): In all-stop, set the ignore count on the
3040 thread that reported the stop. In non-stop, set it on the current
3041 thread.
3042 (finish_command_continuation): Adjust.
3043 (program_info): Adjust.
3044 * infrun.c (clear_proceed_status): Adjust.
3045 (context_switch): Don't context-switch stop_bpstat.
3046 (handle_inferior_event): Adjust.
3047 (normal_stop): Adjust.
3048 (save_inferior_status, restore_inferior_status): Adjust.
3049
3050 * inf-loop.c (inferior_event_handler): Remove parameter to
3051 bpstat_do_actions call.
3052 * top.c (command_loop): Remove parameter to bpstat_do_actions
3053 call. Call it unconditionally.
3054 * event-top.c (command_handler): Ditto.
3055 * python/python.c (execute_gdb_command): Ditto.
3056
078130d0
PA
30572008-09-08 Pedro Alves <pedro@codesourcery.com>
3058
3059 * inferior.h (step_over_calls): Delete.
3060
3061 * gdbthread.h (save_infrun_state, load_infrun_state): Remove
3062 step_over_calls argument.
3063 * thread.c (save_infrun_state, load_infrun_state): Remove
3064 step_over_calls argument. Adjust.
3065
3066 * infcmd.c (step_over_calls): Delete.
3067 (step_1): Adjust.
3068 * infrun.c (clear_proceed_status): Adjust.
3069 (context_switch): Don't context-switch step_over_calls.
3070 (handle_inferior_event, save_inferior_status)
3071 (restore_inferior_status): Adjust.
3072
4e1c45ea
PA
30732008-09-08 Pedro Alves <pedro@codesourcery.com>
3074
3075 Remove context switching in favour of accessing thread_info fields
3076 directly.
3077
3078 * infrun.c (stepping_over_breakpoint, step_resume_breakpoint):
3079 Delete.
3080 (struct thread_stepping_state): Delete.
3081 (gtss, tss): Delete.
3082 (follow_inferior_reset_breakpoints, follow_exec)
3083 (resume, clear_proceed_status): Adjust.
3084 (prev_pc): Delete.
3085 (proceed, start_remote, init_wait_for_inferior): Adjust.
3086 (struct execution_control_state): Add event_thread member.
3087 (delete_step_resume_breakpoint_callback)
3088 (delete_step_thread_step_resume_breakpoint)
3089 (delete_step_thread_step_resume_breakpoint_cleanup)
3090 (delete_step_thread_step_resume_breakpoint): New.
3091 (wait_for_inferior, init_execution_control_state): Use
3092 delete_step_thread_step_resume_breakpoint_cleanup.
3093 (wait_for_inferior): Set the event_thread.
3094 (fetch_inferior_event): Ditto. Delete the step-resume breakpoint
3095 with delete_step_thread_step_resume_breakpoint.
3096 (init_thread_stepping_state): Change parameter type to
3097 thread_info. Adjust.
3098 (context_switch): Don't context switch prev_pc,
3099 stepping_over_breakpoint, step_resume_breakpoint,
3100 step_range_start, step_range_end, step_frame_id,
3101 tss->stepping_over_breakpoint,
3102 tss->stepping_through_solib_after_catch,
3103 tss->stepping_through_solib_catchpoints, tss->current_line, or
3104 tss->current_symtab.
3105 (adjust_pc_after_break, handle_inferior_event)
3106 (currently_stepping, step_into_function)
3107 (insert_step_resume_breakpoint_at_sal)
3108 (insert_longjmp_resume_breakpoint, keep_going): Adjust.
3109 (clear_stepping_state): New.
3110 (normal_stop): Adjust.
3111 (save_inferior_status, restore_inferior_status): Adjust.
3112
3113 * gdbthread.h (struct thread_info): Comments describing the
3114 members moved here. Add step_after_step_resume_breakpoint.
3115 (delete_step_resume_breakpoint): Add thread_info argument.
3116 (save_infrun_state, load_infrun_state): Remove prev_pc,
3117 trap_expected, step_resume_breakpoint, step_range_start,
3118 step_range_end, step_frame_id, another_trap,
3119 stepping_through_solib_after_catch,
3120 stepping_through_solib_catchpoints, current_line and
3121 current_symtab function arguments.
3122 (inferior_thread): Declare.
3123
3124 * thread.c (inferior_thread): New.
3125 (delete_step_resume_breakpoint): Add a thread_info parameter and
3126 rewrite.
3127 (load_infrun_state, save_infrun_state): Remove prev_pc,
3128 trap_expected, step_resume_breakpoint, step_range_start,
3129 step_range_end, step_frame_id, stepping_over_breakpoint,
3130 stepping_through_solib_after_catch,
3131 stepping_through_solib_catchpoints, current_line and
3132 current_symtab args. Remove code referencing them.
3133
3134 * infcmd.c (step_range_start, step_range_end, step_frame_id):
3135 Delete.
3136 (step_1, step_once, until_next_command): Adjust.
3137
3138 * inferior.h (step_range_start, step_range_end, step_frame_id):
3139 Delete.
3140
3141 * linux-nat.c (linux_child_follow_fork): If following the child,
3142 move the step state to it. Adjust.
3143 * inf-ptrace.c (inf_ptrace_follow_fork): Ditto.
3144 * inf-ttrace.c (inf_ttrace_follow_fork): Ditto.
3145
757f359d
PA
31462008-09-08 Pedro Alves <pedro@codesourcery.com>
3147
3148 * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the main
3149 thread.
3150
0de3b513
PA
31512008-09-08 Pedro Alves <pedro@codesourcery.com>
3152
3153 * corelow.c (add_to_thread_list): If this is the first time we
3154 hear about thread info, update inferior_ptid.
3155 (core_open): Clear the thread list and set inferior_ptid before
3156 acknowledging a new inferior. Find threads before fetching
3157 register info. Give an upper target layer a chance to find and
3158 claim new threads. Print core generation and stop signal info
3159 after finding new threads.
3160 (get_core_register_section): Look at the lwp member of
3161 inferior_ptid for detecting if we have threads info, instead of
3162 the pid member.
3163 (core_pid_to_str): New.
3164 (init_core_ops): Register core_pid_to_str.
3165
4189d2f8
PA
31662008-09-08 Pedro Alves <pedro@codesourcery.com>
3167
3168 * spu-linux-nat.c (spu_child_post_startup_inferior)
3169 (spu_child_post_attach): Don't add the main thread here.
3170
617fd3b5
PA
31712008-09-08 Pedro Alves <pedro@codesourcery.com>
3172
3173 Use ptid_t.tid to store thread ids instead of ptid_t.pid.
3174
3175 * gnu-nat.c (inf_validate_procs): If this is the first time we're
3176 seeing a thread id, extend the main thread's ptid. If we still
3177 have pending execs, don't be verbose about new threads.
3178 (gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
3179 (gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
3180 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
3181 Adjust.
3182
2689673f
PA
31832008-09-08 Pedro Alves <pedro@codesourcery.com>
3184
3185 * procfs.c (to_attach): Create a procinfo for the current lwp.
3186 Add it to gdb's thread list.
3187 (procfs_fetch_registers, procfs_store_registers): Assume there's
3188 always an lwp.
3189 (procfs_wait): Don't add the main thread here.
3190 (procfs_init_inferior): Create a procinfo for the main lwp here.
3191 Change main thread's ptid with thread_change_ptid.
3192 (procfs_notice_thread): Check for exited threads.
3193 (procfs_corefile_thread_callback): Remove check for the main
3194 process.
3195 (procfs_make_note_section): Assume there is always a thread.
3196
3197 * sol-thread.c (sol_thread_attach): Clear sol_thread_active before
3198 attaching. Change the main thread ptid with thread_change_ptid.
3199 (sol_thread_detach): Clear sol_thread_active.
3200 (sol_thread_wait): Check for exited threads.
3201 (sol_thread_create_inferior): Clear sol_thread_active before
3202 creating a new inferior. Change the main thread ptid with
3203 thread_change_ptid.
3204 (sol_thread_mourn_inferior): Clear sol_thread_active.
3205 (sol_find_new_threads_callback): Check for exited threads.
3206
62a93fa9
PA
32072008-09-08 Pedro Alves <pedro@codesourcery.com>
3208
3209 * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE and
3210 LWP_TERMINATE, resume the caller thread. On TTEVT_LWP_CREATE,
3211 TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE, don't stop the whole
3212 process, and return TARGET_WAITKIND_IGNORE.
3213
438ac09b
PA
32142008-09-08 Pedro Alves <pedro@codesourcery.com>
3215
3216 * inf-ttrace.c: Include <signal.h>
3217 (inf_ttrace_delete_dead_threads_callback): New.
3218 (inf_ttrace_resume_lwp): New.
3219 (inf_ttrace_resume_callback, inf_ttrace_resume): Rewrite. Don't
3220 delete dying threads until they are really dead.
3221 (inf_ttrace_wait): After stopping the whole process, delete any
3222 dying thread that is really dead by now.
3223 (inf_ttrace_thread_alive): Return 1.
3224 (inf_ttrace_extra_thread_info): New.
3225 (inf_ttrace_target): Register inf_ttrace_extra_thread_info.
3226
2935f27f
PA
32272008-09-08 Pedro Alves <pedro@codesourcery.com>
3228
3229 * inf-ttrace.c (inf_ttrace_follow_fork): Register the main thread
3230 of the child fork.
3231 (inf_ttrace_attach): Add the main thread.
3232 (inf_ttrace_resume_callback): Check for exited threads. Adjust
3233 for always a thread.
3234 (inf_ttrace_wait): Decorate the main thread's ptid with lwp info
3235 using thread_change_ptid, and set its private data. Don't add the
3236 main thread here.
3237 (inf_ttrace_pid_to_str): Adjust.
3238
fb5e7258
PA
32392008-09-08 Pedro Alves <pedro@codesourcery.com>
3240
3241 * bsd-uthread.c (bsd_uthread_wait): Decorate the main thread with
3242 thread_change_ptid. Check for exited threads.
3243 (bsd_uthread_find_new_threads): Check for exited threads.
3244
af990527
PA
32452008-09-08 Pedro Alves <pedro@codesourcery.com>
3246
3247 * inf-ptrace.c: Include "gdbthread.h".
3248 (inf_ptrace_attach): Add the main thread here.
3249 * linux-nat.c (linux_nat_attach): Don't add the main thread here.
3250 Decorate the main thread id with the lwp id.
3251
27c9d204
PA
32522008-09-08 Pedro Alves <pedro@codesourcery.com>
3253
3254 * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with
3255 thread_change_ptid. Don't add or mark the main thread as running
3256 and executing here.
3257 * fork-child.c (fork_inferior): Add the main thread here.
3258
de9f48f0
JG
32592008-09-08 Jerome Guitton <guitton@adacore.com>
3260
3261 * rs6000-tdep.c (rs6000_fetch_instruction)
3262 (rs6000_skip_stack_check): New functions.
3263 (skip_prologue): Skip stack check sequence.
3264
52163a60
DD
32652008-09-08 David Daney <ddaney@avtrex.com>
3266
3267 * dummy-frame.h (frame.h): Include it.
3268 (struct frame_id): Remove declaration.
3269
87805e63
UW
32702008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3271
3272 * spu-tdep.c (spu_push_dummy_code): New function.
3273 (spu_gdbarch_init): Install it.
3274
0b1553bc
UW
32752008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3276
3277 * gdbarch.sh (gdbarch_dump): Use core_addr_to_string_nz
3278 instead of paddr_nz.
3279 * gdbarch.c: Regenerate.
3280
3281 * target.c (target_xfer_partial, debug_print_register): Use
3282 core_addr_to_string_nz instead of paddr_nz.
3283
2454a024
UW
32842008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3285
3286 * rs6000-tdep.c (rs6000_gdbarch_init): Setup displaced stepping
3287 *before* calling gdbarch_init_osabi.
3288 (rs6000_aix_init_osabi): Disable displaced stepping.
3289
b52323fa
UW
32902008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * target.c (update_current_target): Do not inherit to_open
3293 or to_close.
3294 (pop_target): Call target_close on target_stack instead
3295 of current_target.
3296 (pop_all_targets_above): Likewise.
3297
fead6908
UW
32982008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3299
3300 * gnu-v3-abi.c (gnuv3_decode_method_ptr): New function.
3301 (gnuv3_print_method_ptr): Use it.
3302 (gnuv3_method_ptr_to_value): Likewise.
3303
60441ab9
UW
33042008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3305
3306 * nto-tdep.h (struct nto_target_ops): Add gdbarch parameter to
3307 register_area callback function.
3308 * i386-nto-tdep.c (i386nto_register_area): Add gdbarch parameter.
3309 Use it instead of current_gdbarch.
3310 * nto-procfs.c (procfs_store_registers): Update call.
3311
bb486190
UW
33122008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3313
3314 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Use
3315 regcache architecture instead of current_gdbarch.
3316
9dacea90
UW
33172008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3318
3319 * mep-tdep.c (struct mep_prologue): Add gdbarch member.
3320 (check_for_saved): Use it instead of current_gdbarch.
3321 (is_arg_spill): Add gdbarch paramter. Use it instead
3322 of current_gdbarch.
3323 (mep_analyze_prologue): Add gdbarch parameter. Pass it
3324 to is_arg_spill and check_for_saved.
3325 (mep_skip_prologue, mep_analyze_frame_prologue): Update calls.
3326
5db8bbe5
UW
33272008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3328
3329 * hppa-tdep.c (internalize_unwinds): Use objfile architecture
3330 instead of current_gdbarch.
3331
6ba38425
UW
33322008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3333
3334 * m68k-tdep.h (m68kbsd_fpreg_offset): Add gdbarch parameter.
3335 * m68kbsd-tdep.c (m68kbsd_fpreg_offset): Add gdbarch paramter.
3336 Use it instead of current_gdbarch.
3337 (m68kbsd_supply_fpregset): Update call.
3338 * m68kbsd-nat.c (m68kbsd_supply_fpregset): Likewise.
3339 (m68kbsd_collect_fpregset): Likewise.
3340
35488783
UW
33412008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3342
3343 * cris-tdep.c (cris_version, cris_mode): Remove.
3344 (crisv32_single_step_through_delay): Use tdep->cris_mode.
3345 (cris_breakpoint_from_pc): Likewise.
3346 (cris_frame_unwind_cache): Use tdep->cris_version.
3347 (crisv32_scan_prologue): Likewise.
3348 (cris_spec_reg_applicable): Add gdbarch argument.
3349 Use tdep->cris_version.
3350 (cris_register_size, cris_special_register_name): Update calls.
3351 (cris_special_register_name): Add gdbarch argument.
3352 (cris_register_name, crisv32_register_name): Update calls.
3353
9dae60cc
UW
33542008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3355
3356 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Use info->arch
3357 instead of current_gdbarch.
3358
3359 * sh64-tdep.c (gdb_print_insn_sh64): Remove.
3360 (sh64_gdbarch_init): Install print_insn_sh64 directly.
3361 * sh-tdep.c (gdb_print_insn_sh): Remove.
3362 (sh_gdbarch_init): Install print_insn_sh directly.
3363
3364 * mips-tdep.c (gdb_print_insn_mips): Do not check mips_abi
3365 from current_gdbarch.
3366 (gdb_print_insn_mips_n32, gdb_print_insn_mips_n64): New functions.
3367 (mips_gdbarch_init): Install them instead of gdb_print_insn_mips
3368 depending on mips_abi.
3369
24568a2c
UW
33702008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3371
3372 * gdbarch.sh (addr_bits_remove): Change type to 'm'.
3373 (smash_text_address): Likewise.
3374 * gdbarch.c, gdbarch.h: Regenerate.
3375
3376 * arch-utils.c (core_addr_identity): Add gdbarch parameter.
3377 * arch-utils.h (core_addr_identity): Likewise.
3378 * arm-tdep.c (arm_addr_bits_remove): Likewise.
3379 (arm_smash_text_address): Likewise.
3380 * hppa-tdep.c (hppa_smash_text_address): Likewise.
3381 * m88k-tdep.c (m88k_addr_bits_remove): Likewise.
3382 * s390-tdep.c (s390_addr_bits_remove): Likewise.
3383
3384 * mips-tdep.c (mips_addr_bits_remove): Add gdbarch parameter.
3385 Use it instead of current_gdbarch.
3386
3387 * arm-tdep.c (arm_prologue_prev_register, arm_unwind_pc,
3388 arm_dwarf2_prev_register): Update calls.
3389 * m88k-tdep.c (m88k_unwind_pc): Update call.
3390
f7fd4728
UW
33912008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3392
3393 * dwarf2expr.h (dwarf2_read_address): Add gdbarch argument.
3394 * dwarf2expr.c (dwarf2_read_address): Add gdbarch argument.
3395 Call gdbarch_integer_to_address directly instead of converting
3396 to value and back. Update comment.
3397 (execute_stack_op): Update call site.
3398 * dwarf2loc.c (find_location_expression): Likewise.
3399 (locexpr_describe_location): Update
3400
3401 * dwarf2expr.h (struct dwarf_expr_context): Add gdbarch member.
3402 * dwarf2-frame.c (execute_stack_op): Initialize ctx->gdbarch.
3403 * dwarf2loc. (dwarf2_evaluate_loc_desc): Likewise.
3404 (dwarf2_loc_desc_needs_frame): Likewise.
3405
714835d5
UW
34062008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3407
3408 * breakpoint.h (struct bp_location): Change type of section
3409 member to "struct obj_section *".
3410 * tracepoint.h (struct tracepoint): Likewise.
3411 * symtab.h (struct general_symbol_info): Replace bfd_section
3412 member with obj_section.
3413 (struct symtab_and_line): Change type of section member to
3414 "struct obj_section *".
3415 (SYMBOL_BFD_SECTION): Remove macro, replace by ...
3416 (SYMBOL_OBJ_SECTION): ... this.
3417
3418 * minsym.c (prim_record_minimal_symbol_and_info): Record symbol
3419 section as obj_section instead of bfd_section.
3420
3421 * ada-lang.c (ada_decode_symbol): Use gsymbol->obj_section
3422 directly instead of looking of obj_section from bfd_section.
3423
3424 * objfiles.h (find_pc_sect_section): Remove.
3425 * objfiles.c (find_pc_sect_section): Remove.
3426 (find_pc_section): Inline find_pc_sect_section code.
3427
3428 * symfile.h (find_pc_overlay): Return struct obj_section *.
3429 (find_pc_mapped_section): Likewise.
3430 (section_is_overlay, section_is_mapped): Change type of section
3431 argument to struct obj_section *.
3432 (pc_in_mapped_range, pc_in_unmapped_range): Likewise.
3433 (overlay_mapped_address, overlay_unmapped_address): Likewise.
3434 (symbol_overlayed_address): Likewise.
3435 * symtab.h (symbol_overlayed_address): Likewise.
3436 * symfile.c (overlay_is_mapped): Remove.
3437 (section_is_mapped): Inline overlay_is_mapped code. Update.
3438 (overlay_invalidate_all): Update.
3439 (section_is_overlay): Change section argument to type
3440 "struct obj_section *". Use bfd_ methods.
3441 (pc_in_unmapped_range): Likewise. Handle relocated sections.
3442 (pc_in_mapped_range): Likewise. Handle relocated sections.
3443 (sections_overlap): Likewise.
3444 (overlay_unmapped_address): Likewise.
3445 (overlay_mapped_address): Likewise.
3446 (symbol_overlayed_address): Likewise.
3447 (find_pc_overlay): Return struct obj_section *.
3448 (find_pc_mapped_section): Likewise.
3449 (list_overlays_command): Update.
3450 (map_overlay_command, unmap_overlay_command): Update.
3451 (simple_overlay_update): Update.
3452
3453 * block.h (blockvector_for_pc_sect): Change section argument
3454 to type "struct obj_section *".
3455 (block_for_pc_sect): Likewise.
3456 * block.c (blockvector_for_pc_sect): Change section argument
3457 to type "struct obj_section *".
3458 (block_for_pc_sect): Likewise.
3459 * symtab.h (find_pc_sect_function, find_pc_sect_psymtab,
3460 find_pc_sect_symtab, find_pc_sect_psymbol, find_pc_sect_line,
3461 lookup_minimal_symbol_by_pc_section, find_function_start_pc): Likewise.
3462 (matching_bfd_sections): Rename to ...
3463 (matching_obj_sections): ... this. Update argument types.
3464 * blockframe.c (find_pc_sect_function): Likewise.
3465 * breakpoint.c (describe_other_breakpoints): Likewise.
3466 (breakpoint_has_pc, check_duplicates_for): Likewise.
3467 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
3468 (lookup_minimal_symbol_by_pc_section): Likewise.
3469 * symtab.c (find_pc_sect_psymtab_closer): Likewise.
3470 (find_pc_sect_psymtab, find_pc_sect_psymbol, find_pc_sect_symtab,
3471 find_pc_sect_line, find_function_start_pc): Likewise.
3472 (matching_bfd_sections): Rename to ...
3473 (matching_obj_sections): ... this. Update argument types.
3474
3475 * blockframe.c (find_pc_partial_function): Update to section
3476 type changes. No longer call find_pc_sect_section.
3477 (cache_pc_function_section): Change to type "struct obj_section *".
3478 * breakpoint.c (resolve_sal_pc): Update to section type changes.
3479 * exec.c (xfer_memory): Likewise.
3480 * findvar.c (read_var_value): Likewise.
3481 * infcmd.c (jump_command): Likewise.
3482 * linespec.c (minsym_found): Likewise.
3483 * maint.c (maintenance_translate_address): Likewise.
3484 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Likewise.
3485 (lookup_solib_trampoline_symbol_by_pc): Likewise.
3486 * parse.c (write_exp_msymbol): Likewise.
3487 * printcmd.c (build_address_symbolic): Likewise.
3488 (address_info, sym_info): Likewise.
3489 * symmisc.c (dump_msymbols, print_symbol): Likewise.
3490 * symtab.c (fixup_section): Likewise.
3491 (fixup_symbol_section, fixup_psymbol_section): Likewise.
3492 (find_pc_line, find_function_start_sal): Likewise.
3493 * target.c (memory_xfer_partial): Likewise.
3494 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline): Likewise.
3495 * spu-tdep.c (spu_overlay_update): Likewise.
3496
623d3eb1
DE
34972008-09-04 Doug Evans <dje@google.com>
3498
3499 * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.
3500 Change argument of pulongest from CORE_ADDR to ULONGEST.
3501 All callers updated.
3502 * utils.c (plongest): Renamed from paddr_d.
3503 (pulongest): Renamed from paddr_u, change arg type to ULONGEST.
3504 * remote-mips.c (send_srec): Use paddr_nz instead of paddr_u in
3505 `CORE_ADDR addr' arg of error message.
3506
8775bb90
MS
35072008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3508
3509 * ser-tcp.c (ser_tcp_send_break): New function.
3510 (_initialize_ser_tcp): Use ser_tcp_send_break.
3511 * ser-tcp.h (ser_tcp_send_break): New prototype.
3512
9ff3afda
UW
35132008-09-03 Ulrich Weigand <uweigand@de.ibm.com>
3514
3515 * spu-tdep.c (spu_push_dummy_call): Update all stack pointer slots
3516 when allocating stack frame for inferior call.
3517
c4891da7
UW
35182008-09-03 Ulrich Weigand <uweigand@de.ibm.com>
3519
3520 * spu-tdep.c (spu_frame_unwind_cache): Do not attempt to unwind
3521 SP or return address if we failed to find a valid frame.
3522
514f746b
AR
35232008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
3524
3525 * breakpoint.c (breakpoint_init_inferior): Mark as not inserted only
3526 non-permanent breakpoints.
3527 (bpstat_stop_status): Change enable_state to bp_disabled only for
3528 non-permanent breakpoints.
3529 (bp_loc_is_permanent): New function.
3530 (create_breakpoint): Check if the location points to a permanent
3531 breakpoint and if it does, make breakpoint permanent.
3532 (update_breakpoint_locations): Make sure new locations of permanent
3533 breakpoints are properly initialized.
3534 * i386-tdep.c (i386_skip_permanent_breakpoint): New function.
3535 (i386_gdbarch_init): Set gdbarch_skip_permanent_breakpoint.
3536
a12654ce
PA
35372008-09-02 Pedro Alves <pedro@codesourcery.com>
3538
3539 * breakpoint.c (insert_breakpoints, update_global_location_list):
3540 Check breakpoints_always_inserted_mode instead of
3541 always_inserted_mode directly.
3542
8b7a6d61
AS
35432008-09-02 Andreas Schwab <schwab@suse.de>
3544
3545 * ia64-tdep.c (ia64_get_dyn_info_list): Use obj_section_addr.
3546
d68209e4
JK
35472008-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 Stay compatible after the GCC PR fortran/29635 fix.
3550 * dwarf2read.c (process_die <DW_TAG_imported_module>)
3551 (process_die <DW_TAG_imported_module>): Do not assert anything about
3552 these unsupported tags.
3553
ef4cb050
TT
35542008-08-29 Tom Tromey <tromey@redhat.com>
3555
3556 * maint.c (_initialize_maint_cmds): Fix typo.
3557
a683b3c0
TT
35582008-08-29 Tom Tromey <tromey@redhat.com>
3559
3560 * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname on
3561 obstack.
3562
3e88cf8d
UW
35632008-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3564
3565 * remote.c: Include "gdb_stat.h".
3566
a45ae3ed
UW
35672008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3568
3569 * dummy-frame.h (dummy_frame_pop): Add prototype.
3570 * dummy-frame.c: Include "observer.h".
3571 (dummy_frame_push): Do not check for stale frames.
3572 (dummy_frame_pop): New function.
3573 (cleanup_dummy_frames): New function.
3574 (_initialize_dummy_frame): Install it as inferior_created observer.
3575
3576 * frame.h (struct frame_id): Update comments.
3577 (frame_id_inner): Remove prototype.
3578 * frame.c (frame_id_inner): Make static. Add comments.
3579 (frame_find_by_id): Update frame_id_inner safety net check to avoid
3580 false positives for targets using non-contiguous stack ranges.
3581 (get_prev_frame_1): Update frame_id_inner safety net check.
3582 (frame_pop): Call dummy_frame_pop when popping a dummy frame.
3583
3584 * stack.c (return_command): Directly pop the selected frame.
3585 * infrun.c (handle_inferior_event): Remove dead code.
3586 * i386-tdep.c (i386_push_dummy_call): Update comment.
3587
879d1e6b
UW
35882008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3589
3590 * breakpoint.c (remove_breakpoint): Do not fail if unable to remove
3591 breakpoint from shared library.
3592
97ec2c2f
UW
35932008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3594
3595 * solib-svr4.c (read_program_header): New function.
3596 (scan_dyntag_auxv): New function.
3597 (elf_locate_base): Use it if scan_dyntag fails.
3598 (find_program_interpreter): New function.
3599 (enable_break): Use it instead of .interp section.
3600
f1838a98
UW
36012008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3602
3603 * remote.h (remote_filename_p, remote_bfd_open): Add prototypes.
3604 * remote.c (remote_bfd_iovec_open, remote_bfd_iovec_close,
3605 remote_bfd_iovec_pread, remote_bfd_iovec_stat, remote_filename_p,
3606 remote_bfd_open): New functions.
3607 (remote_hostio_send_command): Fail safely if remote connection
3608 is not set up.
3609
3610 * solist.h (solib_open): Remove prototype.
3611 (solib_bfd_open): Add prototype.
3612 * solib.c: Include "remote.h".
3613 (solib_open): Remove, replace by ...
3614 (solib_bfd_open): ... this new function. Handle remote BFDs.
3615 (solib_map_sections): Replace solib_open by solib_bfd_open.
3616 * solib-frv.c: Include "exceptions.h".
3617 (enable_break2): Replace solib_open by solib_bfd_open.
3618 * solib-svr4.c: Include "exceptions.h".
3619 (enable_break): Replace solib_open by solib_bfd_open.
3620
3621 * symfile.c: Include "remote.h".
3622 (build_id_verify): Handle remote BFDs.
3623 (separate_debug_file_exists): Use BFD to access file. Handle
3624 remote BFDs.
3625 (symfile_bfd_open): Handle remote BFDs.
3626 (reread_symbols): Handle remote BFDs.
3627
3628 * NEWS: Mention "remote:" argument prefix to "set sysroot".
3629
1cf3db46
UW
36302008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3631
3632 * gdbarch.sh (target_gdbarch): New global variable.
3633 (deprecated_current_gdbarch_select_hack): Set it.
3634 * gdbarch.c, gdbarch.h: Regenerate.
3635
3636 * arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
3637 of current_gdbarch.
3638 * target-descriptions.c (target_find_description): Likewise.
3639 * arm-tdep.c (arm_update_current_architecture): Likewise.
3640 (show_fp_model, arm_show_abi, arm_show_fallback_mode,
3641 arm_show_force_mode): Likewise.
3642 * mips-tdep.c (show_mask_address, show_mipsfpu_command,
3643 show_mips_abi): Likewise.
3644 * mep-tdep.c (me_module_register_set, current_me_module): Likewise.
3645
3646 * target.c (target_translate_tls_address): Use target_gdbarch
3647 instead of current_gdbarch.
3648 * remote.c (struct packet_reg): Likewise.
3649 (get_remote_arch_state, packet_reg_from_regnum,
3650 packet_reg_from_pnum, remote_check_symbols, remote_wait,
3651 remote_address_masked, remote_insert_breakpoint,
3652 remote_insert_hw_breakpoint, remote_read_description): Likewise.
3653 * remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
3654 * remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
3655 * cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
3656
3657 * solib.c (solib_open, solib_map_sections, solib_read_symbols,
3658 solib_add, info_sharedlibrary_command, solib_address,
3659 solib_create_inferior_hook, in_solib_dynsym_resolve_code,
3660 solib_global_lookup): Likewise.
3661 * solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
3662 * solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
3663 Likewise.
3664 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
3665 * solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
3666 set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
3667 Likewise.
3668 * nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
3669 nto_truncate_ptr): Likewise.
3670 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
3671
6207416c
LM
36722008-08-26 Luis Machado <luisgpm@br.ibm.com>
3673
3674 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections) New structure.
3675 (ppc_linux_vmx_regset_sections): New structure.
3676 (ppc_linux_fp_regset_sections): New structure.
3677 (ppc_linux_init_abi): Select core-file regset based on target
3678 features.
3679
0ff58721
UW
36802008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3681
3682 * target.c (debug_print_register): Use regcache_raw_collect
3683 instead of regcache_cooked_read. Only handle raw registers.
3684
6c5561f9
PA
36852008-08-25 Pedro Alves <pedro@codesourcery.com>
3686
3687 * cp-name-parser.y: Include config.h before system headers.
3688
ed0c3906
UW
36892008-08-25 Ulrich Weigand <uweigand@de.ibm.com>
3690
3691 * m88k-tdep.c: Update for unwinder changes.
3692
119ac181
TT
36932008-08-24 Tom Tromey <tromey@redhat.com>
3694
3695 * s390-tdep.c (s390_address_class_type_flags): Use
3696 TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1.
3697 (s390_address_class_type_flags_to_name): Likewise.
3698 (s390_address_class_name_to_type_flags): Likewise.
3699
803e1097
TT
37002008-08-24 Tom Tromey <tromey@redhat.com>
3701
3702 * rs6000-tdep.c (rs6000_builtin_type_vec128): Don't use
3703 TYPE_FLAGS.
3704 * features/rs6000/powerpc-vsx32l.c
3705 (initialize_tdesc_powerpc_vsx32l): Update.
3706 * features/rs6000/powerpc-vsx32.c
3707 (initialize_tdesc_powerpc_vsx32): Update.
3708 * features/rs6000/powerpc-vsx64.c
3709 (initialize_tdesc_powerpc_vsx64): Update.
3710 * features/rs6000/powerpc-vsx64l.c
3711 (initialize_tdesc_powerpc_vsx64l): Update.
3712 * target-descriptions.c (maint_print_c_tdesc_cmd): Emit
3713 TYPE_VECTOR, not TYPE_FLAGS.
3714
876cecd0
TT
37152008-08-24 Tom Tromey <tromey@redhat.com>
3716
3717 * xml-tdesc.c (tdesc_end_union): Update.
3718 * stabsread.c (define_symbol): Update.
3719 (read_type): Update.
3720 (read_struct_type): Update.
3721 (read_enum_type): Update.
3722 * spu-tdep.c (spu_builtin_type_vec128): Update.
3723 * sh-tdep.c (sh_push_dummy_call_fpu): Update.
3724 (sh_push_dummy_call_nofpu): Update.
3725 * mdebugread.c (parse_symbol): Update.
3726 (parse_symbol): Update.
3727 (parse_symbol): Update.
3728 (upgrade_type): Update.
3729 * jv-lang.c (java_lookup_class): Update.
3730 * iq2000-tdep.c (iq2000_pointer_to_address): Update.
3731 * i386-tdep.c (i386_mmx_type): Update.
3732 (i386_sse_type): Update.
3733 * gdbtypes.h (enum type_flag_value): New enum.
3734 (enum type_instance_flag_value): New enum.
3735 (TYPE_FLAG_UNSIGNED, TYPE_FLAG_NOSIGN, TYPE_FLAG_STUB,
3736 TYPE_FLAG_TARGET_STUB, TYPE_FLAG_STATIC, TYPE_FLAG_PROTOTYPED,
3737 TYPE_FLAG_INCOMPLETE, TYPE_FLAG_VARARGS, TYPE_FLAG_VECTOR,
3738 TYPE_FLAG_FIXED_INSTANCE, TYPE_FLAG_STUB_SUPPORTED,
3739 TYPE_FLAG_NOTTEXT): Now enum constants.
3740 (TYPE_FLAG_CONST, TYPE_FLAG_VOLATILE, TYPE_FLAG_CODE_SPACE,
3741 TYPE_FLAG_DATA_SPACE, TYPE_FLAG_ADDRESS_CLASS_1,
3742 TYPE_FLAG_ADDRESS_CLASS_2): Remove.
3743 (TYPE_INSTANCE_FLAG_CONST, TYPE_INSTANCE_FLAG_VOLATILE,
3744 TYPE_INSTANCE_FLAG_CODE_SPACE, TYPE_INSTANCE_FLAG_DATA_SPACE,
3745 TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1,
3746 TYPE_INSTANCE_FLAG_ADDRESS_CLASS_2): New constants.
3747 (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB, TYPE_TARGET_STUB,
3748 TYPE_STATIC, TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_VARARGS,
3749 TYPE_VECTOR, TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED,
3750 TYPE_NOTTEXT): Update.
3751 (TYPE_FLAG_ADDRESS_CLASS_ALL): Remove.
3752 (TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL): New define.
3753 (TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE,
3754 TYPE_ADDRESS_CLASS_1, TYPE_ADDRESS_CLASS_2,
3755 TYPE_ADDRESS_CLASS_ALL): Update.
3756 (struct main_type) <flags>: Remove.
3757 <flag_unsigned, flag_nosign, flag_stub, flag_target_stub,
3758 flag_static, flag_prototyped, flag_incomplete, flag_varargs,
3759 flag_vector, flag_stub_supported, flag_nottext,
3760 flag_fixed_instance>: New fields.
3761 <nfields, vptr_fieldno>: Move earlier.
3762 (TYPE_FLAGS): Remove.
3763 * gdbtypes.c (make_pointer_type): Update.
3764 (address_space_name_to_int): Update.
3765 (address_space_int_to_name): Update.
3766 (make_type_with_address_space): Update.
3767 (make_cv_type): Update.
3768 (create_range_type): Update.
3769 (get_discrete_bounds): Update.
3770 (create_set_type): Update.
3771 (make_vector_type): Update.
3772 (smash_to_method_type): Update.
3773 (check_typedef): Update.
3774 (check_stub_method): Update.
3775 (init_type): Individually assign flag fields.
3776 (recursive_dump_type): Don't print entire TYPE_FLAGS field. Do
3777 print TYPE_FIXED_INSTANCE, TYPE_STUB_SUPPORTED, and TYPE_NOTTEXT.
3778 (copy_type_recursive): Copy the entire main type. Don't use
3779 TYPE_FLAGS.
3780 * features/rs6000/powerpc-altivec64l.c
3781 (initialize_tdesc_powerpc_altivec64l): Update.
3782 * features/rs6000/powerpc-altivec64.c
3783 (initialize_tdesc_powerpc_altivec64): Update.
3784 * features/rs6000/powerpc-altivec32l.c
3785 (initialize_tdesc_powerpc_altivec32l): Update.
3786 * features/rs6000/powerpc-altivec32.c
3787 (initialize_tdesc_powerpc_altivec32): Update.
3788 * features/rs6000/powerpc-7400.c (initialize_tdesc_powerpc_7400):
3789 Update.
3790 * features/arm-with-iwmmxt.c (initialize_tdesc_arm_with_iwmmxt):
3791 Update.
3792 * dwarf2read.c (read_structure_type): Update.
3793 (read_enumeration_type): Likewise.
3794 (process_enumeration_scope): Likewise.
3795 (read_tag_pointer_type): Likewise.
3796 (read_subroutine_type): Likewise.
3797 (read_subroutine_type): Likewise.
3798 (read_base_type): Likewise.
3799 * coffread.c (coff_read_enum_type): Update.
3800 * ada-valprint.c (adjust_type_signedness): Update.
3801 * ada-typeprint.c (print_record_field_types): Update.
3802 * ada-lang.c (packed_array_type): Update.
3803 (empty_record): Don't reset TYPE_FLAGS.
3804 (ada_template_to_fixed_record_type_1): Update.
3805 (ada_template_to_fixed_record_type_1): Likewise.
3806 (template_to_static_fixed_type): Likewise.
3807 (to_record_with_fixed_variant_part): Likewise.
3808 (to_fixed_record_type): Likewise.
3809 (to_fixed_array_type): Likewise.
3810 (to_static_fixed_type): Likewise.
3811
d4ce0d3f
TT
38122008-08-23 Jim Blandy <jimb@redhat.com>
3813
3814 PR macros/607:
3815 * symmisc.c (print_symbol_bcache_statistics): Include statistics
3816 for the macro bcache.
3817
2e668a5d
TT
38182008-08-23 Tom Tromey <tromey@redhat.com>
3819
3820 * macrotab.h (struct macro_definition) <kind>: Shrink to one bit.
3821 (argc): Now 31 bits.
3822
75a2d5e7
TT
38232008-08-22 Tom Tromey <tromey@redhat.com>
3824
3825 * NEWS: Move macro entries back under "New commands".
3826
25db0f1b
UW
38272008-08-22 Ulrich Weigand <uweigand@de.ibm.com>
3828
3829 * breakpoint.c (create_overlay_event_breakpoint): Rename to ...
3830 (create_overlay_event_breakpoint_1): ... this. Add OBJFILE parameter.
3831 (create_overlay_event_breakpoint): Loop over all objfiles to install
3832 multiple instances of the overlay event breakpoint if present.
3833
0391f248
UW
38342008-08-22 Ulrich Weigand <uweigand@de.ibm.com>
3835
3836 * spu-tdep.c (spu_overlay_new_objfile): Only consider SPU objfiles.
3837 (info_spu_event_command): Command only supported on SPU architecture.
3838 (info_spu_signal_command): Likewise.
3839 (info_spu_mailbox_command): Likewise.
3840 (info_spu_dma_command): Likewise.
3841 (info_spu_proxydma_command): Likewise.
3842
24a73cce
UW
38432008-08-22 Ulrich Weigand <uweigand@de.ibm.com>
3844
3845 * infrun.c (adjust_pc_after_break): Do not call get_thread_regcache
3846 if the thread has already exited.
3847
e0bb1c1c
PA
38482008-08-22 Pedro Alves <pedro@codesourcery.com>
3849
3850 * infrun.c (proceed): Move back setting previous_inferior_ptid
3851 from here ...
3852 (wait_for_inferior): ... to here.
3853 (fetch_inferior_event): ... and here.
3854
a3ecef73
UW
38552008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
3856
3857 * gdbarch.sh: Include "regcache.h" into gdbarch.c.
3858 (deprecated_current_gdbarch_select_hack): Call registers_changed
3859 instead of reinit_frame_cache.
3860 * gdbarch.c: Regenerate.
3861
45148c2e
UW
38622008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
3863
3864 * elfread.c (elf_symtab_read): Do not relocate thread-local symbols.
3865
6a94242b
DJ
38662008-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3867
3868 * xcoffread.c (SYMNAME_ALLOC): Correct syntax.
3869
5045add0
UW
38702008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
3871
3872 * findvar.c (locate_var_value): Do not call get_frame_arch
3873 with a NULL frame argument.
3874
029a67e4
UW
38752008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
3876
3877 * frame.h (frame_map_regnum_to_name): Remove prototype.
3878 (frame_map_name_to_regnum): Remove prototype.
3879 * frame.c (frame_map_regnum_to_name): Remove.
3880 (frame_map_name_to_regnum): Remove.
3881 (frame_unwind_register_value): Use user_reg_map_regnum_to_name
3882 instead of frame_map_regnum_to_name.
3883 * ax-gdb.c: Include "user-regs.h".
3884 (gen_expr): Use user_reg_map_name_to_regnum instead of
3885 frame_map_name_to_regnum.
3886 * eval.c: Include "user-regs.h".
3887 (evaluate_subexp_standard): Use user_reg_map_name_to_regnum
3888 instead of frame_map_name_to_regnum.
3889 * infcmd.c (registers_info): Likewise.
3890 * parse.c: Include "user-regs.h".
3891 (write_dollar_variable): Use user_reg_map_name_to_regnum
3892 instead of frame_map_name_to_regnum.
3893 * tracepoint.c: Include "user-regs.h".
3894 (encode_actions): Use user_reg_map_name_to_regnum
3895 instead of frame_map_name_to_regnum.
3896 * valops.c: Include "user-regs.h".
3897 (value_fetch_lazy): Use user_reg_map_regnum_to_name instead
3898 of frame_map_regnum_to_name.
3899
e84ee240
UW
39002008-08-21 Ulrich Weigand <uweigand@de.ibm.com>
3901
3902 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Read
3903 and manually relocate .opd contents from BFD instead of reading
3904 them from target memory.
3905
0114d602
DJ
39062008-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3907
3908 * dwarf2read.c (processing_current_prefix): Delete static
3909 variable.
3910 (process_full_comp_unit): Do not set processing_current_prefix.
3911 (dwarf2_full_name): New function.
3912 (read_func_scope): Do not set processing_current_prefix. Use
3913 determine_prefix.
3914 (read_structure_type): Do not set processing_current_prefix. Remove
3915 unused inner cleanup.
3916 (process_structure_scope): Do not set processing_current_prefix.
3917 (read_enumeration_type): Use dwarf2_full_name.
3918 (determine_class_name): Return a const char *. Put the result
3919 on the objfile obstack. Use dwarf2_full_name.
3920 (read_namespace_type): New function.
3921 (read_namespace): Do not create the type here. Use
3922 determine_prefix.
3923 (read_typedef): Use dwarf2_full_name. Do not pass the name
3924 to init_type.
3925 (read_base_type): Do not pass the name to init_type. Handle
3926 TYPE_FLAG_NOSIGN.
3927 (read_unspecified_type): Do not pass the name to init_type.
3928 (new_symbol): Use dwarf2_full_name instead of
3929 processing_current_prefix.
3930 (read_type_die): Do not set processing_current_prefix. Handle
3931 DW_TAG_namespace.
3932 (determine_prefix): Handle specifications. Return the result
3933 on the objfile obstack. Handle unions correctly.
3934
df8a16a1
DJ
39352008-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3936
3937 * buildsym.c (add_symbol_to_list): Do not call
3938 cp_scan_for_anonymous_namespaces here.
3939 (finish_block): Do not call cp_set_block_scope here.
3940 * cp-namespace.c (processing_has_namespace_info)
3941 (processing_current_prefix): Delete.
3942 (cp_initialize_namespace): Do not initialize
3943 processing_has_namespace_info.
3944 (cp_scan_for_anonymous_namespaces): Use SYMBOL_DEMANGLED_NAME. Do
3945 not check processing_has_namespace_info.
3946 (cp_set_block_scope): Take prefix and namespace info flag as
3947 arguments. Honor namespaces regardless of a demangled name.
3948 * cp-support.h (processing_has_namespace_info)
3949 (processing_current_prefix): Delete declarations.
3950 (cp_set_block_scope): Update prototype.
3951 * dwarf2read.c (processing_has_namespace_info)
3952 (processing_current_prefix): New static variables.
3953 (read_file_scope): Initialize processing_has_namespace_info.
3954 (read_func_scope): Call cp_set_block_scope for C++.
3955 (new_symbol): Call cp_scan_for_anonymous_namespaces for C++.
3956 * symtab.c (symbol_demangled_name): Accept a const argument.
3957 * symtab.h (symbol_demangled_name): Update prototype.
3958
3567439c
DJ
39592008-08-21 Daniel Jacobowitz <dan@codesourcery.com>
3960
3961 * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME.
3962 * blockframe.c (find_pc_partial_function): Likewise.
3963 * buildsym.c (find_symbol_in_list): Likewise.
3964 * c-valprint.c (c_val_print): Likewise.
3965 * coffread.c (patch_opaque_types, process_coff_symbol): Likewise.
3966 (coff_read_enum_type): Likewise. Use SYMBOL_SET_LINKAGE_NAME.
3967 * cp-support.c (cp_remove_params): Renamed from remove_params and
3968 made global.
3969 (overload_list_add_symbol): Update call to remove_params.
3970 * cp-support.h (cp_remove_params): Declare.
3971 * dwarf2read.c (process_enumeration_scope): Use SYMBOL_LINKAGE_NAME.
3972 (dwarf2_const_value): Use SYMBOL_PRINT_NAME.
3973 * expprint.c (dump_subexp_body_standard): Likewise.
3974 * f-valprint.c (info_common_command, there_is_a_visible_common_named):
3975 Use SYMBOL_LINKAGE_NAME to find symbols and SYMBOL_PRINT_NAME
3976 for messages.
3977 * findvar.c (read_var_value): Use SYMBOL_LINKAGE_NAME.
3978 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3979 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3980 (hppa_hpux_skip_trampoline_code): Use SYMBOL_LINKAGE_NAME to find
3981 symbols and SYMBOL_PRINT_NAME for messages.
3982 * jv-lang.c (add_class_symbol): Use SYMBOL_SET_LINKAGE_NAME.
3983 * linespec.c (decode_line_2): Use SYMBOL_LINKAGE_NAME.
3984 * mdebugread.c (parse_symbol): Use SYMBOL_LINKAGE_NAME and
3985 SYMBOL_SET_LINKAGE_NAME.
3986 (mylookup_symbol): Use SYMBOL_LINKAGE_NAME.
3987 * minsyms.c (add_minsym_to_demangled_hash_table): Use
3988 SYMBOL_SEARCH_NAME.
3989 (lookup_minimal_symbol): Use SYMBOL_LINKAGE_NAME or
3990 SYMBOL_MATCHES_SEARCH_NAME, depending on the pass.
3991 * objfiles.h (ALL_OBJFILE_MSYMBOLS): Use SYMBOL_LINKAGE_NAME.
3992 * printcmd.c (build_address_symbolic): Use SYMBOL_LINKAGE_NAME.
3993 (address_info): Use SYMBOL_PRINT_NAME for messages and
3994 SYMBOL_LINKAGE_NAME for lookups.
3995 * sol-thread.c (info_cb): Use SYMBOL_PRINT_NAME for messages.
3996 * stabsread.c (patch_block_stabs, define_symbol)
3997 (read_type, read_enum_type, common_block_end)
3998 (cleanup_undefined_types_1, scan_file_globals): Use
3999 SYMBOL_LINKAGE_NAME, SYMBOL_SET_LINKAGE_NAME, ALL_OBJFILE_MSYMBOLS,
4000 and SYMBOL_PRINT_NAME.
4001 * stack.c (print_frame_args): Use SYMBOL_LINKAGE_NAME.
4002 (print_frame, frame_info): Use SYMBOL_PRINT_NAME for output. Use
4003 cp_remove_params instead of cplus_demangle.
4004 (print_block_frame_labels, print_frame_arg_vars): Use
4005 SYMBOL_LINKAGE_NAME.
4006 * symmisc.c (dump_msymbols): Use ALL_OBJFILE_MSYMBOLS and
4007 SYMBOL_LINKAGE_NAME.
4008 (dump_symtab_1, print_symbol, print_partial_symbols)
4009 (maintenance_check_symtabs): Use SYMBOL_LINKAGE_NAME.
4010 * symtab.h (DEPRECATED_SYMBOL_NAME): Delete.
4011 (SYMBOL_SET_LINKAGE_NAME): New.
4012 (SYMBOL_SET_NAMES): Add a comment.
4013 * tracepoint.c (set_traceframe_context, validate_actionline)
4014 (collect_symbol, scope_info): Use SYMBOL_LINKAGE_NAME for
4015 lookups and SYMBOL_PRINT_NAME for output.
4016 * typeprint.c (typedef_print): Use SYMBOL_LINKAGE_NAME.
4017 * xcoffread.c (process_xcoff_symbol): Use SYMBOL_SET_LINKAGE_NAME.
4018
aded6f54
PA
40192008-08-21 Pedro Alves <pedro@codesourcery.com>
4020
4021 * arm-tdep.c (arm_pc_is_thumb): Use obj_section_addr.
4022 * hppa-hpux-tdep.c (hppa_hpux_find_dummy_bpaddr): Likewise.
4023 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Use
4024 obj_section_addr and obj_section_endaddr.
4025 * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Likewise.
4026 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4027 * ia64-tdep.c (ia64_find_global_pointer): Likewise.
4028 (find_extant_func_descr): Likewise.
4029 * solib-frv.c (frv_relocate_main_executable): Use
4030 obj_section_addr.
4031 * xstormy16-tdep.c (xstormy16_find_jmp_table_entry): Use
4032 obj_section_addr and obj_section_endaddr.
4033
158c7665
PH
40342008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
4035
4036 * NEWS: Amplify last entry on boolean types in Ada.
4037
f2f0e013
DJ
40382008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4039
4040 * dwarf2read.c (die_specification, dwarf2_extension, follow_die_ref):
4041 Make the dwarf2_cu * parameter output as well as input. Update it if
4042 we follow a reference to another CU.
4043 (read_func_scope, determine_class_name, namespace_name, dwarf2_attr)
4044 (die_type, die_containing_type): Update calls to changed functions.
4045 Use the returned CU along with the returned DIE.
4046 (read_namespace): Use dwarf2_attr instead of dwarf2_extension.
4047
03dd20cc
DJ
40482008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4049
4050 * dwarf2read.c (queue_comp_unit): Take an objfile argument. Read
4051 in the DIEs here.
4052 (process_queue): Do not read in the DIEs here.
4053 (psymtab_to_symtab_1): Update call to queue_comp_unit.
4054 (read_full_die): Do not call queue_comp_unit from here.
4055 (maybe_queue_comp_unit): New function.
4056 (follow_die_ref): Use it.
4057
b60c80d6
DJ
40582008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4059
4060 * dwarf2read.c (struct attribute): Move earlier.
4061 (struct die_info): Change attrs to a trailing array.
4062 (dwarf_alloc_die): Take the number of attributes. Allocate space
4063 for them.
4064 (read_full_die): Update call to dwarf_alloc_die. Do not manually
4065 allocate attributes.
4066
51545339
DJ
40672008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4068
4069 * dwarf2read.c (REF_HASH_SIZE): Delete.
4070 (struct dwarf2_cu): Replace die_ref_table with die_hash.
4071 (struct die_info): Remove next_ref.
4072 (store_in_ref_table): Remove offset argument. Rewrite to use
4073 htab_find_slot_with_hash.
4074 (die_hash, die_eq): New.
4075 (read_comp_unit): Allocate the die_hash.
4076 (read_die_and_children): Update call to store_die_ref.
4077 (follow_die_ref): Rewrite to use htab_find_with_hash.
4078
7475d072
DJ
40792008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4080
4081 * dwarf2read.c (free_die_list, copy_die): Delete.
4082 (dwarf_alloc_die): Take a CU argument. Allocate the new DIE
4083 on the obstack.
4084 (read_full_die): Update call to dwarf_alloc_die. Allocate
4085 attributes on the CU obstack.
4086 (free_one_comp_unit): Do not call free_die_list.
4087
1d325ec1
DJ
40882008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4089
4090 * dwarf2read.c (read_die_and_children): Ignore NULL DIEs.
4091 (read_die_and_siblings): Likewise. Do not add padding DIEs to the
4092 sibling list.
4093 (read_full_die): Do not allocate DIEs for abbrev 0.
4094 (follow_die_ref): Correct error message.
4095
b96e2927
PA
40962008-08-20 Pedro Alves <pedro@codesourcery.com>
4097
4098 * linespec.c (symtab_from_filename): Also throw NOT_FOUND_ERROR if
4099 there are no symbols loaded, instead of throwing a generic error.
4100 (decode_variable): Likewise.
4101
f1f6aadf
PA
41022008-08-20 Pedro Alves <pedro@codesourcery.com>
4103
4104 * objfiles.h (struct obj_section): Remove addr and endaddr fields.
4105 (obj_section_offset, obj_section_addr, obj_section_endaddr): New
4106 macros.
4107 * objfiles.c (add_to_objfile_sections): Don't set addr, endaddr
4108 and offset. Use size_t instead of unsigned long.
4109 (build_objfile_section_table): Use size_t instead of unsigned
4110 long.
4111 (objfile_relocate): Don't relocate s->addr and s->endaddr, they're
4112 gone.
4113 (find_pc_sect_section): Use obj_section_addr and
4114 obj_section_endaddr.
4115 * symfile.c (symfile.c): Remove code that maps sections
4116 offsets in "addr" to the object's sections.
4117 * blockframe.c (find_pc_partial_function): Use obj_section_endaddr.
4118 * gcore.c (gcore_create_callback): Use obj_section_addr and
4119 obj_section_endaddr.
4120 * maint.c (print_objfile_section_info): Likewise.
4121 * printcmd.c (sym_info): Use obj_section_addr and
4122 obj_section_endaddr.
4123 * symtab.c (fixup_section): Likewise.
4124
3923a2b2
MK
41252008-08-20 Mark Kettenis <kettenis@gnu.org>
4126
4127 * sparc-tdep.c: Make some comments catch up with reality.
4128
b3eb342c
VP
41292008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4130
4131 * NEWS: Mention 'set target-async'
4132
7f7efbd9
VP
41332008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4134
4135 * infrun.c (resume): If the thread is placed to the deferred step
4136 queue, mark it as running.
4137
9908b566
VP
41382008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4139
4140 Make sure target supports non-stop.
4141 * infcmd.c (run_command_1, attach_command): If non-stop mode
4142 is requested, verify the target supports it.
4143 * linux-nat.c (linux_nat_supports_non_stop): New.
4144 (linux_nat_add_target): Register the above.
4145 * target.c (find_default_supports_non_stop)
4146 (target_supports_non_stop): New.
4147 (init_dummy_target): Register find_default_supports_non_stop.
4148 * target.h (struct target_ops): New field to_supports_non_stop.
4149 (target_supports_non_stop): New.
4150
c6ebd6cf
VP
41512008-08-19 Pedro Alves <pedro@codesourcery.com>
4152 Vladimir Prus <vladimir@codesourcery.com>
4153
4154 * target.c (target_async_permitted, target_async_permitted_1)
4155 (set_maintenance_target_async_permitted)
4156 (show_maintenance_target_async_permitted): New.
4157 (initialize_targets): Register 'set target-async'.
4158 * target.h (target_async_permitted): Declare.
4159 * linux-nat.c (linux_nat_async_enabled)
4160 (linux_nat_async_permitted, set_maintenance_linux_async_permitted)
4161 (show_maintenance_linux_async_permitted): Remove.
4162 (sigchld_handler, linux_nat_is_async_p, linux_nat_can_async_p)
4163 (get_pending_events, linux_nat_async): Use target_async_permitted.
4164 (linux_nat_set_async_mode): Remove, moving the only used bits
4165 into...
4166 (linux_nat_setup_async): This.
4167 (_initialize_linux_nat): Do not register 'maint set linux-async'.
4168 Use linux_nat_setup_async.
4169 * remote.c (remote_async_permitted, remote_async_permitted_set)
4170 (set_maintenance_remote_async_permitted)
4171 (show_maintenance_remote_async_permitted): Remove.
4172 (remote_open_1, remote_terminal_inferior, remote_can_async_p)
4173 (remote_is_async_p): Use target_async_permitted.
4174 (_initialize_remote): Don't register 'main set remote-async'.
4175 * mi/mi-cmds.c (mi_cmds): Register -list-target-features.
4176 * mi/mi-cmds.h (mi_cmd_list_target_features): New.
4177 * mi/mi-main.c (mi_cmd_list_target_features): New.
4178
073120b9
VP
41792008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4180
4181 * target.c (maybe_kill_then_attach)
4182 (maybe_kill_then_create_inferior): Remove.
4183 (update_current_target): Do not default to_attach,
4184 to_create_inferiour, to_is_async_p.
4185
690cc4eb 41862008-08-19 Paul N. Hilfinger <hilfinger@adacore.com>
bfb8797a
PH
4187
4188 Changes for supporting boolean types in debugging data.
690cc4eb
PH
4189 * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change
4190 API to return LONGEST values rather than struct values.
4191 (ada_evaluate_subexp): Change to use new API of discrete_type_low_bound
4192 and discrete_type_high_bound.
4193 (to_fixed_range_type): Create a range type in cases where
4194 argument is base type and its limits are representable as ints.
4195 (ada_is_modular_type): Correct so that base type must be integral.
4196 * ada-lex.l (TRUEKEYWORD,FALSEKEYWORD): Make 'true' and 'false'
4197 keywords when they appear alone, since we are phasing out
bfb8797a 4198 direct representation of these identifiers in debugging data.
690cc4eb
PH
4199 * ada-exp.y: Define 'true' and 'false' as primaries.
4200 (type_boolean): New function.
4201 (type_int,type_long,type_long_long,type_floattype_double)
4202 (type_long_double): Remove uses of current_gdbarch for consistency
4203 with type_boolean.
4204 (write_int): Change comment to indicate that it might write boolean
4205 constant as well.
4206 * ada-typeprint.c (ada_print_type): Print '(false, true)' for boolean
4207 type, since will no longer be represented as enumerated type in
4208 debugging data.
4209 * ada-valprint.c (print_optional_low_bound): Handle boolean case
4210 as well.
bfb8797a
PH
4211 * NEWS: Note support boolean types.
4212
39540081
PA
42132008-08-18 Pedro Alves <pedro@codesourcery.com>
4214
4215 * bsd-uthread.c (bsd_uthread_close): New.
4216 (bsd_uthread_deactivate): Don't cleanup here, just unpush the
4217 target.
4218 (bsd_uthread_solib_loaded): Fix typo.
4219 (bsd_uthread_target): Register bsd_uthread_close.
4220
87ab71f0
PA
42212008-08-18 Pedro Alves <pedro@codesourcery.com>
4222
4223 * corelow.c (core_open): Assume there was no upper layer left
4224 behind from a previous inferior.
4225 * target.c (pop_all_targets): Rename to ...
4226 (pop_all_targets_above): ... this. Add a target stratum
4227 parameter. Use it instead of hardcoding the dummy_stratum.
4228 (pop_all_targets): New, defer to pop_all_targets_above.
4229 (target_preopen): Use pop_all_targets_above.
4230 * target.h (pop_all_targets_above): Declare.
4231
5231c1fd
PA
42322008-08-18 Pedro Alves <pedro@codesourcery.com>
4233
4234 * gdbthread.h (thread_change_ptid): Declare.
4235 * infrun.c (infrun_thread_ptid_changed): New.
4236 (_initialize_infrun): Attach infrun_thread_ptid_changed to the
4237 thread_ptid_changed observer.
4238 * regcache.c (regcache_thread_ptid_changed): New.
4239 (_initialize_regcache): Attach regcache_thread_ptid_changed to the
4240 thread_ptid_changed observer.
4241 * thread.c (thread_change_ptid): New.
4242
f98dfd4b
TT
42432008-08-18 Tom Tromey <tromey@redhat.com>
4244
4245 * symfile.c (reread_symbols): Update.
4246 * solib-sunos.c (allocate_rt_common_objfile): Update.
4247 * objfiles.c (allocate_objfile): Update.
4248 * objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>:
4249 Remove.
4250
d87ecdfb
TT
42512008-08-18 Tom Tromey <tromey@redhat.com>
4252
4253 * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile's
4254 obstack.
4255
46a9b8ed
DJ
42562008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * rs6000-tdep.c (struct rs6000_framedata): Add gpr_mask, used_bl,
4259 lr_register.
4260 (rs6000_in_function_epilogue_p): Check for bctr.
4261 (skip_prologue): Initialize lr_register. Set lr_reg to a register
4262 number. Set gpr_mask and used_bl. Continue scanning while some
4263 expected registers are not saved. Set lr_register if LR is not
4264 stored.
4265 (rs6000_frame_cache): Handle gpr_mask and lr_register.
4266
44feb3ce
TT
42672008-08-17 Tom Tromey <tromey@redhat.com>
4268
4269 PR gdb/1535:
4270 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): New macros.
4271 (ep_find_event_name_end): Remove.
4272 (catch_fork_temporary, catch_vfork_temporary,
4273 catch_fork_permanent, catch_vfork_permanent): New constants.
4274 (catch_vfork, catch_fork): Remove.
4275 (catch_fork_command_1): Add 'command' argument. Remove
4276 'fork_kind' and 'tempflag'. Handle NULL 'arg'. Update switch for
4277 all cases.
4278 (catch_exec_command_1): Add 'command' argument; remove
4279 'tempflag'. Handle NULL 'arg'.
4280 (catch_load_command_1): Likewise.
4281 (catch_unload_command_1): Likewise.
4282 (catch_ada_exception_command): Likewise.
4283 (catch_assert_command): Likewise.
4284 (catch_catch_command): New function.
4285 (catch_throw_command): Likewise.
4286 (catch_command_1): Remove.
4287 (catch_command): Just call error.
4288 (tcatch_command): Likewise.
4289 (catch_cmdlist): New global.
4290 (tcatch_cmdlist): Likewise.
4291 (add_catch_command): New function.
4292 (_initialize_breakpoint): Create "catch" and "tcatch" as prefix
4293 commands. Create all catch sub-commands.
4294
0d6431e2
PA
42952008-08-17 Pedro Alves <pedro@codesourcery.com>
4296
4297 * gdbthread.h: Add comments.
4298 * stack.c (get_selected_block): Return 0 on an exited thread.
4299 * top.c (execute_command): Check for is_stopped, not !is_running.
4300 * event-top.c (command_handler): Likewise.
4301
8931f526
PA
43022008-08-16 Pedro Alves <pedro@codesourcery.com>
4303
4304 * mi/mi-main.c (mi_cmd_exec_next, mi_cmd_exec_next_instruction)
4305 (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
4306 (mi_cmd_exec_finish): Remove "return".
4307
aa76d38d
PA
43082008-08-16 Pedro Alves <pedro@codesourcery.com>
4309
4310 * target.h (pop_all_targets): Declare.
4311 * target.c (pop_all_targets): New.
4312 * top.c (quit_target): Pop all targets instead of just closing the
4313 current.
4314
311a4e6b
TJB
43152008-08-16 Vladimir Prus <vladimir@codesourcery.com>
4316 Thiago Jung Bauermann <bauerman@br.ibm.com>
4317
4318 * cli-script.c (read_next_line): Add parse_commands argument.
4319 (recurse_read_control_structure): Adapt to new read_next_line
4320 signature.
4321 (read_command_lines): Add parse_commands argument.
4322 (define_command): Adapt to new read_command_lines signature.
4323 (document_command): Likewise.
4324 * breakpoint.c (commands_command): Likewise.
4325 * defs.h (read_command_lines): Adjust function prototype.
4326
24209737
PH
43272008-08-16 Paul N. Hilfinger <hilfinger@adacore.com>
4328
4329 * ada-lang.c (pos_atr): Account for the possibility that the
4330 argument may be a reference.
4331
9f1d5432
PH
43322008-08-16 Paul N. Hilfinger <hilfingr@adacore.com>
4333
4334 * xcoffread.c (scan_xcoff_symtab): Do not include global symbols
4335 ('F' format) for @FIX names generated by the loader, retaining only
4336 the minimal symbols (and no partial symbol tables) for these names.
4337 Fixes warning messages about symbols that are found in partial
4338 symbol tables, but not full symbol tables.
4339
83c265ab
PA
43402008-08-16 Pedro Alves <pedro@codesourcery.com>
4341
4342 * infrun.c (fetch_inferior_event): Only call normal_stop if not
4343 stopping quietly.
4344
604c2f83
LM
43452008-08-15 Luis Machado <luisgpm@br.ibm.com>
4346
4347 * rs6000-tdep: Include "features/rs6000/powerpc-vsx32.c".
4348 Include "features/rs6000/powerpc-vsx64.c".
4349 (ppc_supply_vsxregset): New function.
4350 (ppc_collect_vsxregset): New function.
4351 (IS_VSX_PSEUDOREG): New macro.
4352 (IS_EFP_PSEUDOREG): New macro.
4353 (vsx_register_p): New function.
4354 (ppc_vsx_support_p): New function.
4355 (rs6000_builtin_type_vec128): New function.
4356 (rs6000_register_name): Hide upper halves of vs0~vs31. Return
4357 correct names for VSX registers and EFPR registers.
4358 (rs6000_pseudo_register_type): Return correct types for VSX
4359 and EFPR registers.
4360 (rs6000_pseudo_register_reggroup_p): Return correct group for
4361 VSX and EFPR registers.
4362 (ppc_pseudo_register_read): Rename to dfp_pseudo_register_read.
4363 (ppc_pseudo_register_write): Rename to dfp_pseudo_register_write.
4364 (vsx_pseudo_register_read): New function.
4365 (vsx_pseudo_register_write): New function.
4366 (efpr_pseudo_register_read): New function.
4367 (efpr_pseudo_register_write): New function.
4368 (rs6000_pseudo_register_read): Call new VSX and EFPR read functions.
4369 (rs6000_pseudo_register_write): Call new VSX and EFPR write functions.
4370 (rs6000_gdbarch_init): Declare have_vsx.
4371 Initialize new upper half VSX registers.
4372 Initialize VSX-related and EFPR-related pseudo-registers variables.
4373 Adjust the number of pseudo registers accordingly.
4374
4375 * ppc-linux-nat.c: Define PTRACE_GETVSXREGS, PTRACE_SETVSXREGS
4376 and SIZEOF_VSRREGS.
4377 (gdb_vsxregset_t): New type.
4378 (have_ptrace_getsetvsxregs): New variable.
4379 (fetch_vsx_register): New function.
4380 (fetch_register): Handle VSX registers.
4381 (fetch_vsx_registers): New function.
4382 (fetch_ppc_registers): Handle VSX registers.
4383 (store_ppc_registers): Handle VSX registers.
4384 (store_vsx_register): New function.
4385 (store_register): Handle VSX registers.
4386 (store_vsx_registers): New function.
4387 (ppc_linux_read_description): Handle VSX-enabled inferiors.
4388 (gdb_vsxregset_t): New type.
4389 (supply_vsxregset): New function.
4390 (fill_vsxregset): New function.
4391
4392 * ppc-tdep.h (vsx_register_p): New prototype.
4393 (vsx_support_p): New prototype.
4394 (ppc_vsr0_regnum): New variable.
4395 (ppc_vsr0_upper_regnum): Likewise.
4396 (ppc_efpr0_regnum): Likewise.
4397 (ppc_builtin_type_vec128): New type.
4398 (ppc_num_vsrs): New constant.
4399 (ppc_num_vshrs): New constant.
4400 (ppc_num_efprs): Likewise.
4401 Define POWERPC_VEC_VSX PPC_VSR0_UPPER_REGNUM and PPC_VSR31_UPPER_REGNUM.
4402 (ppc_supply_vsxregset): New prototype.
4403 (ppc_collect_vsxregset): New prototype.
4404
4405 * ppc-linux-tdep.c: Include "features/rs6000/powerpc-vsx32l.c"
4406 Include "features/rs6000/powerpc-vsx64l.c".
4407 (_initialize_ppc_linux_tdep): Initialize VSX-enabled targets.
4408 (ppc_linux_regset_sections): Add new ".reg-ppc-vsx" field.
4409 (ppc32_linux_vsxregset): New 32-bit VSX-enabled regset.
4410 (ppc_linux_regset_from_core_section): Handle VSX core section.
4411 (ppc_linux_core_read_description): Support VSX-enabled core files.
4412
4413 * ppc-linux-tdep.h: Declare *tdesc_powerpc_vsx32l
4414 Declare tdesc_powerpc_vsx64l
4415
4416 * corelow.c (get_core_register_section): Support VSX-enabled
4417 core files.
4418
4419 * features/rs6000/power-vsx.xml: New VSX descriptions.
4420 * features/rs6000/powerpc-vsx32.xml: New file.
4421 * features/rs6000/powerpc-vsx32l.xml: New file.
4422 * features/rs6000/powerpc-vsx64.xml: New file.
4423 * features/rs6000/powerpc-vsx64l.xml: New file.
4424 * features/rs6000/powerpc-vsx32.c: New file (generated).
4425 * features/rs6000/powerpc-vsx32l.c: New file (generated).
4426 * features/rs6000/powerpc-vsx64.c: New file (generated).
4427 * features/rs6000/powerpc-vsx64l.c: New file (generated).
4428 * features/Makefile: Updated with new descriptions.
4429 * regformats/rs6000/powerpc-vsx32l.dat: New file (generated).
4430 * regformats/rs6000/powerpc-vsx64l.dat: New file (generated).
4431
dde7c0a9
VP
44322008-08-15 Vladimir Prus <vladimir@codesourcery.com>
4433
4434 * ia64-linux.nat (_initialize_ia64_linux_nat): Don't
4435 call linux_target twice.
4436
ebd67d87
AR
44372008-08-14 Aleksandar Ristovski <aristovski@qnx.com>
4438
4439 * nto-tdep.c (lm_info): Updated struct lm_info definition from
4440 solib-svr4.c
4441 (LM_ADDR): Use l_addr if available; if not, use link map and set
4442 l_addr.
4443
886a217c
TT
44442008-08-14 Tom Tromey <tromey@redhat.com>
4445
4446 * macrocmd.c (macro_define_command): Check for NULL argument.
4447 (macro_undef_command): Likewise.
4448
3d488bfc
PA
44492008-08-14 Pedro Alves <pedro@codesourcery.com>
4450
4451 * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.
4452
33e5cbd6
PA
44532008-08-13 Pedro Alves <pedro@codesourcery.com>
4454
4455 * breakpoint.c (always_inserted_auto, always_inserted_on)
4456 (always_inserted_off, always_inserted_enums): New.
4457 (always_inserted_mode): Change type to char* and point to
4458 always_inserted_auto.
4459 (show_always_inserted_mode): In auto mode, also show the current
4460 effect of the option.
4461 (breakpoints_always_inserted_mode): Adjust for the new auto mode.
4462 (_initialize_breakpoint): Make the "set breakpoints
4463 always-inserted" command an enum command. Extend help to describe
4464 the auto mode.
4465
8fbde58b
UW
44662008-08-13 Ulrich Weigand <uweigand@de.ibm.com>
4467
4468 * spu-tdep.c (info_spu_dma_command): Respect TSQV (tag status
4469 query valid) bit. Ignore bits outside the condition field.
4470 (info_spu_proxydma_command): Ignore bits outside the field.
4471
11fa8e43
MS
44722008-08-12 Michael Snyder <msnyder@vmware.com>
4473
4474 * MAINTAINERS: Update my email address.
4475
fcb09a75
UW
44762008-08-12 Ulrich Weigand <uweigand@de.ibm.com>
4477
4478 * ppc-linux-nat.c (ppc_linux_get_hwcap): Really get AT_HWCAP.
4479
a6f3e723
SL
44802008-08-12 Pedro Alves <pedro@codesourcery.com>
4481
4482 Add no-ack mode to the remote protocol --- optionally stop ACKing
4483 packets and responses when we have a reliable communication
4484 medium.
4485
4486 Based on Apple's GDB, by Jason Molenda <jmolenda@apple.com>
4487
4488 * remote.c (struct remote_state): Add noack_mode field.
4489 (PACKET_QStartNoAckMode): New.
4490 (remote_start_remote): Don't any outstanding packet here.
4491 (remote_open_1): Clear noack_mode. Ack any outstanding packet
4492 here. Activate noack mode if requested.
4493 (remote_protocol_features): Add QStartNoAckMode.
4494 (remote_open_1):
4495 (putpkt_binary): Don't send ack in noack mode.
4496 (read_frame): Don't recompute the checksum in noack mode.
4497 (getpkt_sane): Skip sending ack if in noack mode.
4498 (_initialize_remote): Add set/show remote noack mode.
4499 * NEWS: Note the new features.
4500
8ab3d180
KB
45012008-08-11 Kevin Buettner <kevinb@redhat.com>
4502
4503 * rs6000-tdep.c (BL_MASK, BL_INSTRUCTION, BL_DISPLACEMENT_MASK):
4504 New macros.
4505 (rs6000_skip_main_prologue): New function.
4506 (rs6000_gdb_arch_init): Register rs6000_skip_main_prologue.
4507
63a61bf6
SL
45082008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4509
4510 * MAINTAINERS (Write After Approval): Add self.
4511
9d4fde75
SS
45122008-08-11 Stan Shebs <stan@codesourcery.com>
4513
4514 ARM BE8 support.
4515 * disasm.c (gdb_disassemble_info): Set endian_code.
4516 * gdbarch.sh (gdbarch_info): New field byte_order_for_code.
4517 * gdbarch.h, gdbarch.c: Regenerate.
4518 * arch-utils.c (initialize_current_architecture): Set the
4519 default byte_order_for_code.
4520 (gdbarch_info_init): Ditto.
4521 (gdbarch_info_fill): Ditto.
4522 * arm-tdep.c (SWAP_INT, SWAP_SHORT): New macros.
4523 (thumb_analyze_prologue): Swap halfword if code endianness is
4524 different from general endianness.
4525 (arm_skip_prologue): Similarly.
4526 (arm_scan_prologue): Ditto.
4527 (thumb_get_next_pc): Ditto.
4528 (arm_get_next_pc): Ditto.
4529 (arm_gdbarch_init): Set byte_order_for_code from BE8 flag,
4530 choose correct endianness for breakpoints.
4531
6c613132
PA
45322008-08-10 Pedro Alves <pedro@codesourcery.com>
4533
4534 * bsd-kvm.c: Include "gdbthread.h".
4535 (bsd_kvm_ptid): New.
4536 (bsd_kvm_open): Add a main thread.
4537 (bsd_kvm_close): Delete it.
4538 (bsd_kvm_thread_alive): New.
4539 (bsd_kvm_pid_to_str): New.
4540 (bsd_kvm_add_target): Register bsd_kvm_thread_alive and
4541 bsd_kvm_pid_to_str.
4542 (bsd_kvm_add_target): Initialize bsd_kvm_ptid.
4543
6eb7ee03
PA
45442008-08-09 Pedro Alves <pedro@codesourcery.com>
4545
4546 * buildsym.c (start_subfile): Properly cast sentinel in concat
4547 call.
4548 * cp-name-parser.y: Include "config.h".
4549 * xml-tdesc.c (fetch_xml_from_file): Properly cast sentinel in
4550 concat call.
4551 * gdb_select.h: Include sys/time.h if sys/select.h is not
4552 available.
4553
444c3224
PA
45542008-08-09 Pedro Alves <pedro@codesourcery.com>
4555
4556 * go32-nat.c: Include "gdbthread.h".
4557 (go32_stop, go32_kill_inferior): Delete the main thread.
4558 (go32_create_inferior): Add it.
4559 (go32_thread_alive, go32_pid_to_str): New.
4560 (init_go32_ops): Register go32_thread_alive and go32_pid_to_str.
4561
9d0b3624
PA
45622008-08-09 Pedro Alves <pedro@codesourcery.com>
4563
4564 * go32-nat.c (fetch_register, store_register): Pass the regcache
4565 gdbarch to i386_fp_regnum_p and i386_fpc_regnum_p.
4566 (go32_xfer_memory): Change type of myaddr parameter to gdb_byte.
4567 (struct seg_descr, struct seg_descr): pack the whole struct
4568 instead of each member individually.
4569
509238d6
AS
45702008-08-09 Andreas Schwab <schwab@suse.de>
4571
4572 * python/python.c (_initialize_python): Use unabbreviated commands
4573 in prefix name.
4574
c068b4e8
DJ
45752008-08-09 Daniel Jacobowitz <dan@codesourcery.com>
4576
4577 * Makefile.in (stamp-h): Also create .deps.
4578
21374e5f
TT
45792008-08-09 Tom Tromey <tromey@redhat.com>
4580
4581 * Makefile.in (generated_files): Add GNULIB_H.
4582
7be67755
DA
45832008-08-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4584
4585 * solib-pa64.c (pa64_solib_create_inferior_hook): Don't set
4586 DT_HP_DEBUG_PRIVATE. Add warning if DT_HP_DEBUG_PRIVATE is not set.
4587 Revise comment.
4588 (pa64_current_sos): Remove map private warning warning.
4589 * solib-som.c: Include string.h and sys/utsname.h.
4590 (get_hpux_major_release): New function.
4591 (som_solib_create_inferior_hook): Read dynamic linker header. Warn
4592 about shared library private mapping on HP-UX 11 and later. Only force
4593 private mapping of shared libraries on HP-UX 10 and earlier.
4594 (link_map_start): Delete warning.
4595
e0c62198
L
45962008-08-09 Xuepeng Guo <xuepeng.guo@intel.com>
4597 H.J. Lu <hongjiu.lu@intel.com>
4598 Mark Kettenis <kettenis@gnu.org>
4599
4600 * amd64-tdep.c (amd64_frame_cache): Add saved_sp_reg.
4601 (amd64_init_frame_cache): Initialize saved_sp_reg.
4602 (amd64_analyze_stack_align): New.
4603 (amd64_analyze_prologue): Call it.
4604 (amd64_frame_cache): Use saved_sp_reg if it is invalid. Don't set
4605 %rip to 8 when halfway aligning the stack.
4606
4607 * amd64-tdep.h (amd64_regnum): Add AMD64_R9_REGNUM to
4608 AMD64_R14_REGNUM.
4609
4610 * i386-tdep.c (i386_frame_cache): Remove stack_align. Add
4611 saved_sp_reg.
4612 (i386_alloc_frame_cache): Remove stack_align. Initialize
4613 saved_sp_reg to -1.
4614 (i386_analyze_stack_align): Rewrite.
4615 (i386_frame_cache): Use saved_sp_reg if it is valid.
4616
b9db4ced
UW
46172008-08-09 Ulrich Weigand <uweigand@de.ibm.com>
4618
4619 * target.c: Include "solib.h".
4620 (target_pre_inferior): Call no_shared_libraries.
4621 * infcmd.c (run_command_1): Do not call objfile_purge_solibs
4622 or clear_solib.
4623 (attach_command): Do not call clear_solib.
4624
3979a37f
MK
46252008-08-09 Mark Kettenis <kettenis@gnu.org>
4626
4627 * i386obsd-nat.c (i386obsd_supply_pcb): Supply the right bytes for
4628 the %eip register.
4629
2b26d9fa
TT
46302008-08-08 Tom Tromey <tromey@redhat.com>
4631
4632 * Makefile.in (python.o): Remove dependencies. Use COMPILE and
4633 POSTCOMPILE.
4634 (python-utils.o): Likewise.
4635
f1648876
AS
46362008-08-08 Andreas Schwab <schwab@suse.de>
4637
4638 * corefile.c (_initialize_core): Remove spurious paren from set
4639 gnutarget doc string.
4640
b7622095
LM
46412008-08-08 Luis Machado <luisgpm@br.ibm.com>
4642
4643 * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".
f1648876 4644 Define PPC_FEATURE_BOOKE.
b7622095
LM
4645 (ppc_linux_get_hwcap): New function.
4646 (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440
4647 4-bytes alignment restrictions.
4648 (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific
4649 positioning of the read/write flags.
4650 (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440
4651 4-bytes alignment.
4652
2dc38344
PA
46532008-08-08 Pedro Alves <pedro@codesourcery.com>
4654
4655 Use ptid_t.tid to store thread ids instead of ptid_t.pid.
4656
4657 * win32-nat.c (win32_add_thread): Change thread argument type to
4658 ptid_t. Adjust.
4659 (win32_add_thread): Adjust.
4660 (win32_delete_thread): Change thread argument type to ptid_t.
4661 Adjust.
4662 (win32_fetch_inferior_registers, win32_store_inferior_registers)
4663 (win32_resume, get_win32_debug_event, get_win32_debug_event)
4664 (win32_wait, win32_pid_to_exec_file, win32_pid_to_str): Adjust.
4665 (init_win32_ops): Put to_magic last.
4666 (win32_win32_thread_alive): Adjust.
4667
4d6c6261
PA
46682008-08-08 Pedro Alves <pedro@codesourcery.com>
4669
4670 * remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New.
4671 (init_m32r_ops): Register m32r_thread_alive and m32r_pid_to_str.
4672
e5ef4d75
PA
46732008-08-08 Pedro Alves <pedro@codesourcery.com>
4674
4675 * remote-m32r-sdi.c: Include "gdbthread.h".
4676 (remote_m32r_ptid): New.
4677 (m32r_close): Delete the main thread.
4678 (m32r_resume): Set inferior_ptid toA remote_m32r_ptid. Add the
4679 main thread.
4680 (m32r_kill, m32r_load, sdireset_command): Delete the main thread.
4681 (_initialize_remote_m32r): Initialize remote_m32r_ptid.
4682
a417dc56
RW
46832008-08-07 Tom Tromey <tromey@redhat.com>
4684 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4685
4686 * aclocal.m4, configure: Rebuild.
4687 * configure.in: Call ZW_CREATE_DEPDIR,
4688 ZW_PROG_COMPILER_DEPENDENCIES, AC_PROG_MAKE_SET.
4689 (MAKE, GMAKE): New substs.
4690 * acinclude.m4: Include depstand.m4.
4691 * Makefile.in (DEPMODE, DEPDIR, COMPILE.post, COMPILE.pre,
4692 COMPILE, POSTCOMPILE, depcomp): New variables.
4693 Remove all _h variables.
4694 Remove many .o targets.
4695 ($(srcdir)/copying.c): avoid backslash-newline after comment
4696 sign (@maintainer_mode_true@).
4697 (HFILES_NO_SRCDIR): Regenerate.
4698 (generated_files): New variable.
4699 (all_gdbtk_cflags): Likewise.
4700 (.c.o): Rewrote.
4701 (init.o, version.o, copying.o): Remove.
4702 (distclean): Remove DEPDIR.
4703 (test-cp-name-parser.o, hpux-thread.o, main.o, monitor.o,
4704 printcmd.o, procfs.o, v850ice.o): Rewrite.
4705 (cli-cmds.o, cli-decode.o, cli-dump.o, cli-interp.o, cli-logging.o,
4706 cli-script.o, cli-setshow.o, cli-utils.o): Likewise.
4707 (gdbtk.o, gdbtk-bp.o, gdbtk-cmds.o, gdbtk-hooks.o, gdbtk-interp.o,
4708 gdbtk-main.o, gdbtk-register.o, gdbtk-stack.o, gdbtk-varobj.o,
4709 gdbtk-wrapper.o): Likewise.
4710 (mi-cmd-break.o, mi-cmd-disas.o, mi-cmd-env.o, mi-cmd-file.o,
4711 mi-cmds.o, mi-cmd-stack.o, mi-cmd-target.o, mi-cmd-var.o,
4712 mi-console.o, mi-getopt.o, mi-interp.o, mi-main.o, mi-out.o,
4713 mi-parse.o, mi-symbol-cmds.o, mi-common.o, signals.o, tui.o,
4714 tui-command.o, tui-data.o, tui-disasm.o, tui-file.o, tui-hooks.o,
4715 tui-interp.o, tui-io.o, tui-layout.o, tui-main.o, tui-out.o,
4716 tui-regs.o, tui-source.o, tui-stack.o, tui-win.o, tui-windata.o,
4717 tui-wingeneral.o, tui-winsource.o): Likewise.
4718 (all_object_files): New variable.
4719 ($(all_object_files)): New target.
4720 Include dependency files, when using GNU Make.
4721
12ab8a60
UW
47222008-08-07 Ulrich Weigand <uweigand@de.ibm.com>
4723
4724 * spu-tdep.c (info_spu_dma_cmdlist): Only show entries with
4725 the valid bit set. Ensure display order respects partial
4726 order defined by dependency bits.
4727
6536cc32
DA
47282008-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4729
4730 * solib-pa64.c (read_dld_descriptor): Return zero if load map is not
4731 setup.
4732
f73a15e4
MK
47332008-08-06 Mark Kettenis <kettenis@gnu.org>
4734
4735 * i386obsd-nat.c (i386obsd_supply_pcb): Adjust for changes in
4736 OpenBSD 4.3.
4737
d57a3c85
TJB
47382008-08-06 Vladimir Prus <vladimir@codesourcery.com>
4739 Tom Tromey <tromey@redhat.com>
4740 Thiago Jung Bauermann <bauerman@br.ibm.com>
4741 Doug Evans <dje@google.com>
4742
4743 * Makefile.in (SUBDIR_PYTHON_OBS, SUBDIR_PYTHON_SRCS,
4744 SUBDIR_PYTHON_DEPS, SUBDIR_PYTHON_LDFLAGS, SUBDIR_PYTHON_CFLAGS,
4745 PYTHON_CFLAGS): New.
4746 (python_h, python_internal_h): New.
4747 (cli-script.o): Depend on python.h
4748 (python.o, python-utils.o): New.
4749 * cli/cli-script.c (print_command_lines): Handle python_control.
4750 (execute_control_command): Handle python_control.
4751 (execute_control_command_untraced): New function.
4752 (while_command): Call execute_control_command_untraced.
4753 (if_command): Likewise.
4754 (get_command_line): Remove static attribute.
4755 (read_next_line): Handle "python".
4756 (recurse_read_control_structure): Handle python_control.
4757 (read_command_lines): Handle python_control.
4758 Include python.h.
4759 * cli/cli-script.h (get_command_line): Add prototype.
4760 (execute_control_command_untraced): Likewise.
4761 * configure.ac: Add --with-python.
4762 * defs.h (enum command_control_type) <python_control>: New
4763 constant.
4764 * python/python-internal.h: New file.
4765 * python/python.c: New file.
4766 * python/python.h: New file.
4767 * python/python-utils.c: New file.
4768 * NEWS: Mention Python scripting support and its new commands.
4769
5141027d
UW
47702008-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4771
4772 * spu-tdep.c (spu_gdbarch_init): Call set_gdbarch_frame_red_zone_size.
4773
353cfe88
PM
47742008-08-06 Phil Muldoon <pmuldoon@redhat.com>
4775
f1648876 4776 * MAINTAINERS (Write After Approval): Add self.
353cfe88 4777
d6b74ac4
PM
47782008-08-06 Phil Muldoon <pmuldoon@redhat.com>
4779
4780 * breakpoint.c (hw_breakpoint_used_count): Use breakpoint_enabled.
4781 (insert_breakpoint_locations): Likewise.
4782
ef0d312a
MS
47832008-08-05 Phil Muldoon <pmuldoon@redhat.com>
4784
4785 * breakpoint.c (create_longjmp_breakpoint): Remove unused struct
4786 breakpoint.
4787 (set_longjmp_breakpoint): Likewise.
4788
fb6d93b2
UW
47892008-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4790
4791 PR build/2490
4792 * solib-pa64.c: Only compile if both HAVE_ELF_HP_H and __LP64__ are
4793 defined.
4794
e6ad058a
TT
47952008-08-05 Tom Tromey <tromey@redhat.com>
4796
4797 * bcache.c (deprecated_bcache_added): Initialize obstack.
4798 (bcache_xmalloc): Don't initialize obstack.
4799 (bcache_xfree): Conditionally free obstack.
4800 (bcache_memory_used): Update.
4801
11d31d94
TT
48022008-08-05 Tom Tromey <tromey@redhat.com>
4803
4804 * symfile.c (add_psymbol_to_bcache): Return a const pointer. Use
4805 bcache_full.
4806 (append_psymbol_to_list): Accept a const pointer.
4807 (add_psymbol_to_list): Fix const correctness.
4808 * bcache.h: (deprecated_bcache_added, deprecated_bcache): Remove.
4809 (bcache_full): Declare.
4810 * bcache.c (bcache_data, deprecated_bcache): Remove.
4811 (bcache): Use bcache_full.
4812 (bcache_full): Rename from deprecated_bcache_added. Change return
4813 type.
4814
5be973eb
SS
48152008-08-04 Stan Shebs <stan@codesourcery.com>
4816
4817 * solib-svr4.c (BKPT_AT_SYMBOL): Remove, always defined.
4818 (bkpt_names): Remove SOLIB_BKPT_NAME, never defined.
4819 (enable_break): Remove test of BKPT_AT_SYMBOL.
4820
5062cc19
KS
48212008-08-02 Keith Seitz <keiths@redhat.com>
4822
4823 * acinclude.m4: Include ../config/tcl.m4 to pick up
4824 standard Tcl configury bits.
4825 Remove all Tcl, Tk, Itcl, Itk, etc definitions.
4826 * configure.ac: Don't check if ../itcl exists when building
4827 gdbtk. It could be installed.
4828 Rewrite gdbtk configury to allow for using system-supplied
f1648876 4829 Tcl and Tk. Gdbtk no longer requires build-time access to
5062cc19
KS
4830 itcl and itk.
4831 * Makefile.in: Remove everything related to itcl and itk.
4832 Rewrite the Tcl bits for gdbtk to correspond to rewrite of
4833 configure.ac.
4834 Remove v850ice.o build rule.
4835 (ALL_TCL_CFLAGS): New convenience defintion. Change all
4836 gdbtk sources to use it.
4837 * configure: Regenerate.
f1648876 4838
6d76a53d
SS
48392008-07-31 Stan Shebs <stan@codesourcery.com>
4840
4841 * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE.
4842
ed7c5e43
SS
48432008-07-30 Stan Shebs <stan@codesourcery.com>
4844
4845 * objfiles.c (TARGET_KEEP_SECTION): Remove.
4846 (add_to_objfile_sections): Remove use.
4847
22ad7fee
TT
48482008-07-29 Tom Tromey <tromey@redhat.com>
4849
4850 * cli/cli-decode.c (lookup_cmd_1): Use memcpy.
4851 (lookup_cmd_composition): Likewise.
4852
d5529a84
TT
48532008-07-29 Tom Tromey <tromey@redhat.com>
4854
4855 * cli/cli-cmds.c (edit_command): Remove unused variables. Delete
4856 dead code. Fix indentation.
4857
938f4ca8
SS
48582008-07-29 Stan Shebs <stan@codesourcery.com>
4859
4860 * main.c (captured_main): Remove long-unused #if 0 blocks.
4861
7f4b89d1
TT
48622008-07-28 Tom Tromey <tromey@redhat.com>
4863
4864 * annotate.h (deprecated_annotate_starting_hook): Remove.
4865 (deprecated_annotate_stopped_hook): Remove.
4866 (deprecated_annotate_exited_hook): Remove.
4867 * Makefile.in (annotate.o): Depend on observer_h.
4868 * top.c (deprecated_delete_breakpoint_hook): Remove.
4869 (deprecated_create_breakpoint_hook): Likewise.
4870 (deprecated_modify_breakpoint_hook): Likewise.
4871 * interps.c (clear_interpreter_hooks): Update for removed hooks.
4872 * breakpoint.c (mention): Don't call removed hook.
4873 (delete_breakpoint): Likewise.
4874 (disable_breakpoint): Likewise.
4875 (do_enable_breakpoint): Likewise.
4876 * annotate.c: Include observer.h.
4877 (breakpoint_changed): Change type of argument.
4878 (_initialize_annotate): Register observers.
4879 (deprecated_annotate_starting_hook): Remove.
4880 (deprecated_annotate_stopped_hook): Remove.
4881 (deprecated_annotate_exited_hook): Remove.
4882 (annotate_starting): Update for hook removal.
4883 (annotate_stopped): Likewise.
4884 (annotate_exited): Likewise.
4885 * defs.h (deprecated_delete_breakpoint_hook): Remove.
4886 (deprecated_create_breakpoint_hook): Likewise.
4887 (deprecated_modify_breakpoint_hook): Likewise.
4888
8641e682
TT
48892008-07-28 Tom Tromey <tromey@redhat.com>
4890
4891 * main.c (captured_main): Don't use BEFORE_MAIN_LOOP_HOOK.
4892
064ef605
DJ
48932008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4894
4895 * configure.ac: Check for the GNU/Linux ptrace signature.
4896 * configure: Regenerated.
4897
57380f4e
DJ
48982008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4899
4900 * linux-nat.c (resume_callback): Add more debugging output.
4901 (linux_nat_has_pending_sigint): New function, based on
4902 linux_nat_has_pending.
4903 (set_ignore_sigint, maybe_clear_ignore_sigint): New functions.
4904 (stop_wait_callback): Remove flush_mask handling. Honor
4905 ignore_sigint. Call maybe_clear_ignore_sigint. Pass NULL
4906 to recursive calls.
4907 (linux_nat_has_pending, flush_callback): Remove.
4908 (linux_nat_filter_event): Check for ignore_sigint.
4909 (linux_nat_wait): Remove flush_mask support and call to
4910 flush_callback. Use set_ignore_sigint and maybe_clear_ignore_sigint.
4911 * linux-nat.h (struct lwp_info): Add ignore_sigint field.
4912
e09490f1
DJ
49132008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4914
4915 * linux-nat.c (count_events_callback, select_event_lwp_callback): Only
4916 report events from resumed threads.
4917
e38d4e1a
DJ
49182008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4919
4920 * mips-linux-tdep.c (mips_linux_syscall_next_pc): New function.
4921 (mips_linux_init_abi): Set tdep->syscall_next_pc.
4922 * mips-tdep.c (enum mips_fpu_type, struct gdbarch_tdep): Move to
4923 mips-tdep.h.
4924 (mips32_next_pc): Handle the syscall instruction.
4925 * mips-tdep.h (enum mips_fpu_type, struct gdbarch_tdep): New,
4926 from mips-tdep.c. Add syscall_next_pc to gdbarch_tdep.
4927
fa8de41e
TT
49282008-07-26 Tom Tromey <tromey@redhat.com>
4929
4930 PR gdb/1158:
4931 * valops.c (value_struct_elt): Treat function-valued field as a
4932 static method.
4933
ccb3ac8a
TT
49342008-07-26 Tom Tromey <tromey@redhat.com>
4935
4936 PR gdb/1136:
4937 * macroexp.c (get_punctuator) <punctuators>: Rearrange to put
4938 longer tokens first.
4939
d72314c6
VP
49402008-07-26 Vladimir Prus <vladimir@codesourcery.com>
4941
4942 Kill cmd_async_ok.
f1648876
AS
4943 * cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok)
4944 (get_cmd_async_ok): Remove.
4945 * cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove.
4946 * cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok.
4947 * infcmd.c (_initialize_infcmd): Likewise.
4948 * thread.c (_initialize_thread): Likewise.
d72314c6 4949
5b68030f
JM
49502008-07-25 Joseph Myers <joseph@codesourcery.com>
4951
4952 * mips-tdep.c (mips_n32n64_push_dummy_call): Handle passing
4953 128-bit long doubles in even-odd pairs of FPRs. Do not
4954 right-align float arguments for big-endian.
4955 (mips_n32n64_return_value): Apply return value convention for
4956 structs containing one or two floating-point values to soft-float
4957 as well as hard-float. Handle 128-bit long doubles in such
4958 structs.
4959 (mips_o32_push_dummy_call): Only skip one integer register for a
4960 float argument passed in an FPR.
4961
383f836e
TT
49622008-07-25 Tom Tromey <tromey@redhat.com>
4963
4964 * tui/tui-hooks.c: Include observer.h.
4965 (tui_event_default, tui_old_event_hooks, tui_event_hooks):
4966 Remove.
4967 (tui_bp_created_observer, tui_bp_deleted_observer,
4968 tui_bp_modified_observer): New globals.
4969 (tui_install_hooks): Use observers, not events.
4970 (tui_remove_hooks): Likewise.
4971 * mi/mi-cmd-break.c: Include observer.h, not gdb-events.h.
4972 (mi_breakpoint_observers_installed, mi_can_breakpoint_notify): New
4973 globals.
4974 (breakpoint_notify): Check mi_can_breakpoint_notify.
4975 (breakpoint_hooks): Remove.
4976 (mi_cmd_break_insert): Attach observers. Don't use events.
4977 * tracepoint.c: Include observer.h, not gdb-events.h.
4978 (tracepoint_operation, trace_pass_command): Notify observer.
4979 * interps.c: Don't include gdb-events.h.
4980 (clear_interpreter_hooks): Don't call clear_gdb_event_hooks.
4981 * gdbarch.c: Rebuild.
4982 * gdbarch.sh: Emit include for observer.h, not gdb-events.h.
4983 (deprecated_current_gdbarch_select_hack): Notify observer.
4984 * breakpoint.h: Don't include gdb-events.h.
4985 * breakpoint.c: Don't include gdb-events.h.
4986 (condition_command): Notify observer.
4987 (commands_command): Likewise.
4988 (commands_from_control_command): Likewise.
4989 (mention, delete_breakpoint, set_ignore_count): Likewise.
4990 (disable_breakpoint, do_enable_breakpoint): Likewise.
4991 * Makefile.in (gdb_events_h): Remove.
4992 (breakpoint_h): Update.
4993 (COMMON_OBS): Remove gdb-events.o.
4994 (gdb-events.o): Remove.
4995 (breakpoint.o, gdbarch.o, interps.o, tracepoint.o, gdbtk-bp.o,
4996 gdbtk-hooks.o, mi-cmd-break.o, tui-hooks.o): Update.
4997 * gdb-events.c: Remove.
4998 * gdb-events.h: Remove.
4999 * gdb-events.sh: Remove.
5000
60e569b9
PA
50012008-07-24 Pedro Alves <pedro@codesourcery.com>
5002
5003 * remote.c (remote_threads_extra_info): Don't query the remote
5004 server about info on the internally added main thread.
5005
a6a7f2a5
AR
50062008-07-24 Aleksandar Ristovski <aristovski@qnx.com>
5007
5008 * nto-procfs.c (procfs_attach): Populate initial thread list.
5009 (procfs_wait): Return new pid, built from the inferior status.
5010
e63e4db2
TJB
50112008-07-23 Thiago Jung Bauermann <bauerman@br.ibm.com>
5012
5013 * configure.ac (CONFIG_INITS): Delete long obsoleted variable.
5014 * configure: Regenerate.
5015
14ef7606
AR
50162008-07-23 Aleksandar Ristovski <aristovski@qnx.com>
5017
5018 * nto-procfs.c (procfs_xfer_memory): Changed signature.
5019 (procfs_resume): Workaround for dereferencing type-punned pointer
5020 warning.
f1648876 5021 * nto-tdep.c (nto_parse_redirection): Change signature to be const
14ef7606
AR
5022 correct.
5023 * nto-tdep.h (nto_parse_redirection): Likewise.
5024
cfd8ab24
SS
50252008-07-21 Stan Shebs <stan@codesourcery.com>
5026
5027 Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5028 * gdbarch.sh: Adjust comment to refer to
5029 in_solib_dynsym_resolve_code().
5030 * gdbarch.h, gdbarch.c: Update.
5031 * solib-osf.c: Ditto.
5032 * infrun.c: Ditto.
5033 (handle_inferior_event): Use in_solib_dynsym_resolve_code
5034 unconditionally.
5035 * config/mips/nm-irix5.h: Remove undef of
5036 IN_SOLIB_DYNSYM_RESOLVE_CODE.
5037
781b42b0
TT
50382008-07-21 Tom Tromey <tromey@redhat.com>
5039
5040 * symfile.c (reread_symbols): Don't pass argument to observer.
5041 * exec.c (exec_file_attach): Don't pass argument to observer.
5042 * ada-lang.c (ada_executable_changed_observer): Remove argument.
5043 * symtab.c (symtab_observer_executable_changed): Remove argument.
5044 * observer.sh: Handle functions with no arguments.
5045
a366c65a 50462008-07-20 Sergei Poselenov <sposelenov@emcraft.com>
f1648876 5047 Chris Demetriou <cgd@google.com>
a366c65a
CD
5048
5049 * elfread.c (elf_symfile_segments): Fix the check that each loadable
5050 section fits within an ELF segment to handle ELF segments that hit
5051 the end of the address space.
5052
073d253f
CD
50532008-07-20 Chris Demetriou <cgd@google.com>
5054
5055 * MAINTAINERS (Write After Approval): Add self.
5056
d7d9f01e
TT
50572008-07-18 Tom Tromey <tromey@redhat.com>
5058
5059 PR gdb/855:
5060 * NEWS: Add entry for macro commands.
5061 * Makefile.in (macrocmd.o): Add gdb_string.h.
5062 * macroscope.h (user_macro_scope): Declare.
5063 (default_macro_scope): Update documentation.
5064 (macro_user_macros): Declare.
5065 * c-lang.c (c_preprocess_and_parse): Always attempt macro lookup.
5066 Use user_macro_scope.
5067 (null_macro_lookup): Remove.
5068 * macrotab.h (macro_callback_fn): Declare.
5069 (macro_for_each): Likewise.
5070 (macro_allow_redefinitions): Likewise.
5071 * macrotab.c (foreach_macro): New function
5072 (macro_for_each): Likewise.
5073 (struct macro_table) <redef_ok>: New field.
5074 (macro_allow_redefinitions): New function.
5075 (new_macro_table): Update.
5076 (macro_define_function): Likewise.
5077 (macro_define_object): Likewise.
5078 * macroscope.c (user_macro_scope): New function.
5079 (default_macro_scope): Use it.
5080 (macro_user_macros): New global.
5081 (standard_macro_lookup): Look in macro_user_macros.
5082 (_initialize_macroscope): New function.
5083 * macroexp.h (macro_is_whitespace, macro_is_digit,
5084 macro_is_identifier_nondigit): Declare.
5085 * macroexp.c (macro_is_whitespace): Rename. No longer static.
5086 (macro_is_digit): Likewise.
5087 (macro_is_identifier_nondigit): Likewise.
5088 (get_identifier): Update.
5089 (get_pp_number): Likewise.
5090 (get_token): Likewise.
5091 * macrocmd.c (skip_ws): New function.
5092 (extract_identifier): Likewise.
5093 (free_macro_definition_ptr): Likewise.
5094 (user_macros): Remove.
5095 (macro_define_command): Implement.
5096 (_initialize_macrocmd): Update.
5097 (macro_undef_command): Implement.
5098 (print_one_macro): New function.
5099 (macro_list_command): Implement.
5100
0f72fb1c
JM
51012008-07-18 Joseph Myers <joseph@codesourcery.com>
5102
5103 * configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
5104 in BFD ELF check.
5105 * configure: Regenerate.
5106
7c6467a4
PP
51072008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5108
5109 * auxv.c (fprint_target_auxv): Stop at AT_NULL.
5110
680b56ce
AS
51112008-07-15 Andreas Schwab <schwab@suse.de>
5112
5113 * valops.c (value_cast_pointers): Follow typedefs when checking
5114 result of coercion.
5115
7f0df278
DJ
51162008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5117
5118 * block.c (block_function): Renamed to ...
5119 (block_linkage_function): ... this. All callers changed.
5120 * block.h (block_function): Renamed to ...
5121 (block_linkage_function): ... this.
5122
ba2c6aec
DJ
51232008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5124
5125 * mn10300-tdep.c (set_reg_offsets): Use get_frame_register_unsigned.
5126
d56907c1
DJ
51272008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5128
5129 * frame.c (frame_sp_unwind): Delete.
5130 (get_frame_sp): Do not use it.
5131 * frame.h (frame_sp_unwind): Delete prototype.
5132
f92aeb88
DJ
51332008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5134
5135 * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
5136
ad1193e7
DJ
51372008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5138
5139 * dwarf2-frame.c (dwarf2_frame_cache): Update comment.
5140 * frame.c (frame_unwind_address_in_block): Delete.
5141 (get_frame_address_in_block): Do not use it. Check the type
5142 of the next frame first.
5143 (frame_cleanup_after_sniffer): Update comment.
5144 * frame.h (frame_unwind_address_in_block): Delete prototype.
5145 * hppa-tdep.c (hppa_find_unwind_entry_in_block): Update comment.
5146
ef02daa9
DJ
51472008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5148
5149 * frame.c (frame_func_unwind): Delete.
5150 (get_frame_func): Do not use it.
5151 * frame.h (frame_func_unwind): Delete prototype.
5152 * hppa-tdep.c (hppa_frame_cache): Update comment.
5153 * rs6000-tdep.c (rs6000_frame_cache): Update comment.
5154
96e32df8
SS
51552008-07-14 Stan Shebs <stan@codesourcery.com>
5156
5157 * remote-sim.c (init_gdbsim_ops): Remove
5158 TARGET_REDEFINE_DEFAULT_OPS.
5159
ab8650a3
DJ
51602008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
5161
5162 * findvar.c (read_var_value): Remove unused variable.
5163
8c90c137
LM
51642008-07-15 Luis Machado <luisgpm@br.ibm.com>
5165
5166 * infrun.c (handle_inferior_event): Tag threads as stopped
5167 before inserting breakpoints.
5168
4098af0f
HZ
51692008-07-15 Hui Zhu <teawater@gmail.com>
5170
5171 * MAINTAINERS: Added myself to section Write After Approval.
5172
7093c834
PP
51732008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5174
5175 PR gdb/2477
5176 * cp-abi.c (value_virtual_fn_field): Handle invalid pointers.
680b56ce 5177
56514771
PA
51782008-07-14 Pedro Alves <pedro@codesourcery.com>
5179
5180 * i386-dicos-tdep.c (i386_dicos_frame_align): Delete.
5181 (i386_dicos_push_dummy_code): New.
5182 (i386_dicos_init_abi): Don't register i386_dicos_frame_align.
5183 Register i386_dicos_push_dummy_code.
5184
74ed0bb4
MD
51852008-07-14 Markus Deuling <deuling@de.ibm.com>
5186
5187 * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.
5188 (mips_n32n64_push_dummy_call, mips_o64_return_value)
5189 (mips_eabi_push_dummy_call): Update call to fp_register_arg_p.
5190
5191 (MIPS_FPU_TYPE): Add gdbarch as parameter and replace current_gdbarch.
5192 (fp_register_arg_p, mips_dump_tdep, show_mipsfpu_command)
5193 (mips_n32n64_fp_arg_chunk_p): Update caller.
5194
5195 (mips_n32n64_fp_arg_chunk_p): Add gdbarch as paramter.
5196 (mips_n32n64_push_dummy_call): Update caller.
5197
5198 (MIPS_LAST_ARG_REGNUM): Add gdbarch as parameter and replace
5199 current_gdbarch.
5200 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5201 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update caller.
5202
5203
5204 (MIPS_LAST_FP_ARG_REGNUM): Add gdbarch as parameter and replace
5205 current_gdbarch.
5206 (mips_eabi_push_dummy_call, mips_o32_push_dummy_call)
5207 (mips_o64_push_dummy_call): Update caller.
5208
5209 (MIPS_EABI): Add gdbarch as parameter and replace current_gdbarch.
5210 (fp_register_arg_p, mips_dump_tdep): Update caller.
5211
5212 (set_reg_offset): Add gdbarch as parameter and replace current_gdbarch.
5213 (mips16_scan_prologue, mips32_scan_prologue): Update caller.
5214
5215 (reset_saved_regs): Make static. Add gdbarch as parameter. Replace
5216 current_gdbarch.
5217 (mips32_scan_prologue): Update caller.
5218
5219 (heuristic_proc_start): Add gdbarch as parameter. Replace
5220 current_gdbarch.
5221 (mips_insn16_frame_cache, mips_insn32_frame_cache): Update caller.
5222
5223 * mipsnbsd-nat.c (mipsnbsd_fetch_inferior_registers)
5224 (mipsnbsd_store_inferior_registers): Use get_regcache_arch to get at
5225 the current architecture. Update call to getregs_supplies.
5226 (getregs_supplies): Add gdbarch as parameter and replace
5227 current_gdbarch.
5228
5229 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use get_frame_arch to
5230 get at the current architecture. Update call to NBSD_MIPS_JB_OFFSET and
5231 NBSD_MIPS_JB_ELEMENT_SIZE.
5232 (NBSD_MIPS_JB_ELEMENT_SIZE, NBSD_MIPS_JB_OFFSET): Add gdbarch and
5233 replace current_gdbarch.
5234
5235 * remote-mips.c (mips_map_regno): Add gdbarch as parameter and replace
5236 current_gdbarch.
5237 (mips_fetch_registers, mips_store_registers): Update call
5238 to mips_map_regno.
5239 (mips_load): Use get_regcache_arch to get at the current_architecture
5240 and replace current_gdbarch.
5241
0c501536
PA
52422008-07-13 Pedro Alves <pedro@codesourcery.com>
5243
5244 * thread.c (restore_selected_frame): On fail to restore, select
5245 the innermost frame, and don't crash when warning the user.
5246
db009c8a
JB
52472008-07-13 Hui Zhu <teawater@gmail.com>
5248
5249 * symtab.c (expand_line_sal): Fix a memory leak.
5250
0ffe5012
PA
52512008-07-13 Pedro Alves <pedro@codesourcery.com>
5252
5253 * utils.c (struct continuation): Define as inheriting struct
5254 cleanup.
5255 (add_continuation, do_all_continuations)
5256 (discard_all_continuations, add_intermediate_continuation)
5257 (do_all_intermediate_continuations)
5258 (discard_all_intermediate_continuations): Adjust.
5259
dbba8251
VP
52602008-07-13 Vladimir Prus <vladimir@codesourcery.com>
5261
5262 Skip varobj in running threads.
680b56ce
AS
5263 * mi/mi-cmd-var.c (mi_cmd_var_update): If varobj's
5264 thread is not stopped, skip the varobj.
5265 * Makefile.in: Update dependencies.
dbba8251 5266
e3d6cd5f
VP
52672008-07-13 Vladimir Prus <vladimir@codesourcery.com>
5268
5269 Enable all commands while inferiour is running
680b56ce
AS
5270 * mi/mi-main.c (mi_cmd_execute): Don't check if
5271 inferiour is executing.
e3d6cd5f 5272
b10a37b1
VP
52732008-07-13 Vladimir Prus <vladimir@codesourcery.com>
5274
5275 Allow all CLI command even if target is executing.
680b56ce
AS
5276 * gdb/top.c (execute_command_1): Don't check if the inferiour
5277 is running.
b10a37b1 5278
ea069267
VP
52792008-07-13 Vladimir Prus <vladimir@codesourcery.com>
5280
5281 * mi/mi-main.c (mi_cmd_execute): Remove unused variable.
5282 Fix printing of frame, when frame is wrong.
5283
cdc9523a
UW
52842008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5285
5286 * spu-tdep.c (spu_frame_unwind_cache): Do not error if
5287 backchain is unreadable.
5288
d5b25491
UW
52892008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5290
5291 * spu-linux-nat.c: Include "gdbthread.h".
5292 (spu_child_post_startup_inferior): Register main thread.
5293 (spu_child_post_attach): Likewise.
5294 * Makefile.in (spu-linux-nat.o): Update dependencies.
5295
604ead4a
PA
52962008-07-12 Pedro Alves <pedro@codesourcery.com>
5297
5298 Rewrite continuations internals on top of cleanups and plug
5299 continuation arguments leaks.
5300
5301 * defs.h (struct continuation): Make it opaque.
5302 (add_continuation, add_intermediate_continuation): Drop the int
5303 argument of the continuation hook argument. Add
5304 continuation_free_args argument.
5305 (do_all_continuations, do_all_intermediate_continuations): Drop
5306 the error_p argument.
5307
5308 * utils.c (add_continuation): Drop the int argument of the
5309 continuation hook argument. Add continuation_free_args argument.
5310 Reimplement on top of cleanups.
5311 (do_all_continuations): Drop error argument. Reimplement on top
5312 of cleanups.
5313 (discard_all_continuations): Reimplement on top of cleanups.
5314 (add_intermediate_continuation): Drop the int argument of the
5315 continuation hook argument. Add continuation_free_args argument.
5316 Reimplement on top of cleanups.
5317 (do_all_intermediate_continuations): Drop error argument.
5318 Reimplement on top of cleanups.
5319 (discard_all_intermediate_continuations): Reimplement on top of
5320 cleanups.
5321
5322 * breakpoint.c (until_break_command_continuation): Drop error
5323 argument. Add xfree as continuation argument deleter.
5324
5325 * inf-loop.c (inferior_event_handler): On error, discard all
5326 continuations. Adjust to new do_all_intermediate_continuations
5327 and do_all_continuations interfaces.
5328
5329 * infcmd.c (step_1_continuation): Drop error_p argument. Adjust.
5330 Pass xfree as continuation argument deleter.
5331 (finish_command_continuation): Drop error_p argument. Adjust.
5332 (finish_command_continuation_free_arg): New.
5333 (finish_command): Pass finish_command_continuation_free_arg as
5334 continuation argument deleter. Adjust to new do_all_continuations
5335 interfaces.
5336 (attach_command_continuation): Drop error_p argument.
5337 (attach_command_continuation_free_args): New.
5338 (attach_command): Pass attach_command_continuation_free_args as
5339 continuation argument deleter.
5340
5341 * interps.c (interp_set): Adjust to new do_all_continuations
5342 interfaces.
5343
5344 * event-top.c (stdin_event_handler): In error, also discard the
5345 intermediate continuations.
5346
bfec99b2
PA
53472008-07-12 Pedro Alves <pedro@codesourcery.com>
5348
5349 Replace struct continuation_args by void* and per command structs.
5350
5351 * top.c (execute_command): Remove unused arg1 and arg2 locals.
5352
5353 * breakpoint.c (struct until_break_command_continuation_args):
5354 New.
5355 (until_break_command_continuation): Take a void* instead of a
5356 continuations_arg. Adjust.
5357 (until_break_command): Adjust to use struct
5358 until_break_command_continuation_args instead of struct
5359 continuation_arg.
5360
5361 * infcmd.c (struct step_1_continuation_args): New.
5362 (step_1_continuation): Take a void* instead of a
5363 continuations_arg. Adjust to use struct step_1_continuation_args.
5364 (step_once): Adjust to use struct step_1_continuation_args.
5365
5366 (struct finish_command_continuation_args): New.
5367 (finish_command_continuation): Take a void* instead of a
5368 continuations_arg. Adjust to use struct
5369 finish_command_continuation_args.
5370 (finish_command): Adjust to use struct
5371 finish_command_continuation_args.
5372 (struct attach_command_continuation_args): New.
5373 (attach_command_continuation): Take a void* instead of a
5374 continuations_arg. Adjust to use struct
5375 attach_command_continuation_args.
5376 (attach_command): Adjust to use struct
5377 attach_command_continuation_args.
5378
5379 * defs.h (struct continuation_arg): Delete.
5380 (struct continuation): Replace the struct continuation_arg*
5381 parameter of continuation_hook by a void*. Replace "arg_list"
5382 member by a new "args" member with void* type.
5383 (add_continuation, add_intermediate_continuation): Replace struct
5384 continuation_arg type usages by void* usages.
5385
5386 * utils.c (add_continuation, do_all_continuations)
5387 (add_intermediate_continuation)
5388 (do_all_intermediate_continuations): Replace struct
5389 continuation_arg type usages by void* usages. Pass "args" instead
5390 of "arg_list".
5391
2afb61aa
PA
53922008-07-12 Pedro Alves <pedro@codesourcery.com>
5393
5394 * infrun.c (struct thread_stepping_state): Delete sal member.
5395 (init_thread_stepping_state): Add local sal. Use it instead of
5396 tss->sal.
5397 (handle_inferior_event): New local stop_pc_sal. Use it instead of
5398 tss->sal.
5399 (step_into_function): Add local stop_func_sal. Use it instead of
5400 tss->sal.
5401
77ebaa5a
VP
54022008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5403
5404 Implement -exec-continue/-exec-interrupt --all.
680b56ce
AS
5405 * infcmd.c (continue_1): New, extracted from
5406 (continue_command): ...here.
5407 (interrupt_target_1): New, extracted from
5408 (interrupt_target_command): ...here.
5409 * inferior.h (continue_1, interrupt_target_1): New.
5410 * mi/mi-main.c (mi_cmd_exec_continue)
5411 (mi_cmd_exec_interrupt): Handle --all.
77ebaa5a 5412
1e92afda
VP
54132008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5414
5415 Implement --thread and --frame.
5416 * gdbthread.h (find_thread_id): Declare.
680b56ce
AS
5417 * thread.c (find_thread_id): Make non-static.
5418 * mi/mi-main.c (mi_cmd_execute): Switch to the right
5419 thread and frame, if necessary.
5420 * mi/mi-parse.c (mi_parse): Handle --thread and --frame.
5421 * mi/mi-parse.h (strcut mi_parse): New fields thread and frame.
1e92afda 5422
d56b7306
VP
54232008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5424
5425 * infrun.c (resume): Discard cleanups on early exit path.
5426
b1a268e5
VP
54272008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5428
680b56ce 5429 * infrun.c (normal_stop): For MI, report which threads
b1a268e5
VP
5430 were stopped.
5431
90139f7d
VP
54322008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5433
5434 Report thread state in -thread-info output.
680b56ce 5435 * thread.c (print_thread_info): Add new field "state".
90139f7d 5436
a0d21d28
PA
54372008-07-11 Pedro Alves <pedro@codesourcery.com>
5438
5439 * infrun.c (handle_inferior_event): Also ignore a
5440 TARGET_SIGNAL_TRAP on a STOP_QUIETLY_NO_SIGSTOP.
5441
14032a66
TT
54422008-07-11 Tom Tromey <tromey@redhat.com>
5443
5444 * completer.c (complete_line_internal): New function, from
5445 complete_line. Add 'for_help' parameter.
5446 (complete_line): Use it.
5447 (command_completer): Move later. Rewrite.
5448
65fc9b77
PA
54492008-07-11 Pedro Alves <pedro@codesourcery.com>
5450
5451 * thread.c (thread_apply_command): Move making the cleanup out of
5452 the loop.
5453
4f8d22e3
PA
54542008-07-11 Pedro Alves <pedro@codesourcery.com>
5455
5456 Exited threads.
5457
5458 * thread.c (enum thread_state): New.
5459 (thread_state main_thread_running): Delete, in favor of...
5460 (thread_state main_thread_state): ... this. Update throughout.
5461 (clear_thread_inferior_resources): New, split from free_thread.
5462 (free_thread): Call clear_thread_inferior_resources.
5463 (init_thread_list): Set main thread to stopped state.
5464 (add_thread_silent): Take care of PTID reuses.
5465 (delete_thread): If deleting inferior_ptid or a thread with
5466 refcount > 0, mark it as exited, but still keep it in the list.
5467 Only notify of thread exits, if we haven't done so yet.
5468 (iterate_over_threads): Make it safe to delete threads while
5469 iterating over them.
5470 (do_captured_list_thread_ids): Don't account for exited threads.
5471 (thread_alive): Check for the THREAD_EXITED state, and don't set
5472 ptid to -1 on exited threads.
5473 (set_running): Update to account for extra possible states.
5474 (is_thread_state): New.
5475 (is_stopped, is_exited): New.
5476 (is_running): Implement in terms of is_thread_state.
5477 (any_running): Update.
5478 (print_thread_info): Update. Account for exited threads. Don't
5479 warn about missed frame restoring here, its done in the cleanup.
5480 (switch_to_thread): Don't read from a thread that has gone.
5481 (restore_current_thread): In non-stop mode, do a full context
5482 switch.
5483 (restore_selected_frame): Add a frame_level argument. Rewrite.
5484 (struct current_thread_cleanup): Add selected_frame_level and
5485 was_stopped members.
5486 (do_restore_current_thread_cleanup): Check if thread was stopped
5487 and still is, and if the target has registers, stack and memory
5488 before restoring the selected frame. Don't delete the cleanup
5489 argument here.
5490 (restore_current_thread_cleanup_dtor): New.
5491 (make_cleanup_restore_current_thread): Remove all arguments.
5492 Rewrite.
5493 (thread_apply_all_command): Update. Prune threads.
5494 (thread_apply_command): Update.
5495 (thread_command): Account for currently selected exited thread.
5496 (do_captured_thread_select): Check for a running thread. Prune
5497 threads.
5498 (_initialize_thread): Make "info threads", "thread", "thread
5499 apply", and "thread apply all" appliable without a selected thread.
5500 * gdbthread.h (struct thread_info): Replace running_ by state_.
5501 Add refcount.
5502 (is_exited, is_stopped): Declare.
5503 (make_cleanup_restore_current_thread): Remove all arguments.
5504 * infrun.c: Include "event-top.h".
5505 (fetch_inferior_event): In non-stop mode, restore selected thread
5506 and frame after handling the event and running breakpoint
5507 commands. Display GDB prompt if needed.
5508 (normal_stop): In non-stop mode, don't print thread switching
5509 notice.
5510 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
5511 (get_cmd_no_selected_thread_ok): New.
5512 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): New.
5513 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
5514 Declare.
5515 * cli/cli-cmds.c: Set "pwd", "help", "info", "show" as
5516 no-selected-thread ok.
5517 * top.c (execute_command): Check for non no-selected-thread-ok
5518 commands.
5519 * linux-nat.c (struct saved_ptids, threads_to_delete)
5520 (record_dead_thread, prune_lwps): Delete.
5521 (exit_lwp): Unconditionally delete thread.
5522 (linux_nat_resume): Remove prune_lwps call.
5523 * infcmd.c (proceed_thread_callback): Check if !is_stopped instead
5524 of is_running. Adjust to make_cleanup_restore_current_thread
5525 interface change.
5526 * mi/mi-main.c (mi_cmd_execute): Only allow a few commands if the
5527 selected thread has exited.
5528 * inf-loop.c (inferior_event_handler): Don't display the prompt
5529 here.
5530 * varobj.c (c_value_of_root): Update.
5531 * defs.h (make_cleanup_dtor): Declare.
5532 * utils.c (make_cleanup_dtor): New.
5533
5534 * Makefile.in (infrun.o): Depend on $(event_top_h).
5535
8cae4b3f
PA
55362008-07-11 Pedro Alves <pedro@codesourcery.com>
5537
5538 Add "continue -a" and "interrupt -a" options for non-stop mode.
5539
5540 * infcmd.c (proceed_thread_callback, do_context_switch_to): New.
5541 (continue_command): Add "-a" option.
5542 (interrupt_target_command): Add "-a" option.
5543 (_initialize_infcmd): Add extend help of continue and interrupt
5544 command to mention the new "-a" option. Mark "continue" async ok.
5545
bf250677
DE
55462008-07-10 Doug Evans <dje@google.com>
5547
5548 Add "set print symbol-loading on|off".
5549 * NEWS: Document new option.
5550 * symfile.h (print_symbol_loading): Declare.
5551 * symfile.c (print_symbol_loading): New global.
5552 (symbol_file_add_with_addrs_or_offsets): Only print "Reading symbols
5553 from ..." if print_symbol_loading.
5554 (_initialize_symfile): Add set/show print symbol-loading.
5555 * solib.c (solib_read_symbols): Only print "Loaded symbols for ..."
5556 if print_symbol_loading.
5557
4c28f408
PA
55582008-07-10 Pedro Alves <pedro@codesourcery.com>
5559
5560 Non-stop linux native.
5561
5562 * linux-nat.c (linux_test_for_tracefork): Block events while we're
5563 here.
5564 (get_pending_status): Implement non-stop mode.
5565 (linux_nat_detach): Stop threads before detaching.
5566 (linux_nat_resume): In non-stop mode, always resume only a single
5567 PTID.
5568 (linux_handle_extended_wait): On a clone event, in non-stop mode,
5569 add new lwp to GDB's thread table, and mark as running, executing
5570 and stopped appropriately.
5571 (linux_nat_filter_event): Don't assume there are other running
5572 threads when a thread exits.
5573 (linux_nat_wait): Mark the main thread as running and executing.
5574 In non-stop mode, don't stop all lwps.
5575 (linux_nat_kill): Stop lwps before killing them.
5576 (linux_nat_thread_alive): Use signal 0 to detect if a thread is
5577 alive.
5578 (send_sigint_callback): New.
5579 (linux_nat_stop): New.
5580 (linux_nat_add_target): Set to_stop to linux_nat_stop.
5581
5582 * linux-nat.h (thread_db_attach_lwp): Declare.
5583
5584 * linux-thread-db.c (thread_get_info_callback): Check for new
5585 threads if we have none.
5586 (thread_from_lwp, enable_thread_event): Set proc_handle.pid to the
5587 stopped lwp. Check for new threads if we have none.
5588 (thread_db_attach_lwp): New.
5589 (thread_db_init): Set proc_handle.pid to inferior_ptid.
5590 (check_event): Set proc_handle.pid to the stopped lwp.
5591 (thread_db_find_new_threads): Set proc_handle.pid to any stopped
5592 lwp available, bail out if there is none.
5593
5594 * linux-fork.c (linux_fork_killall): Use SIGKILL instead of
5595 PTRACE_KILL.
5596
0aef6ba2
KB
55972008-07-10 Kevin Buettner <kevinb@redhat.com>
5598
a4fafde3
KB
5599 * rs6000-tdep.c (ppc_displaced_step_fixup): Change type of
5600 `current_pc' from CORE_ADDR to ULONGEST.
5601
0aef6ba2
KB
5602 * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid to
5603 gdbsim_stop().
5604
10568435
JK
56052008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 * NEWS (New commands): Mention "set disable-randomization".
5608 * configure.ac: Add check for HAVE_PERSONALITY and
5609 HAVE_DECL_ADDR_NO_RANDOMIZE.
5610 * configure, config.in: Regenerate.
5611 * linux-nat.c [HAVE_PERSONALITY]: New include <sys/personality.h>.
5612 [HAVE_PERSONALITY] [!HAVE_DECL_ADDR_NO_RANDOMIZE]: Set
5613 ADDR_NO_RANDOMIZE.
5614 (disable_randomization, show_disable_randomization)
5615 (set_disable_randomization): New.
5616 (linux_nat_create_inferior) [HAVE_PERSONALITY]: New variables
5617 PERSONALITY_ORIG and PERSONALITY_SET. Disable randomization upon the
5618 variable DISABLE_RANDOMIZATION.
5619 (_initialize_linux_nat): Call ADD_SETSHOW_BOOLEAN_CMD for the variable
5620 DISABLE_RANDOMIZATION.
5621
f9c72d52
PA
56222008-07-09 Pedro Alves <pedro@codesourcery.com>
5623
5624 Adjust all targets to new target_stop interface.
5625
5626 * gnu-nat.c (gnu_stop): Add ptid argument.
5627 * go32-nat.c (go32_stop): Add ptid argument.
5628 (go32_create_inferior): Pass inferior_ptid to go32_stop.
5629 * hpux-thread.c (hpux_thread_stop): Add ptid argument.
5630 * monitor.c (monitor_stop): Add ptid argument.
5631 (monitor_open): Pass inferior_ptid to monitor_stop.
5632 (monitor_interrupt): Pass inferior_ptid to target_stop.
5633 (monitor_stop): Add ptid argument.
5634 * nto-procfs.c (nto_interrupt): Pass inferior_ptid to target_stop.
5635 (procfs_create_inferior): Add ptid argument.
5636 * procfs.c (procfs_stop): Add ptid argument.
5637 * remote-m32r-sdi.c (m32r_stop): Add ptid argument.
5638 * remote-sim.c (gdbsim_stop): Add ptid argument.
5639 * sol-thread.c (sol_thread_stop): Add ptid argument.
5640 * win32-nat.c (win32_stop): Add ptid argument.
5641
94cc34af
PA
56422008-07-09 Pedro Alves <pedro@codesourcery.com>
5643
5644 Non-stop inferior control.
5645
5646 * infrun.c (resume): In non-stop mode, always resume just one
5647 thread.
5648 (proceed): Don't call prepare_to_proceed in non-stop mode.
5649 (fetch_inferior_event): In non-stop mode, switch context before
5650 handling the event.
5651 (error_is_running, ensure_not_running): New.
5652 (handle_inferior_event): In non-stop mode: Mark only the event
5653 thread as stopped. Require that the target module manages adding
5654 threads to the thread list. Assert that there isn't a
5655 deferred_step_ptid set. Don't switch to infwait_thread_hop_state.
5656 (normal_stop): Only mark not-running if inferior hasn't exited.
5657 In non-stop mode, only mark the event thread.
5658
5659 * thread.c:Include "cli/cli-decode.h".
5660 (print_thread_info): Don't read from a running thread.
5661 Output "(running)" if thread is running.
5662 (switch_to_thread): Don't read stop_pc if thread is executing.
5663 (do_restore_current_thread_cleanup): Don't write to a running
5664 thread.
5665 (thread_apply_all_command): Don't read from a running thread. In
5666 non-stop mode, do a full context-switch instead of just switching
5667 threads.
5668 (thread_apply_command): In non-stop mode, do a full context-switch
5669 instead of just switching threads.
5670 (do_captured_thread_select): Likewise. Inform user if selected
5671 thread is running.
5672 (_initialize_thread): Mark "info threads" and "thread" and
5673 async_ok.
5674
5675 * inf-loop.c (inferior_event_handler): In non-stop mode, don't
5676 unregister the target from the event loop.
5677
5678 * infcmd.c (continue_command, step_1, jump_command)
5679 (signal_command): Ensure the selected thread isn't running.
5680 (interrupt_target_command): In non-stop mode, interrupt only the
5681 selected thread.
5682
5683 * inferior.h (error_is_running, ensure_not_running): Declare.
5684
5685 * target.h (struct target_ops): Add ptid argument to the to_stop
5686 member.
5687 (target_stop): Add ptid_t argument.
5688
5689 * target.c (update_current_target): Add ptid argument to to_stop's
5690 type.
5691 (debug_to_stop): Add ptid_t argument.
5692 (debug_to_rcmd): Set to_stop_ptid.
5693
5694 * remote.c (remote_stop): Add ptid_t argument.
5695 (async_remote_interrupt): Add inferior_ptid to target_stop.
5696 * inf-ptrace.c (inf_ptrace_stop): Add ptid argument.
5697
5698 * Makefile.in (thread.o): Depend on $(cli_decode_h).
5699
59f0d5d9
PA
57002008-07-09 Pedro Alves <pedro@codesourcery.com>
5701
5702 Don't rely on ecs->wait_for_more.
5703
5704 * infrun.c (proceed): Clear the stepping state, set
5705 previous_inferior_ptid and clear infwait state.
5706 (wait_for_inferior): Don't clear the stepping state, set
5707 previous_inferior_ptid, or clear the infwait state here.
5708 (fetch_inferior_event): Don't clear the stepping state, set
5709 previous_inferior_ptid, or clear the infwait state here. Don't
5710 condition on wait_for_more.
5711
0d1e5fa7
PA
57122008-07-09 Pedro Alves <pedro@codesourcery.com>
5713
5714 Refactor infrun a bit.
5715
5716 * infrun.c (currently_stepping): Take a struct
5717 thread_stepping_state instead of an execution_control_state.
5718 (struct thread_stepping_state): New, split from
5719 execution_control_state.
5720 (gtss, tss): New globals.
5721 (proceed): Clear the stepping state, set previous_inferior_ptid
5722 and clear infwait state.
5723 (init_wait_for_inferior): Clear the stepping state,
5724 previous_inferior_ptid and infwait state.
5725 (waiton_ptid, infwait_state): New, split from
5726 execution_control_state.
5727 (struct execution_control_state): Members that persist through
5728 events moved out to either struct thred_stepping_state or made
5729 global. Deleted unneeded wp, saved_inferior_ptid, tmpstatus.
5730 (wait_for_inferior, fetch_inferior_event): Use local
5731 execution_control_state. Update to execution_control_state split.
5732 (init_execution_control_state): Adjust.
5733 (init_thread_stepping_state): New, extracted from
5734 init_execution_control_state.
5735 (context_switch): Take a ptid instead of an
5736 execution_control_state.
5737 (context_switch_to): Adjust.
5738 (adjust_pc_after_break): Adjust.
5739 (init_infwait_state): New.
5740 (handle_inferior_event): Adjust.
5741
a474d7c2
PA
57422008-07-09 Pedro Alves <pedro@codesourcery.com>
5743 Vladimir Prus <vladimir@codesourcery.com>
5744
5745 Per-thread commands.
5746
5747 * gdbthread.h: Remove unneeded forward declarations.
5748 Include "inferior.h".
5749 (struct thread_info): Add continuations,
5750 intermediate_continuations, proceed_to_finish, step_over_calls,
5751 stop_step, step_multi and stop_signal members.
5752 (save_infrun_state): Add continuations,
5753 intermediate_continuations, proceed_to_finish, step_over_calls,
5754 stop_step, step_multi, stop_signal and stop_bpstat parameters.
5755 (load_infrun_state): Add continuations,
5756 intermediate_continuations, proceed_to_finish, step_over_calls,
5757 stop_step, step_multi, stop_signal and stop_bpstat parameters.
5758
5759 * thread.c (load_infrun_state): In non-stop mode, load
5760 continuations, intermediate_continuations, proceed_to_finish,
5761 step_over_calls, stop_step, step_multi and stop_signal.
5762 (save_infrun_state): Store continuations,
5763 intermediate_continuations, proceed_to_finish, step_over_calls,
5764 stop_step, step_multi, stop_signal and stop_bpstat.
5765 (save_infrun_state): Store continuations,
5766 intermediate_continuations, proceed_to_finish, step_over_calls,
5767 stop_step, step_multi, stop_signal and stop_bpstat.
5768 (free_thread): Clear The thread's stop_bpstat.
5769
5770 * inferior.h (context_switch_to): Declare.
5771
5772 * infrun.c (ecss): New global.
5773 (context_switch): Context switch continuations,
5774 intermediate_continuations, proceed_to_finish, step_over_calls,
5775 stop_step, step_multi, stop_signal and stop_bpstat.
5776 (wait_for_inferior): Use global ecss.
5777 (async_ecss, async_ecs): Delete.
5778 (fetch_inferior_event): Use global ecss.
5779 (context_switch_to): New.
5780
5781 * top.c (execute_command): In non-stop, only check if the current
5782 thread is running, in all-stop, check if there's any thread
5783 running.
5784
5785 * breakpoint.c (bpstat_remove_breakpoint): New.
5786 (bpstat_remove_breakpoint_callback): New.
5787 (delete_breakpoint): Clear the stop_bpstats of all threads.
5788
5789 * mi/mi-main.c (mi_cmd_execute): In non-stop, only check if the
5790 current thread is running, in all-stop, check if there's any
5791 thread running.
5792
5793 * Makefile.in (gdbthread_h): Depend on $(inferior_h).
5794
ad52ddc6
PA
57952008-07-09 Pedro Alves <pedro@codesourcery.com>
5796
5797 Add non_stop global.
5798
5799 * inferior.h (non_stop): Declare.
5800 * infrun.c (non_stop, non_stop_1): New.
5801 (set_non_stop, show_non_stop): New.
5802 (_initialize_infrun): Add "set/show non-stop" command.
5803
3a3e9ee3
PA
58042008-07-09 Pedro Alves <pedro@codesourcery.com>
5805
5806 Adjust fork/vfork/exec to pass ptids around.
5807
5808 * target.h (struct target_waitstatus): Store related_pid as a ptid.
5809 (inferior_has_forked, inferior_has_vforked, inferior_has_execd):
5810 Take a ptid_t.
5811 * breakpoint.h (struct breakpoint): Change forked_inferior_pid
5812 type to ptid.
5813 * breakpoint.c (print_it_typical, bpstat_check_location)
5814 (print_one_breakpoint_location, set_raw_breakpoint_without_location)
5815 (create_fork_vfork_event_catchpoint): Adjust.
5816 * infrun.c (fork_event): Change parent_pid and child_pid types to
5817 ptid.
5818 (follow_exec, inferior_has_forked, inferior_has_vforked)
5819 (inferior_has_execd): Take a ptid_t and don't trim it.
5820 * linux-thread-db.c (thread_db_wait): Don't trim the returned ptid.
5821 * linux-nat.c (linux_child_follow_fork): Adjust.
5822 * inf-ptrace.c (inf_ptrace_wait): Adjust.
5823 * inf-ttrace.c (inf_ttrace_wait): Adjust.
5824 * win32-nat.c (get_win32_debug_event): Don't set related_pid.
5825
8ea051c5
PA
58262008-07-09 Pedro Alves <pedro@codesourcery.com>
5827
5828 Add "executing" property to threads.
5829
5830 * inferior.h (target_executing): Delete.
5831 * gdbthread.h (struct thread_info): Add executing_ field.
5832 (set_executing, is_executing): New.
5833 * thread.c (main_thread_executing): New.
5834 (init_thread_list): Clear it and also main_thread_running.
5835 (is_running): Return false if target has no execution.
5836 (any_running, is_executing, set_executing): New.
5837
5838 * top.c: Include "gdbthread.h".
5839 (target_executing): Delete.
5840 (execute_command): Replace target_executing check by any_running.
5841 * event-top.c: Include "gdbthread.h".
5842 (display_gdb_prompt, command_handler): Replace target_executing by
5843 is_running.
5844 * inf-loop.c: Include "gdbthread.h". Don't mark as not executing
5845 here. Replace target_executing by is_running.
5846 * infrun.c (handle_inferior_event): Mark all threads as
5847 not-executing.
5848 * linux-nat.c (linux_nat_resume): Don't mark thread as executing
5849 here.
5850 * stack.c (get_selected_block): Return null if inferior is
5851 executing.
5852 * target.c (target_resume): Mark resumed ptid as executing.
5853 * breakpoint.c (until_break_command): Replace target_executing
5854 check by is_executing.
5855 * remote.c (remote_async_resume): Don't mark inferior as executing
5856 here.
5857 * mi/mi-interp.c (mi_cmd_interpreter_exec): Replace target_executing
5858 by any_running.
680b56ce 5859
8ea051c5
PA
5860 * mi/mi-main.c (mi_cmd_exec_interrupt, mi_cmd_execute)
5861 (mi_execute_async_cli_command): Replace target_executing by
5862 is_running.
5863
5864 * frame.c (get_current_frame): Error out if the current thread is
5865 executing.
5866 (has_stack_frames): New.
5867 (get_selected_frame, deprecated_safe_get_selected_frame): Check
5868 has_stack_frames.
680b56ce 5869
8ea051c5
PA
5870 * Makefile.in (event-top.o, frame.o, inf-loop.o, top.o): Depend on
5871 $(gdbthread_h).
5872
4487aabf
PA
58732008-07-09 Pedro Alves <pedro@codesourcery.com>
5874
5875 * symfile.c (load_command): Reopen the exec file and reread
5876 symbols before anything else.
5877
9de2bdd7
PA
58782008-07-09 Pedro Alves <pedro@codesourcery.com>
5879
5880 * remote-sim.c: Include gdbthread.h.
5881 (remote_sim_ptid): New global.
5882 (gdbsim_create_inferior): Silently add the main task to GDB's
5883 thread list.
5884 (gdbsim_close, gdbsim_mourn_inferior): Silently delete the main
5885 task from GDB's thread list.
5886 (gdbsim_resume): Adjust to use remote_sim_ptid.
5887 (gdbsim_thread_alive, gdbsim_pid_to_str): New.
5888 (init_gdbsim_ops): Register gdbsim_thread_alive and
5889 gdbsim_pid_to_str.
5890 (_initialize_remote_sim): Initialize remote_sim_ptid.
5891 * Makefile.in (remote-sim.o): Depend on $(gdbthread_h).
5892
5e0b29c1
PA
58932008-07-09 Pedro Alves <pedro@codesourcery.com>
5894
5895 * monitor (monitor_ptid): New global.
5896 (monitor_open): Silently add the main task to GDB's thread list.
5897 (monitor_close, monitor_mourn_inferior): Silently delete the main
5898 task from GDB's thread list.
5899 (monitor_thread_alive, monitor_pid_to_str): New.
5900 (init_base_monitor_ops): Register monitor_thread_alive and
5901 monitor_pid_to_str.
5902 (_initialize_remote_monitors): Initialize monitor_ptid.
5903
5904 * gdbthread.h (delete_thread_silent): Declare.
5905 * thread.c (delete_thread): Rename to ...
5906 (delete_thread_1): ... this. Add "silent" parameter. If silent,
5907 don't do exit notifications.
5908 (delete_thread, delete_thread_silent): New, as wrappers to
5909 delete_thread_1.
5910
b60e7edf
PA
59112008-07-08 Pedro Alves <pedro@codesourcery.com>
5912
5913 * breakpoint.c (update_global_location_list): Add boolean
5914 "should_insert" argument. Only insert locations if caller told it
5915 too.
5916 (update_global_location_list_nothrow): Add boolean "should_insert"
5917 argument. Pass it to update_global_location_list.
5918 (insert_breakpoints, create_longjmp_breakpoint)
5919 (create_overlay_event_breakpoint, enable_overlay_breakpoints)
5920 (create_thread_event_breakpoint, create_solib_event_breakpoint)
5921 (create_fork_vfork_event_catchpoint, create_exec_event_catchpoint)
5922 (enable_watchpoints_after_interactive_call_stop)
5923 (set_momentary_breakpoint, create_breakpoints)
5924 (break_command_really, watch_command_1)
5925 (create_ada_exception_breakpoint, update_breakpoint_locations)
5926 (do_enable_breakpoint, enable_command): Pass true to
5927 update_global_location_list.
5928 (bpstat_stop_status, disable_overlay_breakpoints)
5929 (disable_watchpoints_before_interactive_call_start)
5930 (delete_breakpoint, disable_breakpoint, disable_command): Pass
5931 false to update_global_location_list.
5932 (update_breakpoints_after_exec): Don't temporarily disable
5933 always-inserted mode.
5934
25b22b0a
PA
59352008-07-08 Pedro Alves <pedro@codesourcery.com>
5936
5937 * breakpoint.c (mark_breakpoints_out): Make public.
5938 (update_breakpoints_after_exec): Don't call mark_breakpoints_out
5939 here. Update comment.
5940 * breakpoint.h (mark_breakpoints_out): Declare.
5941
5942 * linux-nat.c (linux_handle_extended_wait): On
5943 TARGET_WAITKIND_EXECD, call mark_breakpoints_out.
5944 * inf-ttrace.c (inf_ttrace_wait): Likewise.
5945
cce9b6bf
PA
59462008-07-08 Pedro Alves <pedro@codesourcery.com>
5947
5948 * infrun.c (follow_exec): Reset shared libraries before adding the
5949 main exec file.
5950
3c3185ac
JK
59512008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * breakpoint.c (bpstat_copy): Call RELEASE_VALUE on the new OLD_VAL.
5954
42f0bc8e
PA
59552008-07-07 Pedro Alves <pedro@codesourcery.com>
5956
5957 * i386-dicos-tdep.c: Include "inferior.h".
5958 (i386_dicos_frame_align): New.
5959 (i386_dicos_init_abi): Register i386_dicos_frame_align. Set call
5960 dummy location ON_STACK.
5961 * Makefile.in (i386-dicos-tdep.o): Depend on $(inferior_h).
5962
b7292df3
JB
59632008-07-07 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gstdint.h: New file.
5966
bb599c81
VP
59672008-07-05 Vladimir Prus <vladimir@codesourcery.com>
5968
5969 * mi/mi-interp.c (mi_on_resume): Don't try to report
5970 resumed thread it the thread list is empty.
5971
7f6a6314
PM
59722008-07-05 Pierre Muller <muller@ics.u-strasbg.fr>
5973
5974 * cli/cli-decode.c (add_setshow_optional_filename_cmd): Set
5975 completer for set to filename_completer.
680b56ce 5976
7f6a6314
PM
5977 NEWS: Mention it.
5978
711eabed
VP
59792008-07-04 Vladimir Prus <vladimir@codesourcery.com>
5980
5981 Implement -target-attach.
680b56ce 5982 * mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
711eabed 5983
db3b9a10
MS
59842008-06-21 Hui Zhu <teawater@gmail.com>
5985
5986 * target-descriptions.c (maint_print_c_tdesc_cmd): Fix a memory leak.
5987
dc177b7a
PA
59882008-07-03 Pedro Alves <pedro@codesourcery.com>
5989
5990 * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.
5991 * config/i386/nm-i386gnu.h (ATTACH_NO_WAIT): Delete.
5992
5993 * target.h (struct target_ops): Add to_attach_no_wait member.
5994 (target_attach_no_wait): New.
5995 * target.c (update_current_target): Inherit to_attach_no_wait.
5996
5997 * infcmd.c: Replace ATTACH_NO_WAIT compile time check by
5998 target_attach_no_wait runtime check.
5999
6000 * gnu-nat.c (init_gnu_ops): Set to_attach_no_wait in gnu_ops.
6001 * win32-nat.c (init_win32_ops): Set to_attach_no_wait in
6002 win32_ops.
6003
caac8896
PA
60042008-07-03 Pedro Alves <pedro@codesourcery.com>
6005
6006 * i386-tdep.c (i386_displaced_step_fixup): Condition log printing
6007 on debug_displaced being set.
6008
0d254d6f
DJ
60092008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6010
6011 * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frame
6012 directly instead of get_frame_id.
6013
f74c6cad
LM
60142008-06-30 Luis Machado <luisgpm@br.ibm.com>
6015
6016 * rs6000-tdep.c (ppc_displaced_step_fixup): New function.
6017 (deal_with_atomic_sequence): Update BC masks.
6018 (rs6000_gdbarch_init): Init displaced stepping infra-structure.
6019 Define BRANCH_MASK, B_INSN, BC_INSN, BXL_INSN, BP_MASK and BP_INSN.
6020
395f2fc2
DJ
60212008-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6022
6023 * cris-tdep.c (crisv32_single_step_through_delay): Get this frame's
6024 register, not the previous frame's.
6025
8340a3fb
LM
60262008-06-30 Luis Machado <luisgpm@br.ibm.com>
6027
6028 * source.c (select_source_symtab): Make sure we skip namespace
6029 symtabs when showing cpp source code.
6030
cfefc99a
HPN
60312008-06-30 Hans-Peter Nilsson <hp@axis.com>
6032
6033 * MAINTAINERS (Authorized committers): Fix my email address.
6034
1b98914a
VP
60352008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6036
6037 * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
6038 -target-download and -target-select via CLI, so that
6039 the quoting rules are the same as they were (unfortunately)
6040 in all prior gdb releases.
6041 * mi/mi-cmds.h (mi_cmd_exec_run, mi_cmd_exec_until)
6042 (mi_cmd_target_download, mi_cmd_target_select): Remove.
6043 * mi/mi-main.c (mi_cmd_exec_run, mi_cmd_exec_until)
6044 (mi_cmd_target_download, mi_cmd_target_select): Remove.
6045 (mi_cmd_execute): Set current_token even for commands
6046 routed via CLI.
6047
94afd7a6
UW
60482008-06-28 Ulrich Weigand <uweigand@de.ibm.com>
6049
6050 * alphafbsd-tdep.c: Update for unwinder changes.
6051 * alpha-linux-tdep.c: Likewise.
6052 * alphanbsd-tdep.c: Likewise.
6053 * alphaobsd-tdep.c: Likewise.
6054 * avr-tdep.c: Likewise.
6055 * cris-tdep.c: Likewise.
6056 * frv-linux-tdep.c: Likewise.
6057 * frv-tdep.c: Likewise.
6058 * h8300-tdep.c: Likewise.
6059 * hppa-linux-tdep.c: Likewise.
6060 * iq2000-tdep.c: Likewise.
6061 * m32c-tdep.c: Likewise.
6062 * m32r-linux-tdep.c: Likewise.
6063 * m32r-tdep.c: Likewise.
6064 * m68hc11-tdep.c: Likewise.
6065 * mep-tdep.c: Likewise.
6066 * mn10300-tdep.c: Likewise.
6067 * mt-tdep.c: Likewise.
6068 * score-tdep.c: Likewise.
6069 * sh64-tdep.c: Likewise.
6070 * sh-tdep.c: Likewise.
6071 * sparc64fbsd-tdep.c: Likewise.
6072 * sparc64nbsd-tdep.c: Likewise.
6073 * sparc64obsd-tdep.c: Likewise.
6074 * v850-tdep.c: Likewise.
6075 * vaxobsd-tdep.c: Likewise.
6076 * vax-tdep.c: Likewise.
6077 * xstormy16-tdep.c: Likewise.
6078
e111d6c9
VP
60792008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6080
6081 * mi/mi-main.c (enum captured_mi_execute_command_actions)
6082 (captured_mi_execute_command_args): Remove.
6083 (captured_mi_execute_command): Cast the closure to mi_parse
6084 pointer, not to captured_mi_execute_command_args, and don't
6085 set the action field thereof.
6086 (mi_execute_command): Pass struct mi_parse, not
6087 captured_mi_execute_command_args to captured_mi_execute_command.
6088 (mi_execute_command): Remove (dead) code for suppressing
6089 printing prompt.
6090
84e46146
PA
60912008-06-28 Pedro Alves <pedro@codesourcery.com>
6092
6093 * linux-nat.c (enum sigchld_state): New.
6094 (linux_nat_async_events_state): Renamed from
6095 linux_nat_async_events_enabled.
6096 (linux_nat_event_pipe_push, my_waitpid): Adjust.
6097 (sigchld_default_action): New.
6098 (lin_lwp_attach_lwp): Adjust. Call linux_nat_async_events
6099 unconditionally.
6100 (linux_nat_create_inferior): Set events state to sigchld_default
6101 state.
6102 (linux_nat_resume): Adjust.
6103 (linux_nat_wait): Call linux_nat_async_events unconditionally.
6104 (sigchld_handler): Adjust.
6105 (linux_nat_async_mask): Don't set SIGCHLD actions here.
6106 (get_pending_events): Adjust.
6107 (linux_nat_async_events): Rewrite to handle enum sigchld_state
6108 instead of a boolean.
6109 (linux_nat_async): Adjust.
6110 (_initialize_linux_nat): Capture default SIGCHLD action into
6111 sigchld_default_action.
6112
20874c92
VP
61132008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6114
680b56ce
AS
6115 * breakpoint.c (moribund_locations): New.
6116 (bpstat_stop_status): Process moribund locations.
6117 (update_global_location_list): Add removed
6118 locations to moribund_locations.
6119 (breakpoint_retire_moribund): New.
6120 * breakpoint.h (struct bp_location): New field
6121 events_till_retirement.
6122 (breakpoint_retire_moribund): Declare.
6123 * thread.c (thread_count): New.
6124 * infrun.c (handle_inferior_event): Call
6125 breakpoint_retire_moribund.
6126 * gdbthread.h (thread_count): Declare.
20874c92 6127
cd0b43b1
JM
61282008-06-27 Joseph Myers <joseph@codesourcery.com>
6129
6130 * dfp.c (decimal_convert): Call match_endianness before and after
6131 conversion.
6132
7c0f6dcc
JL
61332008-06-27 Jonathan Larmour <jifl@eCosCentric.com>
6134
6135 * remote.c (remote_insert_breakpoint): Ensure that if Z0
6136 unsupported and we fall back to memory_insert_breakpoint, we
6137 use the unmodified requested address.
6138
01c66ae6
JB
61392008-06-27 Joel Brobecker <brobecker@adacore.com>
6140
6141 * dwarf2read.c (read_attribute_value): Issue a complaint when
6142 adjusting size attribute values of 0xffffffff as zero.
6143
7ccc1c74
JM
61442008-06-27 Joseph Myers <joseph@codesourcery.com>
6145
6146 * i386-tdep.c (i386_16_byte_align_p): New.
6147 (i386_push_dummy_call): Determine stack space required for
6148 arguments going forwards allowing for 16-byte alignment, then push
6149 arguments going forwards.
6150
c0a2216e
PA
61512008-06-27 Pedro Alves <pedro@codesourcery.com>
6152
6153 * infrun.c (start_remote): Don't clear thread list here.
6154 * monitor.c (monitor_open): Include "gdbthread.h". Clear thread
6155 list here.
6156 * remote.c (record_currthread): Upgrade the main thread and its
6157 entry in the thread list if this is the first time we hear about
6158 threads.
6159 (remote_thread_alive): Consider magic_null_ptid or a ptid without
6160 a tid member always alive.
6161 (remote_find_new_threads): Don't update the main thread here.
6162 (remote_start_remote): Clear thread list here. Always add the
6163 main thread.
6164 (extended_remote_attach_1): Add the main thread here.
6165 (extended_remote_mourn_1): Re-add the main thread here.
6166 (extended_remote_create_inferior_1): Add a main thread.
6167
6168 * Makefile.in (monitor.o): Depend on $(gdbthread_h).
6169
87b0e16e 61702008-06-27 Pedro Alves <pedro@codesourcery.com>
79d7f229
PA
6171
6172 Use ptid_t.tid to store thread ids instead of ptid_t.pid.
6173
6174 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): New
6175 globals.
6176 (general_thread, continue_thread): Change type to ptid_t.
6177 (record_currthread): Take a ptid_t parameter instead of an
6178 integer.
6179 (MAGIC_NULL_PID): Delete.
6180 (set_thread): Take a ptid_t parameter and adjust.
6181 (set_general_thread, set_continue_thread): New.
6182 (remote_thread_alive, remote_newthread_step)
6183 (remote_current_thread, remote_find_new_threads)
6184 (remote_threads_info, remote_start_remote, remote_vcont_resume)
6185 (remote_resume_1, remote_wait, extended_remote_create_inferior_1)
6186 (threadalive_test, remote_pid_to_str)
6187 (remote_get_thread_local_address): Adjust.
6188 (_initialize_remote): Initialize magic_null_ptid, not_sent_ptid
6189 and any_thread_ptid.
6190
3ca64bd3
JK
61912008-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6192
6193 * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.
6194 * configure: Regenerated.
6195
28e94949
JB
61962008-06-26 Joel Brobecker <brobecker@adacore.com>
6197
6198 * dwarf2read.c (read_attribute_value): Treat size attribute
6199 values of 0xffffffff as if the attribute value was zero.
6200
8a77dff3
VP
62012008-06-26 Vladimir Prus <vladimir@codesourcery.com>
6202
6203 * linux-nat.c: Add description of overall logic.
6204
d5af19ba
DJ
62052008-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
6208 (gdb_stdint_h, gdb_stdint.h, stamp-int): Delete. Remove
6209 all dependencies on $(gdb_stdint_h).
6210 (distclean): Do not delete gdb_stdint.h.
6211 * acinclude.m4: Do not use stdint.m4.
6212 * configure.ac: Set GNULIB_STDINT_H. Remove tests for stdint.h,
6213 uintptr_t, and gdb_stdint.h.
6214 * defs.h: Include <stdint.h>.
6215 * gdb_thread_db.h: Assume stdint.h is already included.
6216 * breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c,
6217 rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not
6218 include gdb_stdint.h.
6219 * configure, config.in: Regenerate.
6220
00fbcec4
JM
62212008-06-26 Joseph Myers <joseph@codesourcery.com>
6222
6223 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passing
6224 decimal floating-point values in GPRs for soft-float.
6225 (do_ppc_sysv_return_value): Handle returning decimal
6226 floating-point values in GPRs for soft-float.
6227
d5086790
VP
62282008-06-26 Vladimir Prus <vladimir@codesourcery.com>
6229
6230 * target.c (target_read_until_error): New.
680b56ce
AS
6231 * target.h (target_read_until_error): Declare.
6232 * mi/mi-main.c (mi_cmd_data_read_memory): Use
6233 target_read_until_error.
d5086790 6234
fe9441f6
JK
62352008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6236
6237 Fix a memory leak found by Hui Zhu <teawater@gmail.com>.
6238 * c-exp.y (parse_number): Move the S and SAVED_CHAR initialization
6239 after the DECFLOAT detection to fix a memory leak. Remove the
6240 redundant NUM initialization. Protect the DECFLOAT detection memory
6241 access before the P block. Restore the P memory content for the
6242 DECFLOAT detection.
6243
ce8f13f8
VP
62442008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6245
6246 Kill the return value for all MI command functions.
6247 * mi/mi-cmds.h (enum mi_cmd_result): Remove.
6248 (mi_cmd_argv_ftype): Change return type to void.
6249
6250 * mi/mi-main.c: Adjust all function that implement
6251 MI commands to return nothing.
6252 (struct captured_mi_execute_command_actions):
6253 Remove the rc field.
6254 (mi_cmd_execute): Return nothing.
6255 (mi_execute_async_cli_command): Return nothing.
6256 (mi_cmd_exec_interrupt): Don't print ^done here.
6257 (mi_cmd_target_select): Don't print ^connected here.
6258 (captured_mi_execute_command): Don't check for MI_CMD_DONE.
6259 Special-case -target-select and output ^connected, not ^done.
6260
6261 * mi/mi-cmd-break.c: Adjust.
6262 * mi/mi-cmd-disas.c: Adjust.
6263 * mi/mi-cmd-env.c: Adjust.
6264 * mi/mi-cmd-file.c: Adjust.
6265 * mi/mi-cmd-stack.c: Adjust.
6266 * mi/mi-cmd-target.c: Adjust.
6267 * mi/mi-cmd-var.c: Adjust.
6268 * mi/mi-interp.c: Adjust.
6269 * mi/mi-symbol-cmds.c: Adjust.
6270
a2840c35
VP
62712008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6272
6273 Emit ^running via observer.
6274 * mi/mi-interp.c (mi_cmd_interpreter_exec): Do no print
680b56ce
AS
6275 ^running here.
6276 (mi_on_resume): Print ^running if not previously output.
6277 * mi/mi-main.c (running_result_record_printed): New.
6278 (captured_mi_execute_command): Reset
6279 running_result_record_printed. Use running_result_record_printed
6280 to decide if we should skip ^done.
6281 (mi_execute_async_cli_command): Don't print ^running here.
6282 * mi/mi-main.h (current_token, running_result_record_printed):
6283 Declare.
a2840c35 6284
1f41b062
MS
62852008-06-24 Michael Snyder <msnyder@specifix.com>
6286
6287 * infrun.c (_initialize_infrun): White space and typo fix.
6288
eff8332b
CF
62892008-06-23 Christopher Faylor <me.gdb.changelog@cgf.cx>
6290
6291 * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable.
6292 (do_initial_win32_stuff): Fix problem with inability to set breakpoints
6293 when first loading DLL with "dll" command.
6294
e50ce6de 62952008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
114374a0
PM
6296
6297 * gnu-nat.c (proc_string): Use capital T for "Thread".
680b56ce 6298
e50ce6de 62992008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
17526a8c
PM
6300
6301 * win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
680b56ce 6302
59ddf1e7
JB
63032008-06-18 Joel Brobecker <brobecker@adacore.com>
6304
680b56ce
AS
6305 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
6306 the target cannot run.
59ddf1e7
JB
6307
63082008-06-18 Joel Brobecker <brobecker@adacore.com>
ea8eedbe
JB
6309
6310 * solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
6311 we're attaching to a running process.
6312
e50ce6de 63132008-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
7488902c
PM
6314
6315 * win32-nat.c (handle_load_dll): Give dll name and load address
6316 if debug_events is on.
6317 (handle_unload_dll): Likewise.
6318
8f6a8e84
VP
63192008-06-14 Vladimir Prus <vladimir@codesourcery.com>
6320
6321 Don't suppress *running when doing finish.
680b56ce
AS
6322 * infcall.c (call_function_by_hand): Set both
6323 suppress_resume_observer and suppress_stop_observer.
6324 * infcmd.c (suppress_run_stop_observers): Split into...
6325 (suppress_resume_observer, suppress_stop_observer): ...those.
6326 (finish_command_continuation): Clear suppress_stop_observer.
6327 (finish_command): Set suppress_stop_observer.
6328 * inferior.h (suppress_run_stop_observers): Split into...
6329 (suppress_resume_observer, suppress_stop_observer): ...those.
6330 * infrun.c (normal_stop): Check for suppress_stop_observer.
6331 * thread.c (set_running): Check for suppress_resume_observer.
8f6a8e84 6332
4309257c
PM
63332008-06-12 Pedro Alves <pedro_alves@portugalmail.pt>
6334 Pierre Muller <muller@ics.u-strasbg.fr>
6335
6336 * gdbarch.sh (gdbarch_skip_main_prologue): New.
6337 * gdbarch.h, gdbarch.c: Regenerate.
6338 * i386-tdep.h (i386_skip_main_prologue): Declare.
6339 * i386-tdep.c (i386_skip_main_prologue): New.
680b56ce 6340 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Register
4309257c
PM
6341 i386_skip_main_prologue as gdbarch_skip_main_prologue gdbarch callback.
6342 * symtab.c (find_function_start_sal): When pc points at the "main"
6343 function, call gdbarch_skip_main_prologue.
6344
a4e2ee12
DJ
63452008-06-11 Daniel Jacobowitz <dan@codesourcery.com>
6346
6347 * value.c (value_primitive_field): Fetch lazy register values.
6348
060871df
PA
63492008-06-11 Pedro Alves <pedro@codesourcery.com>
6350
6351 * NEWS: Mention support removal of undocumented S AA p PID stop
6352 reply packet.
6353
6354 * remote.c (remote_wait): Remove undocumented S AA p PID support.
6355
336de56d
SS
63562008-06-10 Stan Shebs <stan@codesourcery.com>
6357
6358 * MAINTAINERS: Update my affiliation and address.
6359
7949220d
AS
63602008-06-10 Andreas Schwab <schwab@suse.de>
6361
6362 * top.c (print_gdb_version): Don't print final newline.
6363
e1ac3328
VP
63642008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6365
6366 Implement *running.
680b56ce
AS
6367 * Makefile.in: Update dependencies.
6368 * gdbthread.h (struct thread_info): New field
6369 running_.
6370 (set_running, is_running): New.
6371 * thread.c (set_running, is_running): New.
6372 * inferior.h (suppress_normal_stop_observer): Rename to...
6373 (suppress_run_stop_observers): ..this.
6374 * infcmd.c (suppress_normal_stop_observer): Rename to...
6375 (suppress_run_stop_observers): ..this.
6376 (finish_command_continuation, finish_command): Adjust.
6377 * infcall.c (call_function_by_hand): Adjust.
6378 * infrun.c (normal_stop): Call set_running.
6379 * target.c (target_resume): New. Call set_running.
6380 * target.h (target_resume): Convert from macro to
6381 a function.
6382
6383 * mi/mi-interp.c (mi_on_resume): New.
6384 (mi_interpreter_init): Register mi_on_resume.
e1ac3328 6385
f7f9a841
VP
63862008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6387
6388 Use observers to report stop events in MI.
680b56ce
AS
6389 * mi/mi-interp.c (mi_on_normal_stop): New.
6390 (mi_interpreter_init): Register mi_on_normal_stop.
6391 (mi_interpreter_exec_continuation): Remove.
6392 (mi_cmd_interpreter_exec): Don't register the above.
6393 * mi/mi-main.c (captured_mi_execute_command): Don't care
6394 about sync_execution.
6395 (mi_execute_async_cli_command): Don't install continuation. Don't
6396 print *stopped.
6397 (mi_exec_async_cli_cmd_continuation): Remove.
f7f9a841 6398
f5871ec0
VP
63992008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6400
6401 Suppress normal stop observer when it's problematic.
680b56ce
AS
6402 * inferior.h (suppress_normal_stop_observer): New.
6403 * infcall.c (call_function_by_hand): Disable stop events when
6404 doing function calls.
6405 * infmcd.c (suppress_normal_stop_observer): New.
6406 (finish_command_continuation): Call normal_stop observer
6407 explicitly.
6408 (finish_command): Disable stop events inside proceed.
6409 * infrun.c (normal_stop): Don't call normal stop observer if
6410 suppressed of if multi-step is in progress.
f5871ec0 6411
3d3191a6
VP
64122008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6413
6414 Remove stale code.
680b56ce
AS
6415 * infrun.c (finish_command): Don't pass cleanup
6416 to continuation.
6417 (finish_command_continuation): Don't grab cleanup from
6418 the passed data, as we don't use, and cannot, use it anyway.
3d3191a6 6419
0b080f59
VP
64202008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6421
6422 Introduce common cleanup for restoring integers.
680b56ce
AS
6423 * defs.h (make_cleanup_restore_integer): New declaration.
6424 (struct cleanup): New field free_arg.
6425 (make_my_cleanup_2): New.
6426 * utils.c (restore_integer_closure, restore_integer)
6427 (make_cleanup_restore_integer): New.
6428 (make_my_cleanup): Initialize the free_arg field and
6429 renamed to make_my_cleanup_2.
6430 (do_my_cleanups): Call free_arg.
6431 (discard_cleanups): Call free_arg.
6432 * breakpoint.c (restore_always_inserted_mode): Remove.
6433 (update_breakpoints_after_exec): Use make_cleanup_restore_integer.
0b080f59 6434
b4f62b57
DE
64352008-06-09 Doug Evans <dje@google.com>
6436
6437 * remote.c (remote_wait): Include beginning of malformed packet
6438 in error output.
6439
37cd5d19
TT
64402008-06-09 Tom Tromey <tromey@redhat.com>
6441
6442 * completer.c (complete_line): Don't special-case
6443 expression_completer.
6444 (expression_completer): Only pass last word to
6445 location_completer.
6446 * c-exp.y (yylex): Check 'token', not 'operator'.
6447
3526781e
DJ
64482008-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6449
6450 * configure.ac (build_warnings): Add -Wno-format for mingw.
6451 * configure: Regenerated.
6452
d001be7a
DJ
64532008-06-07 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * NEWS: Make indentation consistent. Move exec tracing entry out
6456 of remote packet list.
6457
65d12d83
TT
64582008-06-06 Tom Tromey <tromey@redhat.com>
6459
6460 * value.h (evaluate_subexpression_type, extract_field_op):
6461 Declare.
6462 * printcmd.c (_initialize_printcmd): Use expression_completer for
6463 'p', 'inspect', 'call'.
6464 * parser-defs.h (parse_field_expression): Declare.
6465 * parse.c: Include exceptions.h.
6466 (in_parse_field, expout_last_struct): New globals.
6467 (mark_struct_expression): New function.
6468 (prefixify_expression): Return int.
6469 (prefixify_subexp): Return int. Use expout_last_struct.
6470 (parse_exp_1): Update.
6471 (parse_exp_in_context): Add 'out_subexp' argument. Handle
6472 in_parse_field.
6473 (parse_field_expression): New function.
6474 * expression.h (parse_field_expression): Declare.
6475 (in_parse_field): Likewise.
6476 * eval.c (evaluate_subexpression_type): New function.
6477 (extract_field_op): Likewise.
6478 * completer.h (expression_completer): Declare.
6479 * completer.c (expression_completer): New function.
6480 (count_struct_fields, add_struct_fields): New functions.
6481 * c-exp.y (yyparse): Redefine.
6482 (COMPLETE): New token.
6483 (exp): New productions.
6484 (saw_name_at_eof, last_was_structop): New globals.
6485 (yylex): Return COMPLETE when needed. Recognize in_parse_field.
6486 (c_parse): New function.
6487 * breakpoint.c (_initialize_breakpoint): Use expression_completer
6488 for watch, awatch, and rwatch.
6489 * Makefile.in (parse.o): Depend on exceptions_h.
6490
fed27633
PP
64912008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6492
6493 PR gdb/1147
6494 * gdb/valopts.c (find_overload_match): Handle references
6495 to pointers.
6496
aced2898
PH
64972008-06-06 Paul N. Hilfinger <hilfinger@adacore.com>
6498
6499 * ada-lang.c (ada_value_assign): Correct big-endian case to take into
6500 account the bitsize of the 'from' operand.
6501
a2b87ed1
PA
65022008-06-06 Pedro Alves <pedro@codesourcery.com>
6503
6504 * annotate.h (annotate_thread_changed): Declare.
6505
3d6d0b9d
NR
65062008-06-06 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * annotate.c (annotate_thread_changed): New function.
6509 * thread.c (thread_command) : Use it.
6510 * infrun.c (normal_stop): Use it.
6511
c16158bc 65122008-06-05 Vladimir Prus <vladimir@codesourcery.com>
680b56ce
AS
6513 Nathan Sidwell <nathan@codesourcery.com>
6514 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6515
6516 * acinclude.m4: Include ../config/acx.m4.
6517 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
6518 * configure, config.in: Regenerate.
6519 * main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
6520 address.
6521 * top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
6522
75c99385
PA
65232008-06-05 Pedro Alves <pedro@codesourcery.com>
6524
6525 Replace 'target async' by 'maintenance set remote-async' and
6526 'target remote' combination.
6527
6528 * remote.c (remote_async_wait): Merge into remote_wait, and
6529 remove.
6530 (remote_async_permitted, remote_async_permitted_set): New
6531 variables.
6532 (set_maintenance_remote_async_permitted)
6533 (show_maintenance_remote_async_permitted): New functions.
6534 (remote_async_ops, extended_async_remote_ops): Delete.
6535 (remote_async_open, extended_remote_async_open): Delete.
6536 (remote_open_1): Drop async_p parameter. Update callers. Replace
6537 async_p with remote_async_permitted checks.
6538 (extended_async_remote_attach): Delete.
6539 (remote_resume, remote_async_resume): Merge and leave remote_resume.
6540 (remote_async_terminal_inferior): Rename to...
6541 (remote_terminal_inferior): ... this, and add
6542 remote_async_termitted check.
6543 (remote_async_terminal_ours): Rename to...
6544 (remote_terminal_ours): ... this, and add remote_async_termitted
6545 check.
6546 (remote_wait, remote_async_wait): Merge and leave remote_wait
6547 only.
6548 (remote_kill, remote_async_kill): Merge and leave remote_kill
6549 only.
6550 (remote_async_mourn, extended_async_remote_mourn): Delete.
6551 (extended_remote_create_inferior_1): Drop async_p parameter.
6552 Update callers. Always use extended_remote_ops.
6553 (extended_remote_async_create_inferior): Delete.
6554 (remote_return_zero): Delete.
6555 (init_remote_ops): Register remote_can_async_p, remote_async,
6556 remote_async_mask, remote_terminal_inferior and
6557 remote_terminal_ours.
6558 (remote_can_async_p, remote_is_async_p): Check for
6559 remote_async_permitted.
6560 (init_remote_async_ops, init_extended_async_remote_ops): Remove.
6561 (set_remote_cmd): Don't add async and extended-async targets.
6562 (_initialize_remote): Add set/show remote-async maintenance
6563 commands.
6564
cf30943b
PA
65652008-06-05 Pedro Alves <pedro@codesourcery.com>
6566
6567 * remote.c (kill_kludge): Delete.
6568 (remote_wait, remote_async_wait): Don't set it.
6569 (remote_kill, remote_async_kill): Don't do anything with it.
6570
49fd4a42
PA
65712008-06-05 Pedro Alves <pedro@codesourcery.com>
6572
6573 * linux-thread-db.c (thread_db_wait): Don't trim event ptid.
6574
2e618c13
AR
65752008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6576
6577 * bcache.c (bcache_data): Call deprecated_bcache_added function.
680b56ce
AS
6578 (deprecated_bcache_added): New function name. Body of function
6579 bcache_data is used here with the addition of 'added' argument.
2e618c13
AR
6580 * bcache.h (deprecated_bcache_added): New function.
6581 * symfile.c (add_psymbol_to_bcache): New helper function, takes part of
6582 work from add_psymbol_to_list - initialises partial symbol and stashes
6583 it in objfile's cache.
680b56ce 6584 (append_psymbol_to_list): New helper function, takes other part of
2e618c13 6585 work from add_psymbol_to_list - adds partial symbol to the given list.
680b56ce 6586 (add_psymbol_to_list): Call helper functions instead of doing work
2e618c13
AR
6587 here. If adding to global list, do not duplicate partial symbols in the
6588 partial symtab.
6589
c0b37c48
AR
65902008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6591
6592 * breakpoint.c (print_exception_catchpoint): Put 'exception' back to
6593 'exception caught|thrown' message.
6594
1e3a102a
JK
65952008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 * Makefile.in: Update dependencies.
6598 * dwarf2expr.c: New include "gdb_assert.h".
6599 (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH.
6600 (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count.
6601 (execute_stack_op): Error out on too large RECURSION_DEPTH.
6602 Increase/decrease RECURSION_DEPTH around the function.
6603
8d385431
DJ
66042008-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6605
6606 * remote.c (get_offsets): Handle a single segment.
6607 * symfile.c (symfile_map_offsets_to_segments): Allow more bases
6608 than segments.
6609
93a57060
DJ
66102008-06-03 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * solib-svr4.c (struct lm_info): Add lm_addr.
6613 (main_lm_addr): New.
6614 (svr4_default_sos): Set lm_addr.
6615 (svr4_current_sos): Set lm_addr and main_lm_addr.
6616 (svr4_fetch_objfile_link_map): Rewrite.
6617 (svr4_clear_solib): Clear main_lm_addr.
6618
609ba780 66192008-06-03 Michael Snyder <msnyder@redhat.com>
680b56ce 6620 Joseph Myers <joseph@codesourcery.com>
609ba780
JM
6621
6622 * mips-tdep.c (mips_eabi_return_value): Replace stub that always
6623 returned RETURN_VALUE_STRUCT_CONVENTION with a real function.
6624
c95f5026
JB
66252008-06-02 Roman Zippel <zippel@linux-m68k.org>
6626
6627 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Fix incorrect test.
6628
e4d8bc08
JB
66292008-06-02 Roman Zippel <zippel@linux-m68k.org>
6630
6631 * m68k-tdep.c (m68k_analyze_prologue): Fix length of lea insn.
6632
40adab56
JB
66332008-06-01 Joel Brobecker <brobecker@adacore.com>
6634
6635 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Do not
6636 treat pointers in data space as function descriptors if the
6637 target address is also in the data space.
6638
bfd66dd9
JB
66392008-05-30 Joel Brobecker <brobecker@adacore.com>
6640
6641 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Set
6642 the trad-frame register value for the SP register.
6643
7ea566be
MK
66442008-05-29 Mark Kettenis <kettenis@gnu.org>
6645
6646 * sparcnbsd-tdep.c, sparcobsd-tdep.c: Update for unwinder changes.
6647
fcac911a
JB
66482008-05-28 Joel Brobecker <brobecker@adacore.com>
6649
6650 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Improve the heuristic
6651 that identifies function descriptors outside of the .opd section.
6652
ade92717
AR
66532008-05-28 Aleksandar Ristovski <aristovski@qnx.com>
6654
6655 * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' for
680b56ce 6656 temporary catchpoints. In MI add missing fields 'reason', 'disp',
ade92717
AR
6657 'bkptno'.
6658 (print_mention_exception_catchpoint): Add 'Temporary' for temporary
6659 catchpoints.
6660 (handle_gnu_v3_exceptions): Use tempflag.
6661
f7f9ae2c
VP
66622008-05-28 Vladimir Prus <vladimir@codesourcery.com>
6663
6664 Refactor varobj_update interface.
680b56ce
AS
6665 * varobj.c (varobj_update): Report changes as vector. Also
6666 return not just a list of varobj, but a list of special structures
6667 that tell what exactly has changed.
6668 * varobj.h (enum varobj_update_error): Rename to
6669 varobj_scope_status.
6670 (struct varobj_update_result_t): New.
6671 (varobj_update): Adjust prototype.
6672 * mi/mi-cmd-var.c: Adjust for changes.
f7f9ae2c 6673
ea56f9c2
VP
66742008-05-28 Vladimir Prus <vladimir@codesourcery.com>
6675
6676 * varobj.c (varobj_update): Fix comment typo.
6677 Fix indentation.
6678
c7efd0b9
JB
66792008-05-26 Joel Brobecker <brobecker@adacore.com>
6680
6681 Set the symtab field of symbols read from ECOFF debugging entries.
6682 * mdebugread.c (add_symbol): Add new parameter symtab.
6683 (parse_symbol): Update calls to add_symbol throughout.
6684
2a2d4dc3
AS
66852008-05-27 Andreas Schwab <schwab@suse.de>
6686
6687 * symtab.h (enum address_class): Remove LOC_REGPARM and
6688 LOC_COMPUTED_ARG.
6689 (struct symbol): Add is_argument.
6690 (SYMBOL_IS_ARGUMENT): Define.
6691
6692 * ada-lang.c (ada_add_block_symbols): Use SYMBOL_IS_ARGUMENT.
6693 * buildsym.c (finish_block): Likewise.
6694 * stack.c (print_frame_args, print_block_frame_locals)
6695 (print_frame_arg_vars): Likewise.
6696 * symtab.c (lookup_block_symbol): Likewise.
6697 * tracepoint.c (add_local_symbols): Likewise.
6698 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6699
6700 * coffread.c (process_coff_symbol): Set SYMBOL_IS_ARGUMENT.
6701 * dwarf2read.c (new_symbol): Likewise.
6702 * mdebugread.c (parse_symbol): Likewise.
6703 * stabsread.c (define_symbol): Likewise.
6704
6705 * ada-exp.y (select_possible_type_sym): Don't handle LOC_REGPARM
6706 and LOC_COMPUTED_ARG.
6707 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6708 * ax-gdb.c (gen_var_ref): Likewise.
6709 * eval.c (evaluate_subexp_for_address): Likewise.
6710 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6711 * m2-exp.y (yylex): Likewise.
6712 * printcmd.c (address_info): Likewise.
6713 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6714 * tracepoint.c (collect_symbol, scope_info): Likewise.
6715
17ea7499
CES
67162008-05-24 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6717
6718 * gdbarch.sh: Added new gdbarch struct
6719 core_regset_sections.
6720 * gdbarch.c: Refreshed.
6721 * gdbarch.h: Refreshed.
6722 * regset.h (core_regset_section): Declared.
6723 * linux-nat.c (linux_nat_do_thread_registers): Added
6724 support for the new gdbarch struct core_regset_sections.
6725 * utils.c (host_address_to_string): New function.
6726 * defs.h (host_address_to_string): New prototype.
6727 * i386-linux-tdep.c (i386_regset_rections): New register
6728 sections list for i386.
6729 (i386_linux_init_abi): Initialized new gdbarch struct
6730 core_regset_sections.
6731 * Makefile.in: Updated to reflect dependency changes.
6732 * ppc-linux-tdep.c (ppc_regset_sections): Register
6733 sections list for ppc.
6734 (ppc_linux_init_abi): Initialized new gdbarch struct
6735 core_regset_sections
6736
c4fc331b
AS
67372008-05-24 Andreas Schwab <schwab@suse.de>
6738
6739 * linespec.c (decode_objc): Save current language around call to
6740 get_selected_block.
6741
e936309c
JB
67422008-05-23 Joel Brobecker <brobecker@adacore.com>
6743
6744 * valprint.h (get_array_bounds): Renames get_array_low_bound.
6745 * valprint.c (get_array_bounds): Renames get_array_low_bound.
6746 Return the proper bound value if the array index type is an
6747 enumerated type. Compute the high bound if requested.
6748 (val_print_array_elements): Handle the case when the array
6749 element has a null size.
6750 * ada-valprint.c (print_optional_low_bound): Add handling
6751 for empty arrays or arrays of zero-size elements.
6752 (ada_val_print_array): New function, extracted out from
6753 ada_val_print_1 case TYPE_CODE_ARRAY, and enhanced to
6754 handle empty arrays and arrays of zero-size elements.
6755 (ada_val_print_1)[case TYPE_CODE_ARRAY]: Replace extracted-out
6756 code by call to ada_val_print_array.
6757 (ada_value_print): Remove handling of null array. The handling
6758 was incomplete and is now better handled by ada_val_print_array.
6759
50ee7535
MD
67602008-05-23 Markus Deuling <deuling@de.ibm.com>
6761
6762 * annotate.c (annotate_source, annotate_frame_begin): Replace
6763 deprecated_print_address_numeric with paddress.
6764 * cli/cli-cmds.c (list_command, edit_command): Likewise.
6765 * tui/tui-stack.c (tui_make_status_line): Likewise.
6766
6767 * defs.h (deprecated_print_address_numeric): Remove.
6768 * printcmd.c (deprecated_print_address_numeric): Remove.
6769 * maint.c (maint_print_section_info): Fix comment.
6770
d44e8473
MD
67712008-05-23 Markus Deuling <deuling@de.ibm.com>
6772
6773 * valprint.c (print_hex_chars, print_octal_chars, print_decimal_chars,
6774 print_binary_chars, print_char_chars): Add byte_order parameter and
6775 replace gdbarch_byte_order.
6776 (print_decimal_chars): Replace START_P, NOT_END_P and NEXT_P by their
6777 expressions and remove them. Remove unused TWO_TO_FOURTH.
6778 (val_print_type_code_int): Introduce gdbarch_byte_order to get at the
6779 endianness. Update call to print_hex_chars.
6780 * valprint.h (print_hex_chars, print_octal_chars, print_decimal_chars,
6781 print_binary_chars, print_char_chars): Add byte_order parameter.
6782 * printcmd.c (print_scalar_formatted): Introduce gdbarch_byte_order to
6783 get at the endianness. Update print_*_char calls to use byte_order.
6784
10f4ecb8
UW
67852008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
6786
6787 * symtab.h (struct symbol): Make "aux_value" member a void pointer
6788 instead of a union.
6789 (SYMBOL_LOCATION_BATON): Update.
6790
c3b22bd0
UW
67912008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
6792
6793 * symtab.h (enum address_class): Remove LOC_BASEREG and
6794 LOC_BASEREG_ARG.
6795 (struct symbol): Remove "basereg" member of "aux_value" union.
6796 (SYMBOL_BASEREG): Remove.
6797
6798 * ada-exp.y (select_possible_type_sym): Do not handle LOC_BASEREG
6799 or LOC_BASEREG_ARG.
6800 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6801 (ada_add_block_symbols): Likewise.
6802 * ax-gdb.c (gen_var_ref): Likewise.
6803 * buildsym.c (finish_block): Likewise.
6804 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6805 * m2-exp.y (yylex): Likewise.
6806 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6807 * printcmd.c (address_info): Likewise.
6808 * stack.c (print_frame_args, print_block_frame_locals): Likewise.
6809 (print_frame_arg_vars): Likewise.
6810 * symmisc.c (print_symbol): Likewise.
6811 * symtab.c (lookup_block_symbol): Likewise.
6812 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
6813 (scope_info): Likewise.
6814
aa59ba6b
UW
68152008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
6816
6817 * symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
6818
6819 * ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG.
6820 * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise.
6821 (ada_add_block_symbols): Likewise.
6822 * ax-gdb.c (gen_var_ref): Likewise.
6823 * buildsyms.c (finish_block): Likewise.
6824 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
6825 * m2-exp.y (yylex): Likewise.
6826 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6827 * printcmd.c (address_info): Likewise.
6828 * stack.c (print_frame_args, print_frame_arg_vars): Likewise.
6829 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6830 * symtab.c (lookup_block_symbol): Likewise.
6831 * tracepoint.c (collect_symbol, add_local_symbols): Likewise.
6832 (scope_info): Likewise.
6833
0bb4e8c4
UW
68342008-05-22 Ulrich Weigand <uweigand@de.ibm.com>
6835
6836 * symtab.h (enum address_class): Remove LOC_INDIRECT and
6837 LOC_HP_THREAD_LOCAL_STATIC.
6838
6839 * findvar.c (symbol_read_needs_frame, read_var_value): Do not
6840 handle LOC_INDIRECT or LOC_HP_THREAD_LOCAL_STATIC.
6841 (read_var_value): Likewise.
6842 * buildsym.c (finish_block): Likewise.
6843 * objfiles.c (objfile_relocate): Likewise.
6844 * printcmd.c (address_info): Likewise.
6845 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
6846 * tracepoint.c (scope_info): Likewise.
6847
9f61f19b
MG
68482008-05-21 Markus Deuling <deuling@de.ibm.com>
6849 Maxim Grigoriev <maxim2405@gmail.com>
6850
6851 * xtensa-tdep.c (xtensa_read_register): Remove.
6852 (xtensa_frame_cache): Get rid of xtensa_read_register. Pass extra
6853 argument litbase to call0_frame_cache().
6854 (call0_track_op, call0_analyze_prologue)
6855 (call0_frame_cache): Use extra argument litbase.
6856
0e479716
JB
68572008-05-21 Joel Brobecker <brobecker@adacore.com>
6858
6859 * infcmd.c (_initialize_infcmd): Add new "fin" alias for "finish".
6860
214be669
UW
68612008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
6862
6863 * frame.h (SIZEOF_FRAME_SAVED_REGS): Remove.
6864
0cd9ab92
UW
68652008-05-21 Ulrich Weigand <uweigand@de.ibm.com>
6866
6867 * alpha-mdebug-tdep.c: Include "trad-frame.h".
6868 (struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
6869 struct trad_frame_saved_reg *.
6870 (alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
6871 trad_frame_alloc_saved_regs. Update accesses. Record previous
6872 value of SP as being vfp.
6873 (alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
6874 * Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
6875
f52cb1b8
MD
68762008-05-21 Markus Deuling <deuling@de.ibm.com>
6877
6878 * score-tdep.c (score_print_insn): Get the current endianess from
6879 disassemble_info instead of gdbarch_byte_order.
6880
8fa75a5d
PA
68812008-05-21 Pedro Alves <pedro@codesourcery.com>
6882
6883 * frame.c (get_prev_frame_1): Build frame id before setting
6884 this_frame->prev_p, not after.
6885
e8e48118
NR
68862008-05-21 Nick Roberts <nickrob@snap.net.nz>
6887
6888 * annotate.c (annotate_new_thread): New function for new-thread
6889 annotation.
6890 * annotate.h: (annotate_new_thread): New extern.
6891 * thread.c (add_thread_with_info): Use it.
6892 * Makefile.in (thread.o): Add dependency on annotate.h.
6893
c57918b2
JB
68942008-05-20 Joel Brobecker <brobecker@adacore.com>
6895
6896 * win32-nat.c (win32_wait): Block the control-c event while
6897 waiting for a debug event.
6898
6c9353d3
PA
68992008-05-19 Pedro Alves <pedro@codesourcery.com>
6900
6901 * symtab.h (lookup_symbol_in_language): Update comment.
6902 * symtab.c (lookup_symbol_aux_block): Update comment.
6903 * ada-lang.c (ada_lookup_symbol_list): Update comment.
6904
2570f2b7
UW
69052008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
6906
6907 * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.
6908 (lookup_symbol): Likewise.
6909 * symtab.c (lookup_symbol_in_language): Remove SYMTAB parameter.
6910 (lookup_symbol): Likewise.
6911 (search_symbols): Update.
6912
6913 * linespec.c (find_methods, collect_methods): Update.
6914 (add_matching_methods, add_constructors): Update.
6915 (decode_compound, decode_dollar, decode_variable): Update.
6916 (lookup_prefix_sym): Update.
6917
6918 (symbol_found): Remove SYM_SYMTAB parameter.
6919 Use SYMBOL_SYMTAB (sym) instead.
6920
6921 * gdbtypes.c (lookup_typename): Update.
6922 (lookup_struct, lookup_union, lookup_enum): Update.
6923 (lookup_template_type): Update.
6924 (check_typedef): Update.
6925 * language.c (lang_bool_type): Update.
6926 * mdebugread.c (parse_procedure): Update.
6927 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6928 * parse.c (write_dollar_variable): Update.
6929 * printcmd.c (address_info): Update.
6930 * source.c (select_source_symtab): Update.
6931 * stack.c (print_frame_args, print_frame_arg_vars): Update.
6932 * valops.c (find_function_in_inferior): Update.
6933 (value_struct_elt_for_reference): Update.
6934 * value.c (value_static_field, value_fn_field): Update.
6935
6936 * alpha-mdebug-tdep.c (find_proc_desc): Update.
6937 * arm-tdep.c (arm_skip_prologue): Update.
6938 * mt-tdep.c (mt_skip_prologue): Update.
6939 * xstormy16-tdep.c (xstormy16_skip_prologue): Update.
6940
6941 * ada-lang.h (struct ada_symbol_info): Remove SYMTAB member.
6942 * ada-lang.c (ada_add_block_symbols): Remove SYMTAB parameter.
6943 (add_defn_to_vec): Likewise.
6944 (ada_add_block_symbols): Likewise.
6945 (lookup_cached_symbol, cache_symbol): Likewise.
6946 (standard_lookup): Update.
6947 (ada_lookup_symbol_list): Update.
6948
6949 * c-valprint.c (c_val_print): Update.
6950 * cp-support.c (cp_lookup_rtti_type): Update.
6951 * jv-lang.c (java_lookup_class, get_java_object_type): Update.
6952 * objc-lang.c (lookup_struct_typedef, find_imps): Update.
6953 * p-valprint.c (pascal_val_print): Update.
6954 * scm-lang.c (scm_lookup_name): Update.
6955
6956 * c-exp.y: Update.
6957 * f-exp.y: Update.
6958 * jv-exp.y: Update.
6959 * m2-exp.y: Update.
6960 * objc-exp.y: Update.
6961 * p-exp.y: Update.
6962
21b556f4
UW
69632008-05-19 Ulrich Weigand <uweigand@de.ibm.com>
6964
6965 * language.h (struct language_defn): Remove SYMTAB parameter from
6966 la_lookup_symbol_nonlocal callback function pointer.
6967
6968 * ada-lang.h (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
6969 (ada_lookup_encoded_symbol): Likewise.
6970 * ada-lang.c (ada_lookup_encoded_symbol): Remove SYMTAB parameter.
6971 Always call fixup_symbol_section.
6972 (ada_lookup_symbol): Remove SYMTAB parameter.
6973 (ada_lookup_symbol_nonlocal): Likewise.
6974 * ada-exp.y (write_object_renaming): Update.
6975 (find_primitive_type): Likewise.
6976
6977 * cp-support.h (cp_lookup_symbol_nonlocal): Remove SYMTAB parameter.
6978 (cp_lookup_symbol_namespace): Likewise.
6979 * cp-namespace.c (lookup_namespace_scope): Remove SYMTAB parameter.
6980 (lookup_symbol_file): Likewise.
6981 (lookup_possible_namespace_symbol): Likewise.
6982 (cp_lookup_symbol_nonlocal): Likewise.
6983 (cp_lookup_symbol_namespace): Likewise.
6984 (cp_lookup_nested_type): Update.
6985
6986 * scm-valprint.c (scm_inferior_print): Update.
6987 * valops.c (value_maybe_namespace_elt): Update.
6988
6989 * solist.h (struct target_so_ops): Remove SYMTAB parameter from
6990 lookup_lib_global_symbol callback function pointer.
6991 (solib_global_lookup): Remove SYMTAB parameter.
6992 * solib.c (solib_global_lookup): Remove SYMTAB parameter.
6993 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6994
6995 * symtab.h (basic_lookup_symbol_nonlocal): Remove SYMTAB parameter.
6996 (lookup_symbol_static): Likewise.
6997 (lookup_symbol_global): Likewise.
6998 (lookup_symbol_aux_block): Likewise.
6999 (lookup_global_symbol_from_objfile): Likewise.
7000 * symtab.c (lookup_symbol_aux): Remove SYMTAB parameter.
7001 (lookup_symbol_aux_local): Likewise.
7002 (lookup_symbol_aux_block): Likewise.
7003 (lookup_symbol_aux_symtabs): Likewise.
7004 (lookup_symbol_aux_psymtabs): Likewise.
7005 (lookup_global_symbol_from_objfile): Likewise.
7006 (basic_lookup_symbol_nonlocal): Likewise.
7007 (lookup_symbol_static): Likewise.
7008 (lookup_symbol_global): Likewise.
7009
7010 (lookup_symbol_in_language): Do not pass SYMTAB to lookup_symbol_aux.
7011
39237dd1
PA
70122008-05-17 Pedro Alves <pedro@codesourcery.com>
7013
7014 * remote.c (init_extended_remote_ops): Fix typo.
7015
7c0d47a5
PA
70162008-05-16 Pedro Alves <pedro@codesourcery.com>
7017
7018 * NEWS: Mention new DICOS x86 target configuration.
7019
907fc202
UW
70202008-05-16 Pedro Alves <pedro@codesourcery.com>
7021 Ulrich Weigand <uweigand@de.ibm.com>
7022
7023 * minsyms.c (lookup_minimal_symbol_by_pc_name): New function.
7024 * symtab.h (lookup_minimal_symbol_by_pc_name): Add prototype.
7025
7026 * symtab.c (fixup_section): Remove prototype. Add ADDR parameter;
7027 use it instead of ginfo->value.address. Look up minimal symbol by
7028 address and name. Assume OBJFILE is non-NULL.
7029 (fixup_symbol_section): Ensure we always have an objfile to look
7030 into. Extract and pass to fixup_section the symbol's address that
7031 will match the minimal symbol's address.
7032 (fixup_psymbol_section): Likewise.
7033
7034 (find_pc_sect_psymtab): Fall back to non-addrmap case when debugging
7035 overlays and the addrmap returned the wrong section.
7036
7037 * dwarf2read.c (var_decode_location): Set SYMBOL_CLASS before
7038 calling fixup_symbol_section.
7039
42848c96
UW
70402008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
7041
7042 * minsyms.c: Include "target.h".
7043 (find_solib_trampoline_target): Handle minimal symbols pointing
7044 to function descriptors as well.
7045 * Makefile.in (minsyms.o): Update dependencies.
7046
7047 * ppc-linux-tdep.c (ppc64_standard_linkage): Rename to ...
7048 (ppc64_standard_linkage1): ... this. Fix optional instructions.
7049 (PPC64_STANDARD_LINKAGE_LEN): Rename to ...
7050 (PPC64_STANDARD_LINKAGE1_LEN): ... this.
7051 (ppc64_standard_linkage2, ppc64_standard_linkage3): New.
7052 (PPC64_STANDARD_LINKAGE2_LEN, PPC64_STANDARD_LINKAGE3_LEN): New.
7053 (ppc64_standard_linkage_target): Rename to ...
7054 (ppc64_standard_linkage1_target): ... this.
7055 (ppc64_standard_linkage2_target, ppc64_standard_linkage3_target): New.
7056 (ppc64_skip_trampoline_code): Support three variants of standard
7057 linkage stubs. Call find_solib_trampoline_target to handle
7058 glink stubs.
7059
74d1f063
UW
70602008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
7061
7062 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not install
7063 ppc64_sysv_abi_adjust_breakpoint_address.
7064 * ppc-sysv-tdep.c (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
7065 * ppc-tdep.h (ppc64_sysv_abi_adjust_breakpoint_address): Remove.
7066
8526f328
UW
70672008-05-16 Ulrich Weigand <uweigand@de.ibm.com>
7068
7069 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Remove.
7070 (ppc_linux_init_abi): Install find_solib_trampoline_target instead
7071 of ppc_linux_skip_trampoline_code.
7072
ba2b1c56
DJ
70732008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7074
7075 * gdbarch.sh: Delete dwarf_reg_to_regnum.
7076 * gdbarch.c, gdbarch.h: Regenerated.
7077 * amd64-tdep.c, arm-tdep.c, h8300-tdep.c, hppa-linux-tdep.c,
7078 hppa-tdep.c, i386-tdep.c, m32c-tdep.c, m68k-tdep.c, mips-tdep.c,
7079 s390-tdep.c, xtensa-tdep.c: Do not set dwarf_reg_to_regnum.
7080
4fdebdd0
PA
70812008-05-15 Pedro Alves <pedro@codesourcery.com>
7082
7083 * linux-nat.c (trap_ptid): Delete.
7084 (linux_nat_detach, linux_nat_wait, linux_nat_mourn_inferior):
7085 Adjust.
7086 * linux-thread-db.c (thread_db_wait): Adjust.
7087
bc882aa9
JB
70882008-05-15 Joel Brobecker <brobecker@adacore.com>
7089
7090 * linespec.c (decode_line_1): Fix a couple of comments.
7091
83b94be5
AM
70922008-05-15 Alan Modra <amodra@bigpond.net.au>
7093
7094 * dbxread.c: Formatting.
7095 (INTERNALIZE_SYMBOL): Init n_other.
7096 (set_namestring): Take pointer to nlist arg rather than struct
7097 copy. Update all callers.
7098
87669130
AS
70992008-05-15 Andreas Schwab <schwab@suse.de>
7100
7101 * Makefile.in (dwarf2loc.o): Remove $(addrmap_h).
7102 (dwarf2read.o): Add $(addrmap_h).
7103
00d5f93a
UW
71042008-05-14 Ulrich Weigand <uweigand@de.ibm.com>
7105
7106 * ppc-linux-tdep.c (ppc_linux_convert_from_func_ptr_addr): Rename ...
7107 (ppc64_linux_convert_from_func_ptr_addr): ... to this. No longer try
7108 to handle ppc32 PLT entries.
7109 (ppc_linux_init_abi): Install ppc64_linux_convert_from_func_ptr_addr
7110 only on ppc64.
7111
2eaf8d2a
DJ
71122008-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7113
7114 * elfread.c (elf_symtab_read): Create trampolines for @plt symbols.
7115 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Renamed from
7116 lookup_minimal_symbol_by_pc_section. Prefer trampolines if requested.
7117 (lookup_minimal_symbol_by_pc_section): Use
7118 lookup_minimal_symbol_by_pc_section_1.
7119 (lookup_solib_trampoline_symbol_by_pc): Likewise.
7120
20c62566
JB
71212008-05-13 Joel Brobecker <brobecker@adacore.com>
7122
7123 * findcmd.c: Add #include "gdb_stdint.h".
7124 * Makefile.in (findcmd.o): Update dependencies.
7125
87a7da84
DM
71262008-05-11 David S. Miller <davem@davemloft.net>
7127
de0c3d9d
DM
7128 * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove
7129 long double size override, Linux does use 128-bit now.
7130
e8467b5a
DM
7131 * sparc-linux-tdep.c (PSR_SYSCALL): Define.
7132 (sparc_linux_write_pc): New function.
7133 (sparc32_linux_init_abi): Register it.
7134 * sparc64-linux-tdep.c (TSTATE_SYSCALL): Define.
7135 (sparc64_linux_write_pc): New function.
7136 (sparc64_linux_init_abi): Register it.
7137
87a7da84
DM
7138 * sparc-linux-tdep.c, sparc64-linux-tdep.c: Use
7139 dwarf2_append_unwinders(), not dwarf2_frame_sniffer.
7140
8a4c2d24
UW
71412008-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7142
7143 * rs6000-tdep.c (rs6000_gdbarch_init): Set up info.target_desc
7144 and info.tdep_info before calling gdbarch_init_osabi.
7145
003f3813
JB
71462008-05-09 Joel Brobecker <brobecker@adacore.com>
7147
7148 * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIGN]: Do not force
7149 the type of the right hand side of the assignment to the type
7150 of the left hand side if the left hand side is a convenience
7151 variable.
7152
7ae0e2a2
UW
71532008-05-09 Ulrich Weigand <uweigand@de.ibm.com>
7154
7155 * NEWS: Mention gdbserver bi-arch capability.
7156
08388c79
DE
71572008-05-09 Doug Evans <dje@google.com>
7158
7159 New "find" command.
7160 * NEWS: Document find command and qSearch:memory packet.
7161 * Makefile.in (SFILES): Add findcmd.c.
7162 (COMMON_OBJS): Add findcmd.o.
7163 (findcmd.o): New rule.
7164 * findcmd.c: New file.
7165 * target.h (target_ops): New member to_search_memory.
7166 (simple_search_memory): Declare.
7167 (target_search_memory): Declare.
7168 * target.c (simple_search_memory): New fn.
7169 (target_search_memory): New fn.
7170 * remote.c (PACKET_qSearch_memory): New packet kind.
7171 (remote_search_memory): New fn.
7172 (init_remote_ops): Init to_search_memory.
7173 (init_extended_remote_ops): Ditto.
7174 (_initialize_remote): Add qSearch:memory packet config command.
7175
11c68c47
EZ
71762008-05-09 Eli Zaretskii <eliz@gnu.org>
7177
7178 * thread.c (_initialize_thread): Don't use commas and periods in
7179 first line of doc string of "set/show print thread-events".
7180
6834c9bb
JB
71812008-05-08 Joel Brobecker <brobecker@adacore.com>
7182
7183 * alpha-mdebug-tdep.c, alpha-osf1-tdep.c, alpha-tdep.c:
7184 Update for unwinder changes.
7185
86c31399
JB
71862008-05-08 Joel Brobecker <brobecker@adacore.com>
7187
7188 * frame.c (get_frame_base_address, get_frame_locals_address)
7189 (get_frame_args_address): Pass the correct frame when calling
7190 frame_base_find_by_frame.
7191
96ef3384
UW
71922008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7193
7194 * remote.c (extended_remote_attach_1): Call target_find_description.
7195
45280a52
DJ
71962008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7197
7198 * remote.c (extended_remote_create_inferior_1): Clean up
7199 before marking the target running.
7200
227e86ad
JB
72012008-05-08 Joel Brobecker <brobecker@adacore.com>
7202
7203 * hppa-tdep.h, hppa-tdep.c, hppa-hpux-tdep.c: Update for unwinder
7204 changes.
7205
236369e7
JB
72062008-05-07 Joel Brobecker <brobecker@adacore.com>
7207
7208 * sparc-tdep.c, sparc-tdep.h, sparc-sol2-tdep.c, sparc64-tdep.c,
7209 sparc64-sol2-tdep.c: Update for unwinder changes.
7210
de237128
DJ
72112008-05-07 Daniel Jacobowitz <dan@codesourcery.com>
7212
7213 * cp-support.c (mangled_name_to_comp): Initialize storage.
7214 (unqualified_name_from_comp): Likewise.
7215
4fff2411
JZ
72162008-05-07 Jie Zhang <jie.zhang@analog.com>
7217
7218 * remote.c (remote_insert_breakpoint): Call get_remote_state
7219 after gdbarch_breakpoint_from_pc is called.
7220 (remote_insert_hw_breakpoint): Likewise.
7221
d8ca156b
JB
72222008-05-06 Joel Brobecker <brobecker@adacore.com>
7223
7224 * valprint.c (val_print): Add new language parameter and use it
7225 instead of using the current_language. Update calls to val_print
7226 throughout.
7227 (common_val_print): Add new langauge parameter and pass it to
7228 val_print.
7229 * value.h (struct language_defn): Add opaque declaration.
7230 (val_print, common_val_print): Update declarations.
7231 * stack.c (print_frame_args): Update call to common_val_print
7232 using the appropriate language.
7233 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
7234 * c-valprint, f-valprint.c, m2-valprint.c, mt-tdep.c, infcmd.c,
7235 mi/mi-main.c, jv-valprint.c, ada-valprint.c, varobj.c, p-valprint.c,
7236 scm-valprint.c, cp-valprint.c, sh64-tdep.c, printcmd.c:
7237 #include "language.h" if necessary.
7238 Update calls to val_print and common_val_print.
7239 * Makefile.in (mt-tdep.o, sh64-tdep.o, mi-cmds.o, mi-main.o):
7240 Update dependencies.
7241
b1e6fd19
JB
72422008-05-06 Joel Brobecker <brobecker@adacore.com>
7243
7244 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Treat addresses
7245 pointing inside a non-executable section as function descriptors.
7246
02b19d84
PA
72472008-05-06 Pedro Alves <pedro@codesourcery.com>
7248
7249 * inf-loop.c (inferior_event_handler): Run all continuations and
7250 print any language change before running the breakpoint commands.
7251
15c1e57f
JB
72522008-05-06 Joel Brobecker <brobecker@adacore.com>
7253
7254 * frame-unwind.c (frame_unwind_got_bytes): New function.
7255 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
7256 * libunwind-frame.h, libunwind-frame.c, ia64-tdep.c: Update
7257 for unwinder changes.
7258
d14508fe
DE
72592008-05-05 Doug Evans <dje@google.com>
7260
7261 * NEWS: Mention new /m modifier for disassemble command.
7262 * cli/cli-cmds.c (print_disassembly): New function.
7263 (disassemble_current_function): New function
7264 (disassemble_command): Recognize /m modifier, print mixed
7265 source+assembly.
7266 (init_cli_cmds): Update disassemble help text.
7267
5142f611
MG
72682008-05-05 Maxim Grigoriev <maxim2405@gmail.com>
7269
7270 * xtensa-tdep.c: Update for unwinder changes.
7271
f36bf22c
AS
72722008-05-05 Andreas Schwab <schwab@suse.de>
7273
7274 Update m68k port for unwinder changes.
7275 * m68k-tdep.c (m68k_frame_cache): Expect this_frame.
7276 (m68k_frame_this_id, m68k_frame_prev_register): Update signature.
7277 (m68k_frame_unwind): Use default_frame_sniffer.
7278 (m68k_frame_sniffer): Remove.
7279 (m68k_frame_base_address): Expect this_frame.
7280 (m68k_dummy_id): Renamed from m68k_unwind_dummy_id. Expect
7281 this_frame.
7282 (m68k_gdbarch_init): Use set_gdbarch_dummy_id,
7283 dwarf2_append_unwinders, and frame_unwind_append_unwinder.
7284 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Expect frame_info
7285 parameter instead of pc value.
7286 (m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
7287 Expect this_frame.
7288 (m68k_linux_sigtramp_frame_this_id)
7289 (m68k_linux_sigtramp_frame_prev_register)
7290 (m68k_linux_sigtramp_frame_sniffer): Update signature.
7291 (m68k_linux_sigtramp_frame_unwind): Use
7292 m68k_linux_sigtramp_frame_sniffer.
7293 (m68k_linux_init_abi): Use frame_unwind_append_unwinder.
7294
7295 * m68klinux-nat.c (store_register): Fix typo.
7296
b3dc826b
PA
72972008-05-05 Pedro Alves <pedro@codesourcery.com>
7298
7299 * infcmd.c (step_1): Put thread id on the stack to avoid possible
7300 NULL dereferencing.
7301
6528a9ea
LM
73022008-05-05 Luis Machado <luisgpm@br.ibm.com>
7303
7304 * symfile.c (reread_symbols): Update objfile's entry point.
7305
5eeb2539
AR
73062008-05-05 Aleksandar Ristovski <aristovski@qnx.com>
7307 Joel Brobecker <brobecker@adacore.com>
1f906a60 7308
5eeb2539
AR
7309 * ada-lang.c: Update throughout to use symbol_matches_domain
7310 instead of matching the symbol domain explictly.
7311 * dwarf2read.c (add_partial_symbol): Do not add new psym for
f36bf22c 7312 STRUCT_DOMAIN. Make sure you recognize c++ struct and java and ada
5eeb2539 7313 class as typedefs. See lookup_partial_symbol function.
f36bf22c 7314 (new_symbol): Similar to add_partial_symbol, do not create
5eeb2539
AR
7315 symbol for the typedef. See lookup_block_symbol.
7316 * symtab.c (symbol_matches_domain): New function, takes care
7317 of dual meaning of STRUCT_DOMAIN symbol for c++, ada and java.
7318 (lookup_partial_symbol): Use symbol_matches_domain to see if the
7319 found psym domain matches the given domain.
7320 (lookup_block_symbol): Likewise.
7321
e2b7ddea
VP
73222008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7323
680b56ce
AS
7324 * top.c (command_line_handler_continuation): Remove.
7325 (execute_command): Do not install the above.
e2b7ddea 7326
fcfb8b02
VP
73272008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7328
7329 * inf-loop.c (inferior_event_handler): Call bpstat_do_action,
7330 and catch all exceptions from it.
7331 * top.c (command_line_handler_continuation): Don't
7332 call bpstat_do_action here.
7333
f792889a
DJ
73342008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
7335
7336 * dwarf2read.c (struct dwarf2_cu): Add type_hash.
7337 (struct die_info): Remove type.
7338 (read_type_die, read_typedef, read_base_type, read_subrange_type)
7339 (read_structure_type, read_enumeration_type, read_array_type)
7340 (read_tag_pointer_type, read_tag_ptr_to_member_type)
7341 (read_tag_reference_type, read_tag_const_type, read_tag_volatile_type)
7342 (read_tag_string_type, read_subroutine_type, read_set_type)
7343 (read_unspecified_type): Delete prototypes. Remove check for
7344 already-loaded type. Return the new type.
7345 (set_die_type): Return the new type.
7346 (reset_die_and_siblings_types): Delete.
7347 (load_comp_unit, load_full_comp_unit): Set type_hash.
7348 (process_queue): Remove call to reset_die_and_siblings_types.
7349 (process_die): Do not read most types here. Use read_type_die
7350 for others.
7351 (read_func_scope, dwarf2_add_member_fn): Use read_type_die.
7352 (quirk_gcc_member_function_pointer): Return the new type.
7353 (process_structure_scope, process_enumeration_scope): Use
7354 get_die_type and read the DIE's type.
7355 (read_full_die): Do not initialize die->type.
7356 (tag_type_to_type): Use read_type_die.
7357 (read_type_die): Check for already defined types. Return the
7358 type.
7359 (determine_prefix): Use get_die_type.
7360 (set_die_type): Return the type.
7361 (get_die_type): Take a CU argument. Check for no type_hash.
7362
e7030f15
DJ
73632008-05-04 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * dwarf2read.c (dwarf2_ranges_read, read_partial_die): Initialize
7366 locals.
7367
611c83ae
PA
73682008-05-04 Pedro Alves <pedro@codesourcery.com>
7369
7370 * breakpoint.c (update_breakpoints_after_exec): Delete bp_longjmp
7371 and bp_longjmp_resume breakpoints.
7372 (breakpoint_address_is_meaningful): Claim bp_longjmp_resume as
7373 meaningful.
7374 (create_longjmp_breakpoint): Don't create bp_longjmp_resume
7375 breakpoints. Create bp_longjmp breakpoints as momentary
7376 breakpoints.
7377 (enable_longjmp_breakpoint): Delete.
7378 (set_longjmp_breakpoint): New.
7379 (disable_longjmp_breakpoint): Delete.
7380 (delete_longjmp_breakpoint): New.
7381 (set_longjmp_resume_breakpoint): Delete.
7382 (set_momentary_breakpoint_at_pc): New.
7383 (breakpoint_re_set_one): Don't delete bp_longjmp and
7384 bp_longjmp_resume breakpoints.
7385 (breakpoint_re_set): Don't create longjmp and longjmp-resume
7386 breakpoints.
7387
7388 * infrun.c (step_resume_breakpoint): Add comment.
7389 (struct execution_control_state): Delete handling_longjmp member.
7390 (init_execution_control_state). Don't clear handling_longjmp.
7391 (context_switch): Don't context switch handling_longjmp.
7392 (handle_inferior_event): If handling a bp_longjmp breakpoint,
7393 create a bp_longjmp_resume breakpoint, and set it as current
7394 step_resume_breakpoint, then step over the longjmp breakpoint. If
7395 handling a bp_longjmp_resume breakpoint, don't delete the longjmp
7396 breakpoint, delete the longjmp-resume breakpoint, and stop
7397 stepping.
7398 (currently_stepping): Remove handling_longjmp from expression.
7399 (insert_step_resume_breakpoint_at_sal): Update comment.
7400 (insert_longjmp_resume_breakpoint): New.
7401
7402 * breakpoint.h (set_momentary_breakpoint_at_pc): Declare.
7403 (enable_longjmp_breakpoint, disable_longjmp_breakpoint): Delete
7404 declarations.
7405 (set_longjmp_breakpoint, delete_longjmp_breakpoint): Declare.
7406 (set_longjmp_resume_breakpoint): Delete declaration.
7407
7408 * gdbthread.h (save_infrun_state): Remove handling_longjmp
7409 parameter.
7410 (load_infrun_state): Delete *handling_longjmp parameter.
7411 * thread.c (save_infrun_state): Remove handling_longjmp parameter.
7412 Update body.
7413 (load_infrun_state): Delete *handling_longjmp parameter. Update
7414 body.
7415
7416 * infcmd.c (disable_longjmp_breakpoint_cleanup): Delete.
7417 (delete_longjmp_breakpoint_cleanup): New.
7418 (step_1): Call set_longjmp_breakpoint instead of
7419 enable_longjmp_breakpoint. Use delete_longjmp_breakpoint_cleanup
7420 instead of disable_longjmp_breakpoint_cleanup when making cleanup.
7421 (step_1_continuation): Pass thread id in the continuation args to
7422 step_once.
7423 (step_once): Add thread parameter. Pass thread id the the
7424 continuation.
7425
85cbf3d3
JK
74262008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 Set CU BASE_ADDRESS already from partial DIEs.
7429 * dwarf2read.c (read_partial_die): New variables BASE_ADDRESS and
7430 BASE_ADDRESS_TYPE. Set these variables from DW_AT_LOW_PC and
7431 DW_AT_ENTRY_PC. Set CU->HEADER.BASE_KNOWN and CU->HEADER.BASE_ADDRESS
7432 from these variables if it was still unset.
7433
ff013f42
JK
7434 * Makefile.in: Update dependencies.
7435 * dwarf2read.c: Include "addrmap.h"
7436 (struct dwarf2_cu): New fields RANGES_OFFSET and HAS_RANGES_OFFSET.
7437 (dwarf2_ranges_read): New prototype.
7438 (dwarf2_build_psymtabs_hard): Initialize and prepare PSYMTABS_ADDRMAP.
7439 Add discontiguous range to PSYMTABS_ADDRMAP by DWARF2_RANGES_READ on
7440 HAS_RANGES_OFFSET, otherwise add there the contiguous range.
7441 (dwarf2_ranges_read): New parameter RANGES_PST, update the function
7442 comment for it. Add the found ranges to RANGES_PST. New variable
7443 BASEADDR, initialize it the common way.
7444 (dwarf2_get_pc_bounds): Update the caller for the new parameter.
7445 (read_partial_die): `DW_AT_ranges' now only sets RANGES_OFFSET and
7446 HAS_RANGES_OFFSET for the later processing.
7447 * objfiles.h (struct objfile): New field PSYMTABS_ADDRMAP.
7448 * symtab.c: Include "addrmap.h"
7449 (find_pc_sect_psymtab): Support reading the field PSYMTABS_ADDRMAP.
7450 Move the psymtab locator into ...
7451 (find_pc_sect_psymtab_closer): ... a new function.
7452
a7f1256d
UW
74532008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
7454
7455 * arch-utils.c (gdbarch_update_p): Use default values for
7456 info.abfd and info.target_desc if they are NULL.
7457 (gdbarch_from_bfd): Remove assertion.
7458 (set_gdbarch_from_file): Call gdbarch_find_by_info directly,
7459 using the current target description.
7460 (gdbarch_info_fill): Do not use default values for info->abfd
7461 and info->target_desc.
7462
b2de52bb
JK
74632008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7464
7465 * symfile.c (reread_symbols): Reload EXEC_BFD on its change.
7466
515630c5
UW
74672008-05-04 Ulrich Weigand <uweigand@de.ibm.com>
7468
7469 * inferior.h (read_pc_pid, write_pc_pid): Remove.
7470 * regcache.h (regcache_read_pc, regcache_write_pc): Add prototypes.
7471
7472 * regcache.c (read_pc_pid): Remove, replace by ...
7473 (regcache_read_pc): ... this function.
7474 (write_pc_pid): Remove, replace by ...
7475 (regcache_write_pc): ... this function.
7476 (read_pc, write_pc): Update.
7477
7478 * infrun.c (displaced_step_prepare): Replace read_pc_pid and
7479 write_pc_pid by regcache_read_pc and regcache_write_pc.
7480 (displaced_step_fixup): Likewise.
7481 (resume): Likewise. Use regcache arch instead of current_gdbarch.
7482 (prepare_to_proceed): Likewise.
7483 (proceed): Likewise.
7484 (adjust_pc_after_break): Likewise.
7485 (handle_inferior_event): Likewise.
7486
7487 * linux-nat.c (cancel_breakpoint): Likewise.
7488 * linux-thread-db.c (check_event): Likewise.
7489 * aix-thread.c (aix_thread_wait): Likewise.
7490 * tracepoint.c (trace_dump_command): Likewise.
7491
ebd3bcc1
JK
74922008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 * dwarf2loc.c (dwarf_expr_frame_base): Error out on missing
7495 SYMBOL_LOCATION_BATON.
7496
c47ffbe3
VP
74972008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7498
f78bff48
VP
7499 * target.h (struct target_ops): New field to_auxv_parse.
7500 * auxv.c (default_auxv_parse): New, renamed from previous
7501 target_auxv_parse.
7502 (target_auxv_parse): Try to call target method. Fallback to
7503 default_auxv_parse if not found.
7504 * procfs.c (procfs_auxv_parse): New.
7505 (init_procfs_ops): On Solaris, in 64-bit mode, install
7506 procfs_auxv_parse.
c47ffbe3 7507
35076fa0
AN
75082008-05-03 Adam Nemet <anemet@caviumnetworks.com>
7509
7510 * symfile.c (add_symbol_file_command): Use paddress rather than
7511 hex_string to print the address.
7512
5b197912
UW
75132008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
7514
7515 * rs6000-tdep.c (rs6000_frame_this_id): If info->base is 0,
7516 return the null frame ID to terminate the backtrace.
7517
4a7622d1
UW
75182008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
7519
7520 * rs6000-tdep.c: Do not include "rs6000-tdep.h".
7521 (rs6000_find_toc_address_hook): Move to rs6000-aix-tdep.c.
7522 (SIG_FRAME_PC_OFFSET): Likewise.
7523 (SIG_FRAME_LR_OFFSET): Likewise.
7524 (SIG_FRAME_FP_OFFSET): Likewise.
7525 (rs6000_push_dummy_call): Likewise.
7526 (rs6000_return_value): Likewise.
7527 (rs6000_convert_from_func_ptr_addr): Likewise.
7528 (branch_dest, rs6000_software_single_step): Likewise.
7529 (deal_with_atomic_sequence): Rename to ...
7530 (ppc_deal_with_atomic_sequence): ... this. Adapt all callers.
7531 Do not call branch_dest; inline required parts of that function.
7532 (rs6000_skip_trampoline_code): Replace DEPRECATED_SYMBOL_NAME
7533 with SYMBOL_LINKAGE_NAME.
7534 (struct reg, regsize): Delete.
7535 (read_memory_addr): Delete; inline into callers.
7536 (rs6000_skip_prologue): Move after skip_prologue.
7537 (skip_prologue): Remove prototype.
7538 (rs6000_gdbarch_init): Remove sysv_abi variable; perform all
7539 initialization as if this variable were true. Do not install
7540 ppc64_sysv_abi_adjust_breakpoint_address.
7541
7542 * rs6000-aix-tdep.c: Include "gdb_assert.h", "gdbtypes.h",
7543 "gdbcore.h", "target.h", "value.h", "infcall.h", "objfiles.h",
7544 and "breakpoint.h".
7545 (rs6000_find_toc_address_hook): Move here from rs6000-tdep.c.
7546 (SIG_FRAME_PC_OFFSET): Likewise.
7547 (SIG_FRAME_LR_OFFSET): Likewise.
7548 (SIG_FRAME_FP_OFFSET): Likewise.
7549 (rs6000_push_dummy_call): Likewise.
7550 (rs6000_return_value): Likewise.
7551 (rs6000_convert_from_func_ptr_addr): Likewise.
7552 (branch_dest, rs6000_software_single_step): Likewise. Replace
7553 tdep->text_segment_base by AIX_TEXT_SEGMENT_BASE.
7554 (rs6000_aix_init_osabi): Install rs6000_push_dummy_call,
7555 rs6000_return_value, and rs6000_convert_from_func_ptr_addr.
7556 Call set_gdbarch_long_double_bit and set_gdbarch_frame_red_zone_size.
7557 Set tdep->lr_frame_offset. Do not set tdep->text_segment_base.
7558
7559 * rs6000-tdep.h (rs6000_software_single_step): Remove prototype.
7560 (AIX_TEXT_SEGMENT_BASE): New macro.
7561 * rs6000-nat.c (exec_one_dummy_insn): Replace tdep->text_segment_base
7562 by AIX_TEXT_SEGMENT_BASE.
7563
7564 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Add prototype.
7565 (struct gdbarch_tdep): Remove text_segment_base member.
7566 * ppc-linux-tdep.c (ppc_linux_init_abi): On 64-bit, install
7567 ppc64_sysv_abi_adjust_breakpoint_address.
7568
7569 * Makefile.in (rs6000-tdep.o): Update dependencies.
7570 (rs6000-aix-tdep.o): Likewise.
7571
938f5214
TJB
75722008-05-03 Luis Machado <luisgpm@br.ibm.com>
7573 Thiago Jung Bauermann <bauerman@br.ibm.com>
7574
7575 * cli/cli-decode.c (lookup_cmd_1): Fix indentation.
7576 * doublest.c (convert_typed_floating): Fix typo in comment.
7577 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
7578 * frame-unwind.h (frame_sniffer_ftype): Likewise.
7579 * frame.c (frame_unwind_address_in_block): Likewise.
7580 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Likewise.
7581 * symtab.h (struct symbol): Likewise.
7582 * tramp-frame.h (struct trad_frame_cache): Likewise.
7583 * value.c (allocate_repeat_value): Likewise.
7584
0b02b92d
UW
75852008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
7586
7587 * infrun.c (handle_inferior_event): Do not insert breakpoints at
7588 TARGET_WAITKIND_LOADED events during startup (i.e. in the shell).
7589
d705c43c
PA
75902008-05-03 Pedro Alves <pedro@codesourcery.com>
7591
7592 * parse.c (parse_exp_in_context): Don't override
7593 expression_context_pc if get_selected_block returned a valid
7594 block.
7595
d6350901
DJ
75962008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
7597
7598 * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
7599 * arm-tdep.h (STATUS_REGISTER_SIZE): Delete.
7600 * breakpoint.c (args_for_catchpoint_enable, current_exception_event):
7601 Delete.
7602 * c-typeprint.c (c_type_print_base): Delete handling of template
7603 instantiations.
7604 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
7605 (METHOD_PTR_TO_VOFFSET): Delete.
7606 * defs.h (QUIT_FIXME): Delete.
7607 * f-lang.h (DEFAULT_DOTMAIN_NAME_IN_MF77, DEFAULT_MAIN_NAME_IN_MF77)
7608 (DEFAULT_DOTMAIN_NAME_IN_XLF_BUGGY, DEFAULT_DOTMAIN_NAME_IN_XLF): Delete.
7609 * gdbtypes.h (struct cplus_struct_type): Delete is_inlined,
7610 ninstantiations, and instantiations.
7611 (TYPE_INSTANTIATIONS, TYPE_NINSTANTIATIONS, TYPE_INSTANTIATION)
7612 (TYPE_FN_FIELD_INLINED): Delete.
7613 * srec.h (SREC_BINARY): Delete.
7614 * symtab.c (symbol_init_demangled_name): Delete.
7615 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME, symbol_init_demangled_name)
7616 (SYMBOL_OBJFILE, struct exception_event_record, CURRENT_EXCEPTION_KIND)
7617 (CURRENT_EXCEPTION_CATCH_SAL, CURRENT_EXCEPTION_CATCH_LINE)
7618 (CURRENT_EXCEPTION_CATCH_FILE, CURRENT_EXCEPTION_CATCH_PC)
7619 (CURRENT_EXCEPTION_THROW_SAL, CURRENT_EXCEPTION_THROW_LINE)
7620 (CURRENT_EXCEPTION_THROW_FILE, CURRENT_EXCEPTION_THROW_PC): Delete.
7621 * target.h (enum thread_control_capabilities): Delete tc_switch.
7622 (target_can_switch_threads): Delete.
7623
30510692
DJ
76242008-05-03 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * Makefile.in (objfiles.o): Update.
7627 * exec.c (exec_set_section_address): Support p->addr != 0.
7628 * objfiles.c (objfile_relocate): Update exec_ops section
7629 addresses.
7630 * symfile.c (place_section): Move exec_set_section_address call...
7631 (default_symfile_offsets): ...to here.
7632
7284e1be
UW
76332008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
7634
7635 * Makefile.in (ppc_linux_tdep_h): New macro.
7636 (powerpc_32l_c, powerpc_altivec32_c, powerpc_altivec32l_c): Likewise.
7637 (powerpc_64l_c, powerpc_altivec64_c, powerpc_altivec64l_c): Likewise.
7638 (powerpc_e500l_c): Likewise.
7639 (ppc-linux-nat.o): Update dependencies.
7640 (ppc-linux-tdep.o): Update dependencies.
7641 (rs6000-tdep.o): Update dependencies.
7642
7643 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Remove.
7644 (ppc_linux_svr4_fetch_link_map_offsets): Remove.
7645 (ppc_linux_gregset, ppc_linux_fpregset): Move to ppc-linux-tdep.h
7646 (ppc_supply_reg, ppc_collect_reg): Add prototypes.
7647 (tdesc_powerpc_e500): Remove.
7648
7649 * rs6000.c: Include "features/rs6000/powerpc-altivec32.c"
7650 and "features/rs6000/powerpc-altivec64.c".
7651 (ppc_supply_reg, ppc_collect_reg): Make global.
7652 (variants): Use tdesc_powerpc_32 for "powerpc" and
7653 tdesc_powerpc_altivec64 for "powerpc64".
7654 (_initialize_rs6000_tdep): Initialize AltiVec descriptions.
7655
7656 * ppc-linux-tdep.h: New file.
7657
7658 * ppc-linux-tdep.c: Include "ppc-linux-tdep.c".
7659 Include "features/rs6000/powerpc-32l.c".
7660 Include "features/rs6000/powerpc-altivec32l.c".
7661 Include "features/rs6000/powerpc-64l.c".
7662 Include "features/rs6000/powerpc-altivec64l.c".
7663 Include "features/rs6000/powerpc-e500l.c".
7664 (ppc_linux_supply_gregset): New function.
7665 (ppc_linux_collect_gregset): Handle orig_r3 and trap registers.
7666 (ppc32_linux_gregset): Use ppc_linux_supply_gregset.
7667 (ppc64_linux_gregset): Likewise.
7668 (ppc_linux_sigtramp_cache): Handle orig_r3 and trap registers.
7669 (ppc_linux_trap_reg_p): New function.
7670 (ppc_linux_write_pc): New function.
7671 (ppc_linux_core_read_description): New function.
7672 (ppc_linux_init_abi): Install ppc_linux_write_pc and
7673 ppc_linux_core_read_description. Install orig_r3 and trap
7674 registers if present in the target description.
7675 (_initialize_ppc_linux_tdep): Initialize Linux target descriptions.
7676
7677 * ppc-linux-nat.c: Include "ppc-linux-tdep.h".
7678 (PT_ORIG_R3, PT_TRAP): Define if necessary.
7679 (ppc_register_u_addr): Handle orig_r3 and trap registers.
7680 (fetch_ppc_registers): Likewise.
7681 (store_ppc_registers): Likewise.
7682 (store_register): Likewise.
7683 (ppc_linux_read_description): Check whether AltiVec is supported.
7684 Check whether inferior is 32-bit or 64-bit. Return the appropriate
7685 Linux target description.
7686
7687 * features/Makefile (WHICH): Use rs6000/powerpc-32l and
7688 rs6000/powerpc-altivec32l instead of rs6000/powerpc-32.
7689 Use rs6000/powerpc-64l and rs6000/powerpc-altivec64l instead
7690 of rs6000/powerpc-64. Use rs6000/powerpc-e500l instead of
7691 rs6000/powerpc-e500. Update -expedite variables accordingly.
7692
7693 * features/rs6000/power-spe.xml: Use regnum 73 for "acc".
7694 * features/rs6000/powerpc-32.xml: Do not include power-altivec.xml.
7695 * features/rs6000/powerpc-64.xml: Do not include power-altivec.xml.
7696 * features/rs6000/powerpc-e500.c: Regenerate.
7697 * features/rs6000/powerpc-32.c: Regenerate.
7698 * features/rs6000/powerpc-64.c: Regenerate.
7699
7700 * features/rs6000/power-linux.xml: New file.
7701 * features/rs6000/power64-linux.xml: New file.
7702 * features/rs6000/powerpc-32l.xml: New file.
7703 * features/rs6000/powerpc-altivec32l.xml: New file.
7704 * features/rs6000/powerpc-64l.xml: New file.
7705 * features/rs6000/powerpc-altivec64l.xml: New file.
7706 * features/rs6000/powerpc-e500l.xml: New file.
7707 * features/rs6000/powerpc-32l.c: New (generated) file.
7708 * features/rs6000/powerpc-altivec32l.c: New (generated) file.
7709 * features/rs6000/powerpc-64l.c: New (generated) file.
7710 * features/rs6000/powerpc-altivec64l.c: New (generated) file.
7711 * features/rs6000/powerpc-e500l.xml: New (generated) file.
7712
7713 * regformats/reg-ppc.dat: Remove.
7714 * regformats/reg-ppc64.dat: Remove.
7715 * regformats/rs6000/powerpc-32.dat: Remove.
7716 * regformats/rs6000/powerpc-64.dat: Remove.
7717 * regformats/rs6000/powerpc-e500.dat: Remove.
7718 * regformats/rs6000/powerpc-32l.dat: New (generated) file.
7719 * regformats/rs6000/powerpc-altivec32l.dat: New (generated) file.
7720 * regformats/rs6000/powerpc-64l.dat: New (generated) file.
7721 * regformats/rs6000/powerpc-altivec64l.dat: New (generated) file.
7722 * regformats/rs6000/powerpc-e500l.dat: New (generated) file.
7723
063bfe2e
VP
77242008-05-03 Pedro Alves <pedro@codesourcery.com>
7725
7726 * thread.c (delete_thread): Call observer_notify_thread_exit.
680b56ce
AS
7727 * mi/mi-interp.c (mi_interpreter_init): Register mi_thread_exit as
7728 thread_exit observer.
7729 (mi_thread_exit): New.
063bfe2e 7730
f132ba9d
TJB
77312008-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
7732
7733 * breakpoint.c (create_exception_catchpoint): Remove prototype
7734 for already deleted function.
7735 * breakpoint.h (ep_is_exception_catchpoint): Likewise.
7736 * frame.h (show_stack_frame): Remove prototype.
7737 * stack.c (show_stack_frame): Remove empty, unused function.
7738 * source.c (symtab_to_fullname, print_source_lines): Small fix
7739 in comment.
7740 * value.c (show_values): Update comments to mention "show values"
7741 command instead of "info history".
7742
bccdca4a
UW
77432008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
7744
7745 * linespec.c: Include "target.h".
7746 (minsym_found): Handle minimal symbols pointing to function
7747 descriptors. Use find_function_start_pc.
7748 * minsyms.c (msymbol_objfile): New function.
7749 * parse.c (write_exp_msymbol): Handle minimal symbols pointing
7750 to function descriptors.
7751 * symtab.c (fixup_section): Only use minimal symbol at the same
7752 address to determine section of a symbol.
7753 (find_function_start_pc): New function.
7754 (find_function_start_sal): Use it.
7755 * symtab.h (msymbol_objfile): Add prototype.
7756 (find_function_start_pc): Likewise.
7757 * value.c: Include "objfiles.h".
7758 (value_fn_field): Handle minimal symbols pointing to function
680b56ce 7759 descriptors.
bccdca4a
UW
7760 * Makefile.in (linespec.o): Update dependencies.
7761 (value.o): Likewise.
7762
de4d072f
JB
77632008-05-02 Joel Brobecker <brobecker@adacore.com>
7764
7765 * ada-lang.c (unwrap_value): Handle the case where the "F" field
7766 inside a PAD type is a bitfield.
7767
93d4208d
UW
77682008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
7769
7770 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
7771 TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
7772 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
7773 Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
7774 Allow typedefs when checking for function pointer arguments.
7775 Right-align small structs passed on the stack.
7776 (ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
7777 TYPE_CODE_CHAR the same as TYPE_CODE_INT.
7778 Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
7779
60c5725c
DJ
77802008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7781
7782 * Makefile.in (arm-tdep.o): Update.
7783 * arm-tdep.c (arm_objfile_data_key, struct arm_mapping_symbol)
7784 (struct arm_per_objfile, arm_compare_mapping_symbols): New.
7785 (arm_pc_is_thumb): Use mapping symbols.
7786 (arm_objfile_data_cleanup, arm_record_special_symbol): New.
7787 (arm_gdbarch_init): Call set_gdbarch_record_special_symbol.
7788 (_initialize_arm_tdep): Initialize arm_objfile_data_key.
7789 * elfread.c (elf_symtab_read): Use gdbarch_record_special_symbol.
7790 * gdbarch.sh: Add record_special_symbol.
7791 * gdbarch.c, gdbarch.h: Regenerated.
7792 * objfiles.c (struct objfile_data): Add cleanup member.
7793 (register_objfile_data_with_cleanup): New function, from
7794 register_objfile_data.
7795 (register_objfile_data): Use it.
7796 (objfile_free_data): Call clear_objfile_data.
7797 (clear_objfile_data): Call cleanup functions.
7798 * objfiles.h (register_objfile_data_with_cleanup): Declare.
7799
574dffa2
DJ
78002008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7801
7802 * objfiles.c (init_entry_point_info): Handle shared libraries.
7803
2c404490
DJ
78042008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7805
7806 * arm-tdep.c (arm_prologue_this_id): Compare pc, not func, to
7807 lowest_pc.
7808
237fc4c9
PA
78092008-05-02 Jim Blandy <jimb@codesourcery.com>
7810 Pedro Alves <pedro@codesourcery.com>
7811
7812 Implement displaced stepping.
7813
7814 * gdbarch.sh (max_insn_length): New 'variable'.
7815 (displaced_step_copy, displaced_step_fixup)
7816 (displaced_step_free_closure, displaced_step_location): New
7817 functions.
7818 (struct displaced_step_closure): Add forward declaration.
7819 * gdbarch.c, gdbarch.h: Regenerated.
7820
7821 * arch-utils.c: #include "objfiles.h".
7822 (simple_displaced_step_copy_insn)
7823 (simple_displaced_step_free_closure)
7824 (displaced_step_at_entry_point): New functions.
7825 * arch-utils.h (simple_displaced_step_copy_insn)
7826 (simple_displaced_step_free_closure)
7827 (displaced_step_at_entry_point): New prototypes.
7828
7829 * i386-tdep.c (I386_MAX_INSN_LEN): Rename to...
7830 (I386_MAX_MATCHED_INSN_LEN): ... this.
7831 (i386_absolute_jmp_p, i386_absolute_call_p)
7832 (i386_ret_p, i386_call_p, i386_breakpoint_p, i386_syscall_p)
7833 (i386_displaced_step_fixup): New functions.
7834 (struct i386_insn, i386_match_insn): Update.
7835 (i386_gdbarch_init): Set gdbarch_max_insn_length.
7836 * i386-tdep.h (I386_MAX_INSN_LEN): New.
7837 (i386_displaced_step_fixup): New prototype.
7838 * i386-linux-tdep.c (i386_linux_init_abi): Include "arch-utils.h".
7839 Register gdbarch_displaced_step_copy,
7840 gdbarch_displaced_step_fixup, gdbarch_displaced_step_free_closure,
7841 and gdbarch_displaced_step_location functions.
7842
7843 * infrun.c (debug_displaced): New variable.
7844 (show_debug_displaced): New function.
7845 (struct displaced_step_request): New struct.
7846 (displaced_step_request_queue, displaced_step_ptid)
7847 (displaced_step_gdbarch, displaced_step_closure)
7848 (displaced_step_original, displaced_step_copy)
7849 (displaced_step_saved_copy, can_use_displaced_stepping): New
7850 variables.
7851 (show_can_use_displaced_stepping, use_displaced_stepping)
7852 (displaced_step_clear, cleanup_displaced_step_closure)
7853 (displaced_step_dump_bytes, displaced_step_prepare)
7854 (displaced_step_clear_cleanup, write_memory_ptid)
7855 (displaced_step_fixup): New functions.
7856 (resume): Call displaced_step_prepare.
7857 (proceed): Call read_pc once, and remember the value. If using
7858 displaced stepping, don't remove breakpoints.
7859 (handle_inferior_event): Call displaced_step_fixup. Add some
7860 debugging output. When we try to step over a breakpoint, but get
7861 a signal to deliver to the thread instead, ensure the step-resume
7862 breakpoint is actually inserted. If a thread hop is needed, and
7863 displaced stepping is enabled, don't remove breakpoints.
7864 (init_wait_for_inferior): Call displaced_step_clear.
7865 (_initialize_infrun): Add "set debug displaced" command. Add
7866 "maint set can-use-displaced-stepping" command. Clear
7867 displaced_step_ptid.
7868 * inferior.h (debug_displaced): Declare variable.
7869 (displaced_step_dump_bytes): Declare function.
7870
7871 * Makefile.in (arch-utils.o, i386-linux-tdep.o): Update
7872 dependencies.
7873
0428b8f5
DJ
78742008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7875
7876 * arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
7877 (arm_force_mode_string, arm_show_fallback_mode)
7878 (arm_show_force_mode): New.
7879 (arm_pc_is_thumb): Honor fallback-mode and force-mode. Use
7880 arm_frame_is_thumb.
7881 (_initialize_arm_tdep): Add "set arm fallback-mode"
7882 and "set arm force-mode".
7883 * NEWS: Document new commands.
7884
d01a8610
AS
78852008-05-02 Andrew Stubbs <andrew.stubbs@st.com>
7886
7887 * main.h (batch_silent): Declare.
7888 * event-top.c: Include main.h.
7889 (gdb_setup_readline): Remove extern batch_silent declaration.
7890 * infrun.c (normal_stop): Don't print source location when running in
7891 --batch-silent mode.
7892 * Makefile.in (event-top.o): Add main.h dependency.
7893
5009afc5
AS
78942008-05-02 Andreas Schwab <schwab@suse.de>
7895
7896 * target.h (struct target_ops): Add
7897 to_watchpoint_addr_within_range.
7898 (target_watchpoint_addr_within_range): New function.
7899 * target.c (update_current_target): Inherit
7900 to_watchpoint_addr_within_range, defaulting to
7901 default_watchpoint_addr_within_range.
7902 (default_watchpoint_addr_within_range): New function.
7903 (debug_to_watchpoint_addr_within_range): New function.
7904 (setup_target_debug): Set to_watchpoint_addr_within_range.
7905 * ppc-linux-nat.c (ppc_linux_watchpoint_addr_within_range):
7906 New function.
7907 (_initialize_ppc_linux_nat): Set to_watchpoint_addr_within_range.
7908 * breakpoint.c (watchpoints_triggered): Use
7909 target_watchpoint_addr_within_range.
7910
a15c5c83
PA
79112008-05-01 Pedro Alves <pedro@codesourcery.com>
7912
7913 * configure.tgt: Add i[34567]86-*-dicos* and x86_64-*-dicos*.
7914 (i[34567]86-*-dicos*, x86_64-*-dicos*):
7915 Set gdb_osabi to GDB_OSABI_DICOS.
7916
7917 * defs.h (enum gdb_osabi): Add GDB_OSABI_DICOS.
7918 * osabi.c (gdb_osabi_name): Add "DICOS".
7919
7920 * i386-dicos-tdep.c: New file.
7921
7922 * Makefile.in (ALL_TARGET_OBS): Add i386-dicos-tdep.o.
7923 (ALLDEPFILES): Add i386-dicos-tdep.c.
7924 (i386-dicos-tdep.o): New rule.
7925
728c8f58
PA
79262008-05-01 Pedro Alves <pedro@codesourcery.com>
7927
7928 * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread list
7929 and register the fork's PTID as a thread.
7930
604133b5
AR
79312008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
7932
7933 PR gdb/1665
7934 * breakpoint.c (create_breakpoint): Add breakpoint_ops argument and
7935 assign its value to the breakpoint created.
7936 (create_breakpoints): Add breakpoint_ops argument and pass it
7937 to create_breakpoint call.
7938 (break_command_really): Add breakpoint_ops argument and pass/assign
7939 appropriately.
7940 (break_command_1): Pass NULL as ops argument.
7941 (set_breakpoint): Pass NULL as ops argument.
7942 (print_one_exception_catchpoint): Print <PENDING> if no loc available.
7943 (handle_gnu_v3_exceptions): Call generic breakpoint code to insert
7944 catch and throw catchpoints.
5009afc5 7945
1f906a60 79462008-05-01 Aleksandar Ristovski <aristovski@qnx.com>
1cded358
AR
7947
7948 PR gdb/2343
7949 * corelow.c (core_open): Use gdbarch_target_signal_from_host to
7950 translate signal numeric value from the target to GDB's enum
7951 target_signal.
7952 * gdbarch.c, gdbarch.h: Regenerated.
7953 * gdbarch.sh: Added two new functions target_signal_from_host and
7954 target_signal_to_host.
680b56ce 7955 * target.h (default_target_signal_from_host,
1cded358
AR
7956 default_target_signal_to_host): New functions - declarations.
7957 * signals/signals.c (struct gdbarch): New declaration.
7958 (default_target_signal_to_host, default_target_signal_from_host): New
7959 functions.
7960
ed5e9466
DJ
79612008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7962 Pedro Alves <pedro@codesourcery.com>
7963
7964 Based on work by Jan Kratochvil <jan.kratochvil@redhat.com> and Jeff
7965 Johnston <jjohnstn@redhat.com>.
7966
7967 * NEWS: Mention attach to stopped process fix.
7968 * infcmd.c (detach_command, disconnect_command): Discard the thread
7969 list.
7970 * infrun.c (handle_inferior_event): Do not ignore non-SIGSTOP while
7971 attaching. Use signal_stop_state.
7972 (signal_stop_state): Check stop_soon.
7973 * linux-nat.c (kill_lwp): Declare earlier.
7974 (pid_is_stopped, linux_nat_post_attach_wait): New.
7975 (lin_lwp_attach_lwp): Use linux_nat_post_attach_wait. Update
7976 comments.
7977 (linux_nat_attach): Use linux_nat_post_attach_wait.
7978 (detach_callback, linux_nat_detach): Improve handling for signalled
7979 processes.
7980 (linux_nat_pid_to_str): Always print out the LWP ID if it differs
7981 from the process ID.
7982 * Makefile.in (infcmd.o): Update.
7983
b39cc962
DJ
79842008-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7985
7986 * arm-linux-tdep.h (ARM_CPSR_REGNUM): Delete definition.
7987 * arm-tdep.c (arm_frame_is_thumb): New.
7988 (arm_pc_is_thumb): Clarify comment.
7989 (thumb_analyze_prologue): Remove PC special case.
7990 (thumb_scan_prologue): Take a block_addr argument. Use it for
7991 find_pc_partial_function. Remove unused variables.
7992 (arm_scan_prologue): Use arm_frame_is_thumb. Use the block address
7993 for find_pc_partial_function. Remove PC special case.
7994 (arm_prologue_prev_register): Add special handling for PC and CPSR.
7995 (arm_dwarf2_prev_register, arm_dwarf2_frame_init_reg): New.
7996 (arm_get_next_pc): Use arm_frame_is_thumb.
7997 (arm_write_pc): Use CPSR_T instead of 0x20.
7998 (arm_gdbarch_init): Call dwarf2_frame_set_init_reg.
7999 * arm-tdep.h (enum gdb_regnum): Add ARM_CPSR_REGNUM.
8000 (CPSR_T): Define.
8001 * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
8002 DWARF2_FRAME_REG_FN.
8003 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
8004 DWARF2_FRAME_REG_FN.
8005 (struct dwarf2_frame_state_reg): Add FN to loc union.
8006
944f08ab
JB
80072008-05-01 Nick Roberts <nickrob@snap.net.nz>
8008
8009 * exec.c (print_section_info): Add missing '\n'.
8010
cfc01461
VP
80112008-05-01 Vladimir Prus <vladimir@codesourcery.com>
8012
8013 * thread.c (add_thread): Move observer call to ...
680b56ce 8014 (add_thread_silent): ... here.
cfc01461 8015
1af5d7ce
UW
80162008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
8017
8018 * rs6000-tdep.c: Update for unwinder changes.
8019 * ppcobsd-tdep.c: Likewise.
8020
f089c433
UW
80212008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
8022
8023 * s390-tdep.c: Update for unwinder changes.
8024
8d998b8f
UW
80252008-04-30 Ulrich Weigand <uweigand@de.ibm.com>
8026
8027 * spu-tdep.c: Update for unwinder changes.
8028
5366653e
DJ
80292008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8030
8031 * hppanbsd-tdep.c, m68kbsd-tdep.c, mn10300-linux-tdep.c,
8032 ppc-linux-tdep.c, ppcnbsd-tdep.c, sparc-linux-tdep.c,
8033 sparc64-linux-tdep.c: Update for unwinder changes.
8034
b8a22b94
DJ
80352008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8036
8037 * mipsnbsd-tdep.c, mips64obsd-tdep.c, mips-linux-tdep.c: Update
8038 for unwinder changes.
8039 * mips-tdep.c: Likewise.
8040 (mips_stub_frame_cache): Unwind the ABI stack pointer, not the
8041 raw one.
8042
a262aec2
DJ
80432008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8044
8045 * arm-linux-tdep.c, arm-tdep.c, armobsd-tdep.c: Update for
8046 unwinder changes.
8047
10458914
DJ
80482008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8049
8050 Update i386 and amd64 ports for unwinder changes.
8051
8052 * amd64-tdep.c (amd64_frame_cache): Expect this_frame.
8053 (amd64_frame_this_id, amd64_frame_prev_register): Update signature.
8054 (amd64_frame_unwind): Use default_frame_sniffer.
8055 (amd64_frame_sniffer): Delete.
8056 (amd64_sigtramp_frame_cache): Expect this_frame.
8057 (amd64_sigtramp_frame_this_id, amd64_sigtramp_frame_prev_register)
8058 (amd64_sigtramp_frame_sniffer): Update signature.
8059 (amd64_sigtramp_frame_unwind): Add amd64_sigtramp_frame_sniffer.
8060 (amd64_frame_base_address): Expect this_frame.
8061 (amd64_dummy_id): Renamed from amd64_unwind_dummy_id. Expect
8062 this_frame.
8063 (amd64_init_abi): Use set_gdbarch_dummy_id and
8064 frame_unwind_append_unwinder.
8065 * i386-tdep.c (i386_frame_cache): Expect this_frame.
8066 (i386_frame_this_id, i386_frame_prev_register): Update signature.
8067 (i386_frame_unwind): Use default_frame_sniffer.
8068 (i386_frame_sniffer): Delete.
8069 (i386_sigtramp_frame_cache): Expect this_frame.
8070 (i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register)
8071 (i386_sigtramp_frame_sniffer): Update signature.
8072 (i386_sigtramp_frame_unwind): Use i386_sigtramp_frame_sniffer.
8073 (i386_frame_base_address): Update signature.
8074 (i386_dummy_id): Rename from i386_unwind_dummy_id. Expect this_frame.
8075 (i386_push_dummy_call): Update comment.
8076 (i386_sigtramp_p, i386_svr4_sigtramp_p, i386_svr4_sigcontext_addr):
8077 Expect this_frame.
8078 (i386_gdbarch_init): Use set_gdbarch_dummy_id, dwarf2_append_unwinders,
8079 and frame_unwind_append_unwinder.
8080 * amd64-linux-tdep.c, amd64-sol2-tdep.c, amd64fbsd-tdep.c,
8081 amd64nbsd-tdep.c, amd64obsd-tdep.c, i386-linux-tdep.c,
8082 i386-nto-tdep.c, i386bsd-tdep.c, i386-sol2-tdep.c, i386obsd-tdep.c,
8083 i386nbsd-tdep.c: Update for unwinder changes.
8084
25492ce3
DJ
80852008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8086
8087 * trad-frame.c (struct trad_frame_cache): Rename next_frame to this_frame.
8088 (trad_frame_cache_zalloc, trad_frame_alloc_saved_regs): Expect
8089 this_frame.
8090 (trad_frame_get_prev_register, trad_frame_get_register): Update signature.
8091 * trad-frame.h (trad_frame_cache_zalloc, trad_frame_get_register)
8092 (trad_frame_alloc_saved_regs, trad_frame_get_prev_register): Update
8093 signature.
8094 * tramp-frame.c (tramp_frame_cache, tramp_frame_start): Expect
8095 this_frame.
8096 (tramp_frame_this_id, tramp_frame_prev_register, tramp_frame_sniffer):
8097 Update signature.
8098 * tramp-frame.h (struct tramp_frame): Update signature of init.
8099 * Makefile.in (trad-frame.o): Update.
8100
4a4e5149
DJ
81012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * dwarf2-frame.c (read_reg): Expect this_frame in the baton.
8104 (execute_stack_op): Put this_frame in the baton.
8105 (execute_cfa_program): Take this_frame.
8106 (struct dwarf2_frame_ops): Update comment for signal_frame_p.
8107 (dwarf2_frame_default_init_reg, dwarf2_frame_init_reg)
8108 (dwarf2_frame_signal_frame_p, dwarf2_frame_cache)
8109 (dwarf2_frame_this_id): Adjust to work on this_frame.
8110 (dwarf2_signal_frame_this_id): Delete.
8111 (dwarf2_frame_prev_register): Update signature. Use new frame
8112 unwind methods.
8113 (dwarf2_frame_sniffer): Update signature. Expect this_frame.
8114 (dwarf2_frame_unwind, dwarf2_signal_frame_unwind): Add
8115 dwarf2_frame_sniffer.
8116 (dwarf2_append_unwinders): New.
8117 (dwarf2_frame_base_address, dwarf2_frame_base_sniffer): Expect
8118 this_frame.
8119 * sparc-tdep.c (sparc32_dwarf2_struct_return_p)
8120 (sparc32_dwarf2_frame_init_reg): Expect this_frame.
8121 * cris-tdep.c (cris_dwarf2_frame_init_reg): Likewise.
8122 * rs6000-tdep.c (ppc_dwarf2_frame_init_reg): Likewise.
8123 * s390-tdep.c (s390_dwarf2_frame_init_reg): Likewise.
8124 * sh-tdep.c (sh_dwarf2_frame_init_reg): Likewise.
8125 * sparc64-tdep.c (sparc64_dwarf2_frame_init_reg): Likewise.
8126 * dwarf2-frame.h (dwarf2_frame_sniffer): Delete declaration.
8127 (dwarf2_append_unwinders): Declare.
8128 (dwarf2_frame_base_sniffer): Update declaration.
8129 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): Expect
8130 this_frame.
8131
669fac23
DJ
81322008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8133
8134 Convert frame unwinders to use the current frame and
8135 "struct value".
8136
8137 * frame.c (frame_debug): Make global.
8138 (get_frame_id): Pass this frame to unwinder routines.
8139 (frame_pc_unwind): Remove unused unwind->prev_pc support.
8140 (do_frame_register_read): Do not discard the return value of
8141 frame_register_read.
8142 (frame_register_unwind): Remove debug messages. Use
8143 frame_unwind_register_value.
8144 (frame_unwind_register_value, get_frame_register_value): New
8145 functions.
8146 (create_new_frame, get_frame_base_address, get_frame_locals_address)
8147 (get_frame_args_address, get_frame_type): Pass this frame to
8148 unwinder routines.
8149 (frame_cleanup_after_sniffer, frame_prepare_for_sniffer): New
8150 functions.
8151 * frame.h: Update comments.
8152 (frame_debug, frame_unwind_register_value, get_frame_register_value)
8153 (frame_prepare_for_sniffer): Declare.
8154 * frame-unwind.h: Update comments and parameter names.
8155 (default_frame_sniffer): Declare.
8156 (frame_prev_register_ftype): Return a struct value *.
8157 (struct frame_unwind): Remove prev_pc member.
8158 (frame_unwind_sniffer_ftype, frame_unwind_append_sniffer): Delete.
8159 (frame_unwind_append_unwinder, frame_unwind_got_optimized)
8160 (frame_unwind_got_register, frame_unwind_got_memory)
8161 (frame_unwind_got_constant, frame_unwind_got_address): Declare.
8162 * frame-base.h: Update comments and parameter names.
8163 * valops.c (value_fetch_lazy): Use get_frame_register_value. Iterate
8164 if necessary. Add debugging output.
8165 * sentinel-frame.c (sentinel_frame_prev_register)
8166 (sentinel_frame_this_id): Update for new signature.
8167 (sentinel_frame_prev_pc): Delete.
8168 (sentinel_frame_unwinder): Remove prev_pc.
8169 * ia64-tdep.c (ia64_libunwind_frame_unwind): Do not initialize
8170 prev_pc.
8171 * libunwind-frame.c (libunwind_frame_unwind): Likewise.
8172 * frame-unwind.c (struct frame_unwind_table_entry): Remove sniffer.
8173 (frame_unwind_append_sniffer): Delete.
8174 (frame_unwind_append_unwinder): New function.
8175 (frame_unwind_find_by_frame): Take this frame. Only use sniffers
8176 from unwinders. Use frame_prepare_for_sniffer.
8177 (default_frame_sniffer, frame_unwind_got_optimized)
8178 (frame_unwind_got_register, frame_unwind_got_memory)
8179 (frame_unwind_got_constant, frame_unwind_got_address): New functions.
8180 * dummy-frame.c (dummy_frame_sniffer): Use gdbarch_dummy_id.
8181 (dummy_frame_prev_register, dummy_frame_this_id): Update for new
8182 signature.
8183 * gdbarch.sh: Replace unwind_dummy_id with dummy_id.
8184 * gdbarch.c, gdbarch.c: Regenerated.
8185 * frame-base.c (default_frame_base_address)
8186 (default_frame_locals_address, default_frame_args_address): Update
8187 for new signature.
8188 (frame_base_find_by_frame): Pass this frame to unwinder routines.
8189 * infcall.c (call_function_by_hand): Update comments.
8190 * Makefile.in (frame-unwind.o): Update dependencies.
8191
9214ee5f
DJ
81922008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8193
8194 * ada-lang.c (ada_value_primitive_packed_val): Only check
8195 value_lazy for memory lvals.
8196 * findvar.c (value_of_register_lazy): New function.
8197 (locate_var_value): Only check value_lazy for memory lvals.
8198 * valarith.c (value_subscripted_rvalue): Likewise.
8199 * valops.c (value_fetch_lazy): Handle both memory and register
8200 lvals.
8201 (search_struct_field, value_slice): Only check value_lazy for memory
8202 lvals.
8203 * value.c (struct value): Update comment for lazy.
8204 (value_primitive_field): Only check value_lazy for memory lvals.
8205 * value.h (value_lazy): Update comment.
8206 (value_of_register_lazy): Declare.
8207
939643d7
DJ
82082008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8209
8210 * corefile.c (reopen_exec_file): Close any open files.
8211
1de34ab7
JB
82122008-04-29 Joel Brobecker <brobecker@adacore.com>
8213
8214 * ia64-tdep.c (ia64_memory_remove_breakpoint): Set
8215 show_memory_breakpoints to 1 while reading the instruction bundle.
8216
ea42b34a
JB
82172008-04-29 Joel Brobecker <brobecker@adacore.com>
8218
8219 * gdbarch.sh: Document the return_value method. Explain that
8220 the FUNCTYPE parameter might be NULL.
8221 * gdbarch.h: Regenerated.
8222 * sparc-tdep.c (sparc32_push_dummy_code): Do not pass the function
8223 type when calling using_struct_return, as this is unnecessary
8224 on this target.
8225
a0fe373c
JB
82262008-04-28 Joel Brobecker <brobecker@adacore.com>
8227
8228 * terminal.h (create_tty_session): Fix return type.
8229
c6446539
VP
82302008-04-26 Vladimir Prus <vladimir@codesourcery.com>
8231
8232 * mi/mi-interp.c (mi_new_thread): Quote the thread id.
8233
2f069f6f
JB
82342008-04-26 Joel Brobecker <brobecker@adacore.com>
8235
8236 * breakpoint.c (condition_command, commands_from_control_command)
8237 (break_command_really): Minor reformatting.
8238
93b5768b
PA
82392008-04-25 Pedro Alves <pedro@codesourcery.com>
8240
8241 * dwarf2read.c (dwarf2_const_value): Handle DW_FORM_strp.
8242
436675d3
PA
82432008-04-25 Pedro Alves <pedro@codesourcery.com>
8244
8245 * amd64-tdep.c (amd64_get_longjmp_target): New.
8246 (amd64_init_abi): Register amd64_get_longjmp_target as
8247 gdbarch_get_longjmp_target callback.
8248 * i386-tdep.c (i386_get_longjmp_target): Remove 64-bit handling.
8249
78b6a731
PA
82502008-04-25 Pedro Alves <pedro@codesourcery.com>
8251
8252 * breakpoint.h (enum bpstat_what_main_action): Delete
8253 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
8254
8255 * breakpoint.c (clrs): Delete.
8256 (bpstat_what): Update table.
8257
8258 * infrun.c (handle_inferior_event): Remove
8259 BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
8260
9e22b03a
VP
82612008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8262
8263 * mi/mi-cmds.h (mi_cmd_args_ftype): Remove.
8264 Adjust all prototypes using mi_cmd_args_ftype to use
8265 mi_cmd_argv_ftype.
8266 (struct mi_cmd): Remove the args_func field.
8267 * mi/mi-cmds.c: Don't provide value for the args_func field.
8268 * mi/mi-main.c (mi_execute_async_cli_command)
8269 (mi_cmd_exec_run, mi_cmd_exec_next, mi_cmd_exec_next_instruction)
8270 (mi_cmd_exec_step, mi_cmd_exec_step_instruction)
8271 (mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return)
8272 (mi_cmd_exec_continue, mi_cmd_exec_interrupt)
8273 (mi_cmd_target_download): Adjust.
8274 (mi_cmd_target_select): Adjust. Pass 0 for from_tty parameter.
8275 (mi_cmd_execute): Do not check for args_func.
8276 (mi_execute_async_cli_command): Adjust.
8277 * mi/mi-parse.c: Don't check for args_func.
8278
721c02de 82792008-04-24 Vladimir Prus <vladimir@codesourcery.com>
18a18393 8280
680b56ce
AS
8281 * breakpoint.c (bpstat_check_location)
8282 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions):
8283 New, extracted from bpstat_stop_status.
8284 (bpstat_stop_status): Use the above.
18a18393
VP
8285
82862008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8287
680b56ce
AS
8288 * mi/mi-main.c (last_async_command): Rename to current_token.
8289 (previous_async_command): Remove.
8290 (mi_cmd_gdb_exit): Adjust.
8291 (mi_cmd_exec_interrupt): Don't dance with previous_async_command.
8292 (mi_cmd_target_select): Adjust.
8293 (mi_cmd_execute): Don't set previous_async_command. Free token
8294 here even in async mode.
8295 (mi_execute_async_cli_command): Adjust.
8296 (mi_exec_async_cli_cmd_continuation): Adjust. Do not free the
8297 token.
8298 (mi_load_progress): Adjust.
721c02de 8299
f13468d9
VP
83002008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8301
680b56ce
AS
8302 * infcmd.c (step_1_continuation): Always disable longjmp
8303 breakpoint if we're not going to do another step.
f13468d9 8304
f107f563
VP
83052008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8306
8307 exec_cleanup murder.
8308 * breakpoint.c (until_break_command_continuation): Add
8309 the 'error' parameter. Directly delete the breakoint as
8310 opposed to running cleanups.
8311 (until_break_command): Install continuation only
8312 after starting the target. Don't use exec cleanups,
8313 use ordinary cleanups. Discard cleanups is successfully
8314 started the target in async mode.
8315 (make_cleanup_delete_breakpoint): Remove.
8316 * breakpoint.h (make_cleanup_delete_breakpoint): Remove
8317 declaration.
8318 * defs.h (do_exec_cleanups, make_exec_cleanup): Remove
8319 declarations.
8320 (struct continations): Add the 'error' parameter to the
8321 continuation_hook field.
8322 (add_continuation, do_all_continuations)
8323 (add_intermediate_continuation)
8324 (do_all_intermediate_continuations): Add the 'error' parameter.
8325 * exceptions.c (throw_exception): Don't call do_exec_cleanups.
8326 * inf-loop.c (inferior_event_handler): Instead of calling
8327 discard_all_continuations, use do_all_continuations with 1 as
8328 'error' parameter. Pass 0 as 'error' parameter in existing uses
8329 of discard_all_continuations.
8330 * infcmd.c (step_1): Do not use exec cleanup. For async case, discard
8331 cleanups.
8332 (step_once): Install continuation only after resuming the target.
8333 (step_1_continuation): Disable longjmp breakpoint on error.
8334 (finish_command_continuation): Add the error parameter. Delete
8335 the finish breakpoint directly, do not use cleanups.
8336 (finish_command): Do not use exec_cleanups. Always setup
8337 continuation. For sync case, immediately run them.
8338 (attach_command_continuation): Add the error parameter.
8339 * infrun.c (fetch_inferior_event): Do not use exec cleanups to
8340 remove step_resume_breakpoint -- adjust delete it directly.
8341 * interps.c (interp_set): Adjust call to do_all_continations.
8342 * mi/mi-interp.c (mi_interpreter_exec_continuation): Do not
8343 do exec cleanups.
8344 * mi/mi-main.c (mi_cmd_target_select): Do not do exec
8345 cleanups.
8346 (mi_cmd_execute): Do not use exec_cleanup.
8347 (mi_execute_async_cli_command): Simplify the string concatenation
8348 logic. Do no use exec cleanup.
8349 (mi_exec_async_cli_cmd_continuation): New parameter error.
8350 Free last_async_command.
8351 * top.c (command_line_handler_continuation): New parameter error.
8352 * utils.c (exec_cleanup_chain, make_exec_cleanup)
8353 (do_exec_cleanups): Remove.
8354 (add_continuation, do_all_continations)
8355 (add_intermediate_continuation)
8356 (do_all_intermediate_continuations): New parameter error.
8357
74960c60
VP
83582008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8359
8360 * breakpoint.h (bp_location_p): New typedef.
8361 Register a vector of bp_location_p.
8362 * breakpoint.c (always_inserted_mode)
8363 (show_always_inserted_mode): New.
8364 (unlink_locations_from_global_list): Remove.
8365 (update_global_location_list)
8366 (update_global_location_list_nothrow): New.
8367 (update_watchpoint): Don't free locations.
8368 (should_insert_location): New.
8369 (insert_bp_location): Use should_insert_location.
8370 (insert_breakpoint_locations): Copied from
8371 insert_breakpoints.
8372 (insert_breakpoint): Use insert_breakpoint_locations.
8373 (bpstat_stop_status): Call update_global_location_list
8374 when disabling breakpoint.
8375 (allocate_bp_location): Don't add to bp_location_chain.
8376 (set_raw_breakpoint)
8377 (create_longjmp_breakpoint, enable_longjmp_breakpoint)
8378 (disable_longjmp_breakpoint, create_overlay_event_breakpoint)
8379 (enable_overlay_breakpoints, disable_overlay_breakpoints)
8380 (set_longjmp_resume_breakpoint)
8381 (enable_watchpoints_after_interactive_call_stop)
8382 (disable_watchpoints_before_interactive_call_start)
8383 (create_internal_breakpoint)
8384 (create_fork_vfork_event_catchpoint)
8385 (create_exec_event_catchpoint, set_momentary_breakpoint)
8386 (create_breakpoints, break_command_1, watch_command_1)
8387 (create_exception_catchpoint)
8388 (handle_gnu_v3_exceptions)
8389 (disable_breakpoint, breakpoint_re_set_one)
8390 (create_thread_event_breakpoint, create_solib_event_breakpoint)
8391 (create_ada_exception_breakpoint): : Don't call check_duplicates.
8392 Call update_global_location_list.
8393 (delete_breakpoint): Don't remove locations and don't
8394 try to reinsert them. Call update_global_location_list.
8395 (update_breakpoint_locations): Likewise.
8396 (restore_always_inserted_mode): New.
8397 (update_breakpoints_after_exec): Temporary disable
8398 always inserted mode.
8399 * Makefile.in: Update dependencies.
8400
8401 * infrun.c (proceed): Remove breakpoints while stepping
8402 over breakpoint.
8403 (handle_inferior_event): Don't remove or insert
8404 breakpoints.
8405 * linux-fork.c (checkpoint_command): Remove breakpoints
8406 before fork and insert after.
8407 (linux_fork_context): Remove breakpoints before switch
8408 and insert after.
8409 * target.c (target_disconnect, target_detach): Remove
8410 breakpoints from target.
8411
680b56ce 8412
d24317b4
VP
84132008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8414
8415 * breakpoint.c (print_one_breakpoint_location): In MI
8416 mode, report the location string the breakpoint was
8417 originally created with.
8418
ee967b5f
MG
84192008-04-23 Maxim Grigoriev <maxim2405@gmail.com>
8420
8421 * Makefile.in (xtensa-tdep.o): Update dependencies.
8422 * configure.tgt (xtensa*): Update dependencies.
8423 * xtensa-tdep.c (arreg_number): Renamed from areg_number.
8424 Local variable areg renamed to arreg.
8425 (areg_number): New function.
8426 (xtensa_pseudo_register_read, xtensa_pseudo_register_write)
8427 (xtensa_extract_return_value, xtensa_store_return_value): areg_number
8428 replaced by arreg_number.
8429 (xtensa_windowed_frame_cache, struct xtensa_frame_cache): New comments.
8430 (xtensa_alloc_frame_cache): Initialize cache->wd.ws.
8431 (xtensa_scan_prologue): New function.
8432 (xtensa_frame_cache): New local fp_regnum. Handle separately the case,
8433 when ENTRY instraction hasn't been executed yet. Get the frame pointer
8434 value based on prologue analysis. Fix the bugs preventing WS and
8435 AR4-AR7/A11 registers from getting right values for intermediate frames,
8436 whose registers have been already spilled.
8437 (xtensa_frame_prev_register): Fix WS register value. Use are_number
8438 and arreg_number appropriately.
8439 (xtensa_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
8440 svr4_ilp32_fetch_link_map_offsets.
8441
09d71d23
AS
84422008-04-23 Andrew Stubbs <andrew.stubbs@st.com>
8443
8444 * printcmd.c: Define USE_PRINTF_I64 and PRINTF_HAS_LONG_LONG on MinGW.
8445 (printf_command): Convert %lld to %I64d when USE_PRINTF_I64 set.
8446
fdc59709
PB
84472008-04-23 Paolo Bonzini <bonzini@gnu.org>
8448
680b56ce
AS
8449 * acinclude.m4: Add override.m4.
8450 * configure: Regenerate.
fdc59709 8451
0bcd0149
JK
84522008-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8453
8454 * ada-lang.c (get_selections): Variable PROMPT made non-const and
8455 initialized with a trailing space now. Use PROMPT_ARG of
8456 COMMAND_LINE_INPUT instead of printing it ourselves.
8457
88d8a8e0
JB
84582008-04-22 Joel Brobecker <brobecker@adacore.com>
8459
8460 * NEWS: Document support for 64-bit core file.
8461
c055b101
CV
84622008-04-22 Corinna Vinschen <vinschen@redhat.com>
8463
8464 * NEWS: Add information on calling convention and new SH CLI options.
8465
8466 * sh-tdep.c (sh_cc_gcc): New static string.
8467 (sh_cc_renesas): Ditto.
8468 (sh_cc_enum): New static string array.
8469 (sh_active_calling_convention): New static string pointer denoting
8470 active user chosen ABI.
8471 (sh_is_renesas_calling_convention): New function to return function
8472 specific ABI, or user choice if necessary.
8473 (sh_use_struct_convention): Rename first argument and turn around its
8474 meaning. Check for renesas ABI and return accordingly.
8475 (sh_use_struct_convention_nofpu): New function.
8476 (sh_next_flt_argreg): Get function type as third parameter. Check
8477 for renesas ABI and choose floating registers accordingly.
8478 (sh_push_dummy_call_fpu): Check for ABI and choose argument slot and
8479 struct return slot accordingly.
8480 (sh_push_dummy_call_nofpu): Ditto.
8481 (sh_return_value_nofpu): Call sh_use_struct_convention_nofpu from here.
8482 Evaluate ABI and give to sh_use_struct_convention_nofpu.
8483 (sh_return_value_fpu): Evaluate ABI and give to
8484 sh_use_struct_convention.
8485 (show_sh_command): New function.
8486 (set_sh_command): Ditto.
8487 (_initialize_sh_tdep): Initialize `set/show sh calling-convention
8488 CLI command.
8489
8490 * gdbarch.sh (return_value): Add func_type argument.
8491 * gdbarch.c: Regenerate.
8492 * gdbarch.h: Ditto.
8493 * eval.c (evaluate_subexp_standard): Rename local variable value_type to
8494 val_type so as not to collide with value_type function. Call
8495 using_struct_return with additional function type argument.
8496 * infcall.c (call_function_by_hand): Call using_struct_return and
8497 gdbarch_return_value with additional function type argument.
8498 * infcmd.c (print_return_value): Take addition func_type argument.
8499 Call gdbarch_return_value with additional function type argument.
8500 (finish_command_continuation): Call print_return_value with additional
8501 function type argument.
8502 (finish_command): Ditto.
8503 * sparc-tdep.c (sparc32_push_dummy_code): Call using_struct_return with
8504 additional function type argument.
8505 * stack.c (return_command): Call using_struct_return and
8506 gdbarch_return_value with additional function type argument.
8507 * value.c (using_struct_return): Take additional function type argument.
8508 * value.h (using_struct_return): Accommodate declaration.
8509 * alpha-tdep.c (alpha_return_value): Add func_type argument.
8510 * amd64-tdep.c (amd64_return_value): Ditto.
8511 * arm-tdep.c (arm_return_value): Ditto.
8512 * avr-tdep.c (avr_return_value): Ditto.
8513 * cris-tdep.c (cris_return_value): Ditto.
8514 * frv-tdep.c (frv_return_value): Ditto.
8515 * h8300-tdep.c (h8300_return_value): Ditto.
8516 (h8300h_return_value): Ditto.
8517 * hppa-tdep.c (hppa32_return_value): Ditto.
8518 (hppa64_return_value): Ditto.
8519 * i386-tdep.c (i386_return_value): Ditto.
8520 * ia64-tdep.c (ia64_return_value): Ditto.
8521 * iq2000-tdep.c (iq2000_return_value): Ditto.
8522 * m32c-tdep.c (m32c_return_value): Ditto.
8523 * m32r-tdep.c (m32r_return_value): Ditto.
8524 * m68hc11-tdep.c (m68hc11_return_value): Ditto.
8525 * m68k-tdep.c (m68k_return_value): Ditto.
8526 (m68k_svr4_return_value): Ditto.
8527 * m88k-tdep.c (m88k_return_value): Ditto.
8528 * mep-tdep.c (mep_return_value): Ditto.
8529 * mips-tdep.c (mips_eabi_return_value): Ditto.
8530 (mips_n32n64_return_value): Ditto.
8531 (mips_o32_return_value): Ditto.
8532 (mips_o64_return_value): Ditto.
8533 * mn10300-tdep.c (mn10300_return_value): Ditto.
8534 * mt-tdep.c (mt_return_value): Ditto.
8535 * ppc-linux-tdep.c (ppc_linux_return_value): Ditto.
8536 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Ditto.
8537 (ppc_sysv_abi_broken_return_value): Ditto.
8538 (ppc64_sysv_abi_return_value): Ditto.
8539 * ppc-tdep.h (ppc_sysv_abi_return_value): Ditto.
8540 (ppc_sysv_abi_broken_return_value): Ditto.
8541 (ppc64_sysv_abi_return_value): Ditto.
8542 * ppcnbsd-tdep.c (ppcnbsd_return_value): Ditto.
8543 * rs6000-tdep.c (rs6000_return_value): Ditto.
8544 * s390-tdep.c (s390_return_value): Ditto.
8545 * score-tdep.c (score_return_value): Ditto.
8546 * sh-tdep.c (sh_return_value_nofpu): Ditto.
8547 (sh_return_value_fpu): Ditto.
8548 * sh64-tdep.c (sh64_return_value): Ditto.
8549 * sparc-tdep.c (sparc32_return_value): Ditto.
8550 * sparc64-tdep.c (sparc64_return_value): Ditto.
8551 * spu-tdep.c (spu_return_value): Ditto.
8552 * v850-tdep.c (v850_return_value): Ditto.
8553 * vax-tdep.c (vax_return_value): Ditto.
8554 * xstormy16-tdep.c (xstormy16_return_value): Ditto.
8555 * xtensa-tdep.c (xtensa_return_value): Ditto.
8556
8557 * gdbtypes.h (struct type): Add calling_convention member.
8558 * dwarf2read.c (read_subroutine_type): Add calling convention read
8559 from DW_AT_calling_convention attribute to function type.
8560
9eec4d1e
MD
85612008-04-22 Markus Deuling <deuling@de.ibm.com>
8562
8563 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
8564 multi_f77_subscript to support values from registers.
8565 * valarith.c (value_subscripted_rvalue): Remove prototype and static.
8566 * value.h (value_subscripted_rvalue): Add prototype.
8567
8568 * f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
8569 Fix output.
8570 * f-valprint.c (f_val_print): Likewise.
8571
ef72380d
CS
85722008-04-21 Craig Silverstein <csilvers@google.com>
8573
8574 * dwarf2read.c (zlib_decompress_section): Define abfd in the
8575 !HAVE_ZLIB_H case.
8576
ff8e85c3
PA
85772008-04-21 Pedro Alves <pedro@codesourcery.com>
8578
8579 * symfile.c (syms_from_objfile): Don't warn if lowest loadable
8580 section is not a code section.
8581
31fffb02
CS
85822008-04-19 Craig Silverstein <csilvers@google.com>
8583
8584 * NEWS: Add information on compressed debug sections.
8585
8e91f023
VP
85862008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8587
8588 * mi/mi-cmd-var.c (varobj_update_one): Print new
8589 value for variable objects that changed type.
8590
603ba1de
VP
85912008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8592
8593 * varobj.c (varobj_invalidate): Don't touch floating
8594 varobjs.
8595
7fc830e2
MK
85962008-04-19 Mark Kettenis <kettenis@gnu.org>
8597
8598 * symtab.c: (multiple_symbols_modes, multiple_symbols_ask)
8599 (multiple_symbols_cancel): Remove extra const.
8600 * symtab.h: Likewise.
8601
bcbf8b68
NR
86022008-04-19 Nick Roberts <nickrob@snap.net.nz>
8603
8604 * interps.c (top_level_interpreter): Rename static variable...
8605 (top_level_interpreter_ptr): ...to this.
8606 (top_level_interpreter): New function.
8607
8608 * interps.h: New extern for top_level_interpreter.
8609
8610 * linespec.c: Include interps.h and mi/mi-cmds.h.
8611 (decode_line_2): When using MI, always set all breakpoints in menu.
8612
8613 * Makefile.in (linespec.o, mi-interp.o): Add dependencies.
8614
31fffb02 86152008-04-18 Craig Silverstein <csilvers@google.com>
233a11ab
CS
8616
8617 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.
8618 * config.in, configure: Regenerate.
8619 * dwarf2read.c: Include zlib.h if present.
8620 Modified *_SECTION macros.
8621 (section_is_p): New.
8622 (dwarf2_locate_sections): Use section_is_p instead of strcmp
8623 (dwarf2_resize_section): New.
8624 to determine whether a given section has a given name.
8625 (zlib_decompress_section): New.
8626 (dwarf2_read_section): Read the compressed section if present
8627 in the binary.
8628 * MAINTAINERS: Added myself to section Write After Approval.
bcbf8b68 8629
a03b3a97
TJB
86302008-04-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8631
8632 * defs.h (exec_set_section_offsets): Remove prototype.
8633 * exec.c (exec_set_section_offsets): Remove function.
8634
9e386756
JB
86352008-04-18 Joel Brobecker <brobecker@adacore.com>
8636
8637 * stabsread.c (cleanup_undefined_types_1): Add instance flags check
8638 in the search for the matching symbol.
8639
2ec93238
MK
86402008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
8641
8642 * breakpoint.c (update_watchpoint): Always reparse
8643 condition.
8644
e9bbd7c5
JB
86452008-04-17 Joel Brobecker <brobecker@adacore.com>
8646
8647 * breakpoint.c (print_one_breakpoint_location): Make sure to print
8648 the breakpoint address only once.
8649
475bbd17
JB
86502008-04-17 Dennis Roberts <dennis.roberts@sunquestinfo.com>
8651
8652 * rs6000-tdep.c (rs6000_gdbarch_init): Use the BFD architecture,
8653 rather than a hard-coded architecture, for xcoff executables.
8654
86991504
DE
86552008-04-17 Doug Evans <dje@google.com>
8656
4584e32e
DE
8657 * buildsym.c (watch_main_source_file_lossage): New fn.
8658 (end_symtab): Call it.
8659
86991504
DE
8660 * source.c (find_and_open_source): Add some comments clarifying
8661 handling of FULLNAME argument. Make static. Remove pointless
8662 xstrdup/xfree.
8663
0a320680
PA
86642008-04-17 Pedro Alves <pedro@codesourcery.com>
8665
8666 * inf-loop.c (inferior_event_handler): Also run the intermediate
8667 continuations in the INF_EXEC_COMPLETE case.
8668
700b53b1
TT
86692008-04-16 Tom Tromey <tromey@redhat.com>
8670
8671 * cli/cli-decode.h (CMD_ASYNC_OK): New define.
8672 (set_cmd_async_ok, get_cmd_async_ok): Declare.
8673 * cli/cli-decode.c (set_cmd_async_ok): New function.
8674 (get_cmd_async_ok): New function.
8675 * cli/cli-cmds.c (init_cli_cmds): Mark "pwd", "help", "info", and
8676 "show" as async-ok.
8677 * top.c (execute_command): Use get_cmd_async_ok.
8678 * infcmd.c: Include cli/cli-decode.h.
8679 (_initialize_infcmd): Mark "interrupt" as async-ok.
8680 * Makefile.in (infcmd.o): Depend on cli_decode_h.
8681
dacec2a8
DJ
86822008-04-16 Daniel Jacobowitz <dan@codesourcery.com>
8683
8684 PR gdb/2445
8685 * exec.c: Correct "arch-utils.h" include.
8686
1f906a60 86872008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
2cec12e5
AR
8688
8689 PR gdb/2424
8690 * infrun.c (normal_stop) Move breakpoint_auto_delete further down
8691 to allow printing to 'see' real reason of stop. This fixes PR 2424.
8692 * breakpoint.c (bpdisp_texst): New function. The function takes over
8693 the role of bpstats static array in print_one_breakpoint_location.
8694 (print_it_typical): Print "Temporary breakpoint" instead
8695 of just "Breakpoint" when breakpoint is, well, temporary. For mi-like
8696 protocols, print disp field.
8697 (print_one_breakpoint_location): Removed bpdisps static definition.
8698 Call new bpstat_text function to get value for 'disp' field.
8699 (mention): Print "Temporary breakpoint" instead of just "Breakpoint".
8700
4d7b71aa
DJ
87012008-04-15 Daniel Jacobowitz <dan@codesourcery.com>
8702
8703 * gnulib/Makefile.am, gnulib/m4/gnulib-cache.m4,
8704 gnulib/aux/link-warning.h, gnulib/extra/link-warning.h: Adjust
8705 by rerunning gnulib-tool with --aux-dir=gnulib/extra.
8706 * gnulib/Makefile.in: Regenerate.
8707
aa11fd3f
DJ
87082008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8709
8710 * Makefile.in (GNULIB_H): New. Trigger all-lib.
8711 (defs_h): Use $(GNULIB_H).
8712 (all-lib): Depend on gnulib/Makefile.
8713 (gnulib/Makefile): Regenerate gnulib/Makefile and gnulib/.deps.
8714 * config.in, gnulib/Makefile.in: Regenerated.
8715
e28b3332
DJ
87162008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8717
8718 * Makefile.in (LIBGNU, INCGNU): Define.
8719 (INTERNAL_CFLAGS_BASE): Add INCGNU.
8720 (INTERNAL_LIBS, CLIBS, CDEPS): Add LIBGNU.
8721 (CLEANDIRS): New.
8722 ($(LIBGNU), all-lib): New rules.
8723 (clean, distclean, do-maintainer-clean): Use CLEANDIRS.
8724 * configure.ac: Use gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE.
8725 Simplify AC_CONFIG_AUX_DIR. Generate gnulib/Makefile.
8726 * gnulib: New directory, from gnulib-tool.
8727 * configure, aclocal.m4: Regenerated.
8728
e3bc4218
DJ
87292008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8730
8731 * linux-thread-db.c (have_threads_callback): Check thread->private.
8732
fcacd99f
VP
87332008-04-13 Nick Roberts <nickrob@snap.net.nz>
8734 Vladimir Prus <vladimir@codesourcery.com>
8735
8736 Fix @-varobjs.
680b56ce
AS
8737 * varobj.c (value_of_root): Update the expression for
8738 floating varobjs.
8739 * mi/mi-cmd-var.c (varobj_update_one): If type has changed,
8740 report that.
fcacd99f 8741
de051565
MK
87422008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
8743
8744 * mi/mi-cmd-var.c: Include "mi-getopt.h".
8745 (mi_parse_format): New. Factored out from mi_cmd_var_set_format.
8746 (mi_cmd_var_set_format): Use new mi_parse_format.
8747 (mi_cmd_var_evaluate_expression): Support for -f option to specify
8748 format.
8749 * Makefile.in (mi-cmd-var.o): Update dependencies.
8750
8751 * varobj.h (varobj_get_formatted_value): Declare.
8752 * varobj.c (my_value_of_variable): Added format parameter.
8753 (cplus_value_of_variable): Likewise.
8754 (java_value_of_variable): Likewise.
8755 (c_value_of_variable): Likewise. Evaluate expression based
8756 on format parameter.
8757 (struct language_specific): Add format parameter to function member
8758 *value_of_variable.
8759 (varobj_get_formatted_value): New.
8760 (varobj_get_value): Added format parameter to method call.
680b56ce 8761
56953f80
JB
87622008-04-08 Joel Brobecker <brobecker@adacore.com>
8763
8764 * stabsread.c (cleanup_undefined_types_noname): Manually set the
8765 instance flags of the undefined type before calling replace_type.
8766
e4e33b9e
VP
87672008-04-08 Vladimir Prus <vladimir@codesourcery.com>
8768
8769 * target.h (enum strata): Remove the download_stratum.
680b56ce 8770
92b5c263
DE
87712008-04-07 Doug Evans <dje@google.com>
8772
8773 * buildsym.h (last_source_file): Add dwarf info to comment.
8774 (last_source_start_addr): Ditto.
8775
effa26a9
PA
87762008-04-07 Pedro Alves <pedro@codesourcery.com>
8777
8778 * alphanbsd-tdep.c: Include "target.h".
8779 * mn10300-tdep.c: Include "target.h".
8780 * Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
8781
2b2d9e11
VP
87822008-04-06 Vladimir Prus <vladimir@codesourcery.com>
8783
8784 Fix breakpoint condition that use member variables.
680b56ce
AS
8785 * valops.c (check_field): Remove.
8786 (check_field_in): Rename to check_field.
8787 (value_of_this): Use la_name_of_this.
8788 * value.h (check_field): Adjust prototype.
8789
8790 * language.h (la_value_of_this): Rename to la_name_of_this.
8791 * language.c (unknown_language_defn): Specify "this" for
8792 name_of_this.
8793 (auto_language_defn): Likewise.
8794 (local_language_defn): Likewise.
8795 * ada-lang.c (ada_language_defn): Adjust comment.
8796 * c-lang.c (c_language_defn): Adjust comment.
8797 (cplus_language_defn): Specify "this" for name_of_this.
8798 (asm_language_defn): Adjust comment.
8799 (minimal_language_defn): Adjust comment.
8800 * f-lang.c (f_language_defn): Specify NULL for name_of_this.
8801 * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
8802 * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
8803 * objc-lang.c (objc_language_defn): Specify "self" for
8804 name_of_this.
8805 * p-lang.c (pascal_language_defn): Specify "this" for
8806 name_of_this.
8807 * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.
8808
8809 * symtab.c (lookup_symbol_aux): Lookup "this" in the
8810 proper scope, and check for field in type of "this", without
8811 trying to create a value.
2b2d9e11 8812
a13e061a
PA
88132008-04-04 Pedro Alves <pedro@codesourcery.com>
8814
8815 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
8816 (mi_error_message): Delete declaration.
8817 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
8818 returning MI_CMD_ERROR.
8819 * mi/mi-main.c (mi_error_message): Delete.
8820 (mi_cmd_exec_interrupt):
8821 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
8822 (mi_cmd_thread_info): Call error instead of returning
8823 MI_CMD_ERROR.
8824 (mi_cmd_data_list_register_values): Call error instead of
8825 returning MI_CMD_ERROR. Adapt to new get_register interface.
8826 (get_register): Change return typo to void. Call error instead of
8827 returning MI_CMD_ERROR.
8828 (mi_cmd_data_write_register_values): Call error instead of
8829 returning MI_CMD_ERROR.
8830 (mi_cmd_list_features): Return MI_CMD_DONE.
8831 (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
8832 (mi_execute_command): Always print exceptions with -error.
8833
aad4b048
JB
88342008-04-04 Joel Brobecker <brobecker@adacore.com>
8835
8836 * NEWS: Mention new commands set/show multiple-symbols.
8837
717d2f5a
JB
88382008-04-03 Joel Brobecker <brobecker@adacore.com>
8839
8840 * symtab.c (multiple_symbols_ask, multiple_symbols_all)
8841 (multiple_symbols_cancel): New constants.
8842 (multiple_symbols_modes, multiple_symbols_mode): New static globals.
8843 (multiple_symbols_select_mode): New function.
8844 (_initialize_symtab): Add new set/show multiple-symbols commands.
8845 * symtab.h (multiple_symbols_ask, multiple_symbols_all)
8846 (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
8847 * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
8848 setting.
8849 * linespec.c (decode_line_2): Likewise.
8850
f73634e5
DE
88512008-04-03 Doug Evans <dje@sebabeach.org>
8852
8853 * symtab.h (enum free_code): Delete free_contents, unused.
8854 * symmisc.c (free_symtab_block): Delete.
8855 (free_symtab, case free_code): Delete.
8856
1f906a60 88572008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6af87b03
AR
8858
8859 * valops.c (value_cast_structs): New function. Cast related
680b56ce 8860 STRUCT types up/down and return cast value. The body of this
6af87b03
AR
8861 function comes mostly from value_cast_pointers.
8862 (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
8863 to value_cast_structs. Now value_cast_pointers needs only create
8864 appropriate reference after using value_cast_structs for actual
8865 casting.
8866 (value_cast): Handle references.
8867
61ad90e1
MK
88682008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
8869
8870 * MAINTAINERS: Added myself to section Write After Approval.
8871
b7d038ae
DJ
88722008-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8873
8874 * ia64-tdep.c (examine_prologue): Correct array access.
8875
1f906a60 88762008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
c836824f
AR
8877
8878 * cp-support.c (first_component_command): Return if no arguments.
8879
df3ac606
CD
88802008-03-28 Carlos O'Donell <carlos@codesourcery.com>
8881
8882 * ser-mingw.c (ser_windows_open): Open requested name.
8883
ca933485
AR
88842008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
8885
8886 * MAINTAINERS: Added myself.
8887
5f667f2d
PA
88882008-03-28 Pedro Alves <pedro@codesourcery.com>
8889
8890 * target.c (find_default_run_target): Allow a NULL `do_mesg'
8891 parameter. If it is NULL, don't call error.
8892 (find_default_can_async_p, find_default_is_async_p): Pass NULL as
8893 `do_mesg' parameter to find_default_run_target. If no target was
8894 found, return 0.
8895
e741f4d4
DJ
88962008-03-28 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * mips-linux-tdep.c: Update N32/N64 signal frame comments.
8899 (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
8900 (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
8901 Delete.
8902 (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
8903
f66d8205 89042008-03-27 Joel Brobecker <brobecker@adacore.com>
8905
8906 GDB 6.8 released.
8907
221c031f
UW
89082008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8909
8910 * features/Makefile (%.dat): Set xmltarget to the base filename
8911 of the XML source, without subdirectory.
8912 * regformats/rs6000/powerpc-32.dat: Regenerate.
8913 * regformats/rs6000/powerpc-64.dat: Regenerate.
8914 * regformats/rs6000/powerpc-e500.dat: Regenerate.
8915
40c58d95
MD
89162008-03-27 Markus Deuling <deuling@de.ibm.com>
8917
8918 * xcoffread.c (scan_xcoff_symtab): Replace current_gdbarch by
8919 objfile arch.
8920
bb1ec7d2
NR
89212008-03-27 Nick Roberts <nickrob@snap.net.nz>
8922
8923 * mi/mi-main.c (enum captured_mi_execute_command_actions):
8924 Spell suppress in EXECUTE_COMMAND_SUPPRESS_PROMPT correctly.
8925
5e2b427d
UW
89262008-03-26 Ulrich Weigand <uweigand@de.ibm.com>
8927
8928 * objfiles.h (struct objfile): New GDBARCH member.
8929 (get_objfile_arch): Add prototype.
8930 * objfiles.c: Include "arch-utils.h".
8931 (allocate_objfile): Look up gdbarch associated with bfd.
8932 (get_objfile_arch): New function.
8933 * Makefile (objfiles.o): Update dependencies.
8934
8935 * dwarf2-frame.c (decode_frame_entry_1): Replace current_gdbarch
8936 by objfile arch.
8937 * dwarf2loc.c (dwarf_expr_read_reg): Replace current_gdbarch
8938 by frame arch.
8939 (locexpr_describe_location): Replace current_gdbarch by
8940 objfile arch.
8941 * dwarf2read.c (die_type): Replace current_gdbarch by objfile arch.
8942 (dwarf2_add_field): Likewise.
8943 (read_tag_pointer_type): Likewise.
8944 (read_base_type): Likewise.
8945 (new_symbol): Likewise.
8946
8947 * coffread.c (decode_type): Add OBJFILE argument. Update callers.
8948 (decode_base_type, decode_function_type): Likewise.
8949 (coff_read_struct_type, coff_read_enum_type): Likewise.
8950 (coff_symtab_read): Replace current_gdbarch by objfile arch.
8951 (decode_base_type): Likewise.
8952 (coff_read_enum_type): Likewise.
8953 (coff_read_struct_type): Replace current_objfile by OBJFILE argument.
8954 (coff_read_enum_type): Likewise.
8955
8956 * dbxread.c (read_dbx_symtab): Replace current_gdbarch by objfile arch.
8957 (end_psymtab): Likewise.
8958 (process_one_symbol): Likewise.
8959
8960 * mdebugread.c (parse_symbol): Replace current_gdbarch by objfile arch.
8961 (parse_procedure): Likewise.
8962 (parse_partial_symbols): Likewise.
8963
8964 * somread.c (som_symtab_read): Replace current_gdbarch by objfile arch.
8965
8966 * stabsread.c (define_symbol): Replace current_gdbarch by objfile arch.
8967 Replace static pcc_promotion_type and pcc_unsigned_promotion_type by
8968 built-in types.
8969 (read_range_type): Replace current_gdbarch by objfile arch. Replace
8970 static range_index_type by built-in type.
8971 (read_one_struct_field): Replace current_gdbarch by objfile arch.
8972 (read_enum_type): Likewise.
8973
8974 * xcoffread.c (read_xcoff_symtab): Replace current_gdbarch by
8975 objfile arch.
8976
5a413362
VP
89772008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8978
8979 * varobj.h (varobj_floating_p): Declare.
8980 * varobj.c (varobj_floating_p): New.
8981 * mi/mi-cmd-var.c (mi_cmd_var_update): When passed
8982 '@' as the name, update all floating varobjs.
8983
a5defcdc
VP
89842008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8985
8986 * varobj.c (struct varobj_root): Rename use_selected_frame to
8987 floating, and clarify the meaning.
8988 (varobj_create, varobj_update, new_root_variable): Adjust.
8989 (value_of_root): Don't use type_changed as in variable,
8990 adjust comment.
8991 (c_value_of_root): Adjust.
5a413362 8992
403fe197
PA
89932008-03-25 Pedro Alves <pedro@codesourcery.com>
8994
8995 * linux-nat.c (linux_nat_attach): Add the pid we attached to, to
8996 gdb's thread list.
8997 (linux_nat_wait): Add main lwp to gdb's thread list.
8998 * linux-thread-db.c (find_new_threads_callback): Also attach to
8999 already listed threads which thread_db didn't know about yet.
9000
710151dd
PA
90012008-03-25 Pedro Alves <pedro@codesourcery.com>
9002
9003 * linux-nat.c (drain_queued_events): Fix comment typo.
9004 (linux_nat_attach): In async mode, don't rely on storing a pending
9005 status. Instead place the wait status on the pipe.
9006 (linux_nat_resume): Remove unreacheable shortcut code in async
9007 mode.
9008 (stop_wait_callback): In async mode, don't store pending status.
9009 Instead, cancel breakpoints or resend the signal appropriatelly.
9010 (cancel_breakpoint): New, refactored from
9011 cancel_breakpoints_callback.
9012 (cancel_breakpoints_callback): Call cancel_breakpoint.
9013 (pipe_to_local_event_queue): Remove special token processing.
9014 (linux_nat_wait): Issue an internal error if a pending status is
9015 found in async mode.
9016
807bddf3
DJ
90172008-03-24 Daniel Jacobowitz <dan@codesourcery.com>
9018
9019 * inflow.c (gdb_has_a_terminal): Guard access to our_process_group.
9020
c5b48eac
VP
90212008-03-24 Nick Roberts <nickrob@snap.net.nz>
9022 Vladimir Prus <vladimir@codesourcery.com>
9023
680b56ce
AS
9024 * varobj.c (struct varobj_root): New component thread_id.
9025 (varobj_get_thread_id, check_scope): New functions.
9026 (c_value_of_root): Use check_scope. Switch to the
c5b48eac
VP
9027 proper thread if necessary.
9028
680b56ce 9029 * varobj.h (varobj_get_thread_id): New extern.
c5b48eac 9030
680b56ce 9031 * mi/mi-cmd-var.c (print_varobj): Add thread-id field.
c5b48eac 9032
12f4afab
DJ
90332008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9034
9035 PR gdb/544
9036 * top.c: Revert 2008-03-21 changes.
9037
6208b47d
VP
90382008-03-23 Vladimir Prus <vladimir@codesourcery.com>
9039
9040 * thread.c (make_cleanup_restore_current_thread): Make it
9041 globally visible.
9042 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
9043 * varobj.c (varobj_update): Don't save/restore frame.
9044 (c_value_of_root): Save/restore thread and frame here,
9045 using make_cleanup_restore_current_thread.
9046 * Makefile.in: Update dependecies.
9047
44a67aa7
VP
90482008-03-23 Vladimir Prus <vladimir@codesourcery.com>
9049
680b56ce
AS
9050 * varobj.c (struct varobj_root): Clarify
9051 comment on the frame field.
9052 (varobj_create): Don't set frame if we have no
9053 block.
44a67aa7 9054
b562a0cb
DJ
90552008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9056
9057 PR gdb/544
9058 Suggested by Jan Kratochvil:
9059 * top.c (gdb_rl_operate_and_get_next_completion): Call
9060 rl_redisplay_function.
9061 (gdb_rl_redisplay): New.
9062 (init_main): Set rl_redisplay_function.
9063
ed1bd5f5
JB
90642008-03-21 Thomas Mittelstaedt <T.Mittelstaedt@cadenas.de> (tiny change)
9065
9066 * aix-thread.c (pdc_read_regs): Fix compiler warning.
9067 (pdc_write_regs, aix_thread_resume, fetch_regs_kernel_thread)
9068 (store_regs_kernel_thread): Likewise.
9069
b84876c2
PA
90702008-03-21 Pedro Alves <pedro@codesourcery.com>
9071
9072 Linux native async support.
9073
9074 * target.h (struct target_ops): Delete to_async_mask_value and add
9075 to_async_mask.
9076 (target_is_async_p, target_async): Formatting.
9077 (target_async_mask_value): Delete.
9078 (target_async_mask): Delete function declaration, and add new
9079 target macro with the same name.
9080
9081 * target.c (update_current_target): Replace to_async_mask_value by
9082 to_async_mask. Default to_async_mask to return_one.
9083 (target_async_mask): Delete.
9084 (find_default_can_async_p, find_default_is_async_p): New.
9085 (init_dummy_target): register find_default_can_async_p and
9086 find_default_is_async_p on the dummy target.
9087
9088 * linux-nat.c: Include inf-loop.h, event-loop.h and event-top.h.
9089 (debug_linux_nat_async): New global.
9090 (show_debug_linux_nat_async): New function.
9091 (linux_nat_async_enabled, linux_nat_async_mask_value)
9092 (linux_nat_event_pipe, linux_nat_num_queued_events)
9093 (linux_nat_async_events_enabled): New globals.
9094 (struct waitpid_result): New struct.
9095 (waitpid_queue): New global.
9096 (queued_waitpid, push_waitpid, drain_queued_events): New.
9097 (my_waitpid): Call queued_waitpid.
9098 (linux_child_follow_fork): Disable async events during the call.
9099 (blocked_mask): Delete.
9100 (sync_sigchld_action, async_sigchld_action): New globals.
9101 (lin_lwp_attach_lwp): In sync mode, don't reblock SIGCHLD. In
9102 async mode, block events during the call.
9103 (linux_nat_create_inferior): New.
9104 (linux_nat_attach): In sync mode, restore the mask states. In
9105 async mode, wake the event loop immediatelly.
9106 (detach_callback): Drain all queued events of the lwp we're
9107 detaching from.
9108 (linux_nat_detach): Block async mode, and drain events of the main
9109 process.
9110 (linux_nat_resume): If in async mode, mask async events during the
9111 call. If short circuiting, force event loop to wake up. If
9112 resuming, set target_executing, and register target events in the
9113 event loop.
9114 (pipe_to_local_event_queue, local_event_queue_to_pipe): New.
9115 (linux_nat_wait): In async mode, block events during the call.
9116 Only enable/disable passing SIGINT to the inferior in sync mode.
9117 Get events from local waitpid queue. If no interesting events was
9118 found, return to events loop. Reregister target events in the
9119 event loop on exit. In sync mode, no need to reblock SIGCHLD.
9120 (linux_nat_kill): Disable events on entry.
9121 (linux_nat_mourn_inferior): In sync mode, don't restore the masks
9122 here. Detach async mode from the event loop if there are no more
9123 forks available, otherwise leave it on.
9124 (sigchld_handler): Assure this is called only in sync mode.
9125 (linux_async_permitted, linux_async_permitted_1): New globals.
9126 (set_maintenance_linux_async_permitted)
9127 (show_maintenance_linux_async_permitted): New functions.
9128 (linux_nat_is_async_p, linux_nat_can_async_p)
9129 (linux_nat_async_mask): New.
9130 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push): New.
9131 (get_pending_events, async_sigchld_handler): New.
9132 (linux_nat_async_events): New.
9133 (async_terminal_is_ours): New global.
9134 (linux_nat_terminal_inferior, linux_nat_terminal_ours): New.
9135 (async_client_callback, async_client_context): New.
9136 (linux_nat_async_file_handler, linux_nat_async)
9137 (linux_nat_disable_async, linux_nat_enable_async): New.
9138 (linux_nat_add_target): Register linux_nat_create_inferior,
9139 linux_nat_can_async_p, linux_nat_is_async_p, linux_nat_async,
9140 linux_nat_async_mask, linux_nat_terminal_inferior and
9141 linux_nat_terminal_ours.
9142 (_initialize_linux_nat): Remove local action variable, and update
9143 code that used it to use sync_sigchld_action. Add new
9144 "lin-lwp-async" debug set/show command. Put the "lin-lwp" debug
9145 set/show command in the maintenance class. Add new "linux-async"
9146 maintenance set/show command. Block SIGCHLD by default. Setup
9147 async_sichld_action, and sync_sigchld_action. Install the default
9148 async mode.
9149 (lin_thread_get_thread_signals): Use a local sigset_t for blocking
9150 the cancel signals.
9151
9152 * linux-thread-db.c (re_check_for_thread_db): New.
9153 (clear_lwpid_callback): Handle TARGET_WAITKIND_IGNORE.
9154 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
9155 (thread_db_async_mask): New.
9156 (init_thread_db_ops): Register thread_db_can_async_p,
9157 thread_db_is_async_p, thread_db_async and thread_db_async_mask.
9158
9159 * remote.c (remote_async_mask_value): New.
9160 (remote_return_zero): New.
9161 (init_remote_ops): Register remote_return_zero as callbacks of
9162 to_can_async_p and to_is_async_p.
9163 (remote_can_async_p, remote_is_async_p, remote_async): Update to
9164 use remote_async_mask_value.
9165 (remote_async_mask): New.
9166 (init_remote_async_ops): Remove to_async_mask_value setting and
9167 register remote_async_mask as to_async_mask callback in
9168 remote_async_ops.
9169
9170 * Makefile.in (linux-nat.o): Update.
9171
17faa917
DJ
91722008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9173
9174 * gdbthread.h (add_thread_with_info): New.
9175 * linux-thread-db.c: Add some documentation.
9176 (GET_LWP, GET_PID, GET_THREAD, is_lwp, is_thread, BUILD_LWP): Delete.
9177 (struct private_thread_info): Remove th_valid and ti_valid.
9178 Replace ti with tid.
9179 (thread_get_info_callback): Do not add TID to the new ptid. Do
9180 not cache th or ti.
9181 (thread_db_map_id2thr, lwp_from_thread): Delete functions.
9182 (thread_from_lwp): Assert that the LWP is set. Do not add TID to the
9183 new PTID.
9184 (attach_thread): Handle an already-existing thread. Use
9185 add_thread_with_info. Cache the th and tid.
9186 (detach_thread): Verify that private was set. Remove verbose
9187 argument and printing. Update caller.
9188 (thread_db_detach): Do not adjust inferior_ptid.
9189 (clear_lwpid_callback, thread_db_resume, thread_db_kill): Delete.
9190 (check_event, find_new_threads_callback): Do not add TID to the new PTID.
9191 (thread_db_wait): Do not use lwp_from_thread.
9192 (thread_db_pid_to_str): Use the cached TID.
9193 (thread_db_extra_thread_info): Check that private is set.
9194 (same_ptid_callback): Delete.
9195 (thread_db_get_thread_local_address): Do not use it or check
9196 is_thread. Check that private is set. Assume that the thread
9197 handle is already cached.
9198 (init_thread_db_ops): Remove to_resume and to_kill.
9199 * thread.c (add_thread_with_info): New.
9200 (add_thread): Use it.
9201 * linux-nat.c (find_thread_from_lwp): Delete.
9202 (exit_lwp): Do not use it. Check print_thread_events. Print before
9203 deleting the thread.
9204 (GET_PID, GET_LWP, BUILD_LWP, is_lwp): Move to...
9205 * linux-nat.h (GET_PID, GET_LWP, BUILD_LWP, is_lwp): ...here.
9206 * inf-ttrace.c (inf_ttrace_wait): Use print_thread_events and
9207 printf_unfiltered for thread exits.
9208 * procfs.c (procfs_wait): Likewise.
9209
6214f497
DJ
92102008-03-21 Chris Demetriou <cgd@google.com>
9211
9212 * symtab.c (rbreak_command): Quote symbol name before passing
9213 it to break_command.
9214
63092375
DJ
92152008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9216
9217 * eval.c (evaluate_subexp_for_address): Clarify error message.
9218 Use value_must_coerce_to_target.
9219 * infcall.c (value_arg_coerce): Call value_coerce_to_target.
9220 * valops.c (value_assign): Call value_coerce_to_target when
9221 assigning to anything but internalvars. Leave GDB-side arrays
9222 as arrays when assigning to internalvars.
9223 (value_must_coerce_to_target, value_coerce_to_target): New.
9224 (value_coerce_array, value_addr): Call value_coerce_to_target.
9225 (value_array): Create the array in GDB's memory instead of
9226 the inferior's.
9227 * value.h (value_must_coerce_to_target, value_coerce_to_target):
9228 Declare.
9229
b21991b0
DJ
92302008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9231
9232 * top.c (quit_confirm): Warn that we will kill the program.
9233
49a834f9
PA
92342008-03-19 Pedro Alves <pedro@codesourcery.com>
9235
9236 * inflow.c (terminal_ours_1): Guard access to
9237 inferior_process_group with #ifdef PROCESS_GROUP_TYPE.
9238
ae0d2f24
UW
92392008-03-18 Ulrich Weigand <uweigand@de.ibm.com>
9240 Jim Blandy <jimb@codesourcery.com>
9241 Daniel Jacobowitz <drow@false.org>
9242
9243 * dwarf2expr.h (struct dwarf_expr_context): Add ADDR_SIZE member.
9244 (dwarf2_read_address): Update prototype.
9245
9246 * dwarf2expr.c (unsigned_address_type): Add ADDR_SIZE parameter.
9247 (signed_address_type): Likewise.
9248 (dwarf2_read_address): Replace BYTES_READ parameter with ADDR_SIZE.
9249 (execute_stack_op): Update calls to unsigned_address_type,
9250 signed_address_type and dwarf2_read_address. Fix implementation
9251 of DW_OP_deref_size.
9252
9253 * dwarf2loc.h (dwarf2_per_cu_objfile): Add prototype.
9254 (dwarf2_per_cu_addr_size): Likewise.
9255 (struct dwarf2_locexpr_baton): Replace OBJFILE with PER_CU.
9256 (struct dwarf2_loclist_baton): Likewise.
9257
9258 * dwarf2loc.c (find_location_expression): Update calls to
9259 dwarf2_read_address. Use dwarf2_per_cu_objfile and
9260 dwarf2_per_cu_addr_size to retrieve PER_CU parameters.
9261 (locexpr_describe_location): Likewise.
9262 (dwarf2_evaluate_loc_desc): Replace OBJFILE with PER_CU parameter.
9263 Set ctx->addr_size to dwarf2_per_cu_addr_size (per_cu).
9264 (dwarf2_loc_desc_needs_frame): Add PER_CU parameter. Set ctx->addr_size
9265 to dwarf2_per_cu_addr_size (per_cu).
9266 (locexpr_read_variable): Update dwarf2_evaluate_loc_desc call.
9267 (loclist_read_variable): Likewise.
9268 (locexpr_read_needs_frame): Update dwarf2_loc_desc_needs_frame call.
9269
9270 * dwarf2read.c (dwarf2_symbol_mark_computed): Set baton->per_cu
9271 instead of baton->objfile.
9272 (dwarf2_per_cu_obfile): New function.
9273 (dwarf2_per_cu_addr_size): Likewise.
9274
9275 * dwarf2-frame.c (struct comp_unit): Move higher.
9276 (struct dwarf2_cie): Add UNIT and ADDR_SIZE members.
9277 (execute_stack_op): Add ADDR_SIZE parameter; set ctx->addr_size.
9278 (execute_cfa_program): Add FDE parameter. Replace EH_FRAME_P
9279 parameter by using fde->eh_frame_p. Use read_encoded_value
9280 to implement DW_CFA_set_loc.
9281 (struct dwarf2_frame_cache): Add ADDR_SIZE member.
9282 (dwarf2_frame_cache): Set cache->addr_size. Update calls to
9283 execute_stack_op and execute_cfa_program.
9284 (dwarf2_frame_prev_register): Update calls to execute_stack_op.
9285 (size_of_encoded_value): Remove.
9286 (read_encoded_value): Add PTR_LEN and FUNC_BASE parameters.
9287 Remove call to size_of_encoded_value. Implement DW_EH_PE_funcrel.
9288 (add_cie): Set cie->unit backlink.
9289 (decode_frame_entry_1): Set cie->addr_size. Update calls to
9290 read_encoded_value.
9291 (dwarf2_build_frame_info): Allocate UNIT on objfile obstack.
9292
1c8201d1
MD
92932008-03-17 Markus Deuling <deuling@de.ibm.com>
9294
9295 * i386-tdep.c (i386_print_insn): Remove unnecessary call to
9296 gdbarch_bfd_arch_info.
9297
46bba1ef
JB
92982008-03-17 Joel Brobecker <brobecker@adacore.com>
9299
9300 * aix-thread.c (pdc_read_regs): Minor reformatting.
9301
0bcd3e20
VP
93022008-03-17 Vladimir Prus <vladimir@codesourcery.com>
9303
9304 * thread.c (print_thread_info): Don't insist
9305 on having current thread if there are no
9306 threads at all.
9307
9356cf8d
PA
93082008-03-17 Pedro Alves <pedro@codesourcery.com>
9309
9310 * infcmd.c (attach_command_post_wait)
9311 (attach_command_continuation): New.
9312 (attach_command): Support background async execution, and async
9313 execution in synchronous mode.
9314
5c3ce3f7
DJ
93152008-03-17 Daniel Jacobowitz <dan@codesourcery.com>
9316
9317 * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
9318 * symmisc.c (dump_symtab_1): Likewise.
9319 * wrapper.c (gdb_value_struct_elt): Likewise.
9320
fa2c6a57
PA
93212008-03-17 Pedro Alves <pedro@codesourcery.com>
9322
9323 * linux-nat.c (linux_nat_filter_event): Fix comment typo.
9324
02f3fc28
PA
93252008-03-17 Pedro Alves <pedro@codesourcery.com>
9326
9327 * linux-nat.c (linux_nat_filter_event): New, refactored from
9328 linux_nat_wait.
9329 (linux_nat_wait): Call linux_nat_filter_event.
9330
2f77b315
UW
93312008-03-17 Ulrich Weigand <uweigand@de.ibm.com>
9332
9333 * top.c (execute_command): Fix uninitialized variable error.
9334
f01be29b
NH
93352008-03-16 Nick Hudson <nick.hudson@dsl.pipex.com>
9336
680b56ce
AS
9337 * Makefile.in (amd64nbsd-nat.o): New dependency.
9338 * amd64nbsd-nat.c: Include "nbsd-nat.h".
9339 (_initialize_amd64nbsd_nat): Update target vector to use
9340 nbsd_pid_to_exec_file.
9341 * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
f01be29b 9342
6cf32704
VP
93432008-03-15 Vladimir Prus <vladimir@codesourcery.com>
9344
9345 Remove ignoring leading exec events code.
680b56ce
AS
9346 * fork-child.c (startup_inferior): Do not set
9347 inferior_ignoring_leading_exec_events.
9348 * inf-child.c (inf_child_reported_exec_events_per_exec_call): Remove.
9349 (inf_child_target): Do not set to_reported_exec_events_per_exec_call.
9350 * infrun.c (inferior_ignoring_leading_exec_events): Remove.
9351 (handle_inferior_event): Remove code for ignoring leading exec
9352 events.
9353 * target.c (update_current_target): Do not inherit, or default,
9354 to_reported_exec_events_per_exec_call.
9355 (debug_to_reported_exec_events_per_exec_call): Remove.
9356 (setup_target_debug): Do not set to_reported_exec_events_per_exec_call.
9357 * target.h (target_reported_exec_events_per_exec_call): Remove.
9358 (struct target): Remove the to_reported_exec_events_per_exec_call
9359 field.
6cf32704 9360
8e8901c5
VP
93612008-03-15 Vladimir Prus <vladimir@codesourcery.com>
9362
9363 Implement -thread-info.
680b56ce 9364 * gdbthread.h (print_thread_info): Declare.
8e8901c5 9365
680b56ce
AS
9366 * thread.c (print_thread_info): New, extracted
9367 from info_threads_command and adjusted to
9368 work for CLI and MI.
9369 (info_threads_command): Use print_thread_info.
8e8901c5
VP
9370 * Makefile.in: Update dependencies.
9371
680b56ce
AS
9372 * mi/mi-cmds.c (mi_cmds): Specify a handler
9373 for -thread-info.
9374 * mi/mi-cmds.h (mi_cmd_thread_info): Declare.
9375 * mi/mi-main.c (mi_cmd_thread_info): New.
9376 (mi_cmd_list_features): Include 'thread-info'.
8e8901c5 9377
7d1e6fb8
KB
93782008-03-14 Kevin Buettner <kevinb@redhat.com>
9379
9380 * mips-tdep.c (mips32_scan_prologue): Use the ABI register size
9381 to decide whether to match instruction patterns using "sw" and "sd".
9382
89113898
PA
93832008-03-14 Pedro Alves <pedro@codesourcery.com>
9384
9385 * infcmd.c (jump_command): Postpone disabling stdin until after
9386 the possible query.
9387
64a0ac84
PA
93882008-03-14 Pedro Alves <pedro@codesourcery.com>
9389
9390 * inflow.c (gdb_getpgrp): New.
9391 (gdb_has_a_terminal): Use get_getpgrp.
9392 (terminal_ours_1): If attach_flag is set, don't refetch
9393 inferior_process_group.
9394
1fddbabb
PA
93952008-03-14 Pedro Alves <pedro@codesourcery.com>
9396
9397 * features/library-list.dtd: Allow "section" elements as children
9398 of "library". Add "section" element and describe its attributes.
9399
9400 * solib-target.c (struct lm_info): Add section_bases member.
9401 (library_list_start_segment): Error out if seen a section element.
9402 (library_list_start_section): New.
9403 (library_list_end_library): New.
9404 (solib_target_free_library_list): Free section_bases.
9405 (section_attributes): New.
9406 (library_children): Make "segment" optional. Add "section" child.
9407 (library_list_children): Register library_list_end_library.
9408 (solib_target_relocate_section_addresses): Handle section bases.
9409
9410 * NEWS: Mention new qXfer:libraries:read section offsets support.
9411
712af3be
VP
94122008-03-14 Vladimir Prus <vladimir@codesourcery.com>
9413
9414 * defs.h (do_exec_error_cleanups, discard_exec_error_cleanups)
9415 (make_exec_error_cleanup): Remove declarations.
9416 * utils.c (exec_error_cleanup_chain): Remove.
9417 (do_exec_error_cleanups, discard_exec_error_cleanups)
9418 (make_exec_error_cleanup): Remove.
9419 * event-loop.c (start_event_loop): Adjust call to
9420 async_enable_stdin.
9421 * event-top.c (async_enable_stdin): Remove the paramater dummy.
9422 (async_disable_stdin): Don't register async_enable_stdin via
9423 cleanup.
9424 * inf-loop.c (inferior_event_handler): Don't
9425 call do_exec_error_cleanups. Call async_enable_stdin instead.
9426 * event-loop.c (start_event_loop): Adjust call to
9427 async_enable_stdin.
9428 * tui/tui-interp.c (tui_command_loop): Adjust call to
9429 async_enable_stdin.
9430
32c1e744
VP
94312008-03-14 Vladimir Prus <vladimir@codesourcery.com>
9432
9433 Async mode fixes.
680b56ce
AS
9434 * Makefile.in (infcmd.o, inf-loop.o): Update dependencies.
9435 * breakpoint.c (bpstat_do_actions): In async mode,
9436 don't jump to top expecting stop_bpstat to be already
9437 updated.
9438 * event-loop.c (start_event_loop): Call async_enable_stdin
9439 on exception.
9440 * event-top.c (async_enable_stdin): Do nothing if sync_execution
9441 is not set.
9442 (command_handler): Do not setup continuation here.
9443 (command_line_handler_continuation): Move to...
9444 * top.c (command_line_handler_continuation): ... here.
9445 (execute_command): In async mode, register continuation.
9446 Don't check frame's language in running in async mode.
9447 * exceptions.c (throw_exception): Don't do exec_error_cleanups.
9448 * inf-loop.c (complete_execution): Inline into...
9449 (inferior_event_handler): ... here. Clear target_executing before
9450 doing any cleanups. Don't try to show prompt if the target was
9451 resumed.
9452 * infcmd.c (signal_command): Add support for async mode.
9453 (finish_command): Only add continuation if the target was
9454 successfully resumed.
9455 * remote.c (init_async_opts): Register to_get_thread_local_address
9456 handler.
9457 * mi/mi-interp.c (mi_cmd_interpreter_exec): Don't mess
9458 with sync_execution.
9459 * tui/tui-interp.c (tui_command_loop): Call async_enable_stdin
9460 on exception.
32c1e744 9461
c04ea773
DJ
94622008-03-14 Daniel Jacobowitz <dan@codesourcery.com>
9463
9464 * corefile.c (reopen_exec_file): Use exec_bfd_mtime.
9465 * exec.c (exec_bfd_mtime): Define.
9466 (exec_close): Clear it.
9467 (exec_file_attach): Set it.
9468 * gdbcore.h (exec_bfd_mtime): Declare.
9469 * source.c (find_source_lines): Do not use bfd_get_mtime.
9470
952dc227
VP
94712008-03-14 Vladimir Prus <vladimir@codesourcery.com>
9472
9473 * top.c (simplified_command_loop): Remove.
9474
4cf46804
VP
94752008-03-14 Vladimir Prus <vladimir@codesourcery.com>
9476
9477 Remove unused remote.c hooks.
680b56ce
AS
9478 * remote.c (deprecated_target_resume_hook)
9479 (deprecated_target_wait_loop_hook): Remove.
9480 (remote_resume): Do not call deprecated_target_resume_hook.
9481 (remote_wait): Do not call deprecated_target_wait_loop_hook.
9482 (remote_async_wait): Likewise.
4cf46804 9483
683f2885
VP
94842008-03-14 Vladimir Prus <vladimir@codesourcery.com>
9485
9486 Implement MI notification for new threads.
680b56ce
AS
9487 * doc/observer.texi (new_thread): Document.
9488 * observer.sh: Forward declare struct thread_info.
9489 * thread.c (add_thread): Notify observer.
9490
9491 * interps.h (interp_init_ftype): New parameter
9492 top_level.
9493 (interp_set): Likewise.
9494 (top_level_interpreter_data): Declare.
9495 * interps.c (interp_set): New parameter top_level.
9496 Pass it to interpreter's init function. Remember
9497 top level interpreter.
9498 (interpreter_exec_cmd): Adjust.
9499 (top_level_interpreter_data): New.
9500 * main.c (captured_main): Pass 1 for top_level
9501 parameter of interp_set.
683f2885 9502 * cli/cli-interp.c (cli_interpreter_init): New
680b56ce
AS
9503 parameter top_level.
9504 * tui/tui-interp.c (tui_init): New parameter top_level.
683f2885 9505
680b56ce
AS
9506 * mi/mi-interp.c (mi_new_thread): New.
9507 (mi_interpreter_init): If top level, register
9508 observer for new threads.
683f2885 9509
680b56ce 9510 * Makefile.in (mi-interp.o, thread.o): Update dependencies.
683f2885 9511
ff9b3928
PA
95122008-03-14 Pedro Alves <pedro@codesourcery.com>
9513
9514 * top.c (execute_command): Disable break and stop
9515 commands in async mode.
9516
b18392ef
PA
95172008-03-14 Pedro Alves <pedro@codesourcery.com>
9518
9519 revert:
9520 2008-03-14 Pedro Alves <pedro@codesourcery.com>
9521 * inf-loop.c (inferior_event_handler): Don't include remote.h.
9522 Call target_stop in the INF_QUIT_REQ case.
9523 * Makefile.in (inf-loop.o): Update.
9524
0aca9f07
PA
95252008-03-14 Pedro Alves <pedro@codesourcery.com>
9526
9527 * inf-loop.c (inferior_event_handler): Don't include remote.h.
9528 Call target_stop in the INF_QUIT_REQ case.
9529 * Makefile.in (inf-loop.o): Update.
9530
0b4e556c
PA
95312008-03-14 Pedro Alves <pedro@codesourcery.com>
9532
9533 * top.c (execute_command): Enable break, info and interrupt
9534 commands in async mode.
9535
8defab1a
DJ
95362008-03-13 Vladimir Prus <vladimir@codesourcery.com>
9537 Daniel Jacobowitz <dan@codesourcery.com>
9538
9539 * breakpoint.h (breakpoint_restore_shadows): New
9540 declaration.
9541 * breakpoint.c (breakpoint_restore_shadows): New.
9542 (read_memory_nobpt): Delete.
9543 * gdbcore.h (read_memory_nobpt): Delete declaration.
9544 * target.c (memory_xfer_partial): Call
9545 breakpoint_restore_shadows.
9546 (restore_show_memory_breakpoints)
2da16c8c 9547 (make_show_memory_breakpoints_cleanup): New.
8defab1a 9548 (show_memory_breakpoints): New.
2da16c8c 9549 * target.h (make_show_memory_breakpoints_cleanup): Declare.
8defab1a
DJ
9550 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint):
9551 Make sure we see memory breakpoints when checking if
9552 breakpoint is still there.
9553 * alpha-tdep.c, alphanbsd-tdep.c, frame.c, frv-tdep.c,
9554 hppa-linux-tdep.c, hppa-tdep.c, i386-linux-nat.c, i386-tdep.c,
9555 m68klinux-tdep.c, mips-tdep.c, mn10300-tdep.c, s390-tdep.c,
9556 sparc-tdep.c: Use target_read_memory instead of read_memory_nobpt.
9557
fd532e2e
PA
95582008-03-12 Pedro Alves <pedro@codesourcery.com>
9559
9560 * thread.c (add_thread): Use printf_unfiltered to print.
9561
f749779f 95622008-03-12 Joel Brobecker <brobecker@gnat.com>
965b60ee
JB
9563
9564 * sol-thread.c: Replace use of TM_I386SOL2_H by an expression
9565 that is true only on x86-solaris and x86_64-solaris.
9566 * procfs.c: Likewise. Move procfs_find_LDT_entry up together
9567 with proc_get_LDT_entry.
9568
95692008-03-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
83116857
TJB
9570
9571 * configure.ac (AC_CHECK_FUNCS): Add check for setsid.
9572 * config.in, configure: Regenerate.
9573 * fork-child.c (fork_inferior): Call create_tty_session.
9574 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
9575 (create_tty_session): New function.
9576 * terminal.h: Declare create_tty_session.
9577
4fbb74a6
AM
95782008-03-12 Alan Modra <amodra@bigpond.net.au>
9579
9580 PR 5900
9581 * elfread.c (elf_symtab_read): Make shndx an unsigned int.
9582 * mipsread.c: Include elf/internal.h.
9583 (read_alphacoff_dynamic_symtab): Map external reserved sym_shndx
9584 to internal range.
9585
20a6ec49
MD
95862008-03-11 Markus Deuling <deuling@de.ibm.com>
9587
9588 * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch
9589 to get at the current architecture and at the target specific vector.
9590 Add target specific vector to I387_FISEG_REGNUM and I387_FOP_REGNUM and
9591 remove define of I387_ST0_REGNUM.
9592
9593 * amd64-tdep.c (I387_ST0_REGNUM): Remove define.
9594
9595 (amd64_supply_fxsave, amd64_collect_fxsave): Use get_regcache_arch to
9596 get at the current architecture
9597 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Add target specific vector as
9598 parameter.
9599
9600 * i386-tdep.c: Remove various define's and undef's of I387_ST0_REGNUM,
9601 I387_NUM_XMM_REGS and I387_MM0_REGNUM.
9602
9603 (I387_NUM_XMM_REGS, I387_XMM0_REGNUM, I387_MXCSR_REGNUM,
9604 I387_ST0_REGNUM, I387_FCTRL_REGNUM, I387_MM0_REGNUM,
9605 (I387_FSTAT_REGNUM): Add target specific vector as parameter.
9606
9607 (i386_register_name, i386_dbx_reg_to_regnum): Use gdbarch_tdep to get
9608 at the target specific vector.
9609
9610 (i386_get_longjmp_target): Use get_frame_arch to get at the current
9611 architecture. Use gdbarch_tdep to get at the target specific vector.
9612
9613 (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as parameter and
9614 update caller. Use gdbarch_tdep to get at the target specific vector.
9615
9616 (i386_register_to_value: Use get_frame_arch to get at the current
9617 architecture.
9618
9619 * i386-tdep.h (i386_fp_regnum_p, i386_fpc_regnum_p): Add gdbarch as
9620 parameter.
9621
9622 * i387-tdep.c (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
9623 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM
9624 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_ST0_REGNUM, FSAVE_ADDR,
9625 FXSAVE_ADDR, I387_XMM0_REGNUM): Add target specific vector as parameter.
9626
9627 (I387_ST0_REGNUM, I387_NUM_XMM_REGS): Remove various define's and
9628 undef's.
9629
9630 (i387_convert_register_p, i387_register_to_value,
9631 i387_value_to_register): Update call for i386_fp_regnum_p.
9632
9633 * i387-tdep.h: Remove comment.
9634 (I387_ST0_REGNUM, I387_NUM_XMM_REGS, I387_MM0_REGNUM): Add define.
9635 (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM, I387_FTAG_REGNUM,
9636 I387_FISEG_REGNUM, I387_FIOFF_REGNUM, I387_FOSEG_REGNUM,
9637 I387_FOOFF_REGNUM, I387_FOP_REGNUM, I387_XMM0_REGNUM,
9638 I387_MXCSR_REGNUM): Add target specific vector as parameter.
9639
ccd213ac
DJ
96402008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9641
9642 * Makefile.in (fork-child.o): Update.
9643 * NEWS: Document "set exec-wrapper" and the gdbserver --wrapper
9644 argument. Gather all gdbserver features together.
9645 * fork-child.c (exec_wrapper): New variable.
9646 (fork_inferior): Use it.
9647 (startup_inferior): Skip an extra trap if using "set exec-wrapper".
9648 (unset_exec_wrapper_command, _initialize_fork_child): New.
9649
96502008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
80618b99
MS
9651
9652 * source.c (directory_command): Modify the determination of
9653 condition of terminal "from_tty".
9654
22566fbd
DJ
96552008-03-10 Matt Rice <ratmice@gmail.com>
9656
9657 * dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
9658
9971ac47
UW
96592008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
9660
9661 * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
9662 of the data passing to strtoulst function.
9663 (info_spu_signal_command): Likewise.
9664
835670cf
VP
96652008-03-08 Vladimir Prus <vladimir@codesourcery.com>
9666
9667 * mi/mi-interp.c (mi_command_loop): Remove
9668 commented-out code.
680b56ce 9669
be86555c
JB
96702008-03-07 Joel Brobecker <brobecker@adacore.com>
9671
9672 * remote.c (extended_remote_attach_1): Make local variable pid an int
9673 instead of a pid_t.
9674
4d7b2d5b
JB
96752008-03-07 Joel Brobecker <brobecker@adacore.com>
9676
9677 * solib-svr4.c (svr4_same_1): New function, originally extracted
9678 from svr4_same and expanded to handle the sparc64 case.
9679 (svr4_same): Move up and reimplement using svr4_same_1.
9680 (enable_break): Use svr4_same_1 to do shared library name comparisons.
9681
61fed90e
RR
96822008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>
9683
9684 * MAINTAINERS: Move self to Paper trail.
9685
b803fb0f
DJ
96862008-03-05 Daniel Jacobowitz <dan@codesourcery.com>
9687
9688 * Makefile.in (mingw-hdep.o, posix-hdep.o, remote-fileio.o): Update.
9689 * event-loop.c (call_async_signal_handler): New.
9690 * event-loop.h (call_async_signal_handler)
9691 (gdb_call_async_signal_handler): Declare.
9692 (mark_async_signal_handler): Add comments.
9693 * event-top.c (handle_sigint): Use gdb_call_async_signal_handler.
9694 * mingw-hdep.c (sigint_event, sigint_handler): New.
9695 (gdb_select): Use them. Wait for the readline signal handler
9696 to finish.
9697 (gdb_call_async_signal_handler, _initialize_mingw_hdep): New functions.
9698 * posix-hdep.c (gdb_call_async_signal_handler): New function.
9699 * remote-fileio.c (sigint_fileio_token, async_remote_fileio_interrupt):
9700 New.
9701 (remote_fileio_ctrl_c_signal_handler): Use
9702 gdb_call_async_signal_handler.
9703 (initialize_remote_fileio): Initialize sigint_fileio_token.
9704 * remote.c (initialize_sigint_signal_handler, handle_remote_sigint): Do
9705 not initialize tokens here.
9706 (handle_remote_sigint_twice): Likewise. Reinstall
9707 handle_remote_sigint.
9708 (async_remote_interrupt_twice): Just call interrupt_query.
9709 (cleanup_sigint_signal_handler): Do not delete tokens.
9710 (remote_interrupt, remote_interrupt_twice): Use
9711 gdb_call_async_signal_handler.
9712 (interrupt_query): Reinstall the default signal handler.
9713 (_initialize_remote): Initialize tokens here.
9714
8f4d54ed
JB
97152008-03-04 Joel Brobecker <brobecker@adacore.com>
9716
9717 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml,
9718 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
9719 Change the type of the lr register to code_ptr.
9720 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
9721 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
9722 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
9723 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
9724 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
9725 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
9726 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c: Regenerate.
9727
95ece428
JW
97282008-03-03 James E. Wilson <wilson@tuliptree.org>
9729
9730 * MAINTAINERS: Update my email address.
9731
686a5eed
KS
97322008-03-03 Keith Seitz <keiths@redhat.com>
9733
9734 From Dave Murphy <davem@devkitpro.org>:
9735 * configure.ac: Set tcl configdir to win under mingw.
9736 * configure: Regenerate.
9737
fa4727a6
DJ
97382008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9739
9740 * breakpoint.c (fetch_watchpoint_value): New function.
9741 (update_watchpoint): Set and clear val_valid. Use
9742 fetch_watchpoint_value. Handle unreadable values on the
9743 value chain. Correct check for user-requested array watchpoints.
9744 (breakpoint_init_inferior): Clear val_valid.
9745 (watchpoint_value_print): New function.
9746 (print_it_typical): Use it. Do not free or clear old_val. Print
9747 watchpoints even if old_val == NULL.
9748 (watchpoint_check): Use fetch_watchpoint_value. Check for values
9749 becoming readable or unreadable.
9750 (watch_command_1): Use fetch_watchpoint_value. Set val_valid.
9751 (do_enable_watchpoint): Likewise.
9752 * breakpoint.h (struct breakpoint): Update comment for val. Add
9753 val_valid.
9754 * NEWS: Mention watchpoints on inaccessible memory.
9755
9b7d9019 97562008-02-29 Daniel Jacobowitz <dan@codesourcery.com>
c03374d5
DJ
9757
9758 * Makefile.in (i386-nat.o): Update.
9759 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
9760 i386_use_watchpoints.
9761 * i386-linux-nat.c (_initialize_i386_linux_nat): Call
9762 i386_use_watchpoints.
9763 * i386-nat.c (i386_stopped_data_address): Take two arguments.
9764 (i386_stopped_by_watchpoint): Update call.
9765 (i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
9766 * config/i386/nm-i386.h: Conditionalize definitions on
9767 ! I386_WATCHPOINTS_IN_TARGET_VECTOR.
9768 (i386_use_watchpoints): Declare.
9769 (i386_stopped_data_address): Update.
9770 * config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
9771 * config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
9772
c24d7425 97732008-02-29 Joel Brobecker <brobecker@adacore.com>
9774
9775 GDB 6.8 branch created (branch timestamp: 2008-02-26 10:00 UTC)
9776 * version.in: Bump version to 6.8.50.20080229-cvs.
9777
a7dfd010
MD
97782008-02-28 Markus Deuling <deuling@de.ibm.com>
9779
9780 * f-typeprint.c (f_print_type): Handle NULL pointer in VARSTRING
9781 properly.
9782
258c00cc
TT
97832008-02-28 Tom Tromey <tromey@redhat.com>
9784
9785 * infcmd.c (notice_args_read): Print result of get_inferior_args.
9786
8edfe269
DJ
97872008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9788
9789 * infcmd.c (kill_if_already_running): Make static. Use
9790 target_require_runnable.
9791 * target.c (target_require_runnable): New.
9792 * target.h (target_require_runnable): Declare.
9793
0d6ba1b1
DJ
97942008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9795
9796 * frame.c (reinit_frame_cache): Only annotate if frames were
9797 previously valid.
9798
6fe305f7
UW
97992008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9800
9801 * regformats/reg-ppc.dat: Rename "ps" to "msr".
9802 * regformats/reg-ppc64.dat: Likewise.
9803
9b4b61c8
UW
98042008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9805
9806 * features/Makefile (%.dat): Emit xmltarget statement.
9807
9808 * regformats/regdat.sh: Support xmltarget and xmlarch statments.
9809 Generate code to set gdbserver_xmltarget in init_registers_${name}.
9810
9811 * regformats/arm-with-iwmmxt.dat: Regenerate.
9812 * regformats/mips64-linux.dat: Regenerate.
9813 * regformats/mips-linux.dat: Regenerate.
9814 * regformats/rs6000/powerpc-32.dat: Regenerate.
9815 * regformats/rs6000/powerpc-64.dat: Regenerate.
9816 * regformats/rs6000/powerpc-e500.dat: Regenerate.
9817
9818 * regformats/reg-arm.dat: Add xmlarch statement.
9819 * regformats/reg-i386.dat: Likewise.
9820 * regformats/reg-i386-linux.dat: Likewise.
9821 * regformats/reg-x86-64-linux.dat: Likewise.
9822 * regformats/reg-spu.dat: Likewise.
9823
20b4711e
DJ
98242008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9825
9826 * remote.c (remote_wait, remote_async_wait): Stop if we receive
9827 an error.
9828
1843f87b
DJ
98292008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9830
9831 * utils.c (debug_timestamp): New.
9832 (vfprintf_unfiltered): Print timestamps if requested.
9833 (show_debug_timestamp): New.
9834 (initialize_utils): Register "set debug timestamp".
9835 * NEWS: Mention "set debug timestamp". Add GDB 6.8 section.
9836
6a048695
JB
98372008-02-27 Joel Brobecker <brobecker@adacore.com>
9838
9839 * breakpoint.c (skip_prologue_sal): New function.
9840 (resolve_sal_pc): Adjust SAL past prologue if the SAL was
9841 computed from a line number.
9842
0b998f49
JB
98432008-02-27 Joel Brobecker <brobecker@adacore.com>
9844
9845 * features/rs6000/power-core.xml, features/rs6000/power64-core.xml
9846 features/rs6000/powerpc-601.xml, features/rs6000/rs6000.xml:
9847 Set PC register type to "code_ptr".
9848 * features/rs6000/powerpc-32.c, features/rs6000/powerpc-403.c,
9849 features/rs6000/powerpc-403gc.c, features/rs6000/powerpc-505.c,
9850 features/rs6000/powerpc-601.c, features/rs6000/powerpc-602.c,
9851 features/rs6000/powerpc-603.c, features/rs6000/powerpc-604.c,
9852 features/rs6000/powerpc-64.c, features/rs6000/powerpc-7400.c,
9853 features/rs6000/powerpc-750.c, features/rs6000/powerpc-860.c,
9854 features/rs6000/powerpc-e500.c, features/rs6000/rs6000.c:
9855 Regenerate.
9856
d05b4ac3
UW
98572008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9858
9859 * regformats/regdat.sh: Rename init_registers function in
9860 generated file to init_registers_${name}.
9861
9862 * regformats/reg-crisv32.dat: Set "name" to crisv32.
9863 * regformats/reg-ppc64.dat: Set "name" to ppc64.
9864 * regformats/reg-s390x.dat: Set "name" to s390x.
9865
a5d9d57d
DJ
98662008-02-26 Greg Law <glaw@undo-software.com>
9867
9868 * regcache.c (registers_changed): Call reinit_frame_cache.
9869
e25c958c
DJ
98702008-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9871
9872 * configure.tgt (sh-*-linux*): Match sh*. Add glibc-tdep.o.
9873 * sh-linux-tdep.c (sh_linux_init_abi): Use glibc_skip_solib_resolver
9874 and svr4_fetch_objfile_link_map.
9875 * Makefile.in (sh-linux-tdep.o): Update.
9876
5daa78cc
TJB
98772008-02-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
9878
9879 * amd64-tdep.c (amd64_classify): Add support for decimal float
9880 types.
9881 * i386-tdep.c (i386_return_value): Make 128-bit decimal float
9882 use the struct return convention.
9883
54e52265
VP
98842008-02-26 Nick Roberts <nickrob@snap.net.nz>
9885
9886 * breakpoint.c (print_one_breakpoint_location): Revert Enb field
9887 to old format. Discard breakpoint address if shared library is
9888 unloaded.
9889 (breakpoint_1): Adjust formatting of table header accordingly.
9890
d8f2712d
VP
98912008-02-25 Vladimir Prus <vladimir@codesourcery.com>
9892
9893 * remote.c (remote_get_threadlist): If the response
9894 is empty, don't try to parse it.
9895
05ce04a4
VP
98962008-02-23 Vladimir Prus <vladimir@codesourcery.com>
9897
9898 Unbreak 'target async'.
680b56ce
AS
9899 * serial.c (serial_async): Set the
9900 handler function before enabling async
9901 mode.
05ce04a4 9902
b36ec657
DJ
99032008-02-22 Daniel Jacobowitz <dan@codesourcery.com>
9904
9905 * solib-svr4.c (enable_break): Convert r_brk to a code address.
9906
df7df359
PA
99072008-02-21 Pedro Alves <pedro@codesourcery.com>
9908
9909 * remote.c (extended_remote_attach_1): Set attach_flag.
9910 (extended_remote_create_inferior_1): Clear attach_flag.
9911
7cd25cfc
DJ
99122008-02-20 Daniel Jacobowitz <dan@codesourcery.com>
9913
9914 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Set
9915 r_brk_offset.
9916 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
9917 * solib-svr4.c (solib_svr4_r_brk): New.
9918 (open_symbol_file_object, svr4_current_sos): Always check the
9919 debug base.
9920 (svr4_fetch_objfile_link_map): Do not set debug_base.
9921 (enable_break): Use r_brk if it is set.
9922 (svr4_ilp32_fetch_link_map_offsets): Set r_brk_offset.
9923 (svr4_lp64_fetch_link_map_offsets): Likewise.
9924 * solib-svr4.h (struct link_map_offsets): Add r_brk_offset.
9925
07ea644b
MD
99262008-02-20 Markus Deuling <deuling@de.ibm.com>
9927 Mark Kettenis <kettenis@gnu.org>
9928
9929 * alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
9930 trad_frame_saved_reg.
680b56ce 9931 (trad-frame.h): New include.
07ea644b
MD
9932
9933 (alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
680b56ce 9934 instead of frame_obstack_zalloc.
07ea644b
MD
9935 (alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
9936
680b56ce 9937 * Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
07ea644b 9938
40887e1a
MD
99392008-02-20 Markus Deuling <deuling@de.ibm.com>
9940
9941 * rs6000-tdep.c (gdb_print_insn_powerpc): Get the current endianess
9942 from disassemble_info instead of gdbarch_byte_order.
9943
9944 * mips-tdep.c (gdb_print_insn_mips): Likewise.
9945 * arm-tdep.c (gdb_print_insn_arm): Likewise.
9946
ae4b2284
MD
99472008-02-20 Markus Deuling <deuling@de.ibm.com>
9948
9949 * gdbarch.sh (memory_insert_breakpoint, memory_remove_breakpoint): Add
9950 gdbarch as parameter.
9951
9952 * gdbarch.{c,h}: Regenerate.
9953
9954 * ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Add gdbarch as
9955 parameter.
9956 * mem-break.c (default_memory_insert_breakpoint)
9957 (default_memory_remove_breakpoint): Likewise.
9958 * target.h (default_memory_remove_breakpoint)
9959 (default_memory_insert_breakpoint): Likewise.
9960
9961 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add gdbarch as
9962 parameter. Replace current_gdbarch by gdbarch.
9963 * m32r-tdep.c (m32r_memory_insert_breakpoint)
9964 (m32r_memory_remove_breakpoint): Likewise.
9965
d9bf65d5
DJ
99662008-02-19 Daniel Jacobowitz <dan@codesourcery.com>
9967
9968 * MAINTAINERS: Add Vladimir Prus as MI maintainer.
9969
b93b6ca7
JB
99702008-02-19 Joel Brobecker <brobecker@adacore.com>
9971
9972 * NEWS: Add entry describing Add support improvements.
9973
4ed226fe
MD
99742008-02-18 Markus Deuling <deuling@de.ibm.com>
9975
9976 * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by
9977 M68K_FP0_REGNUM.
9978
caaa79ad
MD
99792008-02-18 Markus Deuling <deuling@de.ibm.com>
9980
9981 * sentinel-frame.c (sentinel_frame_prev_register): Do not call
9982 register_offset_hack anymore.
9983
9984 * regcache.{c,h} (register_offset_hack): Remove.
9985
e38c262f
MD
99862008-02-18 Markus Deuling <deuling@de.ibm.com>
9987
9988 * hppa-tdep.h (find_global_pointer): Add gdbarch as parameter.
9989
9990 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer): Likewise. Replace
9991 current_gdbarch by gdbarch.
9992 (hppa64_hpux_find_global_pointer): Likewise.
9993 * hppa-tdep.c (hppa_find_global_pointer): Likewise.
9994 (hppa32_push_dummy_call, hppa64_push_dummy_call): Update call for
9995 find_global_pointer.
9996
9997 * hppabsd-tdep.c (hppabsd_find_global_pointer): Add gdbarch as
9998 parameter.
9999 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
10000
10001 * hppa-linux-nat.c (hppa_linux_register_addr): Use ARRAY_SIZE instead
10002 of gdbarch_num_regs.
10003
10004 * hppa-hpux-tdep.c (hppa_hpux_sr_for_addr): Add gdbarch as parameter and
680b56ce 10005 replace current_gdbarch by gdbarch.
e38c262f
MD
10006 (hppa_hpux_push_dummy_code): Update call for hppa_hpux_sr_for_addr.
10007
206988c4
MD
100082008-02-18 Markus Deuling <deuling@de.ibm.com>
10009
10010 * rs6000-nat.c (exec_one_dummy_insn, regmap): Add gdbarch as parameter
10011 and replace current_gdbarch by gdbarch.
10012
10013 (store_register): Update call for exec_one_dummy_insn.
10014 (fetch_register, store_register): Update call of regmap.
10015
10016 * ppcnbsd-nat.c (getregs_supplies, getfpregs_supplies): Add gdbarch as
10017 parameter and replace current_gdbarch by gdbarch.
680b56ce 10018
206988c4
MD
10019 (ppcnbsd_store_inferior_registers): Use get_regcache_arch to get at
10020 the current architecture. Update call for getregs_supplies and
10021 getfpregs_supplies.
10022 (ppcnbsd_fetch_inferior_registers): Likewise.
10023
680b56ce 10024 * ppcobsd-nat.c (getfpregs_supplies): Add gdbarch as parameter and
206988c4
MD
10025 replace current_gdbarch by gdbarch.
10026 (ppcobsd_fetch_registers, ppcobsd_store_registers): Use
10027 get_regcache_arch to get at the current architecture. Update call for
10028 getfpregs_supplies.
10029
f642be6b
MD
100302008-02-18 Markus Deuling <deuling@de.ibm.com>
10031
10032 * arch-utils.c (gdbarch_from_bfd): Remove unnecessary {old,new}_gdbarch
680b56ce 10033 variables.
f642be6b 10034
b1f2bf01
MD
100352008-02-15 Markus Deuling <deuling@de.ibm.com>
10036
10037 * mips-linux-tdep.c (mips_linux_init_abi): Remove internal error.
10038
ee163bf5
VP
100392008-02-14 Vladimir Prus <vladimir@codesourcery.com>
10040
10041 * NEWS: Mention pending breakpints in MI.
680b56ce 10042
f6fbcbf9
MD
100432008-02-14 Markus Deuling <deuling@de.ibm.com>
10044
10045 * Makefile.in (ALL_TARGET_OBS): Remove dependency to xtensa-linux-nat.o.
10046
36af4ef6
MD
100472008-02-13 Markus Deuling <deuling@de.ibm.com>
10048
10049 Add script to build and test GDB using enable-targets=all.
10050
10051 * gdb_buildall.sh: New file.
10052
94a0e877
MG
100532008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
10054
10055 * NEWS (New native configurations): Xtensa GNU/Linux.
10056 (New targets): Xtensa GNU/Linux.
10057 * Makefile.in (ALL_TARGET_OBS): Add xtensa-linux-nat.o and
10058 xtensa-linux-tdep.o
10059 (ALLDEPFILES): Add xtensa-linux-tdep.c and xtensa-linux-nat.c
10060 (xtensa-linux-nat.o, xtensa-linux-tdep.o): New dependencies.
10061 * configure.tgt (xtensa*-*-linux*): New entry.
10062 * xtensa-config.c (xtensa_tdep): New variable.
10063 (xtensa_config_byte_order, xtensa_config_tdep): Removed.
10064 (rmap): Change format based on new macro XTREG.
10065 (XTENSA_CONFIG_INSTANTIATE): Use new macro defined in xtensa-tdep.h.
10066 * xtensa-linux-nat.c: New.
10067 * xtensa-linux-tdep.c: New.
10068 * xtensa-xtregs.c: New.
10069 * xtensa-tdep.h (xtensa_elf_gregset_t): Update.
10070 (XTENSA_ELF_NGREG, XTREG, XTREG_END, XTENSA_GDBARCH_TDEP_INSTANTIATE)
10071 (XCHAL_NUM_CONTEXTS, XCHAL_HAVE_EXCEPTIONS): New macros.
10072 (xtensa_register_t): New field coprocessor.
10073 (XTENSA_REGISTER_FLAGS_PRIVILEGED): Name spelling corrected.
10074 * xtensa-tdep.c (xtensa_config_tdep, xtensa_config_byte_order): Removed.
10075 (xtensa_pseudo_register_read, xtensa_pseudo_register_write):
10076 Update to handle privileged registers.
10077 (xtensa_supply_gregset) Remove exccause and excvaddr registers.
10078 (xtensa_push_dummy_call): Set windowstart register correctly.
10079 (call0_analyze_prologue): Initialize xtensa_default_isa.
10080 (xtensa_derive_tdep): New.
10081 (xtensa_gdbarch_init): Get rid of xtensa_config_byte_order and
10082 xtensa_config_tdep, use XCHAL_HAVE_BE and xtensa_tdep instead.
10083 Call xtensa_derive_tdep().
10084 * config/xtensa/linux.mh: New.
10085 * regformats/reg-xtensa.dat: New.
10086
b7ee1b0a 100872008-02-09 Aleksandar Ristovski <aristovski@qnx.com> (tiny change)
f90c07ac
EZ
10088
10089 * corelow.c (core_open): Use IS_ABSOLUTE_PATH.
10090 (filenames.h): New include.
10091 * Makefile.in (corelow.o): Add dependency for filenames.h.
10092
8da2a1df
DJ
100932008-02-08 Doug Evans <dje@google.com>
10094
10095 * source.c (find_and_open_source): Always rewrite absolute filenames.
10096
776592bf
DE
100972008-02-07 Doug Evans <dje@google.com>
10098
10099 * breakpoint.c: #include "hashtab.h".
10100 (ambiguous_names_p): New fn.
10101 (update_breakpoint_locations): When restoring bp enable status, don't
10102 compare function names if any functions have same name.
10103 * Makefile.in (breakpoint.o): Add hashtab.h dependency.
10104
d6565258
JB
101052008-02-07 Joel Brobecker <brobecker@adacore.com>
10106
10107 * ada-lang.c (symbol_completion_add): Make SV parameter a VEC**
10108 instead of just a VEC*. Update use of SV.
10109 (ada_make_symbol_completion_list): Update symbol_completion_add calls.
10110
6d53d0af
JB
101112007-02-07 Joel Brobecker <brobecker@adacore.com>
10112
10113 * NEWS: Put all new commands since gdb-6.7 together.
10114
2ba95b9b
JB
101152007-02-07 Joel Brobecker <brobecker@adacore.com>
10116
10117 * ada-lang.c: #include "vec.h".
10118 (struct string_vector, new_string_vector, string_vector_append):
10119 Delete.
10120 (char_ptr): New typedef.
10121 (DEF_VEC_P (char_ptr)): New VEC type.
10122 (symbol_completion_add): Update profile to take the new VEC type
10123 instead of the old string_vector structure. Update code accordingly.
10124 (ada_make_symbol_completion_list): Use the new VEC type instead of
10125 the old string_vector structure, and update the code accordingly.
10126 * Makefile.in (ada-lang.o): Add dependency on vec.h.
10127
4ae0885a
PM
101282008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10129
10130 * p-exp.y: Set current_type in missing places.
10131 (leftdiv_is_integer): New static variable.
10132 Typecast right operand of BINOP_DIV to long_double if both operands
10133 are integers.
10134
06b1d59c
MR
101352008-02-06 Maciej W. Rozycki <macro@mips.com>
10136
10137 * remote-mips.c (set_breakpoint): Rename to...
10138 (mips_set_breakpoint): ... this.
10139 (clear_breakpoint): Rename to...
10140 (mips_clear_breakpoint): ... this.
10141 (common_breakpoint): Rename to...
10142 (mips_common_breakpoint): ... this.
10143 (check_lsi_error): Rename to...
10144 (mips_check_lsi_error): ... this.
10145
41d27058
JB
101462007-02-05 Joel Brobecker <brobecker@adacore.com>
10147
10148 * language.h (struct language_defn): Add new field
10149 la_make_symbol_completion_list.
10150 * symtab.c (default_make_symbol_completion_list): Renames
10151 make_symbol_completion_list.
10152 (make_symbol_completion_list): New function.
10153 * symtab.h (default_make_symbol_completion_list): Add declaration.
10154 * langauge.c (unknown_language): Set la_make_symbol_completion_list.
10155 (auto_language, local_language): Likewise.
10156 * objc-lang.c (objc_language_defn): Likewise.
10157 * scm-lang.c (scm_language_defn): Likewise.
10158 * m2-lang.c (m2_language_defn): Likewise.
10159 * f-lang.c (f_language_defn): Likewise.
10160 * jv-lang.c (java_language_defn): Likewise.
10161 * p-lang.c (pascal_language_defn): Likewise.
10162 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn)
10163 (minimal_language_defn): Likewise.
10164 * ada-lang.c (struct string_vector): New structure.
10165 (new_string_vector, string_vector_append, ada_unqualified_name)
10166 (add_angle_brackets, symbol_completion_match, symbol_completion_add)
10167 (ada_make_symbol_completion_list): New functions.
10168 (ada_language_defn): Set la_make_symbol_completion_list.
10169 * ada-lang.h (ada_make_symbol_completion_list): Remove declaration,
10170 this function is static.
10171
ee3a2f01
KB
101722008-02-05 Kevin Buettner <kevinb@redhat.com>
10173
10174 * mn10300-tdep.c (mn10300_push_dummy_call): Adjust stack pointer
10175 to account for call site optimizations.
10176
d844e34b
JB
101772008-02-05 Andrzej Zaborowski <balrogg@gmail.com>
10178
10179 * tracepoint.c (read_actions): Handle end-of-text indicator
10180 in action list properly. (Committed by Jim Blandy)
10181
02e4669d
JB
101822008-02-05 Jim Blandy <jimb@red-bean.com>
10183
10184 * ax-gdb.c (gen_expr): Yield ordinary error if asked to trace a
10185 pseudoregister, not an internal error.
85ecb32b 10186 Reported by: Andrzej Zaborowski
02e4669d 10187
c39c8256
VP
101882008-02-04 Vladimir Prus <vladimir@codesourcery.com>
10189
10190 * varobj.c (c_value_of_variable): Use xstrdup.
10191
ae7d22a6
VP
101922008-02-04 Vladimir Prus <vladimir@codesourcery.com>
10193
10194 Update stored rendition of varobj value when format changes.
10195 * varobj.c (varobj_set_display_format): Recomputed
680b56ce
AS
10196 print_value.
10197 (c_value_of_variable): Return print_value.
ae7d22a6 10198
81fe8080
DE
101992008-02-03 Doug Evans <dje@google.com>
10200
301f0ecf
DE
10201 * eval.c (evaluate_subexp_standard): Fix type of result of mixed
10202 integer/float division operations when EVAL_AVOID_SIDE_EFFECTS.
10203 * valops.c (value_one): New function.
10204 * value.h (value_one): Declare.
10205
10206 Fix argument promotion for binary arithmetic ops for C.
10207 * valarith.c (unop_result_type): New fn.
10208 (binop_result_type): New fn.
10209 (value_binop): Move result type computation to binop_result_type.
10210 (value_pos, value_neg, value_complement): Move result type
10211 computation to unop_result_type.
10212
81fe8080
DE
10213 PR 2384
10214 * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
10215 Return basetype, fieldno if found. All callers updated.
10216 Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different
10217 objfile.
10218 * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno.
10219 * symfile.h (fill_in_vptr_fieldno): Delete.
10220
41808ebe
DE
102212008-02-02 Doug Evans <dje@google.com>
10222
f8597ac3
DE
10223 * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero.
10224
41808ebe
DE
10225 * typeprint.c (*): Whitespace cleanup.
10226
f964a756
MK
102272008-02-02 Mark Kettenis <kettenis@gnu.org>
10228 Luis Machado <luisgpm@br.ibm.com>
680b56ce 10229 Thiago Jung Bauermann <bauerman@br.ibm.com>
f964a756
MK
10230
10231 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that
10232 don't fit into registerson the stack the way GCC does.
10233
b06ead72
JB
102342008-02-01 Joel Brobecker <brobecker@adacore.com>
10235
10236 * symtab.c (symbol_set_names): Do not add an entry in the demangling
10237 hash table for Ada symbols. Just store the linkage name as is,
10238 and leave the demangled_name as NULL.
10239
2cfa0c8d
JB
102402007-02-01 Joel Brobecker <brobecker@adacore.com>
10241
10242 * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms
10243 in the global scope.
10244 (new_symbol): Likewise.
10245
98deb0da 102462008-02-01 Vladimir Prus <vladimir@codesourcery.com>
680b56ce
AS
10247
10248 * breakpoint.c (break_command_1): Return void.
10249 (break_command_really): Return void. Rethrow
10250 exceptions instead of returning.
10251 (gdb_breakpoint): Remove the error_message parameter.
10252 Return void. Rename to set_breakpoint.
10253 * gdb.h (gdb_breakpoint): Rename and move to...
98deb0da 10254 * breakpoint.h (set_breakpoint): ...here.
680b56ce
AS
10255 * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore
10256 event hooks even if exception is thrown. Adjust to
10257 gdb_breakpoint interface changes.
10258
98deb0da 10259
ce0451ad
TJB
102602008-02-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
10261
10262 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit
10263 float in both first and second word in the doubleword, to support
10264 old and new ABIs.
10265
723a2275
VP
102662008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10267
10268 Properly rethrow exception. This fixes errors
10269 about non-existent functions for -break-insert.
680b56ce
AS
10270 * breakpoint.c (break_command_really): Use throw_exception
10271 for rethrowing. If rethrowing, don't print the exception.
723a2275 10272
d64a946d
TJB
102732008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
10274
10275 * NEWS: Mention Decimal Floating Point support.
10276
02b156f5
JB
102772008-01-31 Joel Brobecker <brobecker@adacore.com>
10278
10279 * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned
10280 value type to builtin_type_void_func_ptr.
10281
a16b8bcd
UW
102822008-01-31 Andreas Krebbel <krebbel1@de.ibm.com>
10283
10284 * s390-tdep.c (is_float_singleton, is_float_like,
10285 alignment_of, s390_return_value): Make checks for
10286 TYPE_CODE_FLT to match TYPE_CODE_DECFLOAT as well.
10287
f949c649
TJB
102882008-01-31 Luis Machado <luisgpm@br.ibm.com>
10289 Thiago Jung Bauermann <bauerman@br.ibm.com>
10290
10291 * infcmd.c (default_print_registers_info): Also print hex
10292 raw contents for TYPE_CODE_DECFLOAT registers.
10293 * ppc-tdep.h (gdbarch_tdep): Add ppc_dl0_regnum member.
10294 * rs6000-tdep.c (IS_DFP_PSEUDOREG): New macro.
10295 (rs6000_register_name): Add support for DFP pseudo-registers.
10296 (rs6000_pseudo_register_type): Likewise.
10297 rs6000_pseudo_register_reggroup_p): Likewise.
10298 (ppc_pseudo_register_read): New function.
10299 (ppc_pseudo_register_write): Likewise.
10300 (rs6000_pseudo_register_read): Likewise.
10301 (rs6000_pseudo_register_write): Likewise.
10302 (e500_pseudo_register_read): Move checks to
10303 rs6000_pseudo_register_read.
10304 (e500_pseudo_register_write): Move checks to
10305 rs6000_pseudo_register_write.
10306 (rs6000_gdbarch_init): Initialize tdep->ppc_dl0_regnum. Install
10307 rs6000_pseudo_register_read and rs6000_pseudo_register_write
10308 in gdbarch if SPE or DFP is available. Adjust gdbarch's
10309 num_pseudo_regs to account for DFP pseudo regs.
10310
5a9e69ba
TJB
103112008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
10312
10313 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_ev31_regnum member.
10314 * rs6000-tdep.c (IS_SPE_PSEUDOREG): New macro.
10315 (spe_register_p, rs6000_register_name, rs6000_pseudo_register_type,
10316 rs6000_pseudo_register_reggroup_p, e500_move_ev_register,
10317 e500_pseudo_register_read, e500_pseudo_register_write): Use
10318 IS_SPE_PSEUDOREG macro.
10319 (rs6000_frame_cache): Remove use of tdep->ppc_ev31_regnum.
10320 (rs6000_gdbarch_init): Remove unnecessary num_sprs local variable.
10321 Remove initialization of tdep->ppc_ev31_regnum.
10322
4e885b20
JB
103232008-01-08 Paul Hilfinger <hilfinger@adacore.com>
10324
10325 * printcmd.c (print_formatted): Handle references as for unformatted
10326 prints.
10327
80f064a2
JB
103282008-01-30 Joel Brobecker <brobecker@adacore.com>
10329
10330 * eval.c (evaluate_subexp_standard): Add handling of user
10331 registers when in EVAL_AVOID_SIDE_EFFECTS mode.
10332
9b3442ee
PM
103332008-01-30 Pierre Muller <muller@ics.u-strasbg.fr>
10334
10335 * eval.c (evaluate_subexp_standard): Support
10336 BINOP_INTDIV opcode.
10337
d118ef87
PH
103382008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10339
10340 * valarith.c (value_binop): Add floating-point BINOP_MIN and
10341 BINOP_MAX cases.
10342 For BINOP_EXP, use length and signedness of left operand only for
10343 result, as for shifts.
10344 For integral operands to BINOP_EXP, use new integer_pow and
10345 uinteger_pow functions so as to get full range of results.
10346 (integer_pow): New function.
10347 (uinteger_pow): New function.
10348
d56d46f5
VP
103492008-01-30 Vladimir Prus <vladimir@codesourcery.com>
10350
10351 Use vector for varobj_list_children interface.
680b56ce
AS
10352 * gdb/varobj.c (varobj_list_children): Return vector
10353 of varobjs.
10354 * gdb/varobj.h (varobj_list_children): Adjust
10355 prototype.
10356 (varobj_p): Declare. Declare vector thereof.
10357 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
10358 for varobj_list_children change.
d56d46f5
VP
10359 * Makefile.in (varobj_h): Update dependencies.
10360
1300a2f4
TJB
103612008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10362
10363 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Add support for
10364 TYPE_CODE_DECFLOAT arguments.
10365 (ppc64_sysv_abi_push_dummy_call) Likewise.
10366 (get_decimal_float_return_value): New function.
10367 (do_ppc_sysv_return_value): Add support for TYPE_CODE_DECFLOAT return
10368 values by calling get_decimal_float_return_value.
10369 (ppc64_sysv_abi_return_value): Likewise.
10370
95ef687d
NR
103712008-01-30 Nick Roberts <nickrob@snap.net.nz>
10372
10373 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Add field
10374 for preprocessor macro information. Formatting changes.
10375
2d717e4f
DJ
103762008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10377
10378 * remote.c (struct remote_state): Add cached_wait_status.
10379 (remote_exec_file): New variable.
10380 (PACKET_vAttach, PACKET_vRun): New constants.
10381 (extended_remote_restart): Do not query for status.
10382 (struct start_remote_args): New.
10383 (remote_start_remote): Take it as a second argument. Check
10384 whether the target is running. Issue an error for non-running
10385 non-extended targets. Cache the wait status. Set inferior_ptid
10386 here.
10387 (remote_open_1): Prompt to disconnect non-running targets. Make
10388 sure the target is marked running. Do not set inferior_ptid here.
10389 Update call to remote_start_remote. Do not call remote_check_symbols
10390 if the target is not running.
10391 (remote_detach_1): Rename from remote_detach. Take an EXTENDED
10392 argument. Handle a non-running target.
10393 (remote_detach): Use it.
10394 (extended_remote_detach): New.
10395 (remote_disconnect): Fix typo. Use remoute_mourn_1.
10396 (extended_remote_attach_1, extended_remote_attach)
10397 (extended_async_remote_attach): New.
10398 (remote_vcont_resume): Remove unused variable.
10399 (remote_wait, remote_async_wait): Use any cached wait status.
10400 (putpkt_binary, getpkt): Clear any cached wait status.
10401 (extended_remoute_mourn_1): New.
10402 (extended_remote_mourn): Use it.
10403 (extended_async_remote_mourn, extended_remote_run): New.
10404 (extended_remote_create_inferior_1): New.
10405 (extended_remote_create_inferior): Use it.
10406 (extended_remote_async_create_inferior): Likewise.
10407 (remote_xfer_partial): Skip for non-executing targets.
10408 (init_extended_remote_ops): Set to_detach and to_attach.
10409 (init_extended_async_remote_ops): Likewise. Use
10410 extended_async_remote_mourn.
10411 (_initialize_remote): Register vAttach, vRun, and
10412 set remote exec-file.
10413 * NEWS: Mention vAttach, vRun, and gdbserver extended-remote support.
10414
e85a822c
DJ
104152008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10416
10417 * Makefile.in (symfile.o): Update.
10418 * NEWS: Mention exec tracing support.
10419 * inf-ttrace.c (inf_ttrace_wait): Return TARGET_WAITKIND_EXECD for
10420 exec events.
10421 * infcmd.c (kill_if_already_running, detach_command)
10422 (disconnect_command): Replace SOLIB_RESTART with no_shared_libraries.
10423 * infrun.c (MAY_FOLLOW_EXEC, may_follow_exec): Delete.
10424 (follow_exec): Do not check may_follow_exec. Do not mourn and push
10425 targets. Apply the sysroot path to the loaded executable. Use
10426 no_shared_libraries.
10427 * linux-nat.c (linux_child_follow_fork): Print fork following
10428 messages if verbose.
10429 (kill_wait_callback): Kill again before waiting a second time.
10430 * symfile.c (symbol_file_clear): Replace SOLIB_RESTART with
10431 no_shared_libraries.
10432
9db13498
JB
104332008-01-29 Joel Brobecker <brobecker@adacore.com>
10434
10435 * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR.
10436
b4d5ed91
JB
104372008-01-29 Joel Brobecker <brobecker@adacore.com>
10438
10439 * nto-tdep.h: Remove #include "defs.h".
10440 * nto-tdep.c: Add #include "defs.h".
10441 * Makefile.in (nto_tdep_h): Update dependencies.
10442 (nto-tdep.o): Likewise.
10443
107313f7 104442008-01-29 Joel Brobecker <brobecker@adacore.com>
ae123ec6
JB
10445
10446 * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
10447 and use it.
10448 (proceed, start_remote): Update call to wait_for_inferior.
10449 * inferior.h (wait_for_inferior): Update declaration.
10450 * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c,
10451 solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior.
10452 * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as
10453 TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
10454
3f4178d6
DJ
104552008-01-29 Aleksandar Ristovski <aristovski@qnx.com>
10456
680b56ce 10457 * varobj (adjust_value_for_child_access): Added checking for
3f4178d6
DJ
10458 returned value from gdb_value_ind.
10459 (c_describe_child): Likewise.
10460 (cplus_describe_child): Fixed a typo.
10461
5eeba8d4
JB
104622008-01-29 Jim Blandy <jimb@red-bean.com>
10463
10464 * MAINTAINERS: Update my info.
10465
a5606eee
VP
104662008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10467
10468 Use multiple locations for hardware watchpoints.
10469 This eliminates the need to traverse value chain, doing
10470 various checks, in three different places.
10471
680b56ce
AS
10472 * breakpoint.h (struct bp_location): New fields
10473 lengths and watchpoint_type.
10474 (struct breakpoint): Remove the val_chain field.
10475 * breakpoint.c (is_hardware_watchpoint): New.
10476 (free_valchain): Remove.
10477 (update_watchpoint): New.
10478 (insert_bp_location): For hardware watchpoint, just
10479 directly insert it.
10480 (insert_breakpoints): Call update_watchpoint_locations
10481 on all watchpoints. If we have failed to insert
10482 any location of a hardware watchpoint, remove all inserted
10483 locations.
10484 (remove_breakpoint): For hardware watchpoints, directly
10485 remove location.
10486 (watchpoints_triggered): Iterate over locations.
10487 (bpstat_stop_status): Use only first location of
10488 a resource watchpoint.
10489 (delete_breakpoint): Don't call free_valchain.
10490 (print_one_breakpoint): Don't print all
10491 locations for watchpoints.
10492 (breakpoint_re_set_one): Use update_watchpoint for
10493 watchpoints.
a5606eee 10494
0b3de036
VP
104952008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10496
10497 Don't reset watchpoint block on solib load.
10498
680b56ce
AS
10499 * breakpoint.c (insert_bp_location): For watchpoints,
10500 recompute condition.
10501 (breakpoint_re_set_one): Instead of recomputing value
10502 and condition for watchpoints, just reset value and
10503 let insert_breakpoints/insert_bp_location recompute it.
10504 Don't do anything about disabled watchpoint.
0b3de036 10505
c3940723
PM
105062008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10507
10508 * valarith.c (value_binop): Handle unsigned integer
10509 division by zero.
10510
83845630
KB
105112008-01-28 Kevin Buettner <kevinb@redhat.com>
10512
10513 * mn10300-tdep.c (mn10300_analyze_prologue): Check for an
10514 instruction pattern that appears frequently in position
10515 independent code. Fix bug in code which looks for "fmov" and
10516 backtracks if no "fmov" is found.
10517
9ce5d3bb
DE
105182008-01-28 Doug Evans <dje@google.com>
10519
10520 * dbxread.c (read_dbx_symtab): Fix indentation.
131fe1bb
DE
10521 Reformat comments to 80 columns.
10522 Move local var def closer to only use.
9ce5d3bb 10523
c78d192c
DJ
105242008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
10525
10526 * fork-child.c (SHELL_FILE): Remove #ifndef.
10527 (fork_inferior): Remove SHELL_COMMAND_CONCAT.
10528
e11481da
PM
105292008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>
10530
10531 * i386-tdep.c (i386_skip_noop): New function.
10532 (i386_analyze_prologue): Call i386_skip_noop function.
10533
244e85c8
MS
105342008-01-24 Michael Snyder <msnyder@specifix.com>
10535
10536 * procfs.c (procfs_xfer_partial): Comment, cut/paste error.
10537 * win32-nat.c (win32_xfer_partial): Ditto.
10538 * target.c (default_xfer_partial): Minor whitespace adjustment.
10539
dd6be234
PA
105402008-01-24 Pedro Alves <pedro@codesourcery.com>
10541
10542 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
10543 strip bit 1 even if pc doesn't point to thumb code.
10544
9fa2223d
DJ
105452008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10546
10547 * remote.c (remote_wait): Handle SIGINT between packets.
10548 (remote_async_wait): Likewise.
10549
93815fbf
VP
105502008-01-23 Vladimir Prus <vladimir@codesourcery.com>
10551 Chris Demetriou <cgd@google.com>
10552
680b56ce
AS
10553 * thread.c (add_thread_silent): Renamed
10554 from add_thread.
10555 (print_thread_events): New variable definition.
10556 (show_print_thread_events): New function.
10557 (_initialize_thread): Add "set print thread-events" and
10558 "show print thread-events" commands.
10559 (add_thread): Announce new thread.
10560 * gdbthread.h (add_thread_silent): Declare.
10561 (print_thread_events): New variable declaration.
10562 * inf-ttrace.c (inf_ttrace_wait): Don't
10563 inform about new thread, as add_thread is always
10564 called too, and will take care of that.
10565 * infrun.c (handle_inferior_event): Likewise.
10566 * procfs.c (procfs_wait): Likewise.
10567 * remote.c (remote_currthread): Likewise.
10568 * sol-thread.c (sol_thread_wait): Likewise.
10569 * win32-nat.c (get_win32_debug_event): Likewise.
10570 * linux-thread-db.c (attach_thread): Likewise.
10571 Remove the verbose parameter.
10572 (check_event): Make detach_thread be verbose
10573 only if print_thread_events is set.
10574 * linux-nat.c (lin_lwp_attach_lwp): Don't inform
10575 about new thread. This is called only from
10576 linux-thread-db.c:attach_thread, which will take care.
10577 Remove the verbose parameter.
10578 * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
93815fbf 10579
b4d7c9a6
NR
105802008-01-23 Nick Roberts <nickrob@snap.net.nz>
10581
10582 * mi/mi-cmd-var.c (mi_cmd_var_set_format): Add value field to output.
10583
60c46647
VP
105842008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10585
10586 * breakpoint.c (break_command_really): New parameter
10587 ignore_count.
10588 (break_command_1): Pass 0 as
10589 ignore_count to break_command_really.
10590 (gdb_breakpoint): Pass ignore_count to
10591 break_command_really.
10592
e84605cd
KB
105932008-01-21 Kevin Buettner <kevinb@redhat.com>
10594
10595 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): Find
10596 sigcontext struct via pointer.
10597 (struct sigframe comment): Update to show new field `psc'.
10598
9d9cd7ac
VP
105992008-01-21 Vladimir Prus <vladimir@codesourcery.com>
10600
10601 * infrun.c (handle_inferior_event): If
10602 we failed to remove breakpoints, error,
10603 don't try to increment PC by hand.
10604
af5ca30d
NH
106052008-01-18 Nick Hudson <nick.hudson@dsl.pipex.com>
10606
10607 Add NetBSD/hppa target and host support.
10608
10609 * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
10610 (hppabsd_gregset): Move to ...
10611 (hppabsd_regset_from_core_section): Rename
10612 hppaobsd_regset_from_core_section and move to ...
10613 (hppabsd_find_global_pointer): Update comment.
10614 (hppabsd_init_abi): Make global. Do not register
10615 hppabsd_regset_from_core_section.
10616 (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
10617 move to ...
10618 (_initialize_hppabsd_tdep): Move to ...
10619 * hppaobsd-tdep.c: ... here. New file.
10620 * hppnbsd-tdep.c: New file.
10621 * hppnbsd-nat.c: New file.
680b56ce 10622 * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
af5ca30d 10623 (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
680b56ce
AS
10624 (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
10625 (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
af5ca30d
NH
10626 * configure.host (hppa*-*-netbsd*): New entry.
10627 * configure.tgt (hppa*-*-netbsd*): New entry.
10628 (hppa*-*-openbsd*): Update.
10629 * NEWS (New native configuration): Mention NetBSD/hppa.
10630 (New targets): Mention NetBSD/hppa.
10631
32c9a795
MD
106322008-01-18 Markus Deuling <deuling@de.ibm.com>
10633
10634 * gdbarch.sh (function_list): Add new property bits_big_endian to
10635 gdbarch structure.
10636 * gdbarch.{c,h}: Regenerate.
10637
10638 * value.c (struct value): Replace BITS_BIG_ENDIAN by
10639 gdbarch_bits_big_endian (comment).
10640 (unpack_field_as_long, modify_field): Likewise.
10641 * value.h: Likewise (comment).
10642 * valops.c (value_slice): Likewise.
10643 * valarith.c (value_subscript, value_bit_index): Likewise.
10644 * gdbtypes.h (field): Likewise (comment).
10645 * eval.c (evaluate_subexp_standard): Likewise.
10646 * dwarf2read.c (dwarf2_add_field): Likewise.
10647 * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
10648 (move_bits, ada_value_assign, value_assign_to_component): Likewise.
680b56ce 10649
32c9a795
MD
10650 * defs.h (BITS_BIG_ENDIAN): Remove.
10651
1e5e79d0
MD
106522008-01-18 Markus Deuling <deuling@de.ibm.com>
10653
10654 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
10655 function calls.
10656 * m2-exp.y (yylex): Likewise.
10657 * objc-exp.y (yylex): Likewise.
10658
10659 * defs.h (DEPRECATED_STREQN): Remove.
10660
fabda5a7
L
106612008-01-17 H.J. Lu <hjl.tools@gmail.com>
10662
10663 * MAINTAINERS: Update my email address.
10664
92726479
JB
106652008-01-17 Jim Blandy <jimb@codesourcery.com>
10666
10667 * README: Mention gdbserver/README.
10668
ef80d18e
PM
106692008-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
10670
10671 * valarith.c (value_binop): Handle BINOP_INTDIV
10672 for unsigned and signed integers.
10673
1de90795
UW
106742008-01-17 Ulrich Weigand <uweigand@de.ibm.com>
10675
10676 * s390-tdep.c (s390_gdbarch_init): Set default long double
10677 type to 128-bit IEEE quad.
10678
c70bd6f3
JB
106792008-01-17 Joel Brobecker <brobecker@adacore.com>
10680
10681 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
10682
ba759613
MK
106832008-01-16 Mark Kettenis <kettenis@gnu.org>
10684
77d49ac6
MK
10685 * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
10686
ba759613
MK
10687 * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
10688 * value.c: All callers changed.
10689
7ecb6532
MD
106902008-01-16 Markus Deuling <deuling@de.ibm.com>
10691
10692 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
10693 DEPRECATED_STREQ by its expression.
10694 * coffread.c (coff_locate_sections, coff_symtab_read): Likewise.
10695 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos)
10696 (scan_xcoff_symtab): Likewise.
10697 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise.
10698 * f-lang.c (find_common_for_function): Likewise.
10699 * objc-exp.y (parse_number): Likewise.
10700
10701 * defs.h (DEPRECATED_STREQ): Remove.
10702
d15cf01c
MD
107032008-01-16 Markus Deuling <deuling@de.ibm.com>
10704
10705 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.
10706 * mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use
10707 get_frame_arch to get at the current_architecture. Update AM33_MODE
10708 call.
10709 (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller.
10710 (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current
10711 architecture.
10712 (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
10713
f8028488
MD
107142008-01-16 Markus Deuling <deuling@de.ibm.com>
10715
680b56ce 10716 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as
f8028488
MD
10717 parameter.
10718 * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise.
10719
10720 (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace
10721 current_gdbarch by gdbarch. Update caller.
10722
10723 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers)
10724 (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at
10725 the current architecture. Update calls of
10726 amd64_native_gregset_supplies_p.
10727 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers)
10728 (amd64bsd_store_inferior_registers): Likewise.
10729
e101270f
MD
107302008-01-16 Markus Deuling <deuling@de.ibm.com>
10731
10732 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.
10733 Replace current_gdbarch by gdbarch. Update caller.
10734
063e58ba
MD
107352008-01-16 Markus Deuling <deuling@de.ibm.com>
10736
10737 * dbxread.c (repeated_header_complaint, dbx_symfile_init)
10738 (read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint)
10739 (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1)
10740 (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol)
10741 (stabsect_build_psymtabs): Fix indentation.
10742
662fb31b
MS
107432008-01-15 Michael Snyder <msnyder@specifix.com>
10744
10745 * corelow.c (core_xfer_partial): Comment, cut/paste error.
10746
c1766e7d
PM
107472008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
10748
10749 * win32-nat.c (win32_create_inferior): Restore code calling
10750 CloseHandle on ProcessInformation structure.
10751
5ed10e6e
NH
107522008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
10753
10754 * configure.ac: Check for void * as 3 argument of ptrace.
10755 * configure: regenerate.
10756
be8626e0
MD
107572008-01-11 Markus Deuling <deuling@de.ibm.com>
10758
10759 * alpha-tdep.c (alpha_heuristic_proc_start)
10760 (alpha_sigtramp_register_address): Add gdbarch as parameter. Replace
10761 current_gdbarch by gdbarch.
10762
10763 (alpha_heuristic_frame_unwind_cache): Use get_frame_arch to get at the
680b56ce 10764 current architecture by frame_info. Update alpha_heuristic_proc_start
be8626e0
MD
10765 call.
10766
10767 (alpha_sigtramp_frame_this_id, alpha_sigtramp_frame_prev_register): Use
10768 get_frame_arch to get at the current architecture by frame_info. Update
10769 alpha_sigtramp_register_address call.
10770
10771 * arm-tdep.c (thumb_scan_prologue): Add gdbarch as parameter and replace
10772 current_gdbarch by gdbarch. Update caller.
10773 (convert_to_extended, convert_from_extended): Add endianess parameter
10774 for comparison. Update caller.
10775 (arm_extract_return_value, arm_store_return_value): Use
10776 get_regcache_arch to get at the current architecture.
10777
10778 * cris-tdep.c (cris_register_size): Add gdbarch as parameter. Replace
10779 current_gdbarch by gdbarch. Update caller.
10780 (cris_gdb_func, move_to_preg_op, none_reg_mode_move_from_preg_op): Add
10781 gdbarch as parameter. Update caller. Replace current_gdbarch by gdbarch.
10782
10783 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM, E_PSEUDO_EXR_REGNUM, BINWORD): Add
680b56ce 10784 gdbarch as parameter. Update caller.
be8626e0
MD
10785 (h8300_init_frame_cache): Add gdbarch as parameter. Replace
10786 current_gdbarch by gdbarch. Update caller.
10787
680b56ce 10788 * hppa-tdep.c (skip_prologue_hard_way): Add gdbarch as parameter and
be8626e0
MD
10789 update caller. Replace current_gdbarch by gdbarch.
10790
10791 * m32c-tdep.c (m32c_skip_trampoline_code): Use get_frame_arch to get at
10792 the current architecture. Replace current_gdbarch by gdbarch.
10793 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
10794 (STACK_CORRECTION, USE_PAGE_REGISTER): Replace M6811_TDEP by its
10795 expression. Add gdbarch as parameter and replace current_gdbarch with
10796 it. Update caller.
10797 (M6811_TDEP): Remove.
10798 (m68hc11_frame_prev_register): Use get_frame_arch to get at the current
10799 architecture.
680b56ce 10800 (m68hc11_scan_prologue): Add gdbarch as parameter. Replace
be8626e0
MD
10801 current_gdbarch by gdbarch. Update caller.
10802
10803 * m68k-tdep.c (m68k_analyze_prologue): Add gdbarch as parameter and
10804 update caller.
10805 (m68k_analyze_register_saves): Likewise. Also replace current_gdbarch
10806 by gdbarch.
10807
10808 * rs6000-tdep.c (skip_prologue): Add gdbarch as parameter and update
10809 caller. Relace current_gdbarch by gdbarch.
10810 (altivec_register_p, spe_register_p): Likewise.
10811 * ppc-tdep.h (altivec_register_p, spe_register_p): Add gdbarch as
10812 parameter.
10813 * ppc-linux-nat.c (fetch_register, store_register): Update caller of
10814 altivec_register_p and spe_register_p.
10815
680b56ce 10816 * score-tdep.c (score_fetch_inst): Add gdbarch as parameter. Update
be8626e0
MD
10817 caller. Replace current_gdbarch by gdbarch.
10818 (score_analyze_prologue): use get_frame_arch to get at the current
680b56ce 10819 architecture.
be8626e0
MD
10820
10821 * sparc-tdep.h (sparc_analyze_prologue): Add gdbarch as parameter.
10822 * sparc-tdep.c (sparc_analyze_prologue): Likewise. Replace
10823 current_gdbarch by gdbarch. Update caller.
10824 (sparc_frame_cache): Use get_frame_arch to get at the current
10825 architecture.
10826 * sparce64-tdep.c (sparc64_skip_prologue): Update call of
10827 sparc_analyze_prologue.
10828
10829 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Add gdbarch as
10830 parameter.
10831
ed49a04f
MD
108322008-01-11 Markus Deuling <deuling@de.ibm.com>
10833
10834 * exec.c: #include "arch-utils.h"
10835 (print_section_info): Use gdbarch_from_bfd to get at the
10836 current architecture. Replace current_gdbarch. Fix indention. Replace
10837 deprecated_print_address_numeric by paddress.
10838 * Makefile.in (exec.o) Add dependency to arch-utils.h.
10839
680b56ce 10840 * valprint.c (val_print_string): Replace
ed49a04f
MD
10841 deprecated_print_address_numeric.
10842 * tracepoint.c (trace_mention, scope_info): Likewise.
10843 * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1, print_symbol)
10844 (print_symbol, print_partial_symbols, maintenance_info_psymtabs)
10845 (maintenance_check_symtabs): Likewise.
10846 * symfile.c (list_overlays_command): Likewise.
10847 * stack.c (frame_info, print_block_frame_labels): Likewise.
10848 * printcmd.c (print_address, print_address_demangle)
10849 (address_info): Likewise.
10850 * corefile.c (memory_error): Likewise.
10851 * infcmd.c (jump_command): Likewise.
10852 * breakpoint.c (insert_bp_location, describe_other_breakpoints)
10853 (mention, delete_breakpoint): Likewise.
10854 * c-valprint.c (print_function_pointer_address, c_val_print): Likewise.
10855 * dwarf2read.c (dump_die): Likewise.
10856 * ada-valprint.c (ada_val_print_1): Likewise.
10857 * f-valprint.c (f_val_print): Likewise.
680b56ce 10858 * linux-fork.c (info_forks_command): Likewise.
ed49a04f
MD
10859 * m32r-com.c (m32r_load_section, m32r_load)
10860 (m32r_upload_command): Likewise.
10861
10862 * ui-out.c (ui_out_field_core_addr): Remove unnecessary comment.
10863
6093d2eb
MD
108642008-01-11 Markus Deuling <deuling@de.ibm.com>
10865
10866 * gdbarch.sh (skip_prologue): Add gdbarch
10867 as parameter.
10868 * gdbarch.{c,h}: Regenerate.
10869
10870 * alpha-tdep.c (alpha_skip_prologue): Add gdbarch as parameter.
10871 * amd64-tdep.c (amd64_skip_prologue): Likewise.
10872 * avr-tdep.c (avr_skip_prologue): Likewise.
10873 * cris-tdep.c (cris_skip_prologue): Likewise.
10874 * frv-tdep.c (frv_skip_prologue): Likewise.
10875 * h8300-tdep.c (h8300_skip_prologue): Likewise.
10876 * hppa-tdep.c (hppa_skip_prologue): Likewise.
10877 * i386-tdep.c (i386_skip_prologue): Likewise.
10878 * ia64-tdep.c (ia64_skip_prologue): Likewise.
10879 * iq2000-tdep.c (iq2000_skip_prologue): Likewise.
10880 * m32r-tdep.c (m32r_skip_prologue): Likewise.
10881 * m68hc11-tdep.c (m68hc11_skip_prologue): Likewise.
10882 * m68k-tdep.c (m68k_skip_prologue): Likewise.
10883 * m88k-tdep.c (m88k_skip_prologue): Likewise.
10884 * mep-tdep.c (mep_skip_prologue): Likewise.
10885 * mips-tdep.c (mips_skip_prologue): Likewise.
10886 * mn10300-tdep.c (mn10300_skip_prologue): Likewise.
10887 * mt-tdep.c (mt_skip_prologue): Likewise.
10888 * rs6000-tdep.c (rs6000_skip_prologue): Likewise.
10889 * score-tdep.c (score_skip_prologue): Likewise.
10890 * sh64-tdep.c (sh64_skip_prologue): Likewise.
10891 * sh-tdep.c (sh_skip_prologue): Likewise.
10892 * sparc64-tdep.c (sparc64_skip_prologue): Likewise.
10893 * sparc-tdep.c (sparc32_skip_prologue): Likewise.
10894 * spu-tdep.c (spu_skip_prologue): Likewise.
10895 * v850-tdep.c (v850_skip_prologue): Likewise.
10896 * vax-tdep.c (vax_skip_prologue): Likewise.
10897 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
10898 * xtensa-tdep.c (xtensa_skip_prologue): Likewise.
10899
10900 * arm-tdep.c (arm_skip_prologue): Add gdbarch as parameter. Replace
10901 current_gdbarch by gdbarch.
10902 * m32c-tdep.c (m32c_skip_prologue): Likewise.
10903 * s390-tdep.c (s390_skip_prologue): Likewise.
10904
72f5cf0e
DE
109052008-01-10 Doug Evans <dje@google.com>
10906
10907 * defs.h (struct continuation_arg): Fix typo in comment.
10908 * target.c (target_translate_tls_address): Fix comment spelling error.
10909
689e4e2d
TJB
109102008-01-09 Thiago Jung Bauermann <bauerman@br.ibm.com>
10911
10912 * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string.
10913 (DOUBLEST_SCAN_FORMAT): Likewise.
10914 * dfp.c (decimal_from_floating): Use DOUBLEST_PRINT_FORMAT.
10915 * ada-lex.l (processReal): Prepend "%" to use of DOUBLEST_SCAN_FORMAT.
10916 * c-exp.y (parse_number): Likewise.
10917 * jv-exp.y (parse_number): Likewise.
10918 * objc-exp.y (parse_number): Likewise.
10919 * p-exp.y (parse_number): Likewise.
10920
ab0d6e0d
JB
109212008-01-09 Joel Brobecker <brobecker@adacore.com>
10922
10923 * gdbtypes.c (create_array_type): Add handling of null Ada arrays.
10924 (check_typedef): Likewise.
10925
0aea4bf3
LM
109262008-01-09 Luis Machado <luisgpm@br.ibm.com>
10927
10928 * printcmd.c (printf_command): Add seen_big_h, seen_big_d and
10929 seen_double_big_d, treat the new H, D, and DD modifiers as length
10930 modifiers.
10931
137033e9
JB
109322008-01-08 Joel Brobecker <brobecker@adacore.com>
10933
10934 * dwarf2read.c (read_enumeration_type): Add comment.
10935
dda297ec
TJB
109362008-01-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
10937
10938 * config.in: Regenerate.
10939
a93c0eb6
JB
109402008-01-08 Joel Brobecker <brobecker@adacore.com>
10941
10942 * ada-lang.c (ada_convert_actual): Renames convert_actual.
10943 Make non-static.
10944 (ada_convert_actuals): Delete.
10945 * ada-lang.h (ada_convert_actual): Add declaration.
10946 (ada_convert_actuals): Remove declaration.
10947 * infcall.c: #include "ada-lang.h".
10948 (value_arg_coerce): Add new parameter sp. Update function
10949 documetnation. Add handling of Ada function call parameters.
10950 * Makefile.in (infcall.o): Update dependencies.
10951
a84a8a0d
JB
109522008-01-08 Paul Hilfinger <hilfinger@adacore.com>
10953
10954 * ada-lang.c (ensure_lval): Fix value lval kind.
10955 (convert_actual): Add handling for arguments passed by reference.
10956
d7f98cce
DE
109572008-01-08 Doug Evans <dje@google.com>
10958
10959 * dbxread.c (read_dbx_symtab): Fix indentation.
10960
4ef30785
TJB
109612008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10962
10963 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
10964 (valarith.o): Depend on dfp.h.
10965 (valops.o): Likewise.
10966 * dfp.c: Include expression.h, gdbtypes.h, value.h and dfp.h.
10967 (set_decnumber_context): New function.
10968 (decimal_check_errors): Likewise.
10969 (decimal_from_number): Likewise.
10970 (decimal_to_number): Likewise.
10971 (decimal_from_string): Use set_decnumber_context and
10972 decimal_check_errors.
10973 (decimal_from_integral): New function.
10974 (decimal_from_floating): Likewise.
10975 (decimal_to_double): Likewise.
10976 (promote_decimal): Likewise.
10977 (decimal_binop): Likewise.
10978 (decimal_is_zero): Likewise.
10979 (decimal_compare): Likewise.
10980 (decimal_convert): Likewise.
10981 * dfp.h (decimal_from_integral): New prototype.
10982 (decimal_from_floating): Likewise.
10983 (decimal_to_double): Likewise.
10984 (decimal_binop): Likewise.
10985 (decimal_is_zero): Likewise.
10986 (decimal_compare): Likewise.
10987 (decimal_convert): Likewise.
10988 * eval.c (evaluate_subexp_standard): Remove expect_type argument from
10989 call to value_from_decfloat.
10990 * valarith.c: Include dfp.h.
10991 (value_args_as_decimal): New function.
10992 (value_binop): Add if block to handle TYPE_CODE_DECFLOAT values.
10993 (value_logical_not): Likewise.
10994 (value_equal): Likewise.
10995 (value_less): Likewise.
10996 (value_pos): Likewise.
10997 (value_neg): Formatting fix.
10998 * valops.c: Include dfp.h.
10999 (value_cast): Add if block to handle TYPE_CODE_DECFLOAT values.
11000 * value.c (unpack_long): Add case to handle TYPE_CODE_DECFLOAT.
11001 (unpack_double): Add if block to handle TYPE_CODE_DECFLOAT.
11002 (value_from_decfloat): Remove expect_type argument.
11003 * value.h (value_from_decfloat): Update prototype.
11004
a7c02bc8
VP
110052008-01-07 Vladimir Prus <vladimir@codesourcery.com>
11006
11007 Ignore change in name of dynamic linker during
11008 execution on Solaris. This also unbreaks pending breakpoints.
11009
11010 * solist.h (struct target_so_ops): New field same.
680b56ce
AS
11011 * solib-svr4.c (svr4_same): New.
11012 (_initialize_svr4_solib): Register svr4_same.
11013 * solib.c (update_solib_list): Use ops->same, if available.
a7c02bc8 11014
610dd7f9
CF
110152008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
11016
11017 * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
11018 when using MS-DOS paths.
11019
7a404eba
PA
110202008-01-05 Pedro Alves <pedro@codesourcery.com>
11021
11022 * NEWS: Mention --pid and --core command line behaviour changes.
11023
a4d9b460
PA
110242008-01-05 Pedro Alves <pedro@codesourcery.com>
11025
11026 * main.c (captured_main): Remove 'count' varible and the
11027 ALIGN_STACK_ON_ENTRY block that used it. Error out if --core and
11028 --pid options were issued simultaneously. If an explicit pid
11029 option was passed, don't fallback to core file. Detect extra
11030 arguments better in the presence of explicit pid or core
11031 arguments.
11032
0c281816
JB
110332008-01-05 Joel Brobecker <brobecker@adacore.com>
11034
11035 * ada-lang.c (ada_which_variant_applies): Correctly compute
11036 the value of the discriminant when the variant record is packed.
11037
babe1480
JB
110382008-01-04 Joel Brobecker <brobecker@adacore.com>
11039
11040 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes
11041 that are used to differentiate homonyms.
11042
727e3d2e
JB
110432008-01-04 Jerome Guitton <guitton@adacore.com>
11044
11045 * ada-lang.c (decode_packed_array_type): Avoid a seg fault
11046 when the type is an anonymous pointer type.
11047 (ada_check_typedef): Avoid a seg fault when the type is null.
11048 * ada-typeprint.c (print_array_type): Add support for pointer
11049 to packed arrays.
11050
bb28a9dc
JB
110512008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
11052
680b56ce 11053 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.
bb28a9dc 11054
6799def4
JB
110552008-01-04 Joel Brobecker <brobecker@adacore.com>
11056
11057 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in
11058 EVAL_NORMAL mode when noside is EVAL_AVOID_SIDE_EFFECTS.
11059
d3353bbd
JB
110602008-01-04 Joel Brobecker <brobecker@adacore.com>
11061
11062 * ada-exp.y (chop_separator): New function.
11063 (write_selectors): Rewrite to re-use chop_separator.
11064 (ada_nget_field_index, get_symbol_field_type): New functions.
11065 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
11066 expressions.
11067
82cf6c60
TJB
110682008-01-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
11069
11070 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead
11071 of SYMBOL_VALUE when working with function symbols.
11072
b3dbf008
JB
110732008-01-03 Joel Brobecker <brobecker@adacore.com>
11074
11075 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER
11076 expressions. These expressions do not need to be rewriten.
11077
02eb380e
JB
110782008-01-03 Joel Brobecker <brobecker@adacore.com>
11079
11080 * dwarf2read.c (read_enumeration_type): Flag type as stub if
11081 the given die is a declaration.
11082
abb68b3e
JB
110832008-01-03 Joel Brobecker <brobecker@adacore.com>
11084
11085 * ada-lang.c (ada_array_bound_from_type): Make non-static.
11086 Handle properly the case when the index type is an enumerated type.
11087 Do not return the subtype of the bounds type, just return the
11088 bounds type directly - this is not needed and is more consistent
11089 with what we do for arrays when no XA parallel type exists.
11090
f192137b
JB
110912008-01-03 Joel Brobecker <brobecker@adacore.com>
11092
11093 * ada-lang.c (static_unwrap_type): Add forward declaration.
11094 (template_to_static_fixed_type): Fields of dynamic types sometimes
11095 also need to be unwrapped. Take this into account.
11096 (ada_to_fixed_type_1): Renamed from ada_to_fixed_type.
11097 (ada_to_fixed_type): New wrapper around ada_to_fixed_type_1.
11098 * ada-typeprint.c (ada_print_type): Get the typename from
680b56ce 11099 the original type, not the base type.
f192137b 11100
1ed6ede0
JB
111012008-01-03 Jerome Guitton <guitton@adacore.com>
11102
11103 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)
680b56ce 11104 (to_fixed_array_type, ada_to_fixed_value_create, unwrap_value):
1ed6ede0
JB
11105 Update calls to ada_to_fixed_type.
11106 (ada_template_to_fixed_record_type_1): Ditto, but without looking
11107 for the tag.
11108 (ada_to_fixed_type): Add check_tag parameter; do not look for
11109 tag if null. When looking for a tag, use a fixed record type.
11110 * ada-lang.h (ada_to_fixed_type): Add check_tag parameter.
11111 * ada-valprint.c (printable_val_type, ada_value_print): Update
11112 calls to ada_to_fixed_type.
11113
542a88d0
LM
111142008-01-03 Luis Machado <luisgpm@br.ibm.com>
11115
680b56ce 11116 * doublest.c (convert_floatformat_to_doublest): Call
542a88d0
LM
11117 floatformat_to_doublest instead of floatformat_to_double and use
11118 DOUBLEST variables.
11119 (convert_doublest_to_floatformat): Call floatformat_from_doublest
11120 instead of floatformat_from_double and use DOUBLEST variables.
11121
dc2bbab2
NH
111222008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
11123
11124 * MAINTAINERS (Write After Approval): Add self.
11125
8b60591b
JB
111262008-01-03 Joel Brobecker <brobecker@adacore.com>
11127
11128 * symfile.c (set_initial_language): Make non-static.
11129 * symfile.h (set_initial_language): Add declaration.
11130 * language.c: #include "symfile.h".
11131 (set_language): Call set_initial_language if the frame language
11132 could not be determined.
11133
ceef53c1
JB
111342008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
11135
11136 * eval.c (evaluate_subexp_for_address): Provide frame address to
11137 locate_var_value only if it will be needed.
11138
ef29ce1a
JK
111392008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11140
11141 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
11142
0a07e705
JB
111432008-01-02 Joel Brobecker <brobecker@adacore.com>
11144
11145 * ada-lang.c (ada_evaluate_subexp): Modify the value returned
11146 when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
11147 This is needed to make sure that any other treatment applied
11148 to the resulting value does not fail for spurious reason,
11149 such as trying to take the address of this value.
11150
f58b38bf
JB
111512008-01-02 Joel Brobecker <brobecker@adacore.com>
11152
11153 * ada-lang.c (ada_value_equal): Dereference reference types when
11154 comparing arrays.
680b56ce 11155
9b254dd1
DJ
111562008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
11157
11158 Updated copyright notices for most files.
11159
33605d39
CF
111602008-01-01 Christopher Faylor <me+gdb@cgf.cx>
11161
11162 * win32-nat.c (psapi_module_handle): Remove static.
11163 (get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
11164 return first module found if base_address is zero. Don't initialize
11165 psapi function pointers here. Convert to cygwin paths when
11166 appropriate.
11167 (win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
11168 executable name. Use get_module_name when that fails or when
11169 !__CYGWIN__.
11170 (_initialize_psapi): New function. Initialize psapi stuff before it is
11171 needed or issue a warning if it is not found. Move psapi_module_handle
11172 here.
11173
29480c32
JB
111742008-01-01 Joel Brobecker <brobecker@adacore.com>
11175
11176 * ada-lang.c (ada_remove_trailing_digits): New function.
11177 (ada_remove_po_subprogram_suffix): New function.
11178 (ada_decode): Improve. Move the description of the algorithm
11179 directly inside the code, instead of in the function global
11180 description.
11181
969a1360
JB
111822008-01-01 Joel Brobecker <brobecker@adacore.com>
11183
11184 * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
11185 and always print the dereferenced value.
11186
b7789565
JB
111872008-01-01 Joel Brobecker <brobecker@adacore.com>
11188
11189 * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
11190 of the case where the first argument is a reference.
11191 (ada_evaluate_subexp, case BINOP_ADD): Likewise.
11192
73fb9985
JB
111932008-01-01 Joel Brobecker <brobecker@adacore.com>
11194
11195 Implement support for Ada interface types.
11196
11197 * ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
11198 (ada_is_ignored_field): Ignore fields that are a dispatch table
11199 of a tagged type.
11200
636265b6
JB
112012008-01-01 Joel Brobecker <brobecker@adacore.com>
11202
11203 * top.c (print_gdb_version): Update copyright year.
11204
9d200a2e 112052008-01-01 Joel Brobecker <brobecker@adacore.com>
b7589f7d 11206
9d200a2e
JB
11207 * ChangeLog-2007: New ChangeLog rotation.
11208 * ChangeLog: Reset for 2008.
11209 * config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
11210 ChangeLog-2007.
b7589f7d 11211
9d200a2e 11212For older changes see ChangeLog-2007.
c906108c
SS
11213\f
11214Local Variables:
11215mode: change-log
11216left-margin: 8
11217fill-column: 74
11218version-control: never
57da7796 11219coding: utf-8
c906108c 11220End:
This page took 1.534697 seconds and 4 git commands to generate.