- Jul 07, 2004
-
-
rtoy authored
* backtrace.c, save.c: fprintf warnings. * interrupt.h: Declare build_fake_control_stack_frame and interrupt_handle_space_overflow. * os-common.c: Include interrupt.h to define build_fake_control_stack_frame. * parse.c, runprog.c, search.c: Include some standard system headers to get rid of undefined function warnings.
-
- May 18, 2004
-
-
cwang authored
-
- Jul 28, 2003
-
-
gerd authored
* src/lisp/gc.h (component_ptr_from_pc): Add prototype. * src/lisp/backtrace.c (struct compiled_debug_info) (struct compiled_debug_function): New structs. (array_of_type_p, debug_function_from_pc): New functions. (backtrace): Use debug_function_from_pc to figure out the real name of the frame, instead of listing all entry points of the code object.
-
gerd authored
print strings as such.
-
- Jul 25, 2003
-
-
gerd authored
* src/lisp/backtrace.c (VM_OCFP_SAVE_OFFSET) (VM_RETURN_PC_SAVE_OFFSET): New defines. (stack_pointer_p, ra_pointer_p, deref, print_entry_name) (print_entry_list, print_entry_points, x86_call_context): New functions. (backtrace): Use x86_call_context.
-
- Oct 27, 2000
-
-
dtc authored
-
- Oct 25, 1994
-
-
ram authored
some Solaris compiler.
-
- Oct 24, 1994
-
-
ram authored
-
- Mar 27, 1994
-
-
hallgren authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jan 10, 1993
-
-
wlott authored
-
- Jul 28, 1992
-
-
wlott authored
-
- Oct 22, 1990
-
-
wlott authored
-
- Jul 02, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- May 25, 1990
-
-
wlott authored
and calculate the pc correctly.
-
- May 24, 1990
-
-
wlott authored
frames and preserve the frame pointer. Backtrace now gives a complete backtrace, not just from the last sigcontext.
-
- Apr 27, 1990
-
-
wlott authored
-
- Apr 05, 1990
-
-
wlott authored
assuming that CSP and CONT are the same. Deal correctly with functions terminating both by calling the undefined function and hitting error traps. Print info from same frame on same line instead of mixing frames.
-
- Apr 04, 1990
-
-
ch authored
-