diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:37:06 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:37:06 +0200 |
commit | 60593d582bdb92631b1df0624c19827d1c5ab93e (patch) | |
tree | e6f371b19c35ce277c37a339fb67a52356f75469 /erts | |
parent | 67b37031bbec0cc7eecc0e02670d02b8f1b9092e (diff) | |
download | otp-60593d582bdb92631b1df0624c19827d1c5ab93e.tar.gz otp-60593d582bdb92631b1df0624c19827d1c5ab93e.tar.bz2 otp-60593d582bdb92631b1df0624c19827d1c5ab93e.zip |
etp: Do not use name as beam.smp is the name on Linux
Diffstat (limited to 'erts')
-rw-r--r-- | erts/etc/unix/etp-thr.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/etc/unix/etp-thr.py b/erts/etc/unix/etp-thr.py index 4bfbfa16f3..64fb858d20 100644 --- a/erts/etc/unix/etp-thr.py +++ b/erts/etc/unix/etp-thr.py @@ -18,8 +18,6 @@ # def get_thread_name(t): - if t.name != None: - return t.name; f = gdb.newest_frame(); while f: if f.name() == "async_main": |