..
CMakeLists.txt
Fix CMake configuration (forgot to add a file in the last commit).
2014-09-06 01:22:55 +00:00
Makefile
Add some missing defines that are already present in the cmake side.
2014-03-12 10:35:00 +00:00
SBAddress.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBBlock.cpp
Roll back the changes I made in r193907 which created a new Frame
2013-11-04 09:33:30 +00:00
SBBreakpoint.cpp
If a breakpoint gets deleted, any SBBreakpoints representing that
2014-07-02 18:44:43 +00:00
SBBreakpointLocation.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBBroadcaster.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBCommandInterpreter.cpp
Any commands that are executed through the public interface using SBCommandInterpreter::HandleCommand() are assumed to be in non-interactive mode.
2014-07-15 00:25:59 +00:00
SBCommandReturnObject.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBCommunication.cpp
SBCommunication: Fix a pointer-to-function to void-pointer cast
2014-07-22 22:12:58 +00:00
SBCompileUnit.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBData.cpp
Included <inttypes.h> in a few headers that were
2014-04-19 03:09:28 +00:00
SBDebugger.cpp
Update LLDB to use LLVM's DynamicLibrary.
2014-08-27 20:15:09 +00:00
SBDeclaration.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBError.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBEvent.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBExpressionOptions.cpp
Add an option to suppress the persistent result variable when running EvaluateExpression
2014-08-08 21:45:36 +00:00
SBFileSpec.cpp
Optimizations for FileSpec.
2014-08-07 17:33:36 +00:00
SBFileSpecList.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBFrame.cpp
Rename eExecution*** to eExpression*** to be consistent with the result type.
2014-05-05 02:47:44 +00:00
SBFunction.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBHostOS.cpp
Create a HostThread abstraction.
2014-09-09 20:54:56 +00:00
SBInstruction.cpp
Roll back the changes I made in r193907 which created a new Frame
2013-11-04 09:33:30 +00:00
SBInstructionList.cpp
<rdar://problem/11330621>
2012-05-10 02:52:23 +00:00
SBLineEntry.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBListener.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBModule.cpp
Buffer not null terminated CID 1094354
2014-08-19 12:13:14 +00:00
SBModuleSpec.cpp
Made all other "operator bool"s explicit and ensured
2013-10-04 21:35:29 +00:00
SBPlatform.cpp
Expose SBPlatform through the public API.
2013-11-20 21:07:01 +00:00
SBProcess.cpp
Implement ASan history threads in SB API
2014-09-06 01:33:13 +00:00
SBQueue.cpp
Add a new SBThread::GetQueue() method to get the queue that is
2014-04-25 00:01:15 +00:00
SBQueueItem.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBSection.cpp
Added a SBSection::GetParent() to the API.
2013-06-13 21:23:23 +00:00
SBSourceManager.cpp
<rdar://problem/13443931>
2013-03-19 00:20:55 +00:00
SBStream.cpp
(no commit message)
2014-07-30 17:38:47 +00:00
SBStringList.cpp
…
SBSymbol.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBSymbolContext.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBSymbolContextList.cpp
Removed all of the "#ifndef SWIG" from the SB header files since we are using
2012-02-06 01:44:54 +00:00
SBTarget.cpp
Fix some warnings in the Windows build.
2014-07-16 20:28:24 +00:00
SBThread.cpp
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
2014-06-13 02:37:02 +00:00
SBThreadCollection.cpp
Expose ThreadCollection in SB API
2014-09-06 01:21:19 +00:00
SBType.cpp
Add support for inspecting enum members.
2014-06-02 20:55:29 +00:00
SBTypeCategory.cpp
FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere
2013-12-20 09:38:13 +00:00
SBTypeEnumMember.cpp
Add support for inspecting enum members.
2014-06-02 20:55:29 +00:00
SBTypeFilter.cpp
<rdar://problem/12978143>
2013-01-28 23:47:25 +00:00
SBTypeFormat.cpp
Add a new way to bind a format to a type: by enum type
2013-12-28 08:44:02 +00:00
SBTypeNameSpecifier.cpp
<rdar://problem/15144376>
2013-10-29 00:28:35 +00:00
SBTypeSummary.cpp
<rdar://problem/12978143>
2013-01-28 23:47:25 +00:00
SBTypeSynthetic.cpp
Improvements to the data formatters SB API:
2013-06-11 22:58:32 +00:00
SBUnixSignals.cpp
Add API control of the signal disposition.
2014-06-23 19:30:49 +00:00
SBValue.cpp
Expose the ability to retrieve the result of a type validator via the SB API. To keep it simple, do not expose the pair, but just return a NULL string for success, and a non-NULL string for error; If we were to decide to expose the pair, we would need an SBTypeValidatorResult, which is fine, but it should come as part of exposing type validators through the SB API rather than as a one-off thing. So, KISS for now
2014-09-06 01:30:04 +00:00
SBValueList.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00
SBWatchpoint.cpp
sweep up -Wformat warnings from gcc
2014-04-04 04:06:10 +00:00