aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-10-12Made FindGlobalVariable() optionally search a specificSean Callanan
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-10-12Cleanups in preparation for making FindExternalVisibleDeclsSean Callanan
2011-10-12Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton
2011-10-12Implemented a namespace map that allows searchingSean Callanan
2011-10-11Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham
2011-10-10Patch from Dragos Tatulea regarding typedefs with the new RangeArray template...Greg Clayton
2011-10-08Changed RangeMap over to use llvm::SmallVector and updated the RangeArray and...Greg Clayton
2011-10-08Added some debug code that can verify that all RangeMap.h maps are sorted whe...Greg Clayton
2011-10-08Started on the export table for the MappedHash.Greg Clayton
2011-10-08Fix the last testsuite regression from the apple-names stuff.Jim Ingham
2011-10-08Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton
2011-10-08Fixed a memory leak of ASTResultSynthesizers,Sean Callanan
2011-10-07Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan
2011-10-07Remove some commented out code.Jim Ingham
2011-10-07Clean up some documentation.Jim Ingham
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-10-07Don't look up main to find the default source file till somebody actually ask...Jim Ingham
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton
2011-10-07Since we use address ranges a lot I added a templatized class that allows us ...Greg Clayton
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen
2011-10-05Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen
2011-10-04Added missing file.Greg Clayton
2011-10-04Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen
2011-10-01Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton
2011-09-30Removed some commented out code from the DWARF parser.Greg Clayton
2011-09-30<rdar://problem/10212450>Greg Clayton
2011-09-30Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen
2011-09-29Fixed an issue where a lexical block or inlined function might have bad debugGreg Clayton
2011-09-29Free up some space in lldb_private::Block by not requiring a sibling pointer.Greg Clayton
2011-09-29If the new .apple_names and .apple_types DWARF accelerator tablesGreg Clayton
2011-09-28Convert over to the latest and greatest on disc acceleratorGreg Clayton
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-27Added an API to SymbolContext to hide the complexity of getting theJim Ingham
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-27Fixed the public and internal disassembler API to be named correctly:Greg Clayton
2011-09-26Fixed an include path that was breaking Linux builds.Sean Callanan
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen
2011-09-26Factored out handling of the source code for anSean Callanan
2011-09-26Added more functionality to the public API to allow for betterGreg Clayton
2011-09-24Added the ability to get all section contents, or the sectionGreg Clayton
2011-09-24Fixed build issues after recent checkin.Greg Clayton
2011-09-24Add GetAddress to SBBreakpointLocation, and put the .i files in the API secti...Jim Ingham
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-24Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen
2011-09-23Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable...Johnny Chen
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-22Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...Johnny Chen