aboutsummaryrefslogtreecommitdiff
path: root/source
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-11Patch by Dawn to add the logging capabilities to ProcessLinux.cpp.Johnny Chen
2011-10-11Fix a typo in ProcessKDP::DidAttach().Johnny Chen
2011-10-11Added a missing file from a previous checkin.Greg Clayton
2011-10-11Patch from Dragos Tatulea to re-enable the PECOFF object file parser for allGreg Clayton
2011-10-11Remove a debugging printf...Jim Ingham
2011-10-11Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham
2011-10-11Fix a couple of places in FindFunctions where I was using the passed in name_...Jim Ingham
2011-10-10Patch from dawn@burble.org to build on linux!Johnny Chen
2011-10-08Changed RangeMap over to use llvm::SmallVector and updated the RangeArray and...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-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-10-07When a function calculates its module, make sure it returns the "real" module...Jim Ingham
2011-10-07Fix the option lists that "--file" belongs to so the help won't come out whonky.Jim Ingham
2011-10-07Don't look up main to find the default source file till somebody actually ask...Jim Ingham
2011-10-07Removed code that was left in during testing and debugging of an issue.Greg Clayton
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-07<rdar://problem/10226227>Greg Clayton
2011-10-07Added better logging for the case where we don't find a PC in a block.Greg Clayton
2011-10-06<rdar://problem/10226227>Greg Clayton
2011-10-06Simplify the verbose output of WatchpointLocation::DumpWithLevel().Johnny Chen
2011-10-06ProcessGDBRemote::BuildDynamicRegisterInfo() - even if we don't have a Target...Jason Molenda
2011-10-06Added a new logging channel to the DWARF called "lookups":Greg Clayton
2011-10-05Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were d...Greg Clayton
2011-10-05Stop empty C strings in summaries from showing "<data not available>" when aGreg Clayton
2011-10-05"target variable" will now display the current frame's compile unit globalsGreg Clayton
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen
2011-10-05Fixed a crasher where the m_frames collection was being accessed withoutGreg Clayton
2011-10-05Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen
2011-10-04Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton
2011-10-03Fix regression of test SourceManagerTestCase.test_display_source_python.Johnny Chen
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton
2011-10-01Fixed an issue where a variable whose value is in a register might end upGreg Clayton
2011-10-01Print object names in case we have a .o file in a static archive when loggingGreg Clayton
2011-10-01Fix segfault in UniqueDWARFASTTypeList::Find if we are comparingJason Molenda
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-30Small fix to "frame select" sans frame # feature added yesterday.Jason Molenda
2011-09-30Removed some commented out code from the DWARF parser.Greg Clayton
2011-09-30Destroy a target when it is deleted.Greg Clayton
2011-09-30After deleting a target, clear the target object and remove orphaned modules.Greg Clayton
2011-09-30<rdar://problem/10212450>Greg Clayton