aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/sparc/regs.c
AgeCommit message (Collapse)Author
2013-03-12Drop set_return_addrPetr Machata
- This is currently not used anywhere, so it is safe to assume that it is broken anyway.
2012-12-17struct Process becomes struct processPetr Machata
This is for consistency with other structures, and ultimately with Linux coding style. The typedef ("Process") was dropped as well for this reason. This opportunity was used to fix coding style around the impacted lines.
2012-10-26Update copyright information and license headersPetr Machata
2012-04-19Move process-related functions and structures to proc.hPetr Machata
2009-07-25Make it work again in sparcJuan Cespedes
2009-07-25Finally got rid of GNU's Autoconf stuffJuan Cespedes
2009-07-04Added set_return_addr() to sysdeps/linux-gnu/*/regs.cJuan Cespedes
2009-06-25Re-organize file namesJuan Cespedes
2009-05-28Created library "libltrace.a" and a simple program that calls itJuan Cespedes
2009-04-28struct process -> ProcessJuan Cespedes
2008-12-16Re-indent entry points to functionsJuan Cespedes
2006-02-20run Lindent over source to get everything looking about the sameIan Wienand
2006-02-20Switched to SVN (initial import)Ian Wienand
2006-02-16Some fixes...Ian Wienand
* read_config_file.c: initialise pt stack argument to stop warning * summary.c: make show_summary() obey -C for demangaling function names
2004-07-07Version 0.3.34Juan Cespedes
* Fixed prototype declaration problem in arm, m68k, powerpc, s390 * Added "amd64" to list of architectures (closes: Bug#252756) * Sparc port is hopefully working (closes: Bug#35524)
2004-06-14Version 0.3.33Juan Cespedes
* Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>: + Cope correctly with breakpoint values greater than sizeof(long) bytes + Fixed small bug in option -r (closes: Bug#212792) * Show help if no (or few) arguments are given, just like strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>) * Some fixes from Jakub Bogusz <qboosh@pld-linux.org>: + Small 64-bit cleanup of code + support for more than 6 function arguments on amd64 + Adapted SPARC port from Jakub Jelinek <jakub@redhat.com> + Added alpha support