summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* <string.h> -> "gdb_string.h"Andrew Cagney2002-01-061-1/+1
|
* s/value_ptr/struct value */Andrew Cagney2001-11-101-3/+3
|
* * gnu-nat.c: Include <ctype.h>.Mark Kettenis2001-05-241-3/+4
| | | | | | | | (gnu_pid_to_exec_file): Add PID parameter. (set_sig_thread_cmd): Use PIDGET on return value from thread_id_to_pid. (proc_string): Use MERGEPID to construct argument to pid_to_thread_id.
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-25/+26
|
* * target.h (target_ops): Removed to_core_file_to_sym_file vectorJ.T. Conklin2001-04-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function. * corelow.c (core_ops): Updated for above change. * gnu-nat.c (core_ops): Likewise. * inftarg.c (child_ops): Likewise. * monitor.c (monitor_ops): Likewise. * ppc-bdm.c (bdm_ppc_ops): Likewise. * remote-adapt.c (adapt_ops): Likewise. * remote-bug.c (bug_ops): Likewise. * remote-e7000.c (e7000_ops): Likewise. * remote-eb.c (eb_ops): Likewise. * remote-es.c (es1800_ops, es1800_child_ops): Likewise. * remote-mm.c (mm_ops): Likewise. * remote-nindy.c (nindy_ops): Likewise. * remote-nrom.c (nrom_ops): Likewise. * remote-os9k.c (rombug_ops): Likewise. * remote-rdp.c (remote_rdp_ops): Likewise. * remote-sim.c (gdbsim_ops): Likewise. * remote-st.c (st2000_ops): Likewise. * v850ice.c (v850ice_ops): Likewise. * target.c (cleanup_target): Likewise (update_current_target): Likewise. (setup_target_debug): Likewise (debug_to_core_file_to_sym_file): Removed. * corefile.c (core_file_command) [HPUXHPPA]: Removed code that sets symbol file from information obtained from the core file. * corelow.c (core_file_to_sym_file): Removed.
* malloc() -> xmalloc.Andrew Cagney2001-03-201-5/+2
| | | | Move malloc() decl to utils.c
* Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney2001-03-151-0/+1
|
* * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.Andrew Cagney2001-03-131-7/+7
| | | | | | | | | (proc_update_sc): Use gdb_assert instead of assert. (proc_abort): Ditto. (inf_set_step_thread): Ditto. (gnu_wait): Ditto. (S_exception_raise_request): Ditto. (gnu_terminal_init_inferior): Ditto.
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Replace free() with xfree().Kevin Buettner2000-12-151-1/+1
|
* * gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin2000-10-301-2/+2
| | | | | | | | | | | | | | | | | | | mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, somread.c, tracepoint.c: Fix spelling errors in comments. * gdbarch.c: Regenerate. * gnu-nat.c (S_exception_raise_request): Fix typos and spelling errors in strings. * m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise. * mcore-tdep.c (mcore_analyze_prologue): Likewise. * mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise. * remote-e7000.c (e7000_start_remote): Likewise. * remote-rdp.c (handle_swi): Likewise. * remote-vx.c (vx_load_command): Likewise. * sh-tdep.c (sh_do_pseudo_register): Likewise. * sol-thread.c (td_err_string): Likewise. * symtab.c (decode_line_2): Likewise. -------------------------------------------------------------------
* Protoization.Kevin Buettner2000-08-311-7/+4
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-37/+19
|
* 2000-03-11 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-03-121-5/+5
| | | | | | | | * gnu-nat.c: Fix the formatting where indent misinterpreted `&' as a binary operator. (gnu_attach): Change error message for missing argument to be identical to the corresponding message in `inftarg.c'. This makes the testsuite happy.
* 2000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-02-261-216/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu-nat.c: Include "gdbthread.h". Include <hurd.h>. Reorder headers a bit. Overall cleanup and minor reformatting. (MIG_SERVER_DIED): Remove define. (proc_update_sc): Add braces to silence compiler warning. (proc_steal_exc_port): Initialize err to zero. (make_proc): Add braces to silence compiler warning. (inf_validate_task_sc): Add cast to silence compiler warning. (inf_set_traced): Reorganize a bit to silence compiler warning. (inf_validate_procs): Use mach_msg_type_number_t for all thread numbers and add braces to silence compiler warning. (gnu_wait): Add prototypes for server functions and add braces to silence compiler warnings. (S_exception_raise_request): Pass subcode to inf_debug call. (gnu_write_inferior): Remove unused variable `protection_changed'. (gnu_xfer_memory): Remove unused variable `result'. (set_sig_thread_cmd): Remove unused varible `tid'. (set_signals_cmd): Remve unused variable `trace'. (add_task_commands): Provide complete prototype. Reformat help strings a bit to make sure the first line is a full sentence. Call info_port_rights_cmd instead of info_send_rights_cmd for the "info port-rights" command. (add_thread_commands): Provide complete prototype. Make static. Reformat help strings a bit to make sure the first line is a full sentence. (_initialize_gnu_nat): Provide complete prototype.
* 2000-02-09 Mark Kettenis <kettenis@gnu.org>Jim Kingdon2000-02-111-19/+44
| | | | | | | | | | | | | * gnu-nat.c (proc_string): Make global. (do_mach_notify_dead_name): Suppress dead name notifications if we know that the task is dead. 1999-12-13 Mark Kettenis <kettenis@gnu.org> * gnu-nat.c (inf_validate_task_sc): Get task info via proc server instead of directly from the kernel. Add some hackery to make sure that the info isn't influenced by suspension of the task in the proc server itself.
* Replace ../include/wait.h with gdb_wait.h.Andrew Cagney2000-02-091-1/+1
|
* import gdb-2000-01-31 snapshotJason Molenda2000-02-011-4/+1
|
* import gdb-1999-12-21 snapshotJason Molenda1999-12-221-29/+30
|
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+1
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-350/+362
|
* import gdb-1999-07-07 pre reformatJason Molenda1999-07-071-4/+2
|
* import gdb-1999-06-07 snapshotJason Molenda1999-06-071-17/+73
|
* import gdb-19990504 snapshotStan Shebs1999-05-051-0/+4
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-9/+8
|
* Initial revisionStan Shebs1999-04-161-0/+3201