tasn pushed a commit to branch master.

commit 3ccc7e7cf825d111b709bdec8574f3541d08f350
Author: Tom Hacohen <[email protected]>
Date:   Tue Apr 16 12:21:20 2013 +0100

    Eo gdb: Change eo_backtrace to catch more cases.
    
    If you know where I can find decent docs about the python gdb bindings,
    please let me know.
---
 data/eo/eo_gdb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/eo/eo_gdb.py b/data/eo/eo_gdb.py
index 1fe8be6..ab84805 100644
--- a/data/eo/eo_gdb.py
+++ b/data/eo/eo_gdb.py
@@ -29,7 +29,7 @@ class Eo_backtrace(gdb.Command):
       btrace = gdb.execute("backtrace", False, to_string=True).split('\n')
 
       for line in btrace:
-         if line.find("libeo.so") == -1 and line.find("src/lib/eo/") == -1:
+         if line.find("libeo.so") == -1 and line.find("lib/eo/") == -1:
             print line
 
 Eo_backtrace()

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to