summaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (ALLDEPFILES): Update.Daniel Jacobowitz2005-09-101-10/+36
* * i386-linux-nat.c (fetch_register, store_register)Mark Kettenis2005-08-131-7/+8
* 2005-08-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-08-091-4/+4
* * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.Daniel Jacobowitz2005-05-281-6/+6
* 2005-02-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-111-14/+14
* 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211Andrew Cagney2005-02-111-2/+2
* * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)Mark Kettenis2004-09-081-9/+1
* * i386-linux-nat.c (dummy_sse_values): Remove function andMark Kettenis2004-08-141-28/+2
* 2004-07-23 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-241-3/+4
* 2004-07-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-221-6/+7
* 2004-07-20 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-201-1/+1
* 2004-07-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2004-07-101-1/+1
* * i386-linux-nat.c: Update copyrigth year. Tweak comment.Mark Kettenis2004-04-091-2/+2
* * i386-linux-nat.c: Add comment.Mark Kettenis2003-12-261-0/+2
* * i386-linux-nat.c (fetch_core_registers): Remove.Mark Kettenis2003-10-311-94/+1
* * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): AddMark Kettenis2003-09-281-2/+2
* * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.Mark Kettenis2003-08-311-35/+40
* 2003-08-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-08-261-1/+21
* * go32-nat.c (fetch_register): Call i387_supply_fsave instead ofMark Kettenis2003-08-231-2/+2
* * Makefile.in (i386-linux-nat.o): Update dependencies.Daniel Jacobowitz2003-08-171-0/+8
* 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-06-041-0/+18
* * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead ofMark Kettenis2003-06-011-1/+1
* * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.Mark Kettenis2003-05-041-3/+2
* * i386-linux-nat.c: Add some whitespace to make things morecarlton_dictionary-20030416-mergeMark Kettenis2003-04-161-9/+16
* * i386-linux-nat.c (ORIG_EAX): Define to -1 if not alreadyMark Kettenis2002-11-091-137/+61
* * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSEMark Kettenis2002-09-011-2/+4
* * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,Tom Tromey2002-08-271-0/+1
* * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,Mark Kettenis2002-06-151-4/+4
* * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.Mark Kettenis2002-06-151-1/+1
* * Makefile.in (i386_linux_tdep_h): Define.Andrew Cagney2002-06-141-0/+3
* * i386-linux-nat.c (suppy_gregset): Don't supplyMark Kettenis2002-06-091-2/+4
* * Makefile.in (ALLDEPFILES): Remove i387-nat.c.Jason Thorpe2002-05-111-1/+1
* s/Linux/.../Andrew Cagney2002-02-241-11/+13
* 2002-01-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-091-3/+3
* 2001-12-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-12-271-0/+3
* * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()Kevin Buettner2001-11-181-1/+1
* * i386-linux-nat.c (fill_gregset): Use regcache_collect() insteadKevin Buettner2001-11-181-3/+2
* * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()Kevin Buettner2001-11-171-1/+2
* * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,Mark Kettenis2001-11-041-1/+6
* Redefine ptid_t to be a struct rather than an int.Kevin Buettner2001-05-151-11/+0
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-16/+19
* * i386-linux-nat.c (i386_linux_dr_get): Change type of returnMark Kettenis2001-04-011-6/+6
* * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace callMark Kettenis2001-03-281-0/+9
* Make Linux use the new unified support for hardware breakpointsMark Kettenis2001-03-211-0/+107
* Eliminate ARCH_NUM_REGS.Andrew Cagney2001-03-131-2/+2
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-0/+1
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-3/+5
* * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in comment.J.T. Conklin2001-01-031-1/+1
* * i386-linux-nat.c (store_fpxregs): Add code to detect support forMark Kettenis2000-12-211-1/+9
* * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,Peter Schauer2000-09-221-8/+24