Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    284fd069
    Improve LDB backtrace on x86. · 284fd069
    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.
    284fd069
    History
    Improve LDB backtrace on x86.
    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.