aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-08-08 10:37:33 +0200
committerLukas Larsson <[email protected]>2013-08-08 10:37:33 +0200
commit0bca6fed8da68008e5c2f3f3bf207246993ab27b (patch)
tree9ad404e6bae361d1b695ccf818d0fa0933132728 /erts
parenta6aa88ad46774115c5affad7786b7bcc79c55103 (diff)
parent60593d582bdb92631b1df0624c19827d1c5ab93e (diff)
downloadotp-0bca6fed8da68008e5c2f3f3bf207246993ab27b.tar.gz
otp-0bca6fed8da68008e5c2f3f3bf207246993ab27b.tar.bz2
otp-0bca6fed8da68008e5c2f3f3bf207246993ab27b.zip
Merge branch 'lukas/erts/etp-thr/OTPO-11220' into maint
* lukas/erts/etp-thr/OTPO-11220: 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.py2
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":