aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Merging r258919:Hans Wennborg1-0/+3
2016-02-01Merging r258621, r258758, r258761:Hans Wennborg2-0/+20
2016-01-27Revert accidentally commited changes from r258964Hans Wennborg2-2/+2
2016-01-27Merging r258921:Hans Wennborg2-2/+2
2016-01-13Merging r257691:Hans Wennborg1-1/+1
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2-0/+159
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2-0/+93
2016-01-08Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda3-2/+42
2016-01-08Revert r257117 "Performance improvement: Change lldb so that itJason Molenda3-42/+2
2016-01-08Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham1-1/+19
2016-01-08Performance improvement: Change lldb so that it puts a breakpointJason Molenda3-2/+42
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra6-3/+16
2016-01-06Add LogDump methods to lldb_private::StringList.Ewan Crawford1-0/+24
2015-12-30[ptr-traits] Add an #include to provide the complete type for SectionChandler Carruth1-0/+1
2015-12-18Add API to support retrieving the formatters category for a specific languageEnrico Granata1-0/+3
2015-12-18Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham3-2/+8
2015-12-16Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik3-3/+7
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra5-1/+155
2015-12-15First pass at LLDBRPC.frameworkGreg Clayton2-2/+22
2015-12-15Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2-9/+8
2015-12-15When constructing an address range to "step" or "next" through,Jason Molenda2-0/+46
2015-12-14Add failure paths to a few JSONNumber membersOmair Javaid1-1/+1
2015-12-12Fix scope-based lookup when more than one function is found.Dawn Perchik1-0/+9
2015-12-09Add some additional safety checks to the StructuredData accessJason Molenda1-52/+74
2015-12-09When printing warnings, the repeat_key should beSean Callanan1-2/+2
2015-12-08Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton3-9/+4
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-0/+26
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer2-6/+69
2015-12-08Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton8-11/+101
2015-12-07Recommit "Fix race during process interruption"Pavel Labath1-12/+15
2015-12-04Make it clear how you would get the pointee out of an SBValue withJim Ingham1-1/+5
2015-12-04Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik1-1/+1
2015-12-04Improve the functionality of JSONNumberTamas Berghammer1-19/+56
2015-12-03[Fix] fix build failure due to rL254588Mohit K. Bhakkad1-0/+1
2015-12-02[LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad1-1/+5
2015-12-02Fix "process load/unload" on androidTamas Berghammer2-28/+42
2015-12-02Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer8-91/+10
2015-12-02Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton8-10/+91
2015-12-01Revert "Fix race during process interruption"Pavel Labath1-15/+12
2015-12-01Fix race during process interruptionPavel Labath1-12/+15
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2-3/+7
2015-11-20Revert "FOO"Adrian McCarthy2-7/+3
2015-11-20FOOAdrian McCarthy2-3/+7
2015-11-19Fix a crasher in SymbolContext::SortTypeList() where something that was itera...Greg Clayton1-4/+1
2015-11-19Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata1-5/+6
2015-11-19Pass the ExecutionContext as well, since it is actually usefulEnrico Granata1-0/+1
2015-11-19Allow the language plugins a say in how the function name is rendered as part...Enrico Granata1-1/+12
2015-11-18Reapply r253423 and r253424 (which cleanup the data formatters iteration mode...Enrico Granata9-81/+40
2015-11-18Revert 2 commits breaking the MSVC buildTamas Berghammer9-40/+81
2015-11-18Remove a few vestigial typedefs from the old worldEnrico Granata7-15/+0