llvm-project/lldb/tools
Jim Ingham 57190baa6c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations.
Just call SBDebugger::SetTerminalWidth on the driver's SBDebugger, which does the same job, but no locks.
Also add the value checking to SetTerminalWidth you get with SetInternalVariable(..., "term-width", ...).

rdar://problem/11310563

llvm-svn: 155665
2012-04-26 21:39:32 +00:00
..
darwin-debug Remove unused python includes from headers. 2012-02-22 16:56:26 +00:00
darwin-threads Print out the task suspend count as well. 2011-11-03 21:43:55 +00:00
debugserver Patch from Filipe Cabecinhas. 2012-04-26 17:11:01 +00:00
driver Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. 2012-04-26 21:39:32 +00:00
install-headers <rdar://problem/10993996> 2012-03-07 22:47:26 +00:00
lldb-platform Missed a file in the last FreeBSD patch. 2012-03-29 17:46:49 +00:00
Makefile FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. 2012-03-29 17:46:11 +00:00