Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-21 | * infttrace.c: Include <sys/pstat.h>. | Andrew Cagney | 1 | -56/+28 | |
(child_pid_to_exec_file): Revamp. Use pstat call to get the exec file if the ttrace equivalent fails. | |||||
2002-01-08 | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+4 | |
* infptrace.c (GDB_MAX_ALLOCA): New define. (child_xfer_memory): Use xmalloc/xfree instead of alloca if the size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte, can be overridden with whatever value is appropriate to the host). * infttrace.c (child_xfer_memory): Add FIXME warning about use of alloca to allocate potentially large buffer. * rs6000-nat.c (child_xfer_memory): Ditto. * symm-nat.c (child_xfer_memory): Ditto. * x86-64-linux-nat.c (child_xfer_memory): Ditto. | |||||
2001-12-19 | * infttrate.c (child_acknowledge_created_inferior): Pass | Jeff Law | 1 | -2/+2 | |
correct argument to add_thread. (update_thread_state_after_attach): Likewise. | |||||
2001-09-27 | kill_inferior: Issue a TT_PROC_EXIT request rather than a TT_PROC_STOP | Joel Brobecker | 1 | -11/+2 | |
request to kill the inferior and its child processes. Otherwise, the inferior is not killed on HPUX 11.0. Removed the code that detaches the child processes since we just killed them. | |||||
2001-07-28 | Fix some PID/TPID fallout for HP/UX. | Andrew Cagney | 1 | -5/+5 | |
From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>: * infttrace.c (ptrace_wait): Match external declaration, and match target_post_wait declaration. | |||||
2001-07-26 | * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR. | Daniel Jacobowitz | 1 | -1/+1 | |
* infttrace.c (child_xfer_memory): Likewise. * symm-nat.c (child_xfer_memory): Likewise. * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-linux.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-lynx.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-nbsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sparc.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sun3.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. | |||||
2001-07-19 | From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>: | Andrew Cagney | 1 | -1/+1 | |
* infttrace.c (child_thread_alive): Fix gdb_tid typo. * somsolib.c (no_shared_libraries): Provide stub. * xcoffsolib.c (no_shared_libraries): Provide stub. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -50/+54 | |
2001-03-20 | malloc() -> xmalloc. | Andrew Cagney | 1 | -3/+3 | |
Move malloc() decl to utils.c | |||||
2001-03-15 | Add ``attrib'' parameter to *xfer_memory() functions. | Andrew Cagney | 1 | -0/+1 | |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 | |
2001-02-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 1 | -1/+1 | |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -4/+4 | |
2000-10-24 | From 2000-09-06 Angela Marie Thomas <angela@cygnus.com>: | Andrew Cagney | 1 | -1/+1 | |
* infttrace.c (get_dictionary_entry_of_page): Function require_memory_page_dictionary takes no args. | |||||
2000-09-21 | * infttrace.c (update_thread_state_after_attach): Pass address | Fred Fish | 1 | -1/+1 | |
of ttstate_t object, not the object itself. | |||||
2000-09-09 | Protoization. | Kevin Buettner | 1 | -7/+3 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -258/+114 | |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -1/+1 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -4/+1 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -0/+49 | |
1999-08-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 1 | -8/+12 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -2549/+2755 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+5674 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -5711/+0 | |
1999-01-04 | change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion. | David Taylor | 1 | -1/+3 | |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -0/+5709 | |