aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...Enrico Granata5-2/+46
2016-07-08Use shell cat command as a workaround if ADB stat cannot lookup a file.Oleksiy Vyalov3-14/+86
2016-07-08Add an API to unwind from a hand-called expression.Jim Ingham3-0/+36
2016-07-07Fix it so that we only grab the typedef from the module DWARF file if the typ...Greg Clayton1-24/+36
2016-07-07Fix DWARF 4 bitfield support in LLDB to support the DW_AT_data_bit_offset att...Greg Clayton1-8/+18
2016-07-07Check whether Sema::CreateBuiltinUnaryOp returns an empty result.Jim Ingham1-0/+2
2016-07-07Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham5-9/+90
2016-07-07Respect ANDROID_SERIAL environment variable used by ADBLuke Drummond1-6/+12
2016-07-07[LLGS] Work around an adb bug on Android <=MPavel Labath1-0/+12
2016-07-07Bump up timeout in TestCallWithTimeoutPavel Labath1-2/+2
2016-07-07Fix for PrintStackTracesRavitheja Addepally3-0/+78
2016-07-07Try to fix the OSX build with old SDK after r274725Tamas Berghammer1-2/+12
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer12-30/+203
2016-07-07debugserver will now report the minimum version load commandJason Molenda2-0/+47
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda7-193/+658
2016-07-06"frame variable" and "target variable" shouldn't allow us to get the address ...Greg Clayton1-14/+18
2016-07-06LLDB reads incorrect memory ranges when displaying bitfields when reading bit...Greg Clayton1-2/+10
2016-07-06Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when weJason Molenda2-4/+78
2016-07-06Fix the installation of the vector<bool> data formatters in order to restore ...Enrico Granata1-4/+2
2016-07-06Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata16-82/+199
2016-07-06Fix ADB client disconnect issues.Oleksiy Vyalov4-25/+106
2016-07-06Add oat symbolization support for odex filesTamas Berghammer2-6/+8
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath2-113/+129
2016-07-06In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka3-0/+5
2016-07-06Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer7-25/+236
2016-07-06Fix Linux build.Oleksiy Vyalov1-1/+1
2016-07-06Allows "experimental" settings that will either route to their containingJim Ingham3-2/+55
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton11-51/+113
2016-07-05Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan10-6/+164
2016-07-05Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the rig...Greg Clayton1-3/+3
2016-07-04Split TestTemplateIntegerArgs test into twoPavel Labath1-14/+17
2016-07-04Ignore oatdata and oatexec symbols more widelyTamas Berghammer1-4/+4
2016-07-04Remove SIGPIPE handler in LLGSPavel Labath1-20/+1
2016-07-04Enable test log collection from remote debug servers (take 2)Pavel Labath2-42/+47
2016-07-04Join TestTlsGlobal tests again and use the proper decoratorPavel Labath1-12/+2
2016-07-04Fix the libc++ pretty printers for the android NDKTamas Berghammer1-31/+39
2016-07-04Fix ClangASTContext after some clang API changesTamas Berghammer1-5/+2
2016-07-01Fixed thread local storage test case to run normally with no expected fail fo...Greg Clayton1-2/+12
2016-07-01Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton3-2/+9
2016-07-01Revert fix that didn't work. I will need to debug this on linux to figure thi...Greg Clayton1-10/+1
2016-07-01Try to fix Ubuntu buildbots after I broke thread local variables with 274366.Greg Clayton1-5/+13
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton23-80/+416
2016-07-01Skip TestDisassembleRawData when remoteFrancis Ricci1-0/+1
2016-06-30Fix for Windows builds.Adrian McCarthy1-0/+6
2016-06-30Improve ADB utilization within Android platform.Oleksiy Vyalov5-188/+242
2016-06-30Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan3-7/+2
2016-06-30Correct watchpoint size test failure on certain devicesOmair Javaid1-3/+3
2016-06-29Add NSTaggedPointerString to the table of data formattersEnrico Granata1-0/+1
2016-06-29Validate the option index before trying to access an array element using it -...Enrico Granata1-0/+7
2016-06-29Remove platform plugins from lldb-serverPavel Labath7-120/+47