diff options
author | Lukas Larsson <[email protected]> | 2013-08-08 10:37:33 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-08 10:37:33 +0200 |
commit | 0bca6fed8da68008e5c2f3f3bf207246993ab27b (patch) | |
tree | 9ad404e6bae361d1b695ccf818d0fa0933132728 /erts | |
parent | a6aa88ad46774115c5affad7786b7bcc79c55103 (diff) | |
parent | 60593d582bdb92631b1df0624c19827d1c5ab93e (diff) | |
download | otp-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.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": |