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