The Week Of Monday 16 September 2013 Archives by date
Starting: Mon Sep 16 07:17:27 PDT 2013
Ending: Fri Sep 20 15:35:23 PDT 2013
Messages: 64
- [Lldb-commits] [lldb] r190785 - Fixes a typo that causes Reserve(X) to both re-allocate the container and
Ashok Thirumurthi
- [Lldb-commits] [PATCH] Improve stability of ProcessMonitor -- use a thread-safe queue instead of file descriptors with unchecked read/write calls to transfer Operation* between threads.
Malea, Daniel
- [Lldb-commits] [lldb] r188124 - Fixed a case where GCC was emitting a DW_TAG_class_type that has a DW_AT_declaration set to true, yet the class actually contains a definition for the class in that DIE.
Malea, Daniel
- [Lldb-commits] [PATCH] Fixed symbol ordering to be stable with overlapping symbols.
Richard Mitton
- [Lldb-commits] [lldb] r190811 - <rdar://problem/15001220>
Greg Clayton
- [Lldb-commits] [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Ashok Thirumurthi
- [Lldb-commits] FW: [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Thirumurthi, Ashok
- [Lldb-commits] [PATCH] Fixed symbol ordering to be stable with overlapping symbols.
Greg Clayton
- [Lldb-commits] [lldb] r188124 - Fixed a case where GCC was emitting a DW_TAG_class_type that has a DW_AT_declaration set to true, yet the class actually contains a definition for the class in that DIE.
Greg Clayton
- [Lldb-commits] [lldb] r190815 - Add test suite support for TestLoadUnload.py for Linux.
Matt Kopec
- [Lldb-commits] [lldb] r190816 - Fixed symbol lookup to be stable when multiple symbols have the same address.
Richard Mitton
- [Lldb-commits] [PATCH] Fixed symbol ordering to be stable with overlapping symbols.
Richard Mitton
- [Lldb-commits] [PATCH] Improve stability of ProcessMonitor -- use a thread-safe queue instead of file descriptors with unchecked read/write calls to transfer Operation* between threads.
Daniel Malea
- [Lldb-commits] [lldb] r190820 - Improve stability of Linux ProcessMonitor by not using fds for synchronization:
Daniel Malea
- [Lldb-commits] [lldb] r188124 - Fixed a case where GCC was emitting a DW_TAG_class_type that has a DW_AT_declaration set to true, yet the class actually contains a definition for the class in that DIE.
Malea, Daniel
- [Lldb-commits] [lldb] r190823 - Fixed a crasher where the remote platform was NULL and was being used.
Greg Clayton
- [Lldb-commits] [lldb] r190831 - Fixing a problem with thread creation signal order dependency
Andrew Kaylor
- [Lldb-commits] [lldb] r190838 - Make the docs for the -s -o -S and -O options clearer.
Jim Ingham
- [Lldb-commits] [PATCH] Don't abort on "memory read -s N" for N=3 5 6 or 7
Ed Maste
- [Lldb-commits] [lldb] r190865 - Re-enabling TestStopHookMultipleThreads
Daniel Malea
- [Lldb-commits] [lldb] r190867 - Update Linux bug tracker link in TestPrintStackTraces
Daniel Malea
- [Lldb-commits] [lldb] r190868 - Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange
Daniel Malea
- [Lldb-commits] [PATCH] Don't abort on "memory read -s N" for N=3 5 6 or 7
Greg Clayton
- [Lldb-commits] [lldb] r190872 - Logging enhancements to ConnectionFileDescriptor
Andrew Kaylor
- [Lldb-commits] [lldb] r190873 - Avoid abort on "memory read -s N" for N=3, 5, 6, 7
Ed Maste
- [Lldb-commits] [lldb] r190875 - Don't output a stray 0x if GetData fails for memory read -f hex
Ed Maste
- [Lldb-commits] [PATCH] Don't abort on "memory read -s N" for N=3 5 6 or 7
Ed Maste
- [Lldb-commits] [lldb] r190877 - Use a StreamString to fix the endianness in
Sean Callanan
- [Lldb-commits] [PATCH] Add assertion that byte-swapping is only performed on register-sized copies
Ed Maste
- [Lldb-commits] [lldb] r190879 - Fix a typo in DataExtractor.cpp causing build breakage
Ashok Thirumurthi
- [Lldb-commits] [lldb] r190884 - Rename shared libraries for TestLoadUnload.py due to potential shared library name clashes.
Matt Kopec
- [Lldb-commits] [lldb] r190889 - Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Daniel Malea
- [Lldb-commits] [lldb] r190889 - Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Richard Mitton
- [Lldb-commits] [lldb] r190889 - Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Malea, Daniel
- [Lldb-commits] [lldb] r190647 - Cleanup POSIX RegisterContext class hierarchies.
Michael Sartain
- [Lldb-commits] [lldb] r190924 - Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupported code in MSVC.
Virgile Bello
- [Lldb-commits] [lldb] r190927 - Added new Host/Atomic.h to replace use of <atomic> in LLDB headers.
Virgile Bello
- [Lldb-commits] [PATCH] Add assertion that byte-swapping is only performed on register-sized copies
Ed Maste
- [Lldb-commits] [lldb] r190942 - Warning cleanup.
Michael Sartain
- [Lldb-commits] [lldb] r190944 - Respect SDKROOT in lldb Makefile
Daniel Malea
- [Lldb-commits] [lldb] r190945 - SymbolVendor/ELF is actually referenced by default by lib/Makefile on all
Daniel Malea
- [Lldb-commits] FW: [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Ed Maste
- [Lldb-commits] [lldb] r190954 - Apply ProcessMonitor changes from r190820 to FreeBSD
Ed Maste
- [Lldb-commits] [lldb] r190955 - Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an address if its offet is greater than zero doesn't actually correctly tell us wether the address is section offset or not. A symbol could be the first symbol in a section and its offset can be zero. Also, a non-section offset lldb_private::Address can have a NULL section and calling GetOffset() will return the absolute address. To really test if an address is section offset clients should use Address::IsSectionOffs...
Greg Clayton
- [Lldb-commits] [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Greg Clayton
- [Lldb-commits] [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Ed Maste
- [Lldb-commits] [lldb] r190968 - Made SymbolFileDWARF not crash if a function doesn't
Sean Callanan
- [Lldb-commits] [lldb] r191005 - Assert that only reg- or word-sized values are byte swapped
Ed Maste
- [Lldb-commits] [PATCH] Add assertion that byte-swapping is only performed on register-sized copies
Ed Maste
- [Lldb-commits] [lldb] r191027 - Fix build failures under GNU/Linux running on mips
Sylvestre Ledru
- [Lldb-commits] [lldb] r191005 - Assert that only reg- or word-sized values are byte swapped
Ed Maste
- [Lldb-commits] [lldb] r191041 - Make threading tests not depend on the currently selected thread
Daniel Malea
- [Lldb-commits] [lldb] r191047 - Disable TestInferiorAssert (due to llvm.org/pr17276)
Daniel Malea
- [Lldb-commits] [lldb] r191089 - Make install on lldb was not installing the header files (probably because the file was copied from clang and not updated)
Sylvestre Ledru
- [Lldb-commits] [lldb] r190812 - Fixes symbol resolution for a function with a tail call because the PC
Thirumurthi, Ashok
- [Lldb-commits] MSVC12 support
Virgile Bello
- [Lldb-commits] MSVC12 support
Greg Clayton
- [Lldb-commits] MSVC12 support
Malea, Daniel
- [Lldb-commits] [lldb] r191101 - Add an xfail test as 'expr myfloat' can add digits consistent
Ashok Thirumurthi
- [Lldb-commits] [lldb] r191102 - Fix lldb regressions due to r190812 in the case where debug info is present.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r191110 - Change posix thread so that it creates a breakpoint stop reason if the breakpoint isn't valid for the current thread but specify should stop to false. Also remove selecting a thread on a breakpoint hit.
Matt Kopec
- [Lldb-commits] [lldb] r191114 - Remove unused friend class forward definitions (causing problem with MSVC anyway).
Virgile Bello
- [Lldb-commits] [lldb] r191115 - Add backslash as path separator for Win32.
Virgile Bello
- [Lldb-commits] [lldb] r191116 - Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)
Virgile Bello
Last message date:
Fri Sep 20 15:35:23 PDT 2013
Archived on: Tue Aug 4 15:44:45 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).