[Lldb-commits] [PATCH] D13646: [LLDB] Don't use signo as key in Signals DenseMap, as signo are not unique

Mohit Bhakkad via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 15 04:17:29 PDT 2015


mohit.bhakkad updated this revision to Diff 37469.
mohit.bhakkad added a comment.
Herald added a subscriber: dsanders.

Changes in this revision:

- Added alias as new argument for AddSignal.
- removed shortname as hardcoded argument, as for alias we would need another shortname. Now generating shortname in run time.


Repository:
  rL LLVM

http://reviews.llvm.org/D13646

Files:
  include/lldb/Target/UnixSignals.h
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  source/Plugins/Process/Utility/FreeBSDSignals.cpp
  source/Plugins/Process/Utility/LinuxSignals.cpp
  source/Plugins/Process/Utility/MipsLinuxSignals.cpp
  source/Target/UnixSignals.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13646.37469.patch
Type: text/x-patch
Size: 48217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151015/e484a241/attachment-0001.bin>


More information about the lldb-commits mailing list