llvm-project/lldb/include/lldb/Core
Sean Callanan bcf897fa89 LLDB no longer prints <no result> by default if
the expression returns nothing.  There is now a
setting, "notify-void."  When the user enables
that setting, lldb prints (void) if an expression's
result is void.  Otherwise, lldb is silent.

<rdar://problem/11225150>

llvm-svn: 161600
2012-08-09 18:18:47 +00:00
..
Address.h Modifying the "address" format, which prints a pointer and a description of what it points to, to detect when the deref of that pointer points to something valid. So if you have: 2012-07-11 22:18:24 +00:00
AddressRange.h <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
AddressResolver.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
AddressResolverFileLine.h
AddressResolverName.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
ArchSpec.h <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Baton.h Fixed the LLDB build so that we can have private types, private enums and 2011-03-24 21:19:54 +00:00
Broadcaster.h Remove trailing semicolons. 2012-05-22 08:36:18 +00:00
ClangForward.h Almost have templatized functions working (templatized classes are already 2012-02-06 06:42:51 +00:00
Communication.h Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
Connection.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
ConnectionFileDescriptor.h Fixed the delay that was happening when quitting lldb from the command line. We weren't initializing the command pipes when constructing a ConnectionFileDescriptor with a file descriptor. 2012-08-08 22:27:52 +00:00
ConnectionMachPort.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
ConnectionSharedMemory.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
ConstString.h Fixed up the comments in the headerdoc to match the current implementation 2011-09-12 03:55:58 +00:00
DataBuffer.h
DataBufferHeap.h
DataBufferMemoryMap.h Added a speed test to the GDBRemoteCommunicationClient and 2011-04-04 18:18:57 +00:00
DataEncoder.h Added a DataEncoder class for the new IR evaluation expression parser so it 2011-09-01 18:10:09 +00:00
DataExtractor.h <rdar://problem/10368163> 2011-12-30 00:32:24 +00:00
DataVisualization.h Add LLDB_DISABLE_PYTHON around newly added methods in 2012-05-16 00:38:08 +00:00
Debugger.h LLDB no longer prints <no result> by default if 2012-08-09 18:18:47 +00:00
Disassembler.h Instructions generated by a disassembler can now 2012-08-01 18:50:59 +00:00
EmulateInstruction.h Fixed typos found while reading commit logs. 2012-07-09 13:42:24 +00:00
Error.h Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
Event.h This patch captures and serializes all output being written by the 2011-05-02 20:41:46 +00:00
FileLineResolver.h Added a new option to the "source list" command that allows us to see where 2011-04-19 04:19:37 +00:00
FileSpecList.h Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
Flags.h Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
FormatClasses.h Fixing a bug where child names in filters were not matched properly 2012-03-20 18:02:56 +00:00
FormatManager.h Add LLDB_DISABLE_PYTHON around newly added methods in 2012-05-16 00:38:08 +00:00
FormatNavigator.h <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
History.h Declare CompareHistoryEvents and IsCurrentHistoryEvent as pure virtual functions 2011-06-14 03:55:38 +00:00
IOStreamMacros.h
InputReader.h new flag -P to type synth add lets you type a Python class interactively 2011-07-25 16:59:05 +00:00
InputReaderEZ.h Headers cleanup 2012-03-20 19:33:01 +00:00
InputReaderStack.h Create new class, InputReaderStack, to better handle 2011-06-02 19:18:55 +00:00
Language.h Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Listener.h Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. 2012-02-16 06:50:00 +00:00
Log.h Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
Mangled.h Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *". 2012-07-18 23:18:10 +00:00
MappedHash.h Added a new class called lldb_private::SymbolFileType which is designed to 2011-12-08 02:13:16 +00:00
Module.h <rdar://problem/11740973> 2012-07-12 22:51:12 +00:00
ModuleChild.h <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ModuleList.h <rdar://problem/11791234> 2012-07-12 20:32:19 +00:00
Opcode.h Changed the Opcode::GetData() API so that it didn't 2012-08-07 01:44:58 +00:00
PluginInterface.h LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
PluginManager.h <rdar://problem/10560053> 2012-02-05 02:38:54 +00:00
RangeMap.h <rdar://problem/11016907> 2012-03-09 04:26:05 +00:00
RegisterValue.h rdar://problem/11598332 2012-06-05 23:25:10 +00:00
RegularExpression.h Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
STLUtils.h Modified the ArchSpec to take an optional "Platform *" when setting the triple. 2011-04-07 22:46:35 +00:00
Scalar.h <rdar://problem/10546739> 2011-12-29 01:26:56 +00:00
SearchFilter.h Remove trailing semicolons. 2012-05-22 08:36:18 +00:00
Section.h Committed a change to the SectionList that introduces 2012-06-08 02:16:08 +00:00
SourceManager.h Remove trailing semicolons. 2012-05-22 08:36:18 +00:00
State.h Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out 2011-11-17 01:23:07 +00:00
Stream.h Comments edited to better reflect what the function really does 2012-01-31 17:18:40 +00:00
StreamAsynchronousIO.h This patch captures and serializes all output being written by the 2011-05-02 20:41:46 +00:00
StreamBuffer.h Completed more work on the KDP darwin kernel debugging Process plug-in. 2011-07-16 03:19:08 +00:00
StreamCallback.h Forgot to add two files from the last checkin. 2012-02-21 18:22:37 +00:00
StreamFile.h Use Host::File in lldb_private::StreamFile and other places to cleanup host 2011-02-09 01:08:52 +00:00
StreamString.h Fix arch_helper() to return the list of supported architectures. 2012-05-29 20:04:10 +00:00
StreamTee.h Add missing headers. 2011-04-08 13:36:44 +00:00
StringList.h Fixed memory management issues introduced by revision 157507. 2012-05-26 17:21:14 +00:00
ThreadSafeSTLMap.h Clear the section list when a our current process is destroyed. 2010-09-14 23:52:43 +00:00
ThreadSafeValue.h
Timer.h Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
UUID.h Remove unused uuid_t constructor for lldb_private::UUID. 2010-06-10 03:08:05 +00:00
UniqueCStringMap.h Added extra calls to the UniqueCStringMap to allow it to be used 2011-09-11 00:06:05 +00:00
UserID.h Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the 2011-08-09 02:12:22 +00:00
UserSettingsController.h <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
VMRange.h Got a lot of the kinks worked out in the inline support after debugging more 2010-08-24 21:05:24 +00:00
Value.h Patch by Matt Johnson to silence G++ warnings! 2011-07-19 19:48:13 +00:00
ValueObject.h <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command 2012-08-09 16:51:25 +00:00
ValueObjectChild.h <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
ValueObjectConstResult.h Make const result value objects able to return dynamic types. 2012-07-07 01:22:45 +00:00
ValueObjectConstResultChild.h Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00
ValueObjectConstResultImpl.h http://llvm.org/bugs/show_bug.cgi?id=11588 2011-12-16 23:04:52 +00:00
ValueObjectDynamicValue.h Make const result value objects able to return dynamic types. 2012-07-07 01:22:45 +00:00
ValueObjectList.h Added the ability to see global variables with a variable expression path so 2011-07-08 21:46:14 +00:00
ValueObjectMemory.h <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
ValueObjectRegister.h <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity 2012-05-08 21:25:06 +00:00
ValueObjectSyntheticFilter.h First part of a fix to make GetNonSyntheticValue() work correctly 2012-05-08 18:47:08 +00:00
ValueObjectVariable.h <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
cxa_demangle.h Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namespace to lldb_cxxabiv1 for the time being. 2012-08-04 01:36:57 +00:00
dwarf.h <rdar://problem/10338439> 2011-11-13 04:15:56 +00:00