[Lldb-commits] [PATCH] Fix memory allocating inside signal handler (MI)

Hafiz Abid Qadeer abidh.haq at gmail.com
Wed Mar 11 10:36:34 PDT 2015


I think best will be to remove that logging from the signal handler. The signal handler in the lldb does not log anything too. Moving forward, I think lldb-mi should only handle the MI mode. I dont see the reason why it also tries to be a normal driver. If someone wants command line driver, he can just call lldb. When that happens, we can just remove handler for sigwinch as it is not really useful for lldb-mi.


http://reviews.llvm.org/D8256

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list