search for: debugdir

Displaying 6 results from an estimated 6 matches for "debugdir".

2017 Jan 12
1
Strange sefault with ping and route
.... (gdb) run Starting program: /home/andy/ping benzler.me Warning: couldn't activate thread debugging using libthread_db: Cannot find new threads: generic error warning: File "/usr/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir: $datadir/auto-load:/usr/bin/mono-gdb.py". To enable execution of this file add add-auto-load-safe-path /usr/lib64/libthread_db-1.0.so line to your configuration file "/home/andy/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your co...
2018 Mar 26
0
Interest in integrating a linux perf JITEventListener?
...n */ > + BaseDir = getenv("JITDUMPDIR"); > + if (!BaseDir) > + BaseDir = getenv("HOME"); > + if (!BaseDir) > + BaseDir = "."; > + > + strftime(TimeBuffer, sizeof(TimeBuffer), "%Y%m%d", &LocalTime); > + > + std::string DebugDir(BaseDir); > + DebugDir += "/.debug/jit/"; > + > + if (sys::fs::create_directories(DebugDir)) { > + errs() << "could not create jit cache directory "<<DebugDir<<"\n"; > + return false; > + } > + > + SmallString<128&...
2016 Dec 29
1
Interest in integrating a linux perf JITEventListener?
Having something like this available in tree would definitely be useful. For simplicity, why don't we start with support for the second style? This is the long term useful one and would be a good starting point for getting the code in tree. Can you give a pointer to the patch so that I can assess the rough complexity? If it's simple enough, I'd be happy to help get it reviewed
2017 Feb 02
0
Interest in integrating a linux perf JITEventListener?
Hi, On 2016-12-29 13:17:50 -0800, Philip Reames wrote: > Having something like this available in tree would definitely be > useful. Cool. > For simplicity, why don't we start with support for the second style? This > is the long term useful one and would be a good starting point for getting > the code in tree. Works for me. > Can you give a pointer to the patch so that
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
...uot;... Reading symbols from ../corerun...(no debugging symbols found)...done. [New LWP 742] [New LWP 745] [New LWP 744] [New LWP 743] [New LWP 746] warning: File "/lib/arm-linux-gnueabihf/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /lib/arm-linux-gnueabihf/libthread_db-1.0.so line to your configuration file "//.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration...
2015 Nov 03
0
[dovceot-2.2.19] doveadm fts expand constantly gives Segfault
...un Starting program: /usr/bin/doveadm fts expand -A body XXX Warning: couldn't activate thread debugging using libthread_db: Cannot find new threads: generic error warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /lib64/libthread_db-1.0.so line to your configuration file "/root/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file...