mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move calltrace.h functions into their own directory.
This commit is contained in:
parent
d6c8dd6983
commit
03ac25a6e2
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ arpa/inet/inet_addr.o \
|
|||
arpa/inet/inet_ntoa.o \
|
||||
arpa/inet/inet_ntop.o \
|
||||
arpa/inet/inet_pton.o \
|
||||
calltrace.o \
|
||||
calltrace/calltrace.o \
|
||||
$(CPUDIR)/calltrace.o \
|
||||
$(CPUDIR)/fork.o \
|
||||
$(CPUDIR)/setjmp.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
calltrace.cpp
|
||||
calltrace/calltrace.cpp
|
||||
Traverses the stack and prints the callstack.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue