This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
add74f37f2
llvm-project
/
lldb
/
source
/
API
History
Greg Clayton
349213f941
Fix TestGetVariables.py so it works correctly. We had duplicate static values showing up as we would find static variables in the Block and also in the compile unit. We now make sure a variable hasn't been added to the list before we add it.
...
llvm-svn: 268101
2016-04-29 21:00:38 +00:00
..
CMakeLists.txt
…
SBAddress.cpp
…
SBAttachInfo.cpp
…
SBBlock.cpp
Handle the case when a variable is only valid in part of the enclosing scope
2016-02-25 12:23:37 +00:00
SBBreakpoint.cpp
…
SBBreakpointLocation.cpp
…
SBBroadcaster.cpp
Change over the broadcaster/listener process to hold shared or weak pointers
2016-03-07 21:50:25 +00:00
SBCommandInterpreter.cpp
…
SBCommandReturnObject.cpp
Fix FILE * leak in Python API
2016-03-25 23:40:32 +00:00
SBCommunication.cpp
…
SBCompileUnit.cpp
…
SBData.cpp
…
SBDebugger.cpp
Change over the broadcaster/listener process to hold shared or weak pointers
2016-03-07 21:50:25 +00:00
SBDeclaration.cpp
…
SBError.cpp
…
SBEvent.cpp
…
SBExecutionContext.cpp
…
SBExpressionOptions.cpp
Expose top-level Clang expressions via the command line and the API.
2016-03-28 21:20:05 +00:00
SBFileSpec.cpp
This patch stops lldb from loading a .lldbinit file from the current
2016-02-19 00:05:17 +00:00
SBFileSpecList.cpp
…
SBFrame.cpp
Fix TestGetVariables.py so it works correctly. We had duplicate static values showing up as we would find static variables in the Block and also in the compile unit. We now make sure a variable hasn't been added to the list before we add it.
2016-04-29 21:00:38 +00:00
SBFunction.cpp
…
SBHostOS.cpp
Attempt to fix darwin build after header refactor in llvm (r266595)
2016-04-18 12:18:35 +00:00
SBInstruction.cpp
…
SBInstructionList.cpp
…
SBLanguageRuntime.cpp
…
SBLaunchInfo.cpp
…
SBLineEntry.cpp
…
SBListener.cpp
Change over the broadcaster/listener process to hold shared or weak pointers
2016-03-07 21:50:25 +00:00
SBModule.cpp
Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument:
2016-02-10 21:28:13 +00:00
SBModuleSpec.cpp
…
SBPlatform.cpp
…
SBProcess.cpp
…
SBQueue.cpp
…
SBQueueItem.cpp
…
SBSection.cpp
…
SBSourceManager.cpp
…
SBStream.cpp
…
SBStringList.cpp
Add the ability to limit "source regexp" breakpoints to a particular function
2016-04-28 01:40:57 +00:00
SBSymbol.cpp
…
SBSymbolContext.cpp
…
SBSymbolContextList.cpp
…
SBTarget.cpp
Add the ability to limit "source regexp" breakpoints to a particular function
2016-04-28 01:40:57 +00:00
SBThread.cpp
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin.
2016-04-10 18:57:38 +00:00
SBThreadCollection.cpp
…
SBThreadPlan.cpp
…
SBType.cpp
…
SBTypeCategory.cpp
…
SBTypeEnumMember.cpp
…
SBTypeFilter.cpp
…
SBTypeFormat.cpp
…
SBTypeNameSpecifier.cpp
…
SBTypeSummary.cpp
…
SBTypeSynthetic.cpp
…
SBUnixSignals.cpp
…
SBValue.cpp
…
SBValueList.cpp
…
SBVariablesOptions.cpp
…
SBWatchpoint.cpp
…
SystemInitializerFull.cpp
Support Linux on SystemZ as platform
2016-04-14 14:28:34 +00:00
liblldb.exports
Fix OSX cmake build
2016-02-18 17:01:40 +00:00
liblldb.xcode.exports
…