The Week Of Monday 8 February 2016 Archives by thread
Starting: Mon Feb 8 01:35:53 PST 2016
Ending: Sun Feb 14 19:23:14 PST 2016
Messages: 215
- [Lldb-commits] [lldb] r260078 - Have lldb-server log the timestamp in its log messages
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r260081 - Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D16975: Handle floating-point type homogeneous aggregate return values in ABISysV_arm
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r260082 - Show real error message in -data-evaluate-expression
Eugene Leviant via lldb-commits
- [Lldb-commits] [PATCH] D16936: Remove expectedFailureWindows decorator
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D16938: A number of improvements to decorator conditionals
Pavel Labath via lldb-commits
- [Lldb-commits] [PATCH] D16868: [lldb] Fix invalid shift operator overload in Scalar
Marianne Mailhot-Sarrasin via lldb-commits
- [Lldb-commits] [PATCH] D16996: Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260134 - Remove expectedFailureWindows decorator.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260135 - A number of improvements to decorator conditionals.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260176 - Remove the skipUnlessArch decorator.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260177 - Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260178 - Remove skip and xfail decorators for target architecture.
Zachary Turner via lldb-commits
- [Lldb-commits] LLVM buildmaster will be restarted tonight
Galina Kistanova via lldb-commits
- [Lldb-commits] [lldb] r260192 - [TestExprsChar] Fix a typo is failure archs list
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D17014: [TestExprsChar] Fix a typo is failure archs list
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r260199 - Fix an issue where pressing CTRL+C in the interactive script interpreter causes LLDB to crash
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D16853: Use BKPT instead of UDF for arm/thumb breakpoints
Muhammad Omair Javaid via lldb-commits
- [Lldb-commits] [lldb] r260072 - [LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPS
Bhushan Attarde via lldb-commits
- [Lldb-commits] [PATCH] D17022: [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation for MIPS
Bhushan Attarde via lldb-commits
- [Lldb-commits] [lldb] r260216 - Fix a typo in an xfail decorator in TestExprsChar
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D16814: Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D16680: Re-submit rL258759: Write the session log file in UTF-8.
Tamas Berghammer via lldb-commits
- [Lldb-commits] [PATCH] D17027: [expression evaluator] Allow runtimes to execute custom LLVM ModulePasses over the generated IR at various stages after expression compilation.
Luke Drummond via lldb-commits
- [Lldb-commits] [PATCH] D17030: Add new option to lldb-server to display its version
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260239 - Fix invalid shift operator overload in Scalar
Pavel Labath via lldb-commits
- [Lldb-commits] [lldb] r260247 - Mention the --all-files option in the -p help string.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r260282 - Don't enable -flimit-debug-info by default for the LLDB Xcode builds. This was put in back in 2011 when -flimit-debug-info did a lot less than it does now. With llvm-dsymutil doing ODR type unique stuff we still have reasonably sized dSYM files.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260284 - If we set the DYLD_INSERT_LIBRARIES environment variable when launching debugserver, for use with /usr/lib/libgmalloc.dylib, then make sure we don't pass this environment variable on to any child processes.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260288 - Remove expected failure and skip decorators for host os.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260289 - Delete all the xfail / skip decorators for specific compilers.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260290 - Remove decorators related to debug info types.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260291 - Remove skipIf<compiler> decorators.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260292 - Fix incorrect usage of `str` in _match_decorator_property.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260299 - Don't complete a class type just to test if it is a class. Code in CompilerType and in clang::QualType knows how to complete a type if it needs to.
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260308 - Fixed many issues that were causing differing type definition issues to show up when parsing expressions.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D15067: Design building out of sources
Kamil Rytarowski via lldb-commits
- [Lldb-commits] [PATCH] D16902: Add status for LLDB on Windows to status.html.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r260322 - Added code that was commented out during testing to stops template member functions from being added to class definitions (see revision 260308 for details).
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260326 - Change `CoreTests` to LLDBCoreTests to avoid name clash.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260328 - Add status for LLDB on Windows to status.html.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r260330 - Remove FreeBSD failure decorator from TestCppIncompleteTypes
Ed Maste via lldb-commits
- [Lldb-commits] [lldb] r260331 - Don't dereference the first element of an empty container.
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r260345 - Add a missing break.
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r260349 - Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r260352 - This is an idea to make "thread step-in --target" work for the common
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r260362 - [LLDB][MIPS] Generalise MIPS arch names
Mohit K. Bhakkad via lldb-commits
- [Lldb-commits] [PATCH] D16840: [LLDB][MIPS] Generalise MIPS arch names
Mohit Bhakkad via lldb-commits
- [Lldb-commits] [lldb] r260366 - Add new option to lldb-server to display its version
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260367 - Use BKPT instead of UDF for arm/thumb breakpoints
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260368 - Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260369 - Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260372 - [RenderScript] Refactor allocation expressions
Ewan Crawford via lldb-commits
- [Lldb-commits] [lldb] r260377 - Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer via lldb-commits
- [Lldb-commits] [lldb] r260422 - Remove expectedFailureLinux decorator.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260423 - Remove skipUnlessListedRemote.
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D17088: Add target and host platform enums so we're not using strings everywhere
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260434 - 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 argum...
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260436 - No reason for these two letters to be uppercase
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r260440 - Fix copy/paste error in TestCModules.
Zachary Turner via lldb-commits
- [Lldb-commits] [lldb] r260445 - When importing Objective-C protocols, mark them as having external decls.
Sean Callanan via lldb-commits
- [Lldb-commits] [PATCH] D17099: Add reverse-connect functionality to the gdb-remote command
Francis Ricci via lldb-commits
- [Lldb-commits] [lldb] r260452 - Revert 260436. I pretty consistently upper-case the letter I use for the
Jim Ingham via lldb-commits
- [Lldb-commits] [PATCH] D17106: Fix SocketTest on Windows
Zachary Turner via lldb-commits
- [Lldb-commits] [PATCH] D17107: [lldb] Unicode support on Win32
Cameron via lldb-commits
- [Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
Nitesh Jain via lldb-commits
- [Lldb-commits] [lldb] r260512 - Handle floating-point type homogeneous aggregate return values in ABISysV_arm
Omair Javaid via lldb-commits
- [Lldb-commits] [lldb] r260525 - [Renderscript] Refactor target argument reading code.
Aidan Dodds via lldb-commits
- [Lldb-commits] [lldb] r260546 - [Renderscript] Fix typo in mips64 argument reading code.
Aidan Dodds via lldb-commits
- [Lldb-commits] [PATCH] D17152: Improve ReadRegister for RegisterContextWindowsx86
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r260559 - Improve ReadRegister for RegisterContextWindowsx86
Adrian McCarthy via lldb-commits
- [Lldb-commits] [lldb] r260589 - XFAIL TestCommandScriptImmediateOutput on FreeBSD also
Ed Maste via lldb-commits
- [Lldb-commits] [PATCH] D17167: Fix bug with register values byte order in expression evaluation
Marianne Mailhot-Sarrasin via lldb-commits
- [Lldb-commits] [lldb] r260618 - Removed a bad assertion:
Greg Clayton via lldb-commits
- [Lldb-commits] [lldb] r260624 - When calling TypeSystemMap::Clear, objects being destroyed in the process of
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r260626 - Don't crash if we have a DIE that has a DW_AT_ranges attribute and yet the SymbolFileDWARF doesn't have a DebugRanges. If this happens print a nice error message to prompt the user to file a bug and attach the offending DWARF file so we can get the correct compiler fixed.
Greg Clayton via lldb-commits
- [Lldb-commits] [PATCH] D17182: Adjust for Python-3.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r260664 - The data formatters for NSArray, NSDictionary and (only partially) NSSet contain logic to inspect the objects without running code.
Enrico Granata via lldb-commits
- [Lldb-commits] LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via lldb-commits
- [Lldb-commits] [lldb] r260699 - Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260713 - Make Target::CalculateProcess() return a sensible result.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260715 - Objective-C++ is a kind of C++.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260721 - Adjust for Python-3.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r260734 - Centralized symbol lookup in IRExecutionUnit, and fixed the code model.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260735 - IRInterpreter now recognizes expressions with constants it doesn't handle.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260747 - Disable recognition of "using" declarations at translation-unit level.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260752 - Data formatter support for libc++ std::atomic<T>
Enrico Granata via lldb-commits
- [Lldb-commits] [lldb] r260761 - Remove an unnecessary include
Enrico Granata via lldb-commits
- [Lldb-commits] [PATCH] D17220: [CPlusPlus/LibCxxAtomic.cpp] Fix the path to the header file.
Siva Chandra via lldb-commits
- [Lldb-commits] Buildbot numbers for week of 1/31/2016 - 2/06/2016
Galina Kistanova via lldb-commits
- [Lldb-commits] [lldb] r260767 - Fix stripping of _ when looking for symbols in IRExecutionUnit.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260768 - Removed many JIT workarounds from IRForTarget.
Sean Callanan via lldb-commits
- [Lldb-commits] [lldb] r260770 - [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D17227: [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r260772 - Adding an SBThread::StepInto that takes an end-line, also moved the code that figures
Jim Ingham via lldb-commits
- [Lldb-commits] [lldb] r260793 - [TestLibCxxAtomic] Skip for GCC.
Siva Chandra via lldb-commits
- [Lldb-commits] [PATCH] D17230: [TestLibCxxAtomic] Skip for GCC.
Siva Chandra via lldb-commits
- [Lldb-commits] [lldb] r260803 - Additional fix to my change in r259983 to handle the
Jason Molenda via lldb-commits
- [Lldb-commits] [lldb] r260868 - ExpressionParser: silence some GCC warnings
Saleem Abdulrasool via lldb-commits
Last message date:
Sun Feb 14 19:23:14 PST 2016
Archived on: Sun Feb 14 19:26:26 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).