Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
build: look for backtrace_symbols() before enabling the Unix stack
walking code.
legacy
Sam Hocevar
sam
hace 11 años
padre
8143b73ffb
commit
586a984498
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
configure.ac
+1
-1
src/base/assert.cpp
+ 1
- 1
configure.ac
Ver fichero
@@ -88,7 +88,7 @@ AC_CHECK_HEADERS(cxxabi.h)
AC_LANG_POP(C++)
dnl Common C functions
AC_CHECK_FUNCS(getcwd _getcwd)
AC_CHECK_FUNCS(getcwd _getcwd
backtrace_symbols
)
if test "${enable_debug}" = "yes"; then
+ 1
- 1
src/base/assert.cpp
Ver fichero
@@ -26,7 +26,7 @@ namespace lol
void DumpStack()
{
#if defined HAVE_CXA_DEMANGLE
#if defined HAVE_CXA_DEMANGLE
&& defined HAVE_BACKTRACE_SYMBOLS
/* Get current stack frames */
void *stack_ptrs[50];
size_t size = backtrace(stack_ptrs, 50);
Escribir
Vista previa
Cargando…
Cancelar
Guardar