5e9931b7221c9fc0a287bcd70100c0b3cb5686bb
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * p-valprint.c (pascal_val_print): Use extract_typed_address
4 to extract reference value.
5
6 2009-05-18 Ulrich Weigand <uweigand@de.ibm.com>
7
8 * doublest.c (NAN): Remove unused define.
9 (extract_floating_by_length, deprecated_extract_floating): Remove.
10 (store_floating_by_length, deprecated_store_floating): Remove.
11 (extract_typed_floating): Do not call extract_floating_by_length.
12 (store_typed_floating): Do not call store_floating_by_length.
13 (convert_typed_floating): Remove redundant assertions.
14 * doublest.h (deprecated_extract_floating): Remove.
15 (deprecated_store_floating): Remove.
16 * sh64-tdep.c (sh64_register_convert_to_raw): Call
17 extract_typed_floating instead of deprecated_extract_floating.
18
19 2009-05-18 Jon Beniston <jon@beniston.com>
20
21 * MAINTAINERS: Add lm32 target.
22 * Makefile.in: Add lm32 dependencies.
23 * NEWS: Indicate lm32 is a new target.
24 * configure.tgt: Add lm32 targets.
25 * lm32-tdep.c: New file.
26
27 2009-05-18 Pedro Alves <pedro@codesourcery.com>
28
29 * corelow.c (core_open): Flush the register cache before doing
30 anything with registers.
31
32 2009-05-18 Pedro Alves <pedro@codesourcery.com>
33
34 * inflow.h (our_process_group): Remove declaration.
35 (inferior_process_group): Delete global variable declaration.
36 (inferior_process_group): New function declaration.
37 * inflow.c: Include observer.h.
38 (inferior_ttystate, our_ttystate, tflags_inferior, tflags_ours):
39 Delete.
40 (struct terminal_info): New struct.
41 (our_terminal_info): New global.
42 (inferior_process_group): New function.
43 (inferior_thisrun_terminal): Extend description comment.
44 (gdb_has_a_terminal): Adjust to write to our_terminal_info fields
45 instead of globals.
46 (terminal_init_inferior_with_pgrp): Adjust to per-inferior
47 terminal settings.
48 (terminal_inferior): Ditto.
49 (terminal_ours_1): Ditto.
50 (inflow_new_inferior, inflow_inferior_exit): New functions.
51 (child_terminal_info): Adjust to per-inferior terminal settings.
52 (osig_set): New global.
53 (set_sigint_trap): Adjust to per-inferior terminal settings. Set
54 or clear `osig_set' accordingly.
55 (clear_sigint_trap): Check `osig_set' to decide wheater to restore
56 SIGINT handler, instead of checking the current inferior (which
57 may be none).
58 (_initialize_inflow): Attach inflow_new_inferior and
59 inflow_inferior_exit to the "new_inferior" and "inferior_exit"
60 notifications, respectively.
61 * inferior.h (struct terminal_info): Forward declare.
62 (struct inferior): Add `terminal_info' field.
63 * inferior.c (delete_inferior_1): Notify the inferior_exit
64 observers before removing the inferior from the lists and deleting
65 it.
66 * inf-ptrace.c (inf_ptrace_stop): `inferior_process_group' is now
67 a function instead of a variable. Adjust.
68 * procfs.c (procfs_stop): Ditto.
69
70 2009-05-17 Pedro Alves <pedro@codesourcery.com>
71
72 * infrun.c (handle_inferior_event): When handling a
73 TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
74 immediatelly.
75 * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
76 from the child if vforking.
77 * inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
78 breakpoints from the child here.
79
80 2009-05-17 Pedro Alves <pedro@codesourcery.com>
81
82 * infrun.c (pending_follow): Remove execd_pathname member.
83 (resume): No longer handle TARGET_WAITKIND_EXECD pending follow.
84 (handle_inferior_event): When handling a TARGET_WAITKIND_EXECD
85 event, don't copy `execd_pathname' to pending_follow, use the
86 event copy instead. Release `execd_pathname' once done with
87 handling the event.
88
89 * infrun.c (pending_follow): Remove mention of exec events.
90
91 2009-05-17 Hui Zhu <teawater@gmail.com>
92
93 * i386-tdep.c (i386_process_record): Make it extern.
94 (i386_gdbarch_init): Don't call set_gdbarch_process_record
95 here.
96 * i386-tdep.h (i386_process_record): Declare.
97 * i386-linux-tdep.c (i386_linux_init_abi): Call
98 set_gdbarch_process_record.
99
100 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
101
102 Always report varobj as changed when in_scope attribute changes.
103
104 * varobj.c (install_new_value): If non-NULL-ness of value
105 changed, return 1.
106
107 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
108
109 * NEWS: Mention set/show libthread-db-search-path.
110 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): New define.
111 (LIBTHREAD_DB_SO): Moved from linux-thread-db.c
112 * linux-thread-db.c (libthread_db_search_path): New setting.
113 (thread_db_handle): New variable (replaces using_thread_db).
114 (try_thread_db_load_1): New function.
115 (try_thread_db_load, thread_db_load_search): Likewise.
116 (dladdr_to_soname): Likewise.
117 (thread_db_load): Iterate over possibly multiple libthread_db's.
118 (check_for_thread_db): Attempt to load new libthread_db.
119 (thread_db_detach, thread_db_wait): Unload libthread_db.
120 (thread_db_mourn_inferior): Likewise.
121 (_initialize_thread_db): Add new libthread-db-search-path option.
122 Defer loading of libthread_db to check_for_thread_db.
123 * solib.c (libpthread_name_p): New function.
124 (libpthread_solib_p): Call it.
125 * solib.h (libpthread_name_p): New prototype.
126
127 2009-05-15 Pierre Muller <muller@ics.u-strasbg.fr>
128
129 * MAINTAINERS: Update my email address.
130
131 2009-05-14 Paul Pluzhnikov <ppluzhnikov@google.com>
132
133 * breakpoint.h: Add breakpoint_re_set_objfile prototype.
134 * breakpoint.c (create_overlay_event_breakpoint): Renamed
135 from create_overlay_event_breakpoint_1, old
136 create_overlay_event_breakpoint deleted.
137 (breakpoint_re_set_objfile): Don't rescan all objfiles
138 unnecessarily.
139 (breakpoint_re_set): New function.
140 * symfile.c (new_symfile_objfile): Call breakpoint_re_set_objfile
141 instead of breakpoint_re_set.
142 * objfiles.c (objfile_relocate): Likewise.
143
144 2009-05-14 Joel Brobecker <brobecker@adacore.com>
145
146 * gdbarch.sh: Add comment documenting the target_gdbarch global.
147 gdbarch.h does NOT need to be regenerated as the corresponding
148 change has already been made in a previous commit.
149
150 2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
151
152 Remove all i386 debug register low level macros in config nm files.
153 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
154 (I386_DR_LOW_GET_STATUS, I386_DR_LOW_SET_CONTROL): Remove.
155 (I386_USE_GENERIC_WATCHPOIINTS): Remove.
156
157 * i386-nat.h: New file (adapted from config/i386/nm-i386.h).
158 (struct i386_dr_low_type): New type.
159 (i386_dr_low): New global variable.
160 * i386-nat.c (TARGET_HAS_DR_LEN_8): Update macro.
161 (i386_insert_aligned_watchpoint): Replace i386 dr low macros by
162 i386_dr_low struct variable fields.
163 (i386_remove_aligned_watchpoint): Likewise.
164 (i386_stopped_data_address): Likewise.
165 (i386_stopped_by_hwbp): Likewise.
166 (show_debug_regs_command_added): New static variable.
167 (add_show_debug_regs_command): New static function.
168 (i386_use_watchpoints): Call add_show_debug_regs_command if not done.
169 (i386_set_debug_register_length): New function.
170 (_initialize_i386_nat): Delete.
171
172 * amd64-linux-nat.c: Include "i386-nat.h".
173 (amd64_linux_dr_set_control): Change to static.
174 (amd64_linux_dr_get_status): Change to static.
175 (amd64_linux_dr_set_addr,amd64_linux_dr_reset_addr): Likewise.
176 (_initialize_amd64_linux_nat): Set i386_dr_low variable fields.
177
178 * go32-nat.c: Include "i386-nat.h".
179 (go32_set_addr): Change to static.
180 (go32_set_dr7): Change to static. Change arg type to unisgned long.
181 (go32_get_dr6): Change to static. Change return type to unisnged long.
182 (init_go32_ops): Set i386_dr_low variable fields.
183 * i386-linux-nat.c: Include "i386-nat.h".
184 (i386_linux_dr_set_control, i386_linux_dr_get_status): Change to static.
185 (i386_linux_dr_set_addr, i386_linux_dr_reset_addr): Idem.
186 (_initialize_i386_linux_nat): Set i386_dr_low variable fields.
187 * i386bsd-nat.h: Declare functions used for
188 i386_dr_low fields in i386fbsd-nat.c.
189 * i386fbsd-nat.c: Include "i386-nat.h".
190 (_initialize_i386fbsd_nat): Set i386_dr_low variable fields.
191 * windows-nat.c: Include "i386-nat.h".
192 (cygwin_set_dr, cygwin_get_dr6, cygwin_set_dr7): Add prototypes.
193 Change to static.
194 (cygwin_get_dr6): Change return type to unisnged long.
195 (cygwin_set_dr7): Change arg type to unisgned long.
196 (init_windows_ops): Set i386_dr_low function fields.
197
198 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Call
199 i386_set_debug_register_length.
200 * i386-windows-nat.c (_initialize_i386_windows_nat): Likewise.
201
202 * config/i386/nm-cygwin.h: Remove all I386_* macros.
203 * config/i386/nm-cygwin64.h: Likewise.
204 * config/i386/nm-fbsd.h: Likewise.
205 * config/i386/nm-linux.h: Likewise.
206 * config/i386/nm-i386.h: Remove completely.
207 * config/i386/nm-go32.h: Remove completely.
208 * config/i386/nm-linux64.h: Remove completely.
209 * config/i386/go32.mh (NAT_FILE): Remove entry.
210 * config/i386/linux64.h (NAT_FILE): Change to config/nm-linux.h.
211
212 2009-05-14 Jon Beniston <jon@beniston.com>
213
214 * MAINTAINERS: Add Jon Beniston to write after approval list.
215
216 2009-05-13 Paul Pluzhnikov <ppluzhnikov@google.com>
217
218 * objc-lang.c (objc_objfile_data): New variable.
219 (find_methods): Skip objfiles without Obj-C methods.
220 (_initialize_objc_lang): New function.
221
222 2009-05-13 Joel Brobecker <brobecker@adacore.com>
223
224 * c-lang.c (print_wchar): Remove unnecessary cast.
225
226 2009-05-12 Jim Blandy <jimb@red-bean.com>
227
228 * MAINTAINERS: Remove self as m32c target maintainer.
229
230 2009-05-12 Pedro Alves <pedro@codesourcery.com>
231
232 * cli/cli-decode.c (deprecated_add_set_cmd): Delete.
233 * command.h (deprecated_add_set_cmd): Delete declaration.
234 * gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
235 'set debug gnu-nat' and 'show debug gnu-nat'.
236 * i386-nat.c (_initialize_i386_nat): Replace 'maint
237 show-debug-registers' with 'maint set show-debug-registers' and
238 'maint show show-debug-registers'.
239 * mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
240 show-debug-registers' with 'maint set show-debug-registers' and
241 'maint show show-debug-registers'.
242
243 2009-05-12 Joel Brobecker <brobecker@adacore.com>
244
245 * c-lang.c (print_wchar): Convert w into a gdb_wchar_t before
246 pushing it on the output obstack.
247
248 2009-05-11 Joel Brobecker <brobecker@adacore.com>
249
250 Fix internal error on breaking at a multi-locations caller source line.
251 * breakpoint.c (parse_breakpoint_sals): Set EXPLICIT_PC for the `break'
252 command with no parameters.
253
254 2009-05-11 Pedro Alves <pedro@codesourcery.com>
255
256 * linux-nat.c (enum sigchld_state): Delete.
257 (linux_nat_async_events_state): Delete.
258 (struct waitpid_result): Delete.
259 (waitpid_queue): Delete.
260 (queued_waitpid_1): Delete.
261 (async_file_flush): New.
262 (queued_waitpid, push_waitpid): Delete.
263 (async_file_mark): New.
264 (drain_queued_events): Delete.
265 (my_waitpid): Remove locally queued events handling.
266 (linux_test_for_tracefork): Upjust.
267 (linux_child_follow_fork): Ditto.
268 (sync_sigchld_action): Delete.
269 (blocked_mask): Reinstate.
270 (async_sigchld_action): Rename to...
271 (sigchld_action): ... this.
272 (block_child_signals): New.
273 (restore_child_signals_mask): New.
274 (lin_lwp_attach_lwp): Adjust.
275 (linux_nat_create_inferior): Ditto.
276 (linux_nat_attach): Also use lp->status in async mode.
277 (get_pending_status): Don't use queued_waitpid.
278 (linux_nat_detach): Don't drain locally queued events.
279 (linux_nat_resume): Allow pending wait statuses stored lp->status
280 in async mode. If returning early due to a pending event,
281 re-register the event source.
282 (stop_wait_callback): Allow pending wait statuses stored
283 lp->status in async mode.
284 (pipe_to_local_event_queue, local_event_queue_to_pipe): Delete.
285 (linux_nat_wait): Rename to ...
286 (linux_nat_wait_1): ... this. Allow pending wait statuses stored
287 lp->status in async mode. Always add WNOHANG to the waitpid
288 options in async mode.
289 (linux_nat_wait): New.
290 (kill_callback): Don't drain locally queued events.
291 (sigchld_handler): Rewrite.
292 (linux_nat_is_async_p, linux_nat_can_async_p): Fix comments to
293 refer to "set target-async".
294 (linux_nat_async_mask): If in non-stop, and re-enabling async
295 mode, re-register the target event source in the event loop.
296 (linux_nat_event_pipe_pop, linux_nat_event_pipe_push)
297 (get_pending_events, async_sigchld_handler)
298 (linux_nat_async_events): Delete.
299 (handle_target_event): New.
300 (linux_nat_async_file_handler): Delete.
301 (linux_async_pipe): New.
302 (linux_nat_async): Only re-register in the event loop if not
303 registered yet. Always notify the event-loop once if enabling the
304 event source.
305 (linux_nat_stop_lwp): Rewrite to handle pending events stored in
306 lp->status, not in the locally queued event list.
307 (linux_nat_stop): Don't mask out async event handling.
308 (linux_nat_setup_async): Delete.
309 (_initialize_linux_nat): Adjust.
310 (lin_thread_get_thread_signals): blocked_mask is global again.
311 Adjust.
312
313 2009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
314
315 Unify target macros.
316
317 * target.h (STOPPED_BY_WATCHPOINT): Delete, replaced by ...
318 (target_stoppped_by_watchpoint): New macro.
319 (HAVE_STEPPABLE_WATCHPOINT): Delete, replaced by ...
320 (target_have_steppable_watchpoint): New macro.
321 (HAVE_CONTINUABLE_WATCHPOINT): Delete, replace by ...
322 (target_have_continuable_watchpoint): New macro.
323 (TARGET_CAN_USE_HARDWARE_WATCHPOINT):Delete, replaced by ...
324 (target_can_use_hardware_watchpoint): New macro.
325 (TARGET_REGION_OK_FOR_HW_WATCHPOINT):Delete, replaced by ...
326 (target_region_ok_for_hw_watchpoint): New macro.
327
328 * breakpoint.c (update_watchpoint): Use new macros.
329 (bpstat_alloc): Likewise.
330 (create_breakpoint): Likewise.
331 (watch_command_1): Likewise.
332 (can_use_hardware_watchpoint): Likewise.
333 (do_enable_breakpoint): Likewise.
334 * infrun.c (handle_inferior_event): Adapt to new macros.
335 * mips-tdep.c (mips_gdbarch_init): Update comments.
336 * procfs.c (procfs_set_watchpoint): Update comment.
337 (procfs_insert_watchpoint): Adapt to new macros.
338 * remote-m32r-sdi.c (m32r_stop):
339 * remote-mips.c (mips_remove_breakpoint):
340 * target.c (debug_to_region_ok_for_hw_watchpoint): Update to new macros.
341 (debug_to_stopped_by_watchpoint): Likewise.
342
343
344 2009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
345
346 * src/gdb/target.h: Remove all tests for already defined
347 macros. All macros defined here should not be set in config
348 headers anymore.
349
350 2009-05-08 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
351
352 * ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
353 (have_ptrace_getsetfpregs): Likewise.
354 fetch_all_gp_regs): New function.
355 (fetch_gp_regs): New function.
356 (fetch_all_fp_regs): Likewise.
357 (fetch_fp_regs): New function.
358 (fetch_ppc_registers): Using the new methods to fetch general-
359 purpose and floating-pointer registers.
360 (store_all_gp_regs): New function.
361 (store_gp_regs): Likewise.
362 (store_all_fp_regs): New function.
363 (store_fp_regs): Likewise.
364 (store_ppc_registers): Using the new methods to store general-
365 purpose and floating-pointer registers.
366
367 2009-05-08 Doug Evans <dje@google.com>
368
369 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
370
371 2009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
372
373 * MAINTAINERS (Write After Approval): Add self.
374
375 2009-05-07 Joel Brobecker <brobecker@adacore.com>
376
377 * gdbarch.h (target_gdbarch): Add comment documenting this global.
378
379 2009-05-06 Joel Brobecker <brobecker@adacore.com>
380
381 * acinclude.m4 (AM_ICONV): Prefer in-tree libiconv if present over
382 system iconv.
383 * configure: Regenerate.
384
385 2009-05-06 Joel Brobecker <brobecker@adacore.com>
386
387 * utils.c: Add include of gdb_usleep.h.
388 (defaulted_query): Detect false EOF conditions that happen
389 on terminals opened with the O_NONBLOCK flag when there is
390 nothing to read.
391
392 2009-05-06 Pedro Alves <pedro@codesourcery.com>
393
394 * inferior.c (add_inferior): Move observer_notify_new_inferior
395 call to ...
396 (add_inferior_silent): ... here.
397
398 2009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
399 Pedro Alves <pedro@codesourcery.com>
400
401 * procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
402 (procfs_region_ok_for_hw_watchpoint, procfs_use_watchpoints): New
403 functions.
404 (procfs_stopped_by_watchpoint): Made static, ptid argument
405 removed.
406 (_initialize_procfs): Register new watchpoint related target
407 functions.
408 * config/i386/nm-i386sol2.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT)
409 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT, STOPPED_BY_WATCHPOINT)
410 (HAVE_CONTINUABLE_WATCHPOINT): Delete.
411 (target_insert_watchpoint, target_remove_watchpoint): Delete.
412 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
413 declarations.
414 * config/mips/nm-irix5.h (STOPPED_BY_WATCHPOINT)
415 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
416 (target_insert_watchpoint, target_remove_watchpoint): Delete.
417 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
418 declarations.
419 * config/sparc/nm-sol2.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
420 (HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT): Delete.
421 (target_insert_watchpoint, target_remove_watchpoint): Delete.
422 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Delete
423 declarations.
424
425 2009-05-06 Hui Zhu <teawater@gmail.com>
426
427 * i386-tdep.c (i386_process_record): Change bzero to memset.
428
429 2009-05-06 Hui Zhu <teawater@gmail.com>
430
431 * NEWS: Add item for process record and replay.
432
433 2009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
434
435 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
436
437 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
438
439 * inferior.h (read_pc, write_pc): Remove.
440 * regcache.c (read_pc, write_pc): Remove.
441
442 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
443 of read_pc.
444 (handle_inferior_event): Use regcache_read_pc instead of read_pc
445 when determining value of stop_pc. Replace subsequent uses of
446 read_pc by inspecting already-retrieved stop_pc value.
447 (keep_going): Use regcache_read_pc instead of read_pc.
448
449 * breakpoint.c (watchpoint_check): Use current frame architecture
450 and PC instead of current_gdbarch and read_pc ().
451 * tracepoint.c (set_traceframe_context): Replace PC argument
452 with FRAME argument.
453 (trace_start_command, finish_tfind_command): Update calls.
454 (finish_tfind_command): Compare frame IDs to identify transitions
455 between frames.
456 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
457 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
458 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
459 of read_pc and write_pc.
460 (store_register): Make regcache argument non-const. Update call
461 to exec_one_dummy_insn.
462
463 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
464 * infcmd.c (post_create_inferior): Likewise.
465 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
466 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
467 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
468 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
469 * linux-fork.c (fork_load_infrun_state): Likewise.
470 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
471 * record.c (record_wait): Likewise.
472 * procfs.c (procfs_wait): Likewise.
473 * remote-mips.c (common_open, mips_wait): Likewise.
474 * remote-m32r-sdi.c (m32r_resume): Likewise.
475
476 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
477 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
478 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
479 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
480 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
481
482 * solib-darwin.c: Include "regcache.h".
483 * solib-pa64.c: Include "regcache.h".
484 * solib-svr4.c: Include "regcache.h.".
485
486 * symfile.c: Do not mention read_pc or write_pc in comments.
487 * dink32-rom.c: Likewise.
488 * m32r-rom.c: Likewise.
489 * mips-tdep.c: Likewise.
490
491 2009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
492
493 * fork-child.c (startup_inferior): Move setting stop_pc ...
494 * infcmd.c (post_create_inferior): ... to here.
495
496 2009-05-04 Michael Snyder <msnyder@vmware.com>
497
498 * NEWS: Add item for reverse debugging commands.
499
500 2009-05-04 Pedro Alves <pedro@codesourcery.com>
501
502 * go32-nat.c (go32_stop): Delete.
503 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
504 (go32_create_inferior): Don't call go32_stop or
505 go32_kill_inferior.
506 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
507 here.
508 (init_go32_ops): Don't register go32_stop.
509
510 2009-05-02 Eli Zaretskii <eliz@gnu.org>
511
512 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
513 sym_name.
514
515 * infcall.c (find_function_addr): Avoid compiler warnings for
516 funaddr.
517
518 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
519
520 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
521 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
522
523 2009-05-01 Doug Evans <dje@google.com>
524
525 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
526 to thread_info.
527
528 2009-05-01 Eli Zaretskii <eliz@gnu.org>
529
530 * record.c (_initialize_record): Reformat and clarify doc strings
531 for stop-at-limit and insn-number-max.
532
533 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
534
535 2009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 Make specifiable the make_function_type type memory ownership.
538 * gdbtypes.c (make_function_type): New parameter `objfile', use it
539 explicitely instead of TYPE-initialized removed local variable
540 `objfile'. Describe `objfile' it in the function comment.
541 (lookup_function_type): Update make_function_type callers.
542 * gdbtypes.h (make_function_type): Update the prototype.
543 * jv-lang.c (java_link_class_type): Update make_function_type callers.
544 * dwarf2read.c (read_subroutine_type): Likewise.
545 * stabsread.c (read_type): Likewise.
546
547 2009-05-01 Eli Zaretskii <eliz@gnu.org>
548
549 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
550 printing a bogus "Thread <main>".
551 (go32_thread_alive): Don't return 1 for null_ptid.
552
553 * i386-tdep.c (i386_go32_init_abi): Override the number of
554 registers due to non-support of SSE.
555
556 2009-04-30 Anthony Green <green@moxielogic.com>
557
558 * configure.tgt: Link the moxie simulator in with gdb.
559
560 2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
561
562 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
563 are present.
564
565 2009-04-30 Hui Zhu <teawater@gmail.com>
566 Michael Snyder <msnyder@vmware.com>
567
568 I386 Linux process record and replay support.
569
570 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
571 This struct has the argument for the function
572 "record_linux_system_call".
573 (i386_linux_intx80_sysenter_record): New function. Parse the
574 system call instruction and call function
575 "record_linux_system_call" to record execute log.
576 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
577 Set "i386_linux_intx80_sysenter_record" to
578 "i386_intx80_record" and "i386_sysenter_record".
579
580 2009-04-30 Hui Zhu <teawater@gmail.com>
581 Michael Snyder <msnyder@vmware.com>
582
583 I386 architecture process record and replay support.
584
585 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
586 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
587 instruction set.
588 (aflag, dflag, override, modrm, mod, reg, rm, ot,
589 i386_record_pc): New variables. Ditto.
590 (i386_record_modrm, i386_record_lea_modrm_addr,
591 i386_record_lea_modrm): New functions. Ditto.
592 (i386_process_record): New function. Parse the instruction in
593 address "addr" and record the values of registers and memory
594 that will be changed by this instruction.
595 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
596 "process_record" interface.
597 * i386-tdep.h (gdbarch_tdep): New function pointers
598 "i386_intx80_record" and "i386_sysenter_record" that point to
599 the function that can record "intx80" and "sysenter" execute
600 log.
601
602 2009-04-30 Hui Zhu <teawater@gmail.com>
603 Michael Snyder <msnyder@vmware.com>
604
605 * infrun.c (use_displaced_stepping): Return false if process
606 record and replay target is used.
607 (proceed): Call function "record_not_record_set" if pocess
608 record and replay target is used.
609
610 2009-04-30 Hui Zhu <teawater@gmail.com>
611 Michael Snyder <msnyder@vmware.com>
612
613 Linux process record and replay support.
614
615 * Makefile.in (ALLDEPFILES): Add linux-record.c.
616 (ALL_TARGET_OBS): Add linux-record.o.
617 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
618 (i[34567]86-*-linux*): Add linux-record.o.
619 * linux-record.c, linux-record.h: New file.
620
621 2009-04-30 Hui Zhu <teawater@gmail.com>
622 Michael Snyder <msnyder@vmware.com>
623
624 Process record and replay target.
625
626 * Makefile.in (SFILES): Add record.c.
627 (COMMON_OBS): Add record.o.
628 * record.c, record.h: New file.
629
630 2009-04-30 Hui Zhu <teawater@gmail.com>
631 Michael Snyder <msnyder@vmware.com>
632
633 * target.h (strata): New stratum "record_stratum".
634
635 2009-04-30 Hui Zhu <teawater@gmail.com>
636 Michael Snyder <msnyder@vmware.com>
637
638 GDBARCH interface for process record and replay.
639
640 * gdbarch.sh (process_record): This interface point to the
641 function that records the inferior execute log.
642
643 2009-04-29 Doug Evans <dje@google.com>
644
645 * i386-nat.c (child_post_startup_inferior): Delete, unused.
646
647 2009-04-29 Pedro Alves <pedro@codesourcery.com>
648
649 * breakpoint.c (print_exception_catchpoint): Access `b' directly
650 instead of `b->loc->owner'.
651 (print_mention_exception_catchpoint): Ditto.
652
653 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
656
657 2009-04-27 Tom Tromey <tromey@redhat.com>
658
659 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
660
661 2009-04-27 Jerome Guitton <guitton@adacore.com>
662
663 * symtab.c (append_exact_match_to_sals): New function, extracted
664 from expand_line_sal.
665 (expand_line_sal): Use append_exact_match_to_sals to append exact
666 matches. If none found, append all best items.
667
668 2009-04-27 Jerome Guitton <guitton@adacore.com>
669
670 * main.c (captured_main): Move gdbinit lookups after gdb_init.
671
672 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
673
674 PR gdb/9675:
675 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
676 (read_func_scope): Call inherit_abstract_dies.
677
678 2009-04-25 Eli Zaretskii <eliz@gnu.org>
679
680 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
681 sparc-sol2-nat.c and sparc-sol2-tdep.c.
682
683 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
684
685 2009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
686
687 ARI change: Use "/* ARI: rule */" pattern.
688 * utils.c: Update ARI patterns.
689 * gdb_dirent.h: Likewise.
690
691 2009-04-23 Anthony Green <green@moxielogic.com>
692
693 * MAINTAINERS: Add moxie target.
694 * configure.tgt: Add moxie-*-elf target.
695 * moxie-tdep.c: New file.
696 * moxie-tdep.h: New file.
697
698 2009-04-23 Joel Brobecker <brobecker@adacore.com>
699
700 * ada-lang.c: Remove an extra empty line. No code change.
701
702 2009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 Fix double free on error inserting the breakpoint instruction.
705 * breakpoint.c (create_breakpoints): Move the
706 update_global_location_list call to ...
707 (break_command_really): ... here together with the second local call
708 both unified after all the cleanups.
709
710 2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
711 Tom Tromey <tromey@redhat.com>
712
713 * configure, config.in: Regenerate.
714 * configure.ac: Support for relocatable GDB datadir. Use
715 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
716 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
717 * top.c (init_main): Add "set data-directory".
718 * defs.h (gdb_datadir): Declare.
719 * main.c (gdb_datadir): New global.
720 (captured_main): Initialize gdb_datadir. Use relocate_directory.
721 (relocate_path): New function.
722 (relocate_directory): Likewise.
723 (get_init_files): Use relocate_path.
724 (README): Mention --with-gdb-datadir.
725
726 2009-04-23 Joel Brobecker <brobecker@adacore.com>
727
728 * ada-tasks (task_command_1): Call target_find_new_threads.
729
730 2009-04-23 Joel Brobecker <brobecker@adacore.com>
731
732 * stack.c (do_gdb_disassembly): Print the exception message if an
733 error was thrown while trying to perform the disassembly.
734
735 2009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * varobj.c (free_variable): Replace free_current_contents by xfree.
738
739 2009-04-22 Kazu Hirata <kazu@codesourcery.com>
740
741 * arm-linux-nat.c (fetch_register, store_register): Use
742 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
743 * arm-linux-tdep.c (arm_linux_supply_gregset,
744 arm_linux_collect_gregset): Likewise.
745 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
746 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
747
748 2009-04-22 Hui Zhu <teawater@gmail.com>
749
750 * stack.c (_initialize_stack): Set the default of
751 disassemble-next-line to off.
752
753 2009-04-21 Tom Tromey <tromey@redhat.com>
754
755 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
756 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
757
758 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
759
760 * configure.ac: Add quotes to not lose brackets in help text.
761 * configure: Rebuild.
762
763 2009-04-21 Andreas Schwab <schwab@linux-m68k.org>
764
765 * configure.ac: Don't postprocess Makefile in config.status.
766 Substitute GDB_NM_FILE. Don't substitute nm_h.
767 * Makefile.in (GDB_NM_FILE): Substitute.
768 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
769 * configure: Regenerate.
770 * gnulib/Makefile.in: Regenerate.
771
772 2009-04-21 Joseph Myers <joseph@codesourcery.com>
773
774 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
775 --with-htmldir): New.
776 * configure: Regenerate.
777
778 2009-04-21 Tom Tromey <tromey@redhat.com>
779
780 * configure: Rebuild.
781 * configure.ac: Use lower case for start of help strings. Clean
782 up --with-sysroot help.
783
784 2009-04-21 Tom Tromey <tromey@redhat.com>
785
786 * configure: Rebuild.
787 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
788 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
789 in help.
790
791 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
792
793 ARI fix: remove "%p".
794 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
795 (ia64_sigtramp_frame_this_id): Ditto.
796 (ia64_libunwind_frame_this_id): Ditto.
797 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
798 * symmisc.c (maintenance_info_psymtabs): Ditto.
799
800 2009-04-21 Joseph Myers <joseph@codesourcery.com>
801
802 * configure.ac (--with-relocated-sources): New.
803 * configure, config.in: Regenerate.
804 * source.c (add_substitute_path_rule): Remove static.
805 * source.h (add_substitute_path_rule): Declare.
806 * main.c: Include "source.h".
807 (captured_main): Add substitution rule if RELOC_SRCDIR.
808
809 2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
810
811 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
812
813 2009-04-20 David Daney <ddaney@caviumnetworks.com>
814
815 * NEWS: Mention MIPS/Linux hardware watchpoint support.
816
817 2009-04-20 David Daney <ddaney@caviumnetworks.com>
818
819 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
820 (maint_show_dr, super_close): New variables.
821 (super_fetch_registers, super_store_registers): Make static.
822 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
823 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
824 (pt_watch_style): Define new enum.
825 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
826 Define new structs.
827 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
828 New variables.
829 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
830 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
831 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
832 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
833 (type_to_irw, fill_mask, try_one_watch)
834 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
835 (mips_linux_new_thread, populate_regs_from_watches)
836 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
837 (mips_linux_close): New functions.
838 (_initialize_mips_linux_nat): Register watchpoint functions with
839 the target_ops. Add show-debug-regs maintenance command.
840
841 2009-04-20 David Daney <ddaney@caviumnetworks.com>
842
843 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
844
845 2009-04-19 Pedro Alves <pedro@codesourcery.com>
846
847 * NEWS: Mention gdbserver support for x86 Windows CE.
848
849 2009-04-19 Eli Zaretskii <eliz@gnu.org>
850
851 * config/djgpp/fnchange.lst: Fix typos.
852
853 Set default host and target charsets in the DJGPP port.
854
855 * config/djgpp/config.sed (am_cv_langinfo_codeset)
856 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
857 in all configure scripts that define ac_cv_env_CPP_value.
858
859 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
860 Include langinfo.h.
861
862 * config/djgpp/nl_types.h: New file.
863
864 * config/djgpp/langinfo.h: New file.
865
866 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
867
868 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
869
870 * Makefile.in (MAKEHTML): Set to makeinfo --html.
871 (MAKEHTMLFLAGS): Set to empty.
872
873 2009-04-18 Eli Zaretskii <eliz@gnu.org>
874
875 * NEWS: Mention all new set/show commands added since GDB 6.8 was
876 released.
877
878 * go32-nat.c (go32_sysinfo): Check if the call to
879 __dpmi_get_capabilities fills the buffer with information, and
880 don't use the buffer if not.
881
882 2009-04-17 Tom Tromey <tromey@redhat.com>
883
884 * charset.c (_initialize_charset): Add special case for "646".
885
886 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
887
888 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
889 * configure: Regenerate.
890 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
891 configure substitutions.
892 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
893
894 2009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
895
896 ARI fix: Do not use %p, replace by call to host_address_to_string
897 for host pointers.
898 * darwin-nat.c (darwin_xfer_partial): Apply change.
899 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
900 * gnu-nat.h (proc_debug): Ditto.
901 * symmisc.c (maintenance_info_symtabs): Ditto.
902 (maintenance_info_psymtabs): Ditto.
903 * windows-nat.c (handle_load_dll): Ditto.
904 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
905 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
906
907 2009-04-17 Joseph Myers <joseph@codesourcery.com>
908
909 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
910 --enable-64-bit-bfd.
911 (sparc-*-linux*): Likewise.
912
913 2009-04-17 Eli Zaretskii <eliz@gnu.org>
914
915 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
916 the NT family.
917
918 2009-04-16 Pedro Alves <pedro@codesourcery.com>
919
920 * remote.c (remote_query_attached): Fix pasto in packet_ok result
921 checking.
922
923 2009-04-16 Joel Brobecker <brobecker@adacore.com>
924
925 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
926 Revert the previous change. Might not be correct, actually.
927
928 2009-04-16 Joel Brobecker <brobecker@adacore.com>
929
930 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
931 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
932 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
933 Remove declaration. These are non-existent functions.
934
935 2009-04-16 Joel Brobecker <brobecker@adacore.com>
936
937 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
938 Fix a compilation warning on mips-irix due to casting from
939 a pointer of different size.
940
941 2009-04-16 Joel Brobecker <brobecker@adacore.com>
942
943 * ada-lang.c (symtab_for_sym): Delete.
944 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
945
946 2009-04-16 Joel Brobecker <brobecker@adacore.com>
947
948 * ada-lang.c (extract_string): Delete.
949 (ada_main_name): Reimplement using target_read_string instead of
950 extract_string.
951
952 2009-04-16 Andreas Schwab <schwab@linux-m68k.org>
953
954 * m68klinux-nat.c: Remove obsolete comment.
955 (fetch_register, store_register): Don't call
956 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
957 which are always nops here.
958
959 2009-04-14 Tom Tromey <tromey@redhat.com>
960
961 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
962 (c_printstr): Likewise.
963 * charset.c: Include gdb_wait.h.
964 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
965 (find_charset_names): Use pexecute. Handle libiconv's output.
966 Detect errors.
967 (_initialize_charset): Use xstrdup.
968 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
969 cases.
970 (INTERMEDIATE_ENCODING): New define.
971 * configure, config.in: Rebuild.
972 * configure.ac: Check for btowc.
973
974 2009-04-15 Tom Tromey <tromey@redhat.com>
975
976 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
977
978 2009-04-15 Eli Zaretskii <eliz@gnu.org>
979
980 * utils.c (parse_escape): Initialize target_char to pacify GCC.
981
982 2009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
985
986 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
987
988 ARI fix: sprintf rule.
989 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
990 * ada-lang.c (add_angle_brackets): Use xstrprintf.
991 (ada_decode): Replace sprintf by xsnprintf.
992 (find_old_style_renaming_symbol): Ditto.
993 (ada_to_fixed_type_1, ada_enum_name): Ditto.
994
995
996 2009-04-14 Joel Brobecker <brobecker@adacore.com>
997
998 * target.c (target_mourn_inferior): Call bfd_cache_close_all
999 after having executed the target mourn_inferior routine.
1000
1001 2009-04-14 Eli Zaretskii <eliz@gnu.org>
1002
1003 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
1004 undefined.
1005
1006 2009-04-13 David Daney <ddaney@caviumnetworks.com>
1007
1008 * infrun.c (maybe_software_singlestep): New function.
1009 (resume): Call maybe_software_singlestep.
1010 (handle_inferior_event): Same.
1011
1012 2009-04-13 Tom Tromey <tromey@redhat.com>
1013
1014 * python/python-frame.c (frapy_richcompare): Return
1015 Py_NotImplemented, not an error. Handle Py_NE as well.
1016
1017 2009-04-13 Eli Zaretskii <eliz@gnu.org>
1018
1019 * charset.c (EILSEQ): Define if not defined by system headers.
1020
1021 2009-04-11 Eli Zaretskii <eliz@gnu.org>
1022
1023 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
1024 to be consistent with renaming config.intl.in into config_intl.in.
1025
1026 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
1027 consistent with the change from 2008-11-09.
1028
1029 2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * gdbtypes.c: Remove excessive parentheses at the return keywords.
1032 * varobj.c (varobj_invalidate): Fix indentation.
1033 * varobj.c (varobj_invalidate): Fix formatting text width.
1034
1035 2009-04-08 Vladimir Prus <vladimir@codesourcery.com>
1036
1037 Implement -exec-jump.
1038
1039 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
1040 * mi/mi-main.c (mi_cmd_exec_jump): New.
1041 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
1042
1043 2009-04-07 Doug Evans <dje@google.com>
1044
1045 * symfile.c (symbol_file_clear): Fix indentation.
1046
1047 2009-04-06 Mark Kettenis <kettenis@gnu.org>
1048
1049 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
1050
1051 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
1052
1053 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
1054 (ppc_linux_auxv_parse): New function.
1055 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
1056 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
1057
1058 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
1059
1060 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
1061 BFD to contents of SPU name note.
1062 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
1063 with "from_tty" argument 1 instead of 0.
1064
1065 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1066
1067 * dwarf2read.c
1068 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
1069 Create the symbol in local scope.
1070 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
1071
1072 2009-04-02 Keith Seitz <keiths@redhat.com>
1073
1074 * stabsread.c (read_member_functions): GCC may emit an extra space
1075 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
1076 whitespace when looking for these functions.
1077
1078 2009-04-01 Joel Brobecker <brobecker@adacore.com>
1079
1080 Change the default value for "set print frame-arguments" to scalars.
1081
1082 * stack.c (print_frame_arguments): Set initial value to "scalars".
1083
1084 2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
1085
1086 * mips-tdep.c (mips_numeric_register_alieses): New definition.
1087 (mips_gdbarch_init): Add user registers from
1088 mips_numeric_register_aliases.
1089
1090 2009-04-01 Joel Brobecker <brobecker@adacore.com>
1091
1092 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
1093
1094 2009-04-01 Joel Brobecker <brobecker@adacore.com>
1095
1096 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
1097 this is the last one.
1098
1099 2009-04-01 Pedro Alves <pedro@codesourcery.com>
1100
1101 * remote.c (append_resumption): New.
1102 (remote_vcont_resume): Use it.
1103
1104 2009-04-01 Joel Brobecker <brobecker@adacore.com>
1105
1106 * windows-nat.c (+windows_get_ada_task_ptid): New function.
1107 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
1108
1109 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
1110 Keith Seitz <keiths@redhat.com>
1111 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 PR gdb/6817
1114 * Makefile.in (dbxread.o): Update.
1115 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
1116 * dwarf2read.c (GDB_FORM_cached_string): New.
1117 (read_partial_die): Use dwarf2_canonicalize_name.
1118 (dwarf2_linkage_name): Use dwarf2_name.
1119 (dwarf2_canonicalize_name): New.
1120 (dwarf2_name): Use dwarf2_canonicalize_name.
1121 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
1122 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
1123 * symtab.c (lookup_symbol_in_language): Canonicalize input before
1124 searching.
1125 * cp-name-parser.y: operator() requires two parameters,
1126 according to libiberty.
1127 * minsyms.c (lookup_minimal_symbol): Canonicalize input
1128 before searching.
1129 * NEWS: Update.
1130
1131 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1132
1133 Provide support for (Ada) task-specific breakpoints.
1134
1135 * ada-lang.h (ada_get_task_number): Add declaration.
1136 (breakpoint_ada_task_match): Delete declaration.
1137 * ada-tasks.c (ada_get_task_number): Make non-static.
1138 * breakpoint.h (struct breakpoint): Add field "task".
1139 * breakpoint.c (print_one_breakpoint_location): Add handling of
1140 task-specific breakpoints.
1141 (create_breakpoint, create_breakpoints, find_condition_and_thread):
1142 New parameter "task".
1143 (break_command_really): Update calls to find_condition_and_thread
1144 and create_breakpoints.
1145 (breakpoint_re_set_one): Update call to find_condition_and_thread.
1146 Set b->task.
1147
1148 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1149
1150 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
1151
1152 2009-03-31 Pedro Alves <pedro@codesourcery.com>
1153
1154 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
1155 if the thread's ptid without a thread id field is in the list
1156 before calling thread_change_ptid.
1157 (extended_remote_attach_1): In non-stop mode, do not rely on
1158 querying the current thread, instead, query the thread list, and
1159 select the first thread of the process.
1160 * gdbthread.h (first_thread_of_process): Declare.
1161 * thread.c (first_thread_of_process): Define.
1162
1163 2009-03-30 Stan Shebs <stan@codesourcery.com>
1164
1165 Make tracepoints into a type of breakpoint.
1166 * breakpoint.h (enum bptype): Add bp_tracepoint.
1167 (struct breakpoint): Add fields step_count, pass_count, actions.
1168 (get_tracepoint, get_tracepoint_by_number): Declare.
1169 (all_tracepoints): Declare.
1170 * breakpoint.c: Include tracepoint.h, readline.h.
1171 (ALL_TRACEPOINTS): Move here from tracepoint.c.
1172 (tracepoint_count): Ditto.
1173 (should_be_inserted): GDB does not insert tracepoints itself.
1174 (print_it_typical): Add tracepoint case.
1175 (bpstat_what): Ditto.
1176 (print_one_breakpoint_location): Ditto, and add printing for
1177 pass count, step count, and action list.
1178 (user_settable_breakpoint): Add tracepoint case.
1179 (allocate_bp_location): Ditto.
1180 (set_breakpoint_location_function): Ditto.
1181 (disable_breakpoints_in_shlibs): Ditto.
1182 (mention): Ditto.
1183 (break_command_really): Add argument traceflag, use to choose
1184 basic breakpoint type.
1185 (break_command_1): Pass extra argument.
1186 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
1187 (breakpoint_re_set_one): Add tracepoint case.
1188 (disable_command, enable_command): Ditto.
1189 (set_tracepoint_count): Move here from tracepoint.c.
1190 (trace_command): Move here from tracepoint.c and use
1191 break_command_really.
1192 (tracepoints_info): Move here from tracepoint.c and call
1193 breakpoints_info.
1194 (enable_trace_command): Move here from tracepoint.c and call
1195 enable_command.
1196 (disable_trace_command): Move here from tracepoint.c and call
1197 disable_command.
1198 (delete_trace_command): Move here from tracepoint.c and call
1199 delete_breakpoint.
1200 (trace_pass_command): Move here from tracepoint.c.
1201 (get_tracepoint_by_number): Ditto.
1202 (tracepoint_save_command): Ditto.
1203 (get_tracepoint): New function.
1204 (all_tracepoints): New function.
1205 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
1206 deprecate "enable trace" and "disable trace" commands.
1207 * tracepoint.h (struct tracepoint): Remove.
1208 (tracepoint_chain): Remove decl.
1209 (deprecated_create_tracepoint_hook): Remove decl.
1210 (deprecated_delete_tracepoint_hook): Remove decl.
1211 (deprecated_modify_tracepoint_hook): Remove decl.
1212 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
1213 (free_actions): Update signature.
1214 (validate_actionline): Update signature.
1215 (end_actions_pseudocommand): Declare.
1216 (while_stepping_pseudocommand): Declare.
1217 * tracepoint.c: Include breakpoint.h.
1218 (tracepoint_chain, tracepoint_count): Remove.
1219 (free_actions, make_cleanup_free_actions): Update signature.
1220 (trace_command, set_raw_tracepoint): Remove.
1221 (trace_mention): Remove.
1222 (tracepoints_info): Remove.
1223 (tracepoint_operation, map_args_over_tracepoints): Remove.
1224 (get_tracepoint_by_number): Remove.
1225 (enable_trace_command, disable_trace_command): Remove.
1226 (delete_trace_command, trace_pass_command): Remove.
1227 (trace_actions_command, read_actions): Update signature.
1228 (validate_actionline): Update signature, use bp loc.
1229 (encode_actions): Ditto.
1230 (download_tracepoint): New function, body of trace_start_command.
1231 (trace_start_command): Call it, use all_tracepoints.
1232 (tracepoint_save_command): Remove.
1233 (tracepoint_dump_command): Use get_tracepoint.
1234 (end_actions_pseudocommand): Make globally visible.
1235 (while_stepping_pseudocommand): Ditto.
1236 (_initialize_tracepoint): Move command definitions to breakpoint.c.
1237
1238 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1239
1240 Expose frames to Python.
1241 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
1242 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
1243 (python-frame.o): New target.
1244 * python/python-frame.c: New file.
1245 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
1246 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
1247 gdbpy_initialize_frames): New prototypes.
1248 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
1249 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
1250 entries.
1251 * stack.c (find_frame_funname): New function, factored out of
1252 print_frame.
1253 (print_frame): Call find_frame_funname.
1254 * stack.h (find_frame_funname): Add prototype.
1255
1256 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1257
1258 Remove unused value_object attribute `owned_by_gdb'.
1259 * python/python-value.c (value_object): Remove owned_by_gdb
1260 attribute.
1261 (valpy_dealloc): Remove reference to self->owned_by_gdb.
1262 (valpy_new): Likewise.
1263 (value_to_value_object): Likewise.
1264
1265 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1266
1267 Change gdb.Value.address from a method to an attribute.
1268 * python/python-value.c (value_object): Add `address' element.
1269 (valpy_dealloc): Decrement reference to self->address if set.
1270 (valpy_new): Initialize val_obj->address.
1271 (valpy_address): Rename to ...
1272 (valpy_get_address): ... this. Change signature from method to
1273 attribute. Update self->address if not set.
1274 (value_to_value_object): Initialize val_obj->address.
1275 (value_object_getset): Add `address' element.
1276 (value_object_methods): Remove `address' element.
1277
1278 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
1279
1280 * observer.sh: Set LANG/LC_ALL to C, not c.
1281
1282 2009-03-28 Kevin Buettner <kevinb@redhat.com>
1283
1284 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
1285 `char' is unsigned.
1286
1287 2009-03-28 Pedro Alves <pedro@codesourcery.com>
1288
1289 * remote.c (remote_stop_ns): If multi-process extensions are off,
1290 and GDB is requesting the whole process to stop, sent "vCont;t",
1291 not "vCont;t:-1"
1292
1293 2009-03-28 Pedro Alves <pedro@codesourcery.com>
1294
1295 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
1296 null inferior_ptid.
1297
1298 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1299
1300 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
1301
1302 2009-03-26 Doug Evans <dje@google.com>
1303
1304 * thread.c (do_restore_current_thread_cleanup): Redo test for
1305 whether to restore old->inferior_ptid.
1306
1307 2009-03-26 Tom Tromey <tromey@redhat.com>
1308
1309 * breakpoint.c (resolve_sal_pc): Preserve original line number
1310 when skipping prologue.
1311
1312 2009-03-26 Doug Evans <dje@google.com>
1313
1314 * thread.c (inferior_thread) Remove "extern" in definition.
1315
1316 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1317
1318 Add gdb.Value.is_optimized_out attribute.
1319 * python/python-value.c (valpy_get_is_optimized_out): New
1320 function.
1321 (value_object_getset): New variable.
1322 (value_object_type): Initialize tp_getset element.
1323
1324 2009-03-26 Joel Brobecker <brobecker@adacore.com>
1325
1326 Recognize missing DW_AT_location as <value optimized out>.
1327 * dwarf2read.c
1328 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
1329 Call add_symbol_to_list.
1330
1331 2009-03-25 Tom Tromey <tromey@redhat.com>
1332
1333 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
1334 * stack.c (print_this_frame_argument_p): Use check_typedef.
1335
1336 2009-03-25 Tom Tromey <tromey@redhat.com>
1337
1338 * configure: Rebuild.
1339 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
1340 Rearrange flags setting. Add comments.
1341
1342 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1343
1344 * config/i386/nm-i386.h: Remove code within
1345 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
1346 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
1347 macro.
1348 * config/i386/nm-cygwin64.h: Ditto.
1349 * config/i386/nm-fbsd.h: Ditto.
1350 * config/i386/nm-go32.h: Ditto.
1351 * config/i386/nm-linux.h: Ditto.
1352 * config/i386/nm-linux64.h: Ditto.
1353
1354 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1355
1356 ARI fix: "xasprintf" rule.
1357 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
1358
1359 2009-03-25 Pedro Alves <pedro@codesourcery.com>
1360
1361 * remote.c (remote_start_remote): In non-stop mode, call
1362 init_wait_for_inferior before adding threads and inferiors.
1363
1364 2009-03-25 Joel Brobecker <brobecker@adacore.com>
1365
1366 * breakpoint.c (breakpoint_thread_match): Split a large condition
1367 into several smaller conditions. No behavior change.
1368
1369 2009-03-25 Pedro Alves <pedro@codesourcery.com>
1370
1371 * infrun.c (infrun_thread_thread_exit): New.
1372 (_initialize_infrun): Attach it to the thread_exit observer.
1373 * thread.c (delete_thread_1): Always call the observer, passing it
1374 the silent flag.
1375 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
1376 SILENT, return immediately.
1377
1378 2009-03-25 Pedro Alves <pedro@codesourcery.com>
1379
1380 * infrun.c (normal_stop): Use has_stack_frames instead of
1381 target_has_stack.
1382 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
1383 when there is no thread selected.
1384 (mi_cmd_execute): Don't special case commands that can run without
1385 a valid selected thread.
1386 * top.c (execute_command): Don't special case commands that can
1387 run without a valid selected thread. Use has_stack_frames.
1388 * infcmd.c (ensure_valid_thread): New.
1389 (continue_1, step_1, jump_command, signal_command): Use it.
1390 (detach_command): Error out if there's no selected thread/inferior.
1391 * thread.c (print_thread_info): Allow having no thread selected.
1392 (switch_to_thread): Don't read the PC if there is no current thread.
1393 (do_restore_current_thread_cleanup): Don't record the current
1394 frame if there is no current thread.
1395 (make_cleanup_restore_current_thread): Don't read frame info if
1396 there is no selected thread.
1397 (_initialize_thread): Don't mark commands as
1398 "no_selected_thread_ok".
1399 * frame.c (get_current_frame): Error out if there is no valid
1400 selected thread.
1401 (has_stack_frames): Return false if there is no valid
1402 selected thread.
1403 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
1404 "no_selected_thread_ok".
1405 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
1406 (get_cmd_no_selected_thread_ok): Delete.
1407 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
1408 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
1409 Delete declaration.
1410 * stack.c (get_selected_block): Use has_stack_frames.
1411
1412 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
1413
1414 Fix size of FPSCR in Power 7 processors.
1415 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
1416 (PPC_FEATURE_HAS_DFP): New #define.
1417 (ppc_linux_read_description): Check for DFP feature instead of
1418 ISA 2.05 to decide on size of the FPSCR.
1419
1420 2009-03-25 Kevin Buettner <kevinb@redhat.com>
1421
1422 * mn10300-tdep.c (trad-frame.h): Don't include.
1423 (prologue-value.h): Include.
1424 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
1425 (struct mn10300_prologue): Define.
1426 (push_reg, translate_rreg, check_for_saved): New functions.
1427 (mn10300_analyze_prologue): Rewrite, using prologue-value
1428 machinery. Handle more instructions than before. Permit
1429 instructions to occur in any order.
1430 (mn10300_skip_prologue): Find the extents of the function
1431 in question; mn10300_analyze_prologue no longer does this.
1432 (mn10300_analyze_frame_prologue): New function.
1433 (mn10300_frame_base): New function.
1434 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
1435 implementation.
1436 (mn10300_frame_prev_register): Likewise.
1437 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
1438 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
1439 `this_frame'.
1440 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
1441
1442 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1443
1444 Fix completer problem for filename completion on the first try.
1445
1446 * gdb/completer.h (gdb_completion_word_break_characters): New function.
1447 * gdb/completer.c: Include gdb_assert.h.
1448 (complete_line_internal_reason): New enum.
1449 (complete_line_internal): Change last argument type to
1450 complete_line_internal_reason.
1451 Modify function to handle the different complete_line_internal_reason
1452 argument values.
1453 (complete_line): Adapt to change in complete_line_internal.
1454 (command_completer): Ditto.
1455 (gdb_completion_word_break_characters): Implement new function.
1456 * top.c (init_main): Set rl_completion_word_break_hook to
1457 gdb_completion_word_break_characters.
1458
1459
1460 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1461
1462 ARI fix: "strlen d_name" rule.
1463 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
1464
1465
1466 2009-03-24 Tom Tromey <tromey@redhat.com>
1467 Pedro Alves <pedro@codesourcery.com>
1468
1469 * configure, config.in: Rebuild.
1470 * configure.ac: Check for libiconvlist.
1471 * charset.c: Check HAVE_LIBICONVLIST.
1472 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
1473 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
1474 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
1475 Remove.
1476 (INTERNAL_CFLAGS_BASE): Update.
1477 (INTERNAL_LDFLAGS): Update.
1478 (CLIBS): Update.
1479
1480 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * configure.ac: Initialize the variable $PREFER_CURSES.
1483 * configure: Regenerated.
1484
1485 2009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1486
1487 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
1488 * configure: Regenerated.
1489
1490 2009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
1491
1492 ARI fix: "strerror" rule.
1493 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
1494 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
1495
1496 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1497
1498 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
1499 before looking up the fields inside our struct type.
1500
1501 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1502
1503 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
1504 trying to resolve the type qualification.
1505
1506 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1507
1508 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
1509 we try to apply the attribute on the real type, rather than
1510 its associated typedef.
1511
1512 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1513
1514 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
1515 to make sure we try to get the modulus of the actual type, not the
1516 associated typedef.
1517
1518 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1519
1520 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
1521 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
1522 to get the real type, not the associated typedef.
1523
1524 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1525
1526 * ada-lang.c (ada_get_field_index): Add handling of the case
1527 when TYPE is a typedef of a struct.
1528
1529 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1530
1531 Add gdb_usleep as a portable version of usleep based on gdb_select.
1532 * gdb_usleep.h, gdb_usleep.c: New files.
1533 * Makefile.in (SFILES): Add gdb_usleep.c.
1534 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
1535 (COMMON_OBS): Add gdb_usleep.o.
1536 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
1537 by call to gdb_usleep.
1538
1539 2009-03-23 Joel Brobecker <brobecker@adacore.com>
1540
1541 * buildsym.c (end_symtab): If we ignore the subfiles, then
1542 unlink the associated symtabs if they were already allocated.
1543
1544 2009-03-23 Jerome Guitton <guitton@adacore.com>
1545
1546 Provide a way to force building of GDB with libcurses.
1547 * configure.ac: Add --with-curses.
1548 * configure: Regenerated.
1549
1550 2009-03-23 Tom Tromey <tromey@redhat.com>
1551
1552 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
1553 error message.
1554
1555 2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1556
1557 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
1558 solib_contains_address_p instead of searching.
1559
1560 2009-03-23 Tom Tromey <tromey@redhat.com>
1561
1562 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
1563 (iconv): Make 'inbuf' argument const.
1564 (convert_between_encodings): Use ICONV_CONST.
1565 (wchar_iterate): Likewise.
1566
1567 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
1568
1569 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
1570 dynamically loaded function.
1571 (LookupPrivilegeValueA): Ditto.
1572 (OpenProcessToken): Ditto.
1573 (AdjustTokenPrivileges): Rename and define placeholder for address of
1574 dynamically loaded function.
1575 (LookupPrivilegeValueA): Ditto.
1576 (OpenProcessToken): Ditto.
1577 (set_process_privilege): Remove check for loaded functions.
1578 (bad_OpenProcessToken): Define.
1579 (_initialize_loadable): Load token functions from advapi here, setting
1580 OpenProcessToken function to a dummy static function which always return
1581 error if OS doesn't support this functionality.
1582
1583 2009-03-22 Nicolas Roche <roche@adacore.com>
1584 Christopher Faylor <me+cygwin@cgf.cx>
1585
1586 * win32-nat.c (ctrl_c_handler): New function.
1587 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
1588 is run in a separate console.
1589
1590 2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
1591
1592 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
1593 for dynamically loaded function.
1594 (DebugBreakProcess): Ditto.
1595 (DebugSetProcessKillOnExit): Ditto.
1596 (EnumProcessModules): Ditto.
1597 (GetModuleFileNameExA): Ditto.
1598 (GetModuleInformation): Ditto.
1599 (DebugActiveProcessStop): Rename and define placeholder for address of
1600 dynamically loaded function.
1601 (DebugBreakProcess): Ditto.
1602 (DebugSetProcessKillOnExit): Ditto.
1603 (EnumProcessModules): Ditto.
1604 (GetModuleFileNameExA): Ditto.
1605 (GetModuleInformation): Ditto.
1606 (psapi_loaded): Delete.
1607 (get_module_name): Don't check psapi_loaded, just rely on the fact that
1608 dynamically loaded functions will return failure if they weren't
1609 previously found.
1610 (has_detach_ability): Delete.
1611 (windows_attach): Remove call to has_detach_ability (). Just rely on
1612 functions being callable.
1613 (bad_DebugActiveProcessStop): Define.
1614 (bad_DebugBreakProcess): Ditto.
1615 (bad_DebugSetProcessKillOnExit): Ditto.
1616 (bad_EnumProcessModules): Ditto.
1617 (bad_GetModuleFileNameExA): Ditto.
1618 (bad_GetModuleInformation): Ditto.
1619 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
1620 dynamic storage here, setting nonexistent functions to dummy static
1621 functions which always return error.
1622
1623 2009-03-22 Pedro Alves <pedro@codesourcery.com>
1624
1625 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
1626 to the about_to_proceed observer notification.
1627 (mi_about_to_proceed): New.
1628 (mi_on_resume): Only output ^running and the prompt here if the
1629 target was proceeded.
1630 * breakpoint.c (breakpoint_proceeded): New static.
1631 (breakpoint_about_to_proceed): New.
1632 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
1633 the about_to_proceed observer notification.
1634 * inferior.h (breakpoint_proceeded): Delete declaration.
1635 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
1636 Notify the about_to_proceed observers.
1637 (struct inferior_status): Delete breakpoint_proceeded member.
1638 (save_inferior_status): Don't save it.
1639 (restore_inferior_status): Don't restore it.
1640 * mi-main.h (mi_proceeded): Declare.
1641 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
1642 a command.
1643
1644 2009-03-22 Pedro Alves <pedro@codesourcery.com>
1645
1646 * gdbthread.h (struct thread_info): Add in_infcall member.
1647 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
1648 Remove reverences to suppress_resume_observer. Refresh
1649 `call_thread' after returning from `proceed'.
1650 * infcmd.c (suppress_resume_observer): Delete.
1651 * inferior.h (suppress_resume_observer): Delete declaration.
1652 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
1653 inferior function.
1654 * thread.c (set_running): Remove references to
1655 suppress_resume_observer.
1656 * infrun.c (struct inferior_status): Add in_infcall member.
1657 (save_inferior_status): Save it.
1658 (restore_inferior_status): Restore it.
1659
1660 2009-03-22 Pedro Alves <pedro@codesourcery.com>
1661
1662 * infcall.c (run_inferior_call): Remove references to
1663 suppress_stop_observer.
1664 * infcmd.c (suppress_stop_observer): Delete.
1665 (finish_command_continuation): Remove NOTE. Don't clear
1666 suppress_stop_observer anymore.
1667 (finish_command_continuation_free_arg): Likewise.
1668 (finish_forward): Remove references to suppress_stop_observer.
1669 Call normal_stop observer if we haven't already.
1670 * inferior.h (suppress_stop_observer): Delete.
1671 * infrun.c (normal_stop): When deciding to suppress the
1672 normal_stop observer, check for proceed_to_finish instead of
1673 suppress_stop_observer.
1674
1675 2009-03-22 Pedro Alves <pedro@codesourcery.com>
1676
1677 * symfile.c (symfile_relocate_debug_section): Remove check for
1678 SEC_DEBUGGING.
1679
1680 2009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1681 Jim Blandy <jimb@red-bean.com>
1682 Thiago Jung Bauermann <bauerman@br.ibm.com>
1683 Tom Tromey <tromey@redhat.com>
1684
1685 Miscellaneous fixes to the Python code.
1686 * python/python-cmd.c (cmdpy_init): Accept keyword
1687 arguments.
1688 * python/python-value.c (valpy_string): Accept keyword
1689 arguments.
1690 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
1691 Do not call value_to_value_object on NULL RES_VAL.
1692 (value_object_methods): Change `string' entry to also accept
1693 keyword arguments.
1694 (convert_value_from_python): Return a copy of the value if obj is
1695 a gdb.Value object.
1696 (value_object_methods): Mark the `string' method as accepting
1697 keywords, and show method "prototype" in the doc string.
1698 * python/python.c (get_parameter): Don't return inside a
1699 TRY_CATCH.
1700
1701 2009-03-20 Tom Tromey <tromey@redhat.com>
1702
1703 Add support for convenience functions in Python.
1704 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
1705 (SUBDIR_PYTHON_SRCS): Add python-function.c.
1706 (python-function.o): New target.
1707 * eval.c: Include "python/python.h" and <ctype.h>.
1708 (evaluate_subexp_standard): Handle values of type
1709 TYPE_CODE_INTERNAL_FUNCTION.
1710 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
1711 * parse.c (write_exp_string): Remove duplicate word in comment.
1712 * python/python-function.c: New file.
1713 * python/python-internal.h (gdbpy_initialize_functions): Add
1714 prototype.
1715 * python/python.c (_initialize_python): Call
1716 gdbpy_initialize_functions.
1717 * valprint.c (value_check_printable): Handle values of type
1718 TYPE_CODE_INTERNAL_FUNCTION.
1719 * value.c: Include "cli/cli-decode.h".
1720 (internal_function): New struct.
1721 (functionlist, internal_fn_type): New static variables.
1722 (lookup_only_internalvar,
1723 lookup_internalvar): Add const qualifier to name argument.
1724 (create_internalvar): Likewise. Initialize new field.
1725 (set_internal_var): Fix typo in comment. Don't allow assignment
1726 to canonical variable.
1727 (value_create_internal_function, value_internal_function_name,
1728 call_internal_function, function_command, function_destroyer,
1729 add_internal_function): New functions.
1730 (_initialize_values): Create `function' placeholder command.
1731 Initialize internal_fn_type.
1732 * value.h (lookup_only_internalvar, create_internalvar,
1733 lookup_internalvar): Add const qualifier to name argument.
1734 (internal_function_fn, add_internal_function, call_internal_function,
1735 value_internal_function_name): Add prototypes.
1736 (struct internalvar) <canonical>: New field.
1737
1738 2009-03-20 Tom Tromey <tromey@redhat.com>
1739
1740 * c-lang.c (evaluate_subexp_c): Call check_typedef.
1741
1742 2009-03-20 Tom Tromey <tromey@redhat.com>
1743 Julian Brown <julian@codesourcery.com>
1744
1745 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
1746 PR i18n/9401, PR exp/9613:
1747 * NEWS: Update
1748 * value.h (value_typed_string): Declare.
1749 (val_print_string): Update.
1750 * valprint.h (print_char_chars): Update.
1751 * valprint.c (print_char_chars): Add type argument. Update.
1752 (val_print_string): Likewise.
1753 * valops.c (value_typed_string): New function.
1754 * utils.c (host_char_to_target): New function.
1755 (parse_escape): Use host_char_to_target, host_hex_value. Update.
1756 Remove '^' case.
1757 (no_control_char_error): Remove.
1758 * typeprint.c (print_type_scalar): Update.
1759 * scm-valprint.c (scm_scmval_print): Update.
1760 * scm-lang.h (scm_printchar, scm_printstr): Update.
1761 * scm-lang.c (scm_printchar): Add type argument.
1762 (scm_printstr): Likewise.
1763 * printcmd.c (print_formatted): Update.
1764 (print_scalar_formatted): Update.
1765 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
1766 Handle '%lc' and '%ls'.
1767 * parser-defs.h (struct typed_stoken): New type.
1768 (struct stoken_vector): Likewise.
1769 (write_exp_string_vector): Declare.
1770 * parse.c (write_exp_string_vector): New function.
1771 * p-valprint.c (pascal_val_print): Update.
1772 * p-lang.h (is_pascal_string_type, pascal_printchar,
1773 pascal_printstr): Update.
1774 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
1775 Add 'char_type' argument.
1776 (pascal_emit_char): Add type argument.
1777 (pascal_printchar): Likewise.
1778 (pascal_printstr): Likewise.
1779 * objc-lang.c (objc_emit_char): Add type argument.
1780 (objc_printchar): Likewise.
1781 (objc_printstr): Likewise.
1782 * macroexp.c (get_character_constant): Handle unicode characters.
1783 Use c_parse_escape.
1784 (get_string_literal): Handle unicode strings. Use
1785 c_parse_escape.
1786 * m2-valprint.c (print_unpacked_pointer): Update.
1787 (m2_print_array_contents): Update.
1788 (m2_val_print): Update.
1789 * m2-lang.c (m2_emit_char): Add type argument.
1790 (m2_printchar): Likewise.
1791 (m2_printstr): Likewise.
1792 * language.h (struct language_defn) <la_printchar>: Add type
1793 argument.
1794 <la_printstr, la_emitchar>: Likewise.
1795 (LA_PRINT_CHAR): Likewise.
1796 (LA_PRINT_STRING): Likewise.
1797 (LA_EMIT_CHAR): Likewise.
1798 * language.c (unk_lang_emit_char): Add type argument.
1799 (unk_lang_printchar): Likewise.
1800 (unk_lang_printstr): Likewise.
1801 * jv-valprint.c (java_val_print): Update.
1802 * jv-lang.c (java_emit_char): Add type argument.
1803 * f-valprint.c (f_val_print): Update.
1804 * f-lang.c (f_emit_char): Add type argument.
1805 (f_printchar): Likewise.
1806 (f_printstr): Likewise.
1807 * expprint.c (print_subexp_standard): Update.
1808 * charset.h (target_wide_charset): Declare.
1809 (c_target_char_has_backslash_escape, c_parse_backslash,
1810 host_char_print_literally, host_char_to_target,
1811 target_char_to_host, target_char_to_control_char): Remove.
1812 (enum transliterations): New type.
1813 (convert_between_encodings): Declare.
1814 (HOST_ESCAPE_CHAR): New define.
1815 (host_letter_to_control_character, host_hex_value): Declare.
1816 (enum wchar_iterate_result): New enum.
1817 (struct wchar_iterator): Declare.
1818 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
1819 wchar_push_back): Declare.
1820 * charset-list.h: New file.
1821 * c-valprint.c (textual_name): New function.
1822 (textual_element_type): Handle wide character types.
1823 (c_val_print): Pass original type to textual_element_type. Handle
1824 wide character types.
1825 (c_value_print): Use textual_element_type. Pass original type of
1826 value to val_print.
1827 * c-lang.h (enum c_string_type): New type.
1828 (c_printchar, c_printstr): Update.
1829 * c-lang.c (classify_type): New function.
1830 (print_wchar): Likewise.
1831 (c_emit_char): Add type argument. Handle wide characters.
1832 (c_printchar): Likewise.
1833 (c_printstr): Add type argument. Handle wide and multibyte
1834 character sets.
1835 (convert_ucn): New function.
1836 (emit_numeric_character): Likewise.
1837 (convert_octal): Likewise.
1838 (convert_hex): Likewise.
1839 (ADVANCE): New macro.
1840 (convert_escape): New function.
1841 (parse_one_string): Likewise.
1842 (evaluate_subexp_c): Likewise.
1843 (exp_descriptor_c): New global.
1844 (c_language_defn): Use exp_descriptor_c.
1845 (cplus_language_defn): Likewise.
1846 (asm_language_defn): Likewise.
1847 (minimal_language_defn): Likewise.
1848 (charset_for_string_type): New function.
1849 * c-exp.y (%union): Add 'svec' and 'tsval'.
1850 (CHAR): New token.
1851 (exp): Add CHAR production.
1852 (string_exp): Rewrite.
1853 (exp) <string_exp>: Rewrite.
1854 (tempbuf): Now global.
1855 (tempbuf_init): New global.
1856 (parse_string_or_char): New function.
1857 (yylex) <tempbuf>: Now global.
1858 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
1859 Remove.
1860 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
1861 (c_parse_escape): New function.
1862 * auxv.c (fprint_target_auxv): Update.
1863 * ada-valprint.c (ada_emit_char): Add type argument.
1864 (ada_printchar): Likewise.
1865 (ada_print_scalar): Update.
1866 (printstr): Add type argument. Update calls to ada_emit_char.
1867 (ada_printstr): Add type argument.
1868 (ada_val_print_array): Update.
1869 (ada_val_print_1): Likewise.
1870 * ada-lang.c (emit_char): Add type argument.
1871 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
1872 type arguments.
1873 * gdb_locale.h: Include langinfo.h.
1874 * charset.c (_initialize_charset): Set default host charset from
1875 the locale. Don't register charsets. Add target-wide-charset
1876 commands. Call find_charset_names.
1877 (struct charset, struct translation): Remove.
1878 (GDB_DEFAULT_HOST_CHARSET): Remove.
1879 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
1880 (target_wide_charset_name): New global.
1881 (show_host_charset_name): Handle "auto".
1882 (show_target_wide_charset_name): New function.
1883 (host_charset_enum, target_charset_enum): Remove.
1884 (charset_enum): New global.
1885 (all_charsets, register_charset, lookup_charset, all_translations,
1886 register_translation, lookup_translation): Remove.
1887 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
1888 (iso_8859_print_literally, iso_8859_to_control,
1889 iso_8859_family_charset): Remove.
1890 (ebcdic_print_literally, ebcdic_to_control,
1891 ebcdic_family_charset): Remove.
1892 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
1893 register_iconv_charsets): Remove.
1894 (target_wide_charset_be_name, target_wide_charset_le_name): New
1895 globals.
1896 (identity_either_char_to_other): Remove.
1897 (set_be_le_names, validate): New functions.
1898 (backslashable, backslashed, represented): Remove.
1899 (default_c_target_char_has_backslash_escape): Remove.
1900 (default_c_parse_backslash, iconv_convert): Remove.
1901 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
1902 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
1903 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
1904 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
1905 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
1906 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
1907 (table_convert_char, table_translation, simple_table_translation):
1908 Remove.
1909 (current_host_charset, current_target_charset,
1910 c_target_char_has_backslash_escape_func,
1911 c_target_char_has_backslash_escape_baton): Remove.
1912 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
1913 (host_char_to_target_func, host_char_to_target_baton): Remove.
1914 (target_char_to_host_func, target_char_to_host_baton): Remove.
1915 (cached_iconv_host_to_target, cached_iconv_target_to_host):
1916 Remove.
1917 (lookup_charset_or_error, check_valid_host_charset): Remove.
1918 (set_host_and_target_charsets): Remove.
1919 (set_host_charset, set_target_charset): Remove.
1920 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
1921 (set_target_wide_charset_sfunc): New function.
1922 (show_charset): Print target wide character set.
1923 (host_charset, target_charset): Rewrite.
1924 (target_wide_charset): New function.
1925 (c_target_char_has_backslash_escape): Remove.
1926 (c_parse_backslash): Remove.
1927 (host_letter_to_control_character): New function.
1928 (host_char_print_literally): Remove.
1929 (host_hex_value): New function.
1930 (target_char_to_control_char): Remove.
1931 (cleanup_iconv): New function.
1932 (convert_between_encodings): New function.
1933 (target_char_to_host): Remove.
1934 (struct wchar_iterator): Define.
1935 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
1936 wchar_push_back): New functions.
1937 (do_cleanup_iterator): New function.
1938 (char_ptr): New typedef.
1939 (charsets): New global.
1940 (add_one, find_charset_names): New functions.
1941 (default_charset_names): New global.
1942 (auto_host_charset_name): Likewise.
1943 * aclocal.m4, config.in, configure: Rebuild.
1944 * configure.ac: Call AM_LANGINFO_CODESET.
1945 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
1946 (AM_ICONV): Invoke earlier.
1947 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
1948 LIBICONV_LIBDIR. Check for libiconv in build tree.
1949 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
1950 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
1951 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
1952 * gdb_obstack.h (obstack_grow_wstr): New define.
1953 * gdb_wchar.h: New file.
1954 * defs.h: Include it.
1955
1956 2009-03-20 Tom Tromey <tromey@redhat.com>
1957 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
1960 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
1961 typedef.
1962 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
1963 SYMBOL_TYPE result.
1964 * ada-typeprint.c (print_array_type): Do the NULL check
1965 unconditionally.
1966
1967 2009-03-19 Tom Tromey <tromey@redhat.com>
1968
1969 * utils.c (do_obstack_free): New function.
1970 (make_cleanup_obstack_free): Likewise.
1971 * defs.h (make_cleanup_obstack_free): Declare.
1972
1973 2009-03-18 Doug Evans <dje@google.com>
1974
1975 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
1976 int, not a long long.
1977 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
1978
1979 * expprint.c (dump_raw_expression): Print note if non-NULL.
1980
1981 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
1982 backwards.
1983
1984 2009-03-18 Nathan Sidwell <nathan@codesourcery.com>
1985
1986 * Makefile.in: Update license to GPLv3.
1987 * ada-exp.y: Update license to GPLv3.
1988 * ada-lex.l: Update license to GPLv3.
1989 * c-exp.y: Update license to GPLv3.
1990 * cp-name-parser.y: Update license to GPLv3.
1991 * darwin-nat-info.c: Update license to GPLv3.
1992 * f-exp.y: Update license to GPLv3.
1993 * gdb_thread_db.h: Update license to GPLv3.
1994 * hppanbsd-nat.c: Update license to GPLv3.
1995 * hppanbsd-tdep.c: Update license to GPLv3.
1996 * hppaobsd-tdep.c: Update license to GPLv3.
1997 * jv-exp.y: Update license to GPLv3.
1998 * m2-exp.y: Update license to GPLv3.
1999 * objc-exp.y: Update license to GPLv3.
2000 * p-exp.y: Update license to GPLv3.
2001 * reply_mig_hack.awk: Update license to GPLv3.
2002 * reverse.c: Update license to GPLv3.
2003 * xtensa-xtregs.c: Update license to GPLv3.
2004
2005 2009-03-18 Pedro Alves <pedro@codesourcery.com>
2006
2007 * remote.c (remote_close): Don't call generic_mourn_inferior.
2008 (remote_mourn_1): Call generic_mourn_inferior after closing the
2009 target.
2010
2011 2009-03-18 Pedro Alves <pedro@codesourcery.com>
2012
2013 * remote.c (remote_start_remote): Add missing call to
2014 init_wait_for_inferior in non-stop mode.
2015
2016 2009-03-18 Pedro Alves <pedro@codesourcery.com>
2017
2018 * breakpoint.c (bpstat_should_step): Only consider software
2019 watchpoints that have a location.
2020
2021 2009-03-17 Joel Brobecker <brobecker@adacore.com>
2022
2023 Add a target_ops parameter to the to_kill method in struct target_ops.
2024
2025 * target.h (struct target_ops): Add a "target_ops *" parameter to
2026 method to_kill.
2027 (target_kill): Remove macro. Add declaration.
2028 * target.c (debug_to_kill): Delete, no longer necessary.
2029 (target_kill): New function.
2030 (update_current_target): Stop inheriting the to_kill method.
2031 Do not de_fault it to no_process either.
2032 (setup_target_debug): Do not set current_target.to_kill.
2033 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
2034 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
2035 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
2036 accordingly.
2037
2038 2009-03-17 Doug Evans <dje@google.com>
2039
2040 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
2041 glibc 2.3.2 and earlier.
2042
2043 2009-03-17 Joel Brobecker <brobecker@adacore.com>
2044
2045 * frame.c (get_prev_frame_1): Do not perform the inner_frame
2046 sanity check if this_frame is not NORMAL.
2047 (frame_id_inner): Update the description of this function.
2048
2049 2009-03-17 Hui Zhu <teawater@gmail.com>
2050
2051 * stack.c: Change the introduce of "disassemble-next-line".
2052
2053 2009-03-17 Pedro Alves <pedro@codesourcery.com>
2054
2055 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
2056 declare as extern.
2057
2058 2009-03-17 Hui Zhu <teawater@gmail.com>
2059
2060 * stack.c: Include valprint.h.
2061 (disassemble_next_line): New enum.
2062 (show_disassemble_next_line): New function. Show the current
2063 value of disassemble-next-line.
2064 (gdb_disassembly_stub_args): New struct for argument passing
2065 between function do_gdb_disassembly and function
2066 gdb_disassembly_stub.
2067 (gdb_disassembly_stub): New function. Helper for
2068 gdb_disassembly.
2069 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
2070 the exception from the gdb_disassembly because it will be
2071 broken by filter sometime.
2072 (print_frame_info): If disassemble-next-line is set to auto
2073 or on and doesn't have the line debug messages for $pc,
2074 output the next instruction.
2075 If disassemble-next-line is set to on and there is line debug
2076 messages, output assembly codes for next line.
2077 (_initialize_stack): Make the "set disassemble-next-line"
2078 command an auto-boolean command. Change its class to
2079 class_stack. Place it in the top level set list. Extend help
2080 to describe the auto mode.
2081
2082 2009-03-17 Pedro Alves <pedro@codesourcery.com>
2083
2084 * infrun.c (normal_stop): Don't overwrite old_chain.
2085
2086 2009-03-16 Joel Brobecker <brobecker@adacore.com>
2087
2088 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
2089 which is undefined, by call to regcache_invalidate, which should
2090 do what the original author wanted to do.
2091
2092 2009-03-16 Joel Brobecker <brobecker@adacore.com>
2093
2094 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
2095 (mips_create_inferior): Likewise.
2096
2097 2009-03-16 Joel Brobecker <brobecker@adacore.com>
2098
2099 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
2100
2101 2009-03-16 Joel Brobecker <brobecker@adacore.com>
2102
2103 * darwin-nat.c (darwin_resume): Fix a compiler warning when
2104 building on x86_64-darwin.
2105
2106 2009-03-16 Tristan Gingold <gingold@adacore.com>
2107
2108 * configure.tgt: Add handling for x86_64-darwin.
2109
2110 2009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2111
2112 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
2113
2114 2009-03-15 Joel Brobecker <brobecker@adacore.com>
2115
2116 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
2117 Use the ops parameter to get to the target beneath, rather than
2118 using the current_target global. Using the current_target global
2119 was an unintended accident.
2120
2121 2009-03-15 Joel Brobecker <brobecker@adacore.com>
2122
2123 Fix an error happening while loading symbols from a core file
2124 (on AIX).
2125
2126 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
2127 to detect whether we're debugging a core file or not.
2128
2129 2009-03-15 Joel Brobecker <brobecker@adacore.com>
2130
2131 Modernize the aix-thread later by getting rid of the base_target
2132 global. This brings back to life the AIX port which was otherwise
2133 crashing all the time.
2134
2135 * aix-thread.c (base_target): Delete.
2136 (pd_enable): Do not set base_target.
2137 (aix_thread_attach): Use find_target_beneath instead of base_target.
2138 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
2139 (aix_thread_fetch_registers, aix_thread_store_registers),
2140 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
2141 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
2142 (aix_thread_kill): Delete. Does not seem necessary.
2143 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
2144
2145 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2146
2147 * stack.c (return_command <retval_exp>): New variables retval_expr
2148 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
2149 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
2150 if RETURN_TYPE is NULL.
2151
2152 2009-03-14 Pedro Alves <pedro@codesourcery.com>
2153
2154 * remote.c (PACKET_qAttached): New.
2155 (remote_query_attached): New.
2156 (remote_add_inferior): Add new `attached' argument. Handle it.
2157 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
2158 -1 to remote_add_inferior in new parameter.
2159 (extended_remote_attach_1): Adjust to pass 1 to
2160 remote_add_inferior in the new parameter.
2161 (extended_remote_create_inferior_1): Adjust to pass 0 to
2162 remote_add_inferior in the new parameter.
2163 (_initialize_remote): Add "set/show remote query-attached-packet"
2164 commands.
2165
2166 2009-03-13 Tom Tromey <tromey@redhat.com>
2167
2168 * symtab.c (lookup_symbol_in_language): Use a cleanup.
2169
2170 2009-03-13 Doug Evans <dje@google.com>
2171
2172 * exceptions.h: Clean up some comments on catch_exceptions usage.
2173 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
2174 catch_exceptions.
2175
2176 2009-02-17 Joel Brobecker <brobecker@adacore.com>
2177
2178 The following patch helps getting rid of a warning inside solib-som.c.
2179
2180 * source.c (source_full_path_of): Constify parameter filename.
2181 * defs.h (source_full_path_of): Update declaration accordingly.
2182
2183 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2184
2185 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
2186 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
2187 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
2188
2189 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2190
2191 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
2192 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
2193
2194 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2195
2196 * ada-tasks.c (ada_task_is_alive): Move up and make static.
2197 * ada-lang.h (ada_task_is_alive): Remove declaration.
2198
2199 2009-03-12 Jerome Guitton <guitton@adacore.com>
2200
2201 * ada-lang.c (ada_delta): Change the type of numerators and
2202 denominators to DOUBLEST, as they may not fit into a long.
2203 (scaling_factor): Ditto.
2204
2205 2009-03-12 Jerome Guitton <guitton@adacore.com>
2206
2207 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
2208
2209 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2210
2211 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
2212 types, if we are unable to determine the actual symbol type
2213 from its tag, then use the static approximation instead.
2214
2215 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2216
2217 Fix crash printing packed record with packed array.
2218
2219 * ada-lang.c (ada_modulus_from_name): New function.
2220 (ada_modulus): In the case where the type length is bigger than
2221 the size of the type used to hold the bounds, try determining
2222 the modulus from the type name.
2223 (ada_value_primitive_packed_val): Fix bug in the computation of
2224 ntarg causing an out-of-buffer invalid access.
2225
2226 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2227
2228 Fix segfault when printing short_integer'last.
2229
2230 * ada-lang.c (ada_find_any_type): Search in the primitive types
2231 if a symbol could not be found.
2232
2233 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2234
2235 * ada-tasks.c (task_states,long_task_states): Add new states
2236 Activating and Acceptor_Delay_Sleep. Update the description
2237 of state Acceptor_Sleep.
2238
2239 2009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
2240
2241 Fix a build failure on Darwin following some changes in
2242 the profile of some target_ops methods.
2243
2244 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
2245 where missing.
2246 (darwin_stop_inferior, darwin_detach): Likewise.
2247
2248 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2249
2250 Include token in ^running notification for CLI commands.
2251
2252 * mi/mi-main.c (mi_execute_command): Set current_token here.
2253 (mi_cmd_execute): Do not set current_token here.
2254
2255 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
2256
2257 Fix MI timings.
2258
2259 * mi/mi-main.c (mi_print_timing_maybe): New.
2260 (captured_mi_execute_command): Simplify. Output timings to
2261 CLI commands, too.
2262 (mi_execute_async_cli_command): Do not print timings.
2263 * mi/mi-main.h (mi_print_timing_maybe): Declare.
2264 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
2265
2266 2009-03-12 Jerome Guitton <guitton@adacore.com>
2267
2268 * xcoffread.c (process_linenos): Check if the line in the
2269 include table refers to the main source file and, if so,
2270 add them to the main subfile.
2271
2272 2009-03-12 Joel Brobecker <brobecker@adacore.com>
2273
2274 Fix a build failure on AIX introduced after a change in the profile
2275 of some of the "methods" in the target_ops structure.
2276 * aix-thread.c: Add missing target_ops parameter throughout.
2277
2278 Implement Ada task switching on AIX.
2279 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
2280 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
2281
2282 2009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2283
2284 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
2285 value_mark and value_free_to_mark.
2286 * objfiles.c (free_objfile): Call objfile_free_data before
2287 freeing the BFD.
2288
2289 2009-03-10 Hui Zhu <teawater@gmail.com>
2290
2291 * disasm.c (gdb_disassembly): Remove unused argument
2292 "line_num".
2293 * disasm.h (gdb_disassembly): Ditto.
2294 * cli/cli-cmds.c (print_disassembly): Ditto.
2295 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
2296
2297 2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
2298
2299 * solib.c (solib_contains_address_p): New function.
2300 (solib_name_from_address): Use it.
2301 * printcmd.c (display_uses_solib_p): Use it.
2302 * solib.h (solib_contains_address_p): Declare it.
2303
2304 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 * varobj.c (free_variable): Call value_free.
2307
2308 2009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 PR gdb/9873:
2311 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
2312 Move the variable `macinfo_type' out of the loop. Create a new
2313 processing pass before the current one to pre-create `current_file'.
2314 New complaint on misplaced zero/non-zero definitions/includes.
2315 Skip first DW_MACINFO_start_file with `at_commandline' set.
2316
2317 2008-03-09 Vladimir Prus <vladimir@codesourcery.com>
2318
2319 * solib.c (reload_shared_libraries): Give
2320 inferior a chance to reset solib breakpoint.
2321 Reinit frame cache.
2322
2323 2009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
2324
2325 * windows-nat.c (dr): Redefine to use largest possible integer which
2326 holds a pointer.
2327 (cygwin_set_dr): Avoid coercion.
2328
2329 2009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
2330
2331 * windows-nat.c (windows_create_inferior): Implement --tty handling on
2332 non-cygwin.
2333
2334 2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2335
2336 Rename solib_address to solib_name_from_address.
2337 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
2338 (disable_breakpoints_in_unloaded_shlib): Update.
2339 * printcmd.c (display_uses_solib_p): Likewise.
2340 * stack.c (print_frame): Likewise.
2341 * solib.c: Rename.
2342 * solib.h: Rename.
2343
2344 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2345
2346 * printcmd.c (do_one_display): Reparse exp_string.
2347 (display_uses_solib_p): New function.
2348 (clear_dangling_display_expressions): New function.
2349 (_initialize_printcmd): Add observer.
2350 * solib.c (no_shared_libraries): Swap order of calls to
2351 clear_solib and objfile_purge_solibs.
2352
2353 2009-03-05 Joel Brobecker <brobecker@adacore.com>
2354
2355 Implement the target-specific part of Ada tasking support
2356 on Tru64.
2357
2358 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
2359 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
2360
2361 2009-03-05 Joel Brobecker <brobecker@adacore.com>
2362
2363 Get rid of the global "base_target" and use "find_target_beneath"
2364 to find the underlying target.
2365 * dec-thread.c (base_target): Delete.
2366 (enable_dec_thread): Remove assignement to base_target.
2367 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
2368 (dec_thread_fetch_registers, dec_thread_store_registers)
2369 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
2370 Update the function profile if necessary.
2371 Use find_target_beneath to call the same method but from
2372 the underlying target, removing the need for "base_target".
2373
2374 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
2375 Fix a copy/paste error in a few debug traces...
2376
2377 * solib-osf.c (init_so): Use a simpler method for computing
2378 the size of lm_info structure. This also gets rid of warning
2379 emitted by the compiler.
2380
2381 2009-03-05 Pedro Alves <pedro@codesourcery.com>
2382
2383 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
2384 duplicates of permanent breakpoints.
2385
2386 2009-03-04 Pedro Alves <pedro@codesourcery.com>
2387
2388 * inferior.h (notice_new_inferior): Declare.
2389 * infcmd.c (notice_new_inferior): New.
2390 * remote.c (remote_add_inferior, remote_add_thread): New.
2391 (notice_new_inferiors): Rename to...
2392 (remote_notice_new_inferior): ... this. Add RUNNING argument.
2393 Use remote_add_thread instead of add_thread, passing it the
2394 RUNNING argument. Add an inferior with remote_add_inferior. If
2395 we just learned about an inferior, call notice_new_inferior.
2396 (record_currthread): Adjust.
2397 (remote_threads_info): Adjust to use remote_notice_new_inferior.
2398 (remote_start_remote, extended_remote_attach_1): Use
2399 remote_add_inferior.
2400 (process_stop_reply): Adjust. Call remote_notice_new_inferior
2401 after handling expedited registers and watchpoint state.
2402 (extended_remote_create_inferior_1): Use remote_add_inferior.
2403
2404 2009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
2405
2406 * infcmd.c (registers_info): Remove register number case.
2407
2408 2009-03-03 Pedro Alves <pedro@codesourcery.com>
2409
2410 * top.c (quit_target): Check for target_has_execution before
2411 killing or detaching from inferiors.
2412
2413 2009-03-02 Joel Brobecker <brobecker@adacore.com>
2414
2415 Remove some unused routines.
2416
2417 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
2418 Delete.
2419 * ada-lang.c (ada_task_list_iterator_ftype)
2420 (iterate_over_live_ada_tasks): Delete.
2421 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
2422 Delete.
2423
2424 2009-03-01 Doug Evans <dje@google.com>
2425
2426 * symtab.c: Remove trailing whitespace throughout the file.
2427 (expand_line_sal): Fix some typos and whitespace.
2428
2429 * Makefile.in (clean): rm -f $(DEPDIR)/*.
2430
2431 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
2432 (init.c): signals/ -> common/.
2433 (signals.o): Update.
2434 * target.h (target_signal_to_string,target_signal_to_string)
2435 (target_signal_from_name,target_signal_to_host_p)
2436 (target_signal_from_host,target_signal_to_host): Move to ...
2437 * common/gdb_signals.h: ... here. New file.
2438 * common/signals.c: Moved here from signals/signals.c.
2439 #include gdb_signals.h, remove #include of target.h in gdb case.
2440 (target_signal_from_command,default_target_signal_to_host)
2441 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
2442
2443 Include thread ID in target_wait debugging output.
2444 * infrun.c (print_target_wait_results): New function.
2445 (wait_for_inferior,fetch_inferior_event): Call it.
2446
2447 2009-02-27 Pedro Alves <pedro@codesourcery.com>
2448
2449 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
2450 with a ptid_t field.
2451 * linux-thread-db.c (thread_get_info_callback): Build the ptid
2452 using the pid stored in proc_handle.ptid.
2453 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
2454 (check_for_thread_db, thread_db_detach, check_event)
2455 (thread_db_mourn_inferior, find_new_threads_callback)
2456 (thread_db_find_new_threads_1): Adjust.
2457 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
2458 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
2459
2460 2009-02-27 Phil Muldoon <pmuldoon@redhat.com>
2461
2462 * valprint.c (read_string): Rework clean-up logic. Use
2463 free_current_contents to clean-up buffer.
2464
2465 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2466
2467 * MAINTAINERS: Update e-mail address.
2468
2469 2009-02-26 Phil Muldoon <pmuldoon@redhat.com>
2470
2471 * python/python-utils.c (python_string_to_unicode): Always return
2472 a new reference.
2473 (python_string_to_target_string): Decrement transient python
2474 instance.
2475 (python_string_to_host_string): Likewise.
2476
2477 2007-02-26 Pedro Alves <pedro@codesourcery.com>
2478
2479 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
2480 call to super_fetch_registers.
2481 (mips64_linux_store_registers): Pass `ops' to call to
2482 super_store_registers.
2483
2484 2009-02-25 Doug Evans <dje@google.com>
2485
2486 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
2487 error message.
2488
2489 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
2490 disabled_shlib_breaks, unused.
2491
2492 * printcmd.c (build_address_symbolic): Fix comment.
2493
2494 2009-02-25 Hui Zhu <teawater@gmail.com>
2495
2496 * cli/cli-script.c (define_command): Add _() to query.
2497 * gnu-nat.c (inf_validate_task_sc): Ditto.
2498 * infcmd.c (kill_if_already_running): Ditto.
2499 (jump_command): Ditto.
2500 (attach_command): Ditto.
2501 * inflow.c (kill_command): Ditto.
2502 * infrun.c (handle_command): Ditto.
2503 * maint.c (maintenance_dump_me): Ditto.
2504 * memattr.c (mem_delete_command): Ditto.
2505 * monitor.c (monitor_interrupt_query): Ditto.
2506 * nto-procfs.c (interrupt_query): Ditto.
2507 * printcmd.c (undisplay_command): Ditto.
2508 * remote-mips.c (mips_kill): Ditto.
2509 * remote.c (interrupt_query): Ditto.
2510 * solib-irix.c (irix_open_symbol_file_object): Ditto.
2511 * solib-osf.c (osf_open_symbol_file_object): Ditto.
2512 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
2513 * solib-som.c (som_open_symbol_file_object): Ditto.
2514 * solib-svr4.c (open_symbol_file_object): Ditto.
2515 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2516 * target.c (kill_or_be_killed): Ditto.
2517 * tracepoint.c (delete_trace_command): Ditto.
2518 * top.c (quit_confirm): Add _() to s that will be used
2519 in query.
2520
2521 2009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
2522
2523 Fix windows-nat.c compilation failure.
2524
2525 * windows-nat.c (windows_thread_alive): Fix forward declaration.
2526 (get_windows_debug_event): Add ops parameter to call to windows_resume.
2527
2528 2009-02-23 Pedro Alves <pedro@codesourcery.com>
2529
2530 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
2531
2532 2009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
2533
2534 * symtab.c (find_line_symtab): Initialize exact to avoid
2535 a compiler warning.
2536
2537 2009-02-23 Pedro Alves <pedro@codesourcery.com>
2538
2539 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
2540 `ops' to recursive call.
2541
2542 2009-02-23 Pedro Alves <pedro@codesourcery.com>
2543
2544 * corelow.c (get_core_registers): Adjust.
2545 (core_file_thread_alive): Rename to...
2546 (core_thread_alive): ... this.
2547 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
2548 (init_core_ops): Adjust.
2549 (coreops_suppress_target): Delete.
2550 (_initialize_corelow): Unconditionally add core_ops.
2551 * procfs.c: Include "inf-child.h".
2552 (procfs_ops): Delete.
2553 (init_procfs_ops): Delete. Reimplement as...
2554 (procfs_target): ... this, inheriting from inf-child.
2555 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
2556 (procfs_prepare_to_store): Delete.
2557 (procfs_store_registers, procfs_resume): Adjust.
2558 (procfs_open): Delete.
2559 (procfs_suppress_run): Delete.
2560 (procfs_can_run): Delete.
2561 (procfs_mourn_inferior): Adjust.
2562 (procfs_init_inferior): Add target_ops parameter. Adjust.
2563 (procfs_create_inferior): Don't pass procfs_init_inferior to
2564 fork_inferior. Instead call it after fork_inferior returns.
2565 (procfs_find_new_threads): Adjust.
2566 (_initialize_procfs): Adjust to use procfs_target instead of
2567 init_procfs_ops.
2568 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
2569 (lwp_to_thread): Use target_thread_alive.
2570 (sol_thread_open): Delete.
2571 (sol_thread_attach): Delete.
2572 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
2573 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
2574 to use find_target_beneath.
2575 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
2576 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
2577 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
2578 (check_for_thread_db): New.
2579 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
2580 (sol_thread_new_objfile): Call check_for_thread_db.
2581 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
2582 (sol_thread_can_run): Delete.
2583 (sol_thread_alive): Adjust to use find_target_beneath.
2584 (sol_thread_stop): Delete.
2585 (rw_common): Use target_write_memory or target_read_memory.
2586 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
2587 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
2588 (solaris_pid_to_str): Remove check for libthread_db initialization
2589 failing.
2590 (sol_find_new_threads): Remove check for libthread_db
2591 initialization failing, or for an invalid inferior_ptid. Adjust
2592 to use find_target_beneath.
2593 (sol_core_open, sol_core_close, sol_core_detach,
2594 sol_core_files_info, sol_find_memory_regions,
2595 sol_make_note_section, ignore): Delete.
2596 (init_sol_thread_ops): Make it a thread_stratum target. Remove
2597 unneeded callback settings.
2598 (init_sol_core_ops): Delete.
2599 (_initialize_sol_thread): No longer call init_sol_core_ops, set
2600 procfs_suppress_run, or hack with core_ops.
2601
2602 * target.h (struct target_ops): Add a target_ops * parameter to
2603 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
2604 and to_find_new_threads.
2605 (target_fetch_registers, target_store_registers)
2606 (target_thread_alive, target_find_new_threads): Redeclare as
2607 function.
2608
2609 * target.c (update_current_target): Do not inherit or de_fault
2610 to_resume, to_fetch_registers, to_store_registers,
2611 to_thread_alive, to_find_new_threads.
2612 (target_resume): Adjust.
2613 (target_thread_alive, target_find_new_threads): New.
2614 (debug_to_resume, debug_to_fetch_registers): Delete.
2615 (target_fetch_registers): New.
2616 (debug_to_store_registers): Delete.
2617 (target_store_registers): New.
2618 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
2619 (setup_target_debug): Adjust.
2620
2621 * gdbcore.h (core_ops): Delete declaration.
2622
2623 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
2624 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
2625 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
2626 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
2627 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
2628 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
2629 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
2630 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
2631 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
2632 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
2633 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
2634 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
2635 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
2636 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
2637
2638 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
2639 * gdbarch.h, gdbarch.c: Regenerate.
2640
2641 * sol2-tdep.c: Include "inferior.h".
2642 (sol2_core_pid_to_str): New.
2643 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
2644
2645 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
2646 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
2647 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
2648 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
2649
2650 2009-02-22 Doug Evans <dje@google.com>
2651
2652 * exec.c (exec_file_attach): Fix comment.
2653
2654 2009-02-22 Pedro Alves <pedro@codesourcery.com>
2655
2656 Silence a few -Wmissing-prototypes warnings.
2657
2658 PR build/9877:
2659 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
2660 it static.
2661 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
2662 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
2663 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
2664 (_initialize_amd64nbsd_tdep): ... this.
2665 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
2666 (_initialize_arm_linux_tdep): Declare.
2667 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
2668 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
2669 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
2670 * avr-tdep.c (avr_return_value): Make it static.
2671 (avr_frame_unwind_cache): Ditto.
2672 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
2673 (bsd_uthread_solib_loaded): Ditto.
2674 (bsd_uthread_solib_unloaded): Ditto.
2675 (bsd_uthread_target): Ditto.
2676 (_initialize_bsd_uthread): Declare.
2677 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
2678 (cris_frame_unwind_cache): Ditto.
2679 * frv-tdep.c (frv_return_value): Ditto.
2680 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
2681 (h8300h_use_struct_convention): Ditto.
2682 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
2683 Ditto.
2684 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
2685 declarations.
2686 * hppabsd-tdep.c: Include hppabsd-tdep.h.
2687 (hppabsd_find_global_pointer): Make it static.
2688 * hppabsd-tdep.h: New.
2689 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
2690 (hppabsd_init_abi): Remove declaration.
2691 (_initialize_hppabsd_tdep): Remove declaration.
2692 (_initialize_hppanbsd_tdep): Declare.
2693 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
2694 (hppabsd_init_abi): Delete declaration.
2695 (hppaobsd_init_abi): Make it static.
2696 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
2697 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
2698 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
2699 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
2700 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
2701 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
2702 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
2703 (_initialize_m32c_tdep): Declare.
2704 * m32r-rom.c (_initialize_m32r_rom): Declare.
2705 * m32r-tdep.c (m32r_skip_prologue): Make it static.
2706 (m32r_return_value): Ditto.
2707 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
2708 (m68hc11_return_value): Ditto.
2709 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
2710 * m88k-tdep.c (m88k_frame_cache): Make it static.
2711 * mep-tdep.c (mep_gdb_print_insn): Ditto.
2712 (mep_return_value): Ditto.
2713 (_initialize_mep_tdep): Declare.
2714 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
2715 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
2716 (mips_linux_syscall_next_pc): Ditto.
2717 (_initialize_mips_linux_tdep): Declare.
2718 * mips-tdep.c (mips_single_step_through_delay): Make it static.
2719 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
2720 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
2721 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
2722 * mt-tdep.c (_initialize_mt_tdep): Declare.
2723 * nbsd-tdep.c: Include nbsd-tdep.h.
2724 * nto-tdep.c (find_load_phdr): Make it static.
2725 (_initialize_nto_tdep): Declare.
2726 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
2727 static.
2728 (_initialize_ppc_linux_tdep): Declare.
2729 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
2730 (m32r_insert_watchpoint, m32r_remove_watchpoint)
2731 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
2732 static.
2733 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
2734 * rs6000-nat.c: Include xcoffread.h.
2735 (find_toc_address): Don't extern declare get_toc_offset. Adjust
2736 to call xcoff_get_to_offset.
2737 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
2738 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
2739 (rs6000_skip_trampoline_code): Make static.
2740 * s390-tdep.c (s390_regset_from_core_section): Ditto.
2741 * sh-tdep.c (sh_register_reggroup_p): Ditto.
2742 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
2743 (_initialize_shnbsd_tdep): Declare.
2744 * solib-frv.c (displacement_from_map): Make static.
2745 (_initialize_frv_solib): Declare.
2746 * solib-irix.c (fetch_lm_info): Make static.
2747 (_initialize_irix_solib): Declare.
2748 * solib-som.c: Include solib-som.h.
2749 (som_solib_select): Line break.
2750 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
2751 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
2752 (_initialize_sparcnbsd_tdep): ... this.
2753 * spu-tdep.c (spu_software_single_step): Make it static.
2754 (_initialize_spu_tdep): Declare.
2755 * vax-tdep.c (vax_frame_cache): Make it static.
2756 * xcoffread.c: Include xcoffread.h.
2757 (get_toc_offset): Rename to ...
2758 (xcoff_get_toc_offset): ... this.
2759 (_initialize_xcoffread): Declare.
2760 * xcoffread.h: New.
2761 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
2762 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
2763 static.
2764 (_initialize_xtensa_tdep): Declare.
2765
2766 2008-02-21 Pedro Alves <pedro@codesorcery.com>
2767
2768 Silence a few -Wmissing-prototypes warnings.
2769
2770 PR build/9877:
2771 * amd64-nat.c: Include "amd64-nat.h".
2772 * fork-child.c (_initialize_fork_child): Ditto.
2773 * gcore.c (_initialize_gcore): Ditto.
2774 * inf-ptrace.c: Include "inf-ptrace.h".
2775 (inf_ptrace_store_registers): Make it static.
2776 * linux-nat.c (linux_nat_terminal_ours): Make it static.
2777 (_initialize_linux_nat): Declare before definition.
2778 * linux-tdep.c: Include "linux-tdep.h".
2779 * linux-thread-db.c (_initialize_thread_db): Declare before
2780 definition.
2781 * proc-service.c (_initialize_proc_service): Ditto.
2782 * remote.c (remote_send_printf): Make it static.
2783 * solib.c: Include "solib.h".
2784 * symfile-mem.c (_initialize_symfile_mem): Declare before
2785 definition.
2786 * ada-lang.c (ada_la_decode, ada_match_name)
2787 (ada_suppress_symbol_printing, ada_is_array_type)
2788 (ada_value_ptr_subscript, ada_array_length)
2789 (ada_to_static_fixed_value): Make them static.
2790 (_initialize_ada_language): Declare before definition.
2791 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
2792 (ada_task_list_changed, ada_new_objfile_observer): Make them
2793 static.
2794 (_initialize_tasks): Declare before definition.
2795 * addrmap.c (_initialize_addrmap): Declare before definition.
2796 * auxv.c (default_auxv_parse): Make it static.
2797 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
2798 them static.
2799 * breakpoint.c (remove_sal): Add line break.
2800 (expand_line_sal_maybe): Make it static.
2801 * cp-name-parser.y: Include "cp-support.h".
2802 * cp-valprint.c (cp_find_class_member): Make it static.
2803 * eval.c (value_f90_subarray): Ditto.
2804 * exceptions.c (print_any_exception): Ditto.
2805 * findcmd.c (_initialize_mem_search): Declare before definition.
2806 * frame.c (frame_observer_target_changed): Make it static.
2807 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
2808 * inf-child.c: Include "inf-child.h".
2809 * inferior.h (valid_inferior_id): Rename to ...
2810 (valid_gdb_inferior_id): ... this.
2811 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
2812 Make them static.
2813 * jv-lang.c (java_language_arch_info): Make it static.
2814 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
2815 * osdata.c (info_osdata_command): Make it static.
2816 * regcache.c (regcache_observer_target_changed): Make it static.
2817 * reverse.c (_initialize_reverse): Declare before definition.
2818 * stabsread.c (cleanup_undefined_types_noname)
2819 (cleanup_undefined_types_1): Make them static.
2820 * symfile.c (place_section): Make it static.
2821 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
2822 * target-descriptions.c (_initialize_target_descriptions): Declare
2823 before definition.
2824 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
2825 (find_default_is_async_p, find_default_supports_non_stop): Make
2826 them static.
2827 (target_supports_non_stop): Add prototype.
2828 (dummy_pid_to_str): Make it static.
2829 * utils.c (_initialize_utils): Declare before definition.
2830 * ada-exp.y (_initialize_ada_exp): Declare before definition.
2831 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
2832 * target.h (struct target_ops): Add a prototype to the
2833 to_can_execute_reverse callback.
2834 * macroscope.c (_initialize_macroscope): Declare before definition.
2835 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2836 * python/python.c (_initialize_python): Declare before definition.
2837 * tui/tui-command.c: Include "tui/tui-command.h".
2838 * tui/tui-data.c (init_content_element, init_win_info): Make them
2839 static.
2840 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
2841 * tui/tui-interp.c (_initialize_tui_interp): Declare before
2842 definition.
2843 * tui/tui-layout.c: Include "tui/tui-layout.h".
2844 (_initialize_tui_layout): Declare before definition.
2845 * tui/tui-regs.c: Include "tui/tui-regs.h".
2846 (tui_display_reg_element_at_line): Make it static.
2847 (_initialize_tui_regs): Declare before definition.
2848 * tui/tui-stack.c (_initialize_tui_stack): Declare before
2849 definition.
2850 * tui/tui-win.c: Include "tui/tui-win.h".
2851 (_initialize_tui_win): Declare before definition.
2852 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
2853 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
2854 (tui_get_cmd_list): Add a prototype.
2855 * tui/tui-windata.c: Include tui-windata.h.
2856 * tui/tui-wingeneral.c (box_win): Make it static.
2857 * cli/cli-logging.c (show_logging_command): Make it static.
2858 (_initialize_cli_logging): Declare before definition.
2859 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
2860 definition.
2861
2862 2009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
2863
2864 Extend use of i386_use_watchpoints to all i386 native files
2865 using hardware watchpoints.
2866 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
2867 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
2868 * windows-nat.c (init_windows_ops): Ditto.
2869 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
2870 * config/i386/nm-cygwin64.h: Ditto.
2871 * config/i386/nm-fbsd.h: Ditto.
2872 * config/i386/nm-go32.h: Ditto.
2873
2874 2009-02-19 Joel Brobecker <brobecker@adacore.com>
2875
2876 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
2877
2878 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2879
2880 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
2881 (mi_interpreter_init): Register the above.
2882 * solib.c (clear_solib): Notify solib unload.
2883 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
2884 disable breakpoints on a.out targets.
2885
2886 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2887
2888 * observer.c (observer_test_first_notification_function)
2889 (observer_test_second_notification_function)
2890 (observer_test_third_notification_function): Adjust prototype.
2891
2892 2009-02-17 Pedro Alves <pedro@codesourcery.com>
2893
2894 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
2895 (ALL_TARGET_OBS): Add dicos-tdep.o.
2896 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
2897 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
2898 gdb_target_obs.
2899 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
2900 gdb_target_obs.
2901 * dicos-tdep.h, dicos-tdep.c: New.
2902 * amd64-dicos-tdep.c: New.
2903 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
2904 inferior.h. Include dicos-tdep.h.
2905 (i386_dicos_init_abi): Call dicos_init_abi.
2906 (i386_dicos_bfd_has_symbol_p): Delete.
2907 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
2908
2909 * NEWS: Mention x86-64 DICOS target support.
2910
2911 2009-02-16 Doug Evans <dje@google.com>
2912
2913 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
2914 All callers updated.
2915 (amd64_get_insn_details): Handle more 3-byte opcode insns.
2916 (amd64_breakpoint_p): Delete.
2917 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
2918 don't back up pc to the start of the int3.
2919 * i386-tdep.c: #include opcode/i386.h.
2920 (i386_skip_prefixes): New function.
2921 (i386_absolute_jmp_p): Constify argument.
2922 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
2923 (i386_breakpoint_p): Delete.
2924 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
2925 When fixing up after stepping an int3, don't back up pc to the start
2926 of the int3.
2927
2928 2009-02-16 Pedro Alves <pedro@codesourcery.com>
2929
2930 * corelow.c (core_close): Don't hardcode the core's pid.
2931 (core_open): Find core threads before calling
2932 post_create_inferior.
2933 (add_to_thread_list, get_core_register_section): Take into account
2934 systems where the regset section names encode the pid of the
2935 inferior.
2936
2937 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
2938 * gdbarch.h, gdbarch.c: Regenerate.
2939
2940 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
2941 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
2942 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
2943 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
2944
2945 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2946
2947 Include frame information for *stopped due to CLI commands.
2948
2949 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
2950 * infcmd.c (finish_command_continuation): Pass '1' for
2951 'print_frame' parameter to the observer.
2952 * infrun.c (normal_stop): Don't print mi-specific information
2953 here. Pass 'stop_print_frame' to the 'print_frame' parameter
2954 of the observer.
2955 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
2956 If we need to print frame, and current uiout is not the MI one,
2957 print frame again.
2958
2959 2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
2960
2961 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
2962 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
2963
2964 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2965
2966 PR fortran/9806
2967 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
2968 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
2969
2970 2009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
2971
2972 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
2973 for DW_ATE_signed_char and DW_ATE_unsigned_char
2974 for pascal language.
2975
2976 2009-02-11 Jim Meyering <meyering@redhat.com>
2977 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 Avoid NULL dereference.
2980 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
2981 New variable func_type.
2982
2983 2009-02-11 Pedro Alves <pedro@codesourcery.com>
2984
2985 * gdbarch.c: Regenerate.
2986
2987 2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
2988
2989 * p-lang.c (is_pascal_string_type): Fix comment.
2990 Determine exact size of char elements for GPC
2991 strings.
2992 (pascal_printstr): Handle char width of 2 or 4.
2993 * p-valprint.c (pascal_val_print): Handle char
2994 of width 2 or 4.
2995
2996 2009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2997
2998 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
2999 inside the loop. Only call addrmap_set_empty if the compilation unit
3000 had DW_AT_high_pc and DW_AT_low_pc. Update call to
3001 scan_partial_symbols.
3002 (scan_partial_symbols): Take NEED_PC argument and pass it along with
3003 LOWPC and HIGHPC.
3004 (add_partial_namespace): Take NEED_PC argument and pass it through.
3005 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
3006 if necessary.
3007
3008 2009-02-07 Pedro Alves <pedro@codesourcery.com>
3009
3010 * NEWS: Mention inspecting extra signal information, $_siginfo,
3011 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
3012
3013 2009-02-07 Pedro Alves <pedro@codesourcery.com>
3014
3015 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
3016 isn't defined.
3017
3018 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3019
3020 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
3021 (compat_timer_t, compat_clock_t, struct compat_timeval)
3022 (compat_sigval_t, compat_siginfo_t): New types.
3023 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
3024 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
3025 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
3026 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
3027 (amd64_linux_siginfo_fixup): New.
3028 * linux-nat.c (linux_nat_siginfo_fixup): New.
3029 (siginfo_fixup): New.
3030 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
3031 siginfo layout expected by ptrace and the siginfo layout of the
3032 inferior.
3033 (linux_nat_set_siginfo_fixup): New.
3034 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
3035
3036 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3037
3038 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
3039 * infrun.c (siginfo_value_read, siginfo_value_write): New.
3040 (siginfo_value_funcs): New.
3041 (siginfo_make_value): New.
3042 (_initialize_infrun): Create the $_siginfo convenience variable.
3043 * gdbtypes.h (append_composite_type_field_aligned): Declare.
3044 * gdbtypes.c (append_composite_type_field): Rename to...
3045 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
3046 argument. Handle it.
3047 (append_composite_type_field): Rewrite on top of
3048 append_composite_type_field_aligned.
3049 * value.h (internalvar_make_value): New typedef.
3050 (struct internalvar) <make_value>: New field.
3051 (create_internalvar_type_lazy): Declare.
3052 * value.c (create_internalvar): Clear make_value.
3053 (create_internalvar_type_lazy): New.
3054 (value_of_internalvar): If make_value is set use it.
3055 (preserve_values): Skip internal variables that don't have a
3056 value.
3057 * gdbarch.sh (get_siginfo_type): New.
3058 * gdbarch.h, gdbarch.c: Regenerate.
3059
3060 * linux-tdep.h, linux-tdep.c: New.
3061 * amd64-linux-tdep.c: Include "linux-tdep.h".
3062 (amd64_linux_init_abi): Register linux_get_siginfo_type and
3063 linux_get_siginfo_mapper.
3064 * i386-linux-tdep.c: Include "linux-tdep.h".
3065 (i386_linux_init_abi): Register linux_get_siginfo_type and
3066 linux_get_siginfo_mapper.
3067 * arm-linux-tdep.c: Include "linux-tdep.h".
3068 (i386_linux_init_abi): Register linux_get_siginfo_type and
3069 linux_get_siginfo_mapper.
3070
3071 * linux-nat.c (linux_xfer_siginfo): New.
3072 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
3073 * remote.c (PACKET_qXfer_siginfo_read)
3074 (PACKET_qXfer_siginfo_write): New.
3075 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
3076 "qXfer:siginfo:write" features.
3077 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
3078 (_initialize_remote): Add "set/show remote read-siginfo-object"
3079 and "set/show remote write-siginfo-object" commands.
3080
3081 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
3082 (HFILES_NO_SRCDIR): Add linux-tdep.h.
3083 (ALLDEPFILES): Add linux-tdep.c.
3084
3085 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
3086 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
3087 gdb_target_obs.
3088
3089 2009-02-06 Jim Blandy <jimb@codesourcery.com>
3090 Daniel Jacobowitz <dan@codesourcery.com>
3091 Vladimir Prus <vladimir@codesourcery.com>
3092 Pedro Alves <pedro@codesourcery.com>
3093
3094 * defs.h (enum lval_type): New value: lval_computed.
3095 * value.h (struct lval_funcs): New type.
3096 (allocate_computed_value, value_computed_funcs)
3097 (value_computed_closure): New declarations.
3098 * value.c (struct value): Add a structure to the location union
3099 for computed lvalues, containing 'funcs' and 'closure' members.
3100 (allocate_computed_value, value_computed_funcs)
3101 (value_computed_closure): New functions.
3102 (value_free): For computed lvalues, call the closure's
3103 'free_closure' function before freeing the value itself.
3104 (value_copy): If we're copying an lval_computed value, call the
3105 closure's 'copy_closure' function.
3106 (set_value_component_location): If the original value is a
3107 computed lvalue, then call the closure's 'copy_closure' function.
3108 (value_of_internalvar): If an internal variable's value is a
3109 computed lvalue, make retrieving its value produce an equivalent
3110 computed lvalue.
3111 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
3112 their read function.
3113 (value_assign): Assign to computed lvalues by calling their write
3114 function.
3115
3116 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3117
3118 * linux-nat.c (linux_nat_wait): Adjust.
3119 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
3120 * linux-nat.h (thread_db_init): Delete declaration.
3121 * linux-thread-db.c (target_beneath): Delete.
3122 (thread_db_init): Delete.
3123 (thread_db_detach): Use find_target_beneath.
3124 (thread_db_wait): Adjust interface. Use find_target_beneath.
3125 (thread_db_mourn_inferior): Use find_target_beneath.
3126 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
3127 (thread_db_async_mask): Delete.
3128 (thread_db_pid_to_str): Adjust interface. Use
3129 find_target_beneath.
3130 (thread_db_get_thread_local_address): Adjust interface. Use
3131 find_target_beneath.
3132 (init_thread_db_ops): Delete references to delete functions.
3133 * target.c (update_current_target): Don't inherit or default
3134 to_wait. Don't inherit to_pid_to_str and
3135 to_get_thread_local_address.
3136 (target_translate_tls_address): Look for a pushed target that
3137 implements to_get_thread_local_address, and use it instead of
3138 checking for target_get_thread_local_address_p.
3139 (target_wait, target_pid_to_str): Reimplement as functions.
3140 (dummy_pid_to_str): New.
3141 (init_dummy_target): Register it.
3142 (debug_to_wait): Delete.
3143 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
3144 to_get_thread_local_address accept a pointer to struct target_ops.
3145 (target_wait): Delete macro, and declare as function.
3146 (target_pid_to_str): Likewise.
3147 (target_get_thread_local_address)
3148 (target_get_thread_local_address_p): Delete.
3149 (noprocess): Add NORETURN and ATTR_NORETURN tags.
3150 * inf-ptrace.c (inf_ptrace_wait): Adjust.
3151 (inf_ptrace_pid_to_str): New.
3152 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
3153 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
3154 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
3155 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
3156 Adjust.
3157 * corelow.c (core_pid_to_str): Adjust.
3158 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
3159 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
3160 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
3161 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
3162 * hpux-thread.c (hpux_thread_wait): Adjust.
3163 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
3164 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
3165 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
3166 * procfs.c (procfs_pid_to_str): Adjust.
3167 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
3168 * remote-mips.c (mips_wait): Adjust.
3169 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
3170 * remote.c (remote_wait, remote_pid_to_str)
3171 (remote_get_thread_local_address): Adjust.
3172 * rs6000-nat.c (rs6000_wait): Adjust.
3173 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
3174 (sol_thread_wait, solaris_pid_to_str): Adjust.
3175 * spu-linux-nat.c (spu_child_wait): Adjust.
3176 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
3177
3178 2009-02-06 Tom Tromey <tromey@redhat.com>
3179
3180 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
3181 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
3182 (python-cmd.o): New target.
3183 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
3184 completer prototype.
3185 (add_cmd): Initialize destroyer member of cmd_list_element. Use
3186 make_symbol_completion_list_fn as completer.
3187 (delete_cmd): Call destroyer if one is set.
3188 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
3189 completer member. Add destroyer member.
3190 (set_cmd_completer): Add self parameter to
3191 completer prototype.
3192 * command.h (set_cmd_completer): Add cmd parameter to
3193 completer prototype.
3194 * completer.c (noop_completer, filename_completer,
3195 location_completer, expression_completer, command_completer): Adapt
3196 to new completer prototype.
3197 (complete_line_internal): Pass new parameter to completer function.
3198 * completer.h (noop_completer, filename_completer,
3199 location_completer, expression_completer, command_completer): Adapt
3200 prototypes to new completer prototype.
3201 * interps.c (interpreter_completer): Adapt to new completer
3202 prototype.
3203 * python/python-cmd.c: New file.
3204 * python/python-internal.h (gdbpy_initialize_commands): Add
3205 prototype.
3206 (gdbpy_doc_cst): Add forward declaration.
3207 * python/python.c (gdbpy_doc_cst): Declare.
3208 (_initialize_python): Call gdbpy_initialize_commands. Initialize
3209 gdbpy_doc_cst.
3210 * symtab.c (make_symbol_completion_list_fn): New function.
3211 * symtab.h (make_symbol_completion_list_fn): Add prototype.
3212
3213 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3214
3215 * target.c (target_get_osdata): Check for equal or higher than
3216 process_stratum, not dummy_stratum.
3217
3218 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3219
3220 * remote.c (extended_remote_can_run): Delete.
3221 (init_remote_ops): Don't register it.
3222 * target.c (target_get_osdata): Don't check for target_can_run.
3223 Instead any target that has already been pushed, otherwise
3224 fallback to the default run target.
3225
3226 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3227
3228 * target.c (target_create_inferior, target_detach)
3229 (target_mourn_inferior, target_attach, target_close): Do target
3230 debug output.
3231 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
3232 (debug_to_mourn_inferior, debug_to_close): Delete.
3233 (setup_target_debug): Adjust.
3234
3235 2009-02-05 Pedro Alves <pedro@codesourcery.com>
3236
3237 * target.h (target_stopped_data_address_p): Delete declaration,
3238 and don't define as macro.
3239 * target.c (target_stopped_data_address_p): Delete.
3240
3241 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3242 Tom Tromey <tromey@redhat.com>
3243
3244 * python/python-utils.c (target_string_to_unicode): New function.
3245 * python/python-internal.h (target_string_to_unicode): New prototype.
3246 * python/python-value.c (valpy_string): New function.
3247 (value_object_methods): Add `string' entry.
3248
3249 2009-02-05 Pedro Alves <pedro@codesourcery.com>
3250
3251 * target.h (target_tid_to_str): Delete.
3252 * thread.c (print_thread_info, thread_apply_all_command)
3253 (thread_apply_command, thread_command, do_captured_thread_select):
3254 Use target_pid_to_str instead of target_tid_to_str.
3255 * linux-fork.c (delete_fork_command): Likewise.
3256
3257 2009-02-05 Pedro Alves <pedro@codesourcery.com>
3258
3259 * frame.c (has_stack_frames): Make public.
3260 (get_prev_frame): Don't allow a NULL this_frame anymore.
3261 * frame.h (has_stack_frames): Declare.
3262 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
3263 to get_prev_frame, instead start at get_current_frame.
3264 (varobj_create): Check has_stack_frames before getting any frame;
3265 eliminate one usage of deprecated_safe_get_selected_frame.
3266
3267 2009-02-05 Tom Tromey <tromey@redhat.com>
3268 Thiago Jung Bauermann <bauerman@br.ibm.com>
3269
3270 * python/python.c (GdbMethods): Move to bottom of file.
3271 (get_parameter, execute_gdb_command, gdbpy_write,
3272 gdbpy_flush): Remove forward declarations.
3273 (eval_python_from_control_command): Fix error checking of function
3274 PyRun_SimpleString. Fix error string.
3275 (python_command): Likewise.
3276 (execute_gdb_command): Added from_tty argument.
3277
3278 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3279
3280 * language.h (language_dfn): Add la_get_string member.
3281 (LA_GET_STRING): New macro.
3282 (default_get_string): New prototype.
3283 * language.c (default_get_string): New function.
3284 (unknown_language_defn, auto_language_defn, local_language_defn): Use
3285 default_get_string for la_get_string.
3286 * c-lang.c (c_get_string): New function.
3287 (c_language_defn, cplus_language_defn, asm_language_defn): Use
3288 c_get_string for la_get_string.
3289 (minimal_language_defn): Likewise
3290 * ada-lang.c (ada_language_defn): Likewise.
3291 * f-lang.c (f_language_defn): Use default_get_string for
3292 la_get_string.
3293 * jv-lang.c (java_language_defn): Likewise.
3294 * m2-lang.c (m2_language_defn): Likewise.
3295 * objc-lang.c (objc_language_defn): Likewise.
3296 * p-lang.c (p_language_defn): Likewise.
3297 * scm-lang.c (scm_language_defn): Likewise.
3298 * typeprint.c (type_to_string): New function.
3299 * value.h (type_to_string): New prototype.
3300 * valprint.c (val_print_string): Factor out code for reading string
3301 from the inferior into its own function. Put 2 spaces after period
3302 in comments.
3303 (read_string): New function.
3304 * valprint.h (read_string): New prototype.
3305
3306 2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
3307 Tom Tromey <tromey@redhat.com>
3308
3309 PR breakpoints/8079:
3310 * breakpoint.c (print_one_breakpoint): Use exp_string field
3311 to display expression of watchpoints.
3312 (mention): Likewise.
3313 (watch_command_1): Remove trailing whitespace from expression.
3314 * printcmd.c (struct display) <exp_string>: New field.
3315 (display_command): Set exp_string.
3316 (free_display): Free exp_string.
3317 (clear_displays): Use free_display.
3318 (do_one_display): Print exp_string.
3319 (display_info): Likewise.
3320
3321 2009-02-04 Tom Tromey <tromey@redhat.com>
3322 Thiago Jung Bauermann <bauerman@br.ibm.com>
3323 Phil Muldoon <pmuldoon@redhat.com>
3324
3325 * python/python-internal.h (gdbpy_get_value_from_history): Rename
3326 prototype to gdbpy_history.
3327 (gdbpy_is_string): Declare.
3328 (python_string_to_host_string): Declare.
3329 * python/python-utils.c (gdbpy_is_string): New function.
3330 (unicode_to_encoded_string): New function.
3331 (unicode_to_target_string): Use it.
3332 (python_string_to_host_string): New function.
3333 * python/python-value.c (valpy_address): New function.
3334 (convert_value_from_python): Use gdbpy_is_string. Change to throw
3335 Python exception instead of a GDB exception on error. Properly check
3336 Python booleans.
3337 (valpy_getitem): Convert field name to host string. Handle array
3338 accesses. Adapt to new behaviour of convert_value_from_python.
3339 (valpy_new): Adapt to new behaviour of convert_value_from_python.
3340 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
3341 VALPY_BITXOR, VALPY_BITOR>: New constants.
3342 (valpy_binop): Update. Adapt to new behaviour of
3343 convert_value_from_python.
3344 (valpy_invert): New function.
3345 (valpy_lsh): Likewise.
3346 (valpy_rsh): Likewise.
3347 (valpy_and): Likewise.
3348 (valpy_or): Likewise.
3349 (valpy_xor): Likewise.
3350 (valpy_richcompare): Call convert_value_from_python instead of doing
3351 conversions itself.
3352 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
3353 (gdbpy_get_value_from_history): Rename
3354 function to gdbpy_history.
3355 (gdbpy_initialize_values): Don't set tp_new.
3356 (value_object_type): Add valpy_new.
3357 (value_object_methods): Add `address' entry.
3358 (value_object_as_number): Update for new methods.
3359 * python/python.c (GdbMethods): Rename entry from
3360 `get_value_from_history' to `history'.
3361
3362 2009-02-04 Jerome Guitton <guitton@adacore.com>
3363
3364 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
3365 of type to guard against a crash.
3366
3367 2009-02-04 Jerome Guitton <guitton@adacore.com>
3368
3369 * value.c (value_from_contents_and_address): Always return
3370 a lval_memory value, even if address is null.
3371
3372 2009-02-04 Tristan Gingold <gingold@adacore.com>
3373
3374 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
3375 (amd64_darwin_sigcontext_addr): Ditto.
3376 (darwin_dwarf_signal_frame_p): Ditto.
3377 (i386_darwin_init_abi): Handle signal frames, use the const for
3378 sc_num_regs.
3379 (x86_darwin_init_abi_64): Ditto.
3380
3381 2009-02-04 Tristan Gingold <gingold@adacore.com>
3382
3383 * i386-tdep.c (i386_sigtramp_p): Make it public.
3384 * i386-tdep.h (i386_sigtramp_p): Declare.
3385
3386 2009-02-04 Tristan Gingold <gingold@adacore.com>
3387
3388 * machoread.c (macho_symfile_read): Read minsymtab also from
3389 shared libraries.
3390 (macho_symfile_read): Try to read dwarf2 frame info from main
3391 object file, but not from OSO files.
3392 (macho_symfile_offsets): Update section names for latest BFD
3393 changes.
3394 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
3395 (x86_darwin_init_abi_64): Ditto.
3396 * solib-darwin.c: New file.
3397 * solib-darwin.h: New file.
3398 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
3399
3400 2009-02-04 Tristan Gingold <gingold@adacore.com>
3401
3402 * solist.h (struct target_so_ops): Comment fallback behavior for
3403 operation same.
3404
3405 2009-02-03 Tom Tromey <tromey@redhat.com>
3406
3407 * completer.c (add_struct_fields): Check type_name against NULL
3408 before use.
3409
3410 2009-02-03 Joel Brobecker <brobecker@adacore.com>
3411
3412 * MAINTAINERS: Update Elena's email address.
3413
3414 2009-02-02 Joel Brobecker <brobecker@adacore.com>
3415
3416 * breakpoint (update_watchpoint): Minor comment adjustment.
3417
3418 2009-02-02 Tom Tromey <tromey@redhat.com>
3419
3420 PR gdb/9594:
3421 * completer.c (count_struct_fields): Count method names.
3422 (add_struct_fields): Add matching method names.
3423
3424 2009-02-02 Doug Evans <dje@google.com>
3425
3426 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
3427 doing any further tcl/tk configury. Don't configure gdbtk if
3428 tcl or tk check fails.
3429 * aclocal.m4: Regenerate.
3430 * configure: Regenerate.
3431
3432 2009-02-02 Tom Tromey <tromey@redhat.com>
3433
3434 PR exp/9059:
3435 * valops.c (find_overload_match): Follow typedefs before taking
3436 address of object argument.
3437
3438 2009-02-01 Doug Evans <dje@google.com>
3439
3440 * target.h (target_waitstatus_to_string): Declare.
3441 * target.c (target_waitstatus_to_string): New function. Copied from
3442 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
3443 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
3444 TARGET_WAITKIND_NO_HISTORY.
3445 (debug_to_wait): Call it.
3446 * infrun.c (wait_for_inferior): If debug_infrun, print result of
3447 target_wait.
3448 (fetch_inferior_event): Ditto.
3449
3450 2009-01-30 Tom Tromey <tromey@redhat.com>
3451
3452 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
3453
3454 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3455
3456 PR 8145.
3457 * thread.c (do_captured_list_thread_ids): Report the current
3458 thread id.
3459
3460 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3461
3462 * breakpoint.c (create_breakpoint, create_breakpoints)
3463 (break_command_really, set_breakpoint): New parameter enabled.
3464 (create_breakpoint, break_command_really): Make breakpoint
3465 disabled if so requested.
3466 * breakpoint.h (set_breakpoint): New parameter enabled.
3467 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
3468
3469 2009-01-28 Doug Evans <dje@google.com>
3470
3471 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
3472 (amd64_displaced_step_fixup): Declare.
3473 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
3474 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
3475 and make static global.
3476 (amd64_arch_regmap_len): New static global.
3477 (amd64_arch_reg_to_regnum): New function.
3478 (struct amd64_insn): New struct.
3479 (struct displaced_step_closure): New struct.
3480 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
3481 (rex_prefix_p,skip_prefixes)
3482 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
3483 (amd64_insn_length,amd64_get_unused_input_int_reg)
3484 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
3485 (amd64_displaced_step_copy_insn)
3486 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
3487 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
3488 (amd64_displaced_step_fixup): New functions.
3489 * amd64-linux-tdep.c: #include arch-utils.h.
3490 (amd64_linux_init_abi): Install displaced stepping support.
3491
3492 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3493 Jerome Guitton <guitton@adacore.com>
3494
3495 * configure, config.in: Regenerated.
3496 * configure.ac: Add --with-system-gdbinit.
3497 * main.c (get_init_files): New.
3498 (captured_main): Use get_init_files. Load system gdbinit before
3499 $HOME/.gdbinit.
3500 (print_gdb_help): Print location of init files.
3501
3502 2009-01-28 Pedro Alves <pedro@codesourcery.com>
3503
3504 * corefile.c (generic_search): Delete disabled code.
3505 * gdbcore.h (generic_search): Delete declaration.
3506
3507 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3508
3509 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
3510 parent to the child.
3511 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3512 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
3513 remove_breakpoints to remove breakpoints from the parent.
3514
3515 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3516
3517 PR backtrace/9458, PR backtrace/8864:
3518 * frame.c (create_new_frame): Update the frame's cached PC before
3519 finding its unwinder. Use frame_id_build to build the new frame's
3520 id.
3521 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
3522 array values from the ``args'' array values.
3523
3524 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3525
3526 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
3527 (create_array_type, create_set_type, init_flags_type)
3528 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
3529 with a call to XZALLOC or XCALLOC, and pairs of calls to
3530 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
3531
3532 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3533
3534 Add "maint set|show internal-error|internal-warning quit|corefile
3535 ask|yes|no" commands.
3536
3537 PR gdb/7580:
3538 * utils.c (internal_problem_ask, internal_problem_yes)
3539 (internal_problem_no, internal_problem_modes): New.
3540 (struct internal_problem): Remove FIXME. Make should_quit and
3541 should_dump_core types to char *.
3542 (internal_vproblem, internal_error_problem)
3543 (internal_warning_problem): Adjust.
3544 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
3545 functions.
3546 (add_internal_problem_command): New.
3547 (_initialize_utils): New.
3548
3549 2009-01-25 Pedro Alves <pedro@codesourcery.com>
3550
3551 * infcmd.c (program_info): Use paddress instead of casting stop_pc
3552 to unsigned long.
3553
3554 2009-01-24 Pedro Alves <pedro@codesourcery.com>
3555
3556 * infrun.c (normal_stop): Don't call
3557 deprecated_update_frame_pc_hack.
3558 * frame.c (deprecated_update_frame_pc_hack)
3559 (deprecated_update_frame_base_hack): Delete, and ...
3560 (create_new_frame): ... inline here.
3561 * frame.h (deprecated_update_frame_pc_hack)
3562 (deprecated_update_frame_base_hack): Delete declarations.
3563
3564 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3565
3566 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
3567 * cli/cli-setshow.c (do_setshow_command): Handle it.
3568 * command.h (enum var_types): Add var_zuinteger.
3569 (add_setshow_zuinteger_cmd): Declare.
3570
3571 * valprint.c (_initialize_valprint): Change the set input-radix
3572 and set output-radix commands to zuinteger type.
3573
3574 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3575
3576 PR gdb/9664:
3577 * infrun.c (normal_stop): Tag threads as stopped, and run the
3578 hook-stop before printing the stack frame.
3579
3580 2009-01-22 Pedro Alves <pedro@codesourcery.com>
3581
3582 PR c++/9631:
3583 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
3584 vbasetype.
3585
3586 2009-01-20 Kazu Hirata <kazu@codesourcery.com>
3587
3588 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
3589 unsigned long.
3590
3591 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3592
3593 PR gdb/9346
3594 * infcmd.c (signal_command): Do not specify a resume PC.
3595
3596 2009-01-19 Doug Evans <dje@google.com>
3597
3598 * dummy-frame.c (dummy_frame): Replace regcache member with
3599 caller_state.
3600 (dummy_frame_push): Replace caller_regcache arg with caller_state.
3601 All callers updated.
3602 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
3603 (dummy_frame_pop): Rewrite. Verify requested frame is in the
3604 dummy frame stack. Restore program state.
3605 (cleanup_dummy_frames): Rewrite.
3606 (dummy_frame_sniffer): Update. Make static.
3607 * dummy-frame.h (regcache,frame_info): Delete forward decls.
3608 (inferior_thread_state): New forward decl.
3609 (dummy_frame_push): Update prototype.
3610 * frame.c (frame_pop): dummy_frame_pop now does all the work for
3611 DUMMY_FRAMEs.
3612 * infcall.c (breakpoint_auto_delete_contents): Delete.
3613 (get_function_name,run_inferior_call): New fns.
3614 (call_function_by_hand): Simplify by moving some code to
3615 get_function_name, run_inferior_call. Inferior function call wrapped
3616 in TRY_CATCH so there's less need for cleanups and all exits from
3617 proceed are handled similarily. Detect program exit.
3618 Detect program stopping in a different thread.
3619 Make error messages more consistent.
3620 * inferior.h (inferior_thread_state): Declare (opaque type).
3621 (save_inferior_thread_state,restore_inferior_thread_state,
3622 make_cleanup_restore_inferior_thread_state,
3623 discard_inferior_thread_state, get_inferior_thread_state_regcache):
3624 Declare.
3625 (save_inferior_status): Update prototype.
3626 * infrun.c: (normal_stop): When stopped for the completion of an
3627 inferior function call, verify the expected stack frame kind.
3628 (inferior_thread_state): New struct.
3629 (save_inferior_thread_state,restore_inferior_thread_state,
3630 do_restore_inferior_thread_state_cleanup,
3631 make_cleanup_restore_inferior_thread_state,
3632 discard_inferior_thread_state,
3633 get_inferior_thread_state_regcache): New functions.
3634 (inferior_status): Move stop_signal, stop_pc, registers to
3635 inferior_thread_state. Remove restore_stack_info.
3636 (save_inferior_status): Remove arg restore_stack_info.
3637 All callers updated. Remove saving of state now saved by
3638 save_inferior_thread_state.
3639 (restore_inferior_status): Remove restoration of state now done by
3640 restore_inferior_thread_state.
3641 (discard_inferior_status): Remove freeing of registers, now done by
3642 discard_inferior_thread_state.
3643
3644 2009-01-18 Pedro Alves <pedro@codesourcery.com>
3645
3646 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
3647 at a time, times NUM_TO_SCROLL.
3648 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
3649 fetch the selected frame if there is no stack.
3650
3651 2009-01-18 Pedro Alves <pedro@codesourcery.com>
3652
3653 PR gdb/9747:
3654 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
3655 Declare.
3656 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
3657 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
3658 is thrown while handling an event, finish the thread state.
3659 (normal_stop): Use finish_thread_state cleanup.
3660 * infcmd.c (run_command_1): If an error is thrown while starting
3661 the inferior, finish the thread state.
3662
3663 2009-01-18 Pedro Alves <pedro@codesourcery.com>
3664
3665 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
3666 skip breakpoints without a location (pending breakpoints).
3667
3668 2009-01-18 Pedro Alves <pedro@codesourcery.com>
3669
3670 PR build/9186:
3671 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
3672
3673 2009-01-18 Nick Roberts <nickrob@snap.net.nz>
3674
3675 * thread.c (thread_command): Move call to annotate_thread_changed
3676 to...
3677 (do_captured_thread_select): ... here, to avoid printing an
3678 annotation if the thread change generates an exception.
3679
3680 2009-01-16 Joel Brobecker <brobecker@adacore.com>
3681
3682 * NEWS: Document x86_64/MinGW as a new native configuration.
3683
3684 2009-01-16 Joel Brobecker <brobecker@adacore.com>
3685
3686 * NEWS: Move the documentation of "info os processes" to
3687 the appropriate section (documenting the new commands).
3688
3689 2009-01-15 Doug Evans <dje@google.com>
3690
3691 * target.h (target_signal_to_string): Make return type const char *.
3692 (target_signal_to_name): Ditto.
3693 (target_signal_from_name): Make arg const char *.
3694 * infrun.c (sig_print_info): Update.
3695 * signals/signals.c (signals): Make array and struct members const.
3696 (target_signal_to_string): Make return type const char *.
3697 (target_signal_to_name): Ditto.
3698 (target_signal_from_name): Make arg const char *.
3699
3700 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3701 Tristan Gingold <gingold@adacore.com>
3702
3703 * solist.h (struct target_so_ops): New member bfd_open.
3704 (solib_find): Add prototype.
3705 (solib_bfd_fopen): Add prototype.
3706 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
3707 from solib_bfd_open.
3708 (solib_bfd_open): Use ops->bfd_open override if present. Call
3709 solib_find and solib_bfd_open otherwise.
3710
3711 * objfiles.h (OBJF_KEEPBFD): New define.
3712 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
3713 objfile flag is set.
3714 * solib.c (symbol_add_stub): Do not allocate second BFD for
3715 shared library; use OBJF_KEEPBFD flag on solib objfile.
3716
3717 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3718
3719 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
3720
3721 2009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3722
3723 * value.h (address_of_variable): Add prototype.
3724 (locate_var_value): Remove prototype.
3725
3726 * findvar.c (read_var_value): Do not attempt to default frame
3727 to selected frame.
3728 (locate_var_value): Remove function.
3729 * valops.c (value_of_variable): Retrieve selected frame for
3730 symbols that require a frame when called with NULL block.
3731 * valops.c (address_of_variable): New function.
3732
3733 * eval.c (evaluate_subexp_for_address): Call address_of_variable
3734 instead of calling locate_var_value.
3735 (evaluate_subexp_with_coercion): Likewise.
3736
3737 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * NEWS: Document "define" for prefixed commands.
3740 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
3741 show_user_1 for prefix commands.
3742 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
3743 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
3744 commands. Return the containing command list.
3745 (define_command, document_command): Update to handle prefix commands.
3746 (show_user_1): Add prefix and name arguments. Handle prefix
3747 commands.
3748 * cli/cli-script.h (show_user_1): Update prototype.
3749
3750 2009-01-14 Kai Tietz <kai.tietz@onevision.com>
3751
3752 * mingw-ser.c (console_select_thread): Add return to make
3753 compiler happy.
3754 (pipe_select_thread): Likewise.
3755 (file_select_thread): Likewise.
3756
3757 2009-01-14 Pedro Alves <pedro@codesourcery.com>
3758
3759 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
3760 previous change.
3761
3762 2009-01-14 Pedro Alves <pedro@codesourcery.com>
3763
3764 * remote.c (extended_remote_mourn_1): Invalidate our notion of
3765 current general thread.
3766
3767 2009-01-14 Pedro Alves <pedro@codesourcery.com>
3768
3769 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
3770 without a live selected thread.
3771
3772 2009-01-14 Joel Brobecker <brobecker@adacore.com>
3773
3774 Update the copyright notice of some of the files I missed
3775 in the previous copyright update.
3776
3777 2009-01-14 Joel Brobecker <brobecker@adacore.com>
3778
3779 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
3780 base address instead of casting it to DWORD.
3781
3782 2009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
3783
3784 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
3785 for NULL frame pointers.
3786
3787 2009-01-13 Mark Kettenis <kettenis@gnu.org>
3788
3789 * utils.c (host_address_to_string): Reimplement in a way that
3790 avoids the cast of the address to long.
3791
3792 2009-01-13 Joel Brobecker <brobecker@adacore.com>
3793
3794 * mdebugread.c (parse_symbol): Save the symbol private data
3795 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
3796 (psymtab_to_symtab_1): Likewise.
3797 (parse_procedure): Declare variable "e" only in the scope
3798 where it is used. Extract the symbol private data using
3799 SYMBOL_VALUE_BYTES.
3800
3801 2009-01-13 Jim Blandy <jimb@codesourcery.com>
3802
3803 Abstract out common code for copying value locations.
3804
3805 * value.h (set_value_component_location): New declaration.
3806 * value.c (set_value_component_location): New function.
3807 (value_primitive_field): Use it.
3808 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
3809 * valops.c (search_struct_field, value_slice): Same.
3810 * ada-lang.c (coerce_unspec_val_to_type)
3811 (ada_value_primitive_packed_val): Same.
3812
3813 2009-01-13 Joel Brobecker <brobecker@adacore.com>
3814
3815 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
3816
3817 2009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
3818
3819 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
3820 throughout.
3821 * i386-cygwin-tdep.c: Ditto.
3822 * i386-windows-nat.c: Ditto.
3823 * windows-nat.h: Ditto.
3824 * windows-tdep.c: Ditto.
3825 * windows-tdep.h: Ditto.
3826 * windows-nat.c: Ditto.
3827 (cygwin_load_start): Redefine as CORE_ADDR.
3828 (cygwin_load_end): Ditto.
3829 (windows_make_so): Coerce result of address arithmetic to uintptr_t
3830 before coercing to CORE_ADDR to avoid a compiler warning.
3831 (handle_exception): Define addr as CORE_ADDR and coerce
3832 ExceptionAddress to uintptr_t before assigining to avoid a compiler
3833 warning.
3834 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
3835 files.
3836
3837 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 Fix linking with --enable-targets=all:
3840 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
3841 (HFILES_NO_SRCDIR): Add windows-tdep.h.
3842 (ALLDEPFILES): Add windows-tdep.c.
3843
3844 2009-01-11 Chris Faylor <me.gdb@cgf.cx>
3845
3846 * win32-nat.h: Delete.
3847 * windows-nat.h: Rename from win32-nat.h.
3848 * win32-nat.c: Delete.
3849 * windows-nat.c: Rename from win32-nat.c.
3850 * win32-termcap.c: Delete.
3851 * windows-termcap.c: Rename from win32-termcap.c.
3852 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
3853 * configure.ac: Handle rename from win32-termcap.c ->
3854 windows-termcap.c.
3855 * configure: Regenerate.
3856 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
3857 -> windows-termcap.c.
3858 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
3859 windows-tdep.h.
3860 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
3861 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
3862 windows-tdep.h.
3863 (win32_make_so): Handle cygwin compiler warning due to change of
3864 load_addr from DWORD to LPVOID.
3865 (handle_load_dll): Use %p in format string to properly print address
3866 and avoid a compiler warning.
3867 (DEBUG_EXCEPTION_SIMPLE): Ditto.
3868 (handle_exception): Ditto.
3869 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
3870 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
3871 windows-nat.o.
3872 * config/i386/mingw.mh: Ditto.
3873 * config/i386/mingw64.mh: Ditto.
3874
3875 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3876
3877 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
3878 arrayprint_recurse_level to a parameter. Update all the callers. New
3879 comment at autovariables.
3880
3881 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3882
3883 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
3884 coding style.
3885
3886 2009-01-11 Joel Brobecker <brobecker@adacore.com>
3887
3888 * target.c (target_xfer_partial): Use host_address_to_string to
3889 print the address of readbuf and writebuf. Cast the address of
3890 elements inside the myaddr buffer into intptr_t.
3891 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
3892 Cast the address of elements inside the myaddr buffer into
3893 intptr_t.
3894
3895 2009-01-11 Joel Brobecker <brobecker@adacore.com>
3896
3897 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
3898 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
3899 * configure.host, configure.tgt: Add handling for x86_64/windows.
3900 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
3901 and amd64-windows-tdep.c.
3902
3903 2009-01-11 Joel Brobecker <brobecker@adacore.com>
3904
3905 * win32-tdep.h, win32-tdep.c: New files.
3906 * i386-cygwin-tdep.h: Delete.
3907 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
3908 i386-cygwin-tdep.h.
3909 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
3910 * win32-nat.c: Likewise.
3911 * configure.tgt: Add win32-tdep.o to the list of target object
3912 files for i386-cygwin and i386-mingw targets.
3913
3914 2009-01-11 Joel Brobecker <brobecker@adacore.com>
3915
3916 * win32-nat.h: New file.
3917 * win32-nat.c (mappings): Initialize to NULL.
3918 (win32_set_context_register_offsets): New function.
3919 * i386-windows-nat.c: New file.
3920 (mappings): Moved here from win32-nat.c.
3921 (_initialize_i386_windows_nat): New function.
3922 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
3923 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
3924
3925 2009-01-09 Andreas Schwab <schwab@suse.de>
3926
3927 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
3928
3929 2009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * gdbtypes.c (append_composite_type_field): Correct the location of
3932 appended fields.
3933
3934 2009-01-09 Pedro Alves <pedro@codesourcery.com>
3935
3936 * defs.h (deprecated_error_hook): Delete declaration.
3937 * interps.c (clear_interpreter_hooks): Adjust.
3938 * remote-sim.c (gdb_os_error): Don't try to call
3939 deprecated_error_hook. No need to call exit anymore.
3940 * top.c (deprecated_error_hook): Delete.
3941
3942 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3943
3944 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
3945 to print the address of the gdbarch pointer.
3946
3947 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdbarch.sh: Fix all the compilation errors on amd64-windows
3950 due to casting a pointer to a long when printing a function
3951 address. Instead, use host_address_to_string to convert our
3952 address to a string.
3953 * gdbarch.c: Regenerate.
3954
3955 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3956
3957 * event-top.c (async_disconnect, async_stop_sig): use "raise"
3958 instead of "kill" to raise a signal.
3959
3960 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3961
3962 * win32-nat.c (get_module_name): Change the type of parameter
3963 "base_address" to LPVOID. Remove unnecessary cast.
3964 (struct lm_info): Change type of load_addr to LPVOID.
3965 (win32_make_so): Change the type of parameter "load_addr"
3966 to LPVOID. Remove some unnecessary casts.
3967 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
3968 (win32_xfer_shared_libraries): Add missing cast.
3969
3970 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3971
3972 * win32-nat.c (has_detach_ability, set_process_privilege):
3973 Cast the result of GetProcAddress to (void *) to avoid
3974 a compilation warning.
3975
3976 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3977
3978 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
3979 already defined.
3980
3981 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3982
3983 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
3984 definition of local variable "done".
3985 (info_w32_command, handle_exception): Remove unnecessary cast.
3986
3987 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3988
3989 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
3990 DebugSetProcessKillOnExit. Update all uses in this file.
3991 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
3992 Update all uses in this file.
3993
3994 2009-01-09 Joel Brobecker <brobecker@adacore.com>
3995
3996 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
3997 and use it when pushing the target.
3998 (win32_attach, win32_create_inferior): Update call to
3999 do_initial_win32_stuff.
4000 (win32_detach, win32_mourn_inferior): Use our ops parameter
4001 instead of the global win32_ops to unpush the target.
4002
4003 2009-01-09 Joel Brobecker <brobecker@adacore.com>
4004
4005 * ser-mingw.c (ser_windows_open): Use proper type when casting
4006 in call to _open_osfhandle.
4007
4008 2009-01-09 Kai Tietz <kai.tietz@onevision.com>
4009
4010 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
4011
4012 2009-01-09 Joel Brobecker <brobecker@adacore.com>
4013
4014 * CONTRIBUTE: Minor reformatting.
4015
4016 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
4017
4018 * MAINTAINERS: Add myself to Write After Approval.
4019 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
4020 export directory.
4021
4022 2009-01-08 Nathan Froyd <froydnj@codesourcery.com>
4023
4024 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
4025 Call exit to make it obvious to GCC.
4026
4027 2009-01-08 Tom Tromey <tromey@redhat.com>
4028
4029 PR breakpoints/9350:
4030 * varobj.c (varobj_invalidate): Unconditionally free
4031 all_rootvarobj.
4032 * symfile.c (syms_from_objfile): Free local_addr when returning
4033 normally.
4034 * exec.c (exec_file_attach): Do cleanups before returning.
4035 (exec_file_command): Likewise.
4036 * corefile.c (reopen_exec_file): Do cleanups before returning.
4037 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
4038 returning.
4039 (do_vec_free): New function.
4040 (update_global_location_list): Make a cleanup for old_locations.
4041 Do cleanups before returning. Remove unused variable 'e'.
4042 (find_condition_and_thread): Free result of parsing the
4043 expression.
4044 (print_it_typical): Do cleanups before returning.
4045 (breakpoint_re_set_one): Always free sals.sals.
4046
4047 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4048 Emi Suzuki <emi-suzuki@tjsys.co.jp>
4049
4050 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
4051 watchpoints.
4052
4053 2009-01-07 Doug Evans <dje@google.com>
4054
4055 * top.c (gdb_prompt_string): Delete, unused.
4056
4057 2009-01-07 Pedro Alves <pedro@codesourcery.com>
4058
4059 Delete ONE_PROCESS_WRITETEXT leftovers.
4060
4061 * breakpoint.c (insert_bp_location): Delete process_warning
4062 argument. Adjust.
4063 (insert_breakpoint_locations): Adjust.
4064 (reattach_breakpoints): Adjust.
4065 * infrun.c (normal_stop): Drop "It might be running in another
4066 process" notice.
4067
4068 2009-01-07 Stan Shebs <stan@codesourcery.com>
4069
4070 * config/pa/linux.mh (XDEPFILES): Remove.
4071
4072 2009-01-07 Doug Evans <dje@google.com>
4073
4074 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
4075
4076 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
4079 spacing, a regression from 2008-04-22.
4080
4081 2009-01-07 Joel Brobecker <brobecker@adacore.com>
4082
4083 * utils.c (gdb_print_host_address): Adjust implementation to
4084 reuse host_address_to_string. Move comment explaining the conversion
4085 from host address to string from here...
4086 (host_address_to_string): ... to there.
4087
4088 2009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
4089
4090 * MAINTAINERS: Add myself for write after approval privileges.
4091
4092 2009-01-06 Tom Tromey <tromey@redhat.com>
4093
4094 * value.c (set_internalvar): Use value_free, not xfree.
4095
4096 2009-01-06 Jim Blandy <jimb@red-bean.com>
4097
4098 Check return values of functions declared with warn_unused_result
4099 attribute in GLIBC 2.8.
4100 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
4101 * inflow.c (check_syscall): New function.
4102 (new_tty): Use check_syscall to check return values from open and dup.
4103 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
4104 * main.c (captured_main): Call cwd after setting up gdb_stderr;
4105 check for errors from getcwd.
4106 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
4107 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
4108 (stdio_file_fputs): Same.
4109 * utils.c (internal_vproblem): abort if last-ditch error message
4110 write fails.
4111
4112 * top.c (gdb_init): Don't set the current directory here; that's
4113 already been done in captured_main.
4114
4115 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
4116
4117 * ser-tcp.c: Adjust includes.
4118 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
4119 (tcp_auto_retry, tcp_retry_limit): Declare.
4120 (TIMEOUT): Remove, in favor of tcp_retry_limit.
4121 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
4122 (wait_for_connect): New function.
4123 (net_open): Use it. Add auto-retry logic.
4124 (set_tcp_cmd, show_tcp_cmd): New functions.
4125 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
4126 and "set/show tcp connect-timeout" commands.
4127 * NEWS: Document new commands.
4128
4129 2009-01-05 Tom Tromey <tromey@redhat.com>
4130
4131 * python/python-internal.h (Py_ssize_t): Define as int.
4132
4133 2009-01-05 Jim Blandy <jimb@red-bean.com>
4134
4135 * MAINTAINERS: Fix my e-mail address as steering committee member.
4136
4137 2009-01-03 Joel Brobecker <brobecker@adacore.com>
4138
4139 Updated copyright notices for most files.
4140
4141 2009-01-03 Joel Brobecker <brobecker@adacore.com>
4142
4143 * top.c (print_gdb_version): Update copyright year.
4144
4145 2009-01-03 Joel Brobecker <brobecker@adacore.com>
4146
4147 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
4148
4149 2009-01-01 Pedro Alves <pedro@codesourcery.com>
4150
4151 PR breakpoints/9681:
4152 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
4153 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
4154 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
4155 retrow all other exceptions.
4156
4157 For older changes see ChangeLog-2008.
4158 \f
4159 Local Variables:
4160 mode: change-log
4161 left-margin: 8
4162 fill-column: 74
4163 version-control: never
4164 coding: utf-8
4165 End:
This page took 0.121439 seconds and 3 git commands to generate.