The Week Of Monday 23 September 2013 Archives by thread
Starting: Mon Sep 23 15:09:17 PDT 2013
Ending: Sun Sep 29 03:46:26 PDT 2013
Messages: 59
- [Lldb-commits] [lldb] r191230 - <rdar://problem/14701270>
Han Ming Ong
- [Lldb-commits] [lldb] r191262 - Update RegisterContextLLDB::GetFullUnwindPlanForFrame() to use the architectural-
Jason Molenda
- [Lldb-commits] [lldb] r191267 - Fix a bug where the x86 assembly instruction profiler would not correctly adjust
Jason Molenda
- [Lldb-commits] [lldb] r191307 - Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
- [Lldb-commits] [lldb] r191321 - Fix an xpass on the buildbots by relaxing a test for PC location in the disassembly.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r191338 - Target::m_suppress_synthetic_value was a hack required to disable synthetic values while passing an SBValue to a synthetic child provider, or incur an endless recursion
Enrico Granata
- [Lldb-commits] [PATCH] Fixed a race condition where the prompt would randomly go missing.
Richard Mitton
- [Lldb-commits] [lldb] r191367 - Convert to UNIX line endings.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191378 - Cache and restore the frame-format, so that test_set_frame_format doesn't modify the default, as required for TestInferiorAssert.py.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r191383 - Add support for TestPluginComands on Linux. Also, rework makefile dsym target.
Matt Kopec
- [Lldb-commits] [lldb] r191385 - Handle ePathTypePythonDir even in the case of LLDB_DISABLE_PYTHON,
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191386 - arpa/inet.h is the canonical source of htons and friends.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191387 - NetBSD also has a size field in socket addresses.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191388 - si_errno and friends are macros on NetBSD, so #undef them first.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191389 - editline headers are under readline/ for NetBSD.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191390 - When using va_list, include cstdarg/stdarg.h.
Joerg Sonnenberger
- [Lldb-commits] [lldb] r191392 - Fixed a race condition where the prompt would randomly go missing.
Richard Mitton
- [Lldb-commits] [lldb] r191396 - Enable tests affected by llvm.org/pr14637
Daniel Malea
- [Lldb-commits] [lldb] r191398 - Added a simple legend to the unit test 'dots' output, to aid understandability.
Richard Mitton
- [Lldb-commits] [lldb] r191399 - Changed fuzz tests to not print their values (we only need to test if access to them does not crash).
Richard Mitton
- [Lldb-commits] [lldb] r191430 - Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-pointer.
Ashok Thirumurthi
- [Lldb-commits] win32: Memory mapped have to be aligned on the right boundary
Carlo Kok
- [Lldb-commits] connectfiledescriptor close should take in account the "handle type" on Windows
Carlo Kok
- [Lldb-commits] [patch] mac-os platforms & file types and runtime are not actually mac specific
Carlo Kok
- [Lldb-commits] [lldb] r191446 - On windows a socket and file descriptor aren't the same kind of handle, pass the type to Close so it uses the right api to close it.
Carlo Kok
- [Lldb-commits] [lldb] r191447 - On Windows MapViewOfFile requires the offset to be aligned on the system dwAllocationGranularity
Carlo Kok
- [Lldb-commits] [lldb] r191452 - Fix a couple of typos in the help text for disassemble
Ben Langmuir
- [Lldb-commits] [lldb] r191454 - Fix the command name in the syntax text for _regexp-list
Ben Langmuir
- [Lldb-commits] [lldb] r191455 - missed one Close () call in 191446 overload fix for Posix only code.
Carlo Kok
- [Lldb-commits] [lldb] r191457 - Fix the thread jump test case for 32-bit inferiors. A jump was going back to a function call using a source line number. However, the parameters being passed to the function were setup before the instruction we jumped to. In other words, the source line was associated with assembly after the function parameters had been setup for the function to be called.
Matt Kopec
- [Lldb-commits] [PATCH] Remove funny indentation from help command alias
Langmuir, Ben
- [Lldb-commits] [lldb] r191470 - Mark 32/64-bit tests as expected fail after root causing and referencing bugzilla.
Matt Kopec
- [Lldb-commits] [lldb] r191476 - Remove unnecessary checks for thread_plan_sp (we check for this at the top of the function.)
Jim Ingham
- [Lldb-commits] [lldb] r191477 - DWARF says line number 0 is a valid line number - used to indicate a source line that should
Jim Ingham
- [Lldb-commits] [lldb] r191478 - Factor the code that was eliminating redundant breakpoint locations and moving
Jim Ingham
- [Lldb-commits] [PATCH] symtab.cpp erases while iterating
Carlo Kok
- [Lldb-commits] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] LLDB Windows Driver Patch
Aidan Dodds
- [Lldb-commits] [PATCH] Windows command-line driver - PlatformWindows patch
Deepak Panickal
- [Lldb-commits] [lldb] r191555 - If you erase while iterating, remember to update the iterator. Bug found by Carlo Kok.
Jim Ingham
- [Lldb-commits] [lldb] r191556 - Convert ClangASTType::GetTypeName over to return a ConstString to be consistent with
Jim Ingham
- [Lldb-commits] [lldb] r191568 - Fix OS Version reporting bug detected by TestPlatform for some Linux 3.x kernels that do not report the update version
Daniel Malea
- [Lldb-commits] [lldb] r191587 - Add definitions for "armv6m", which indicates a Cortex-M0 processor.
Jason Molenda
- [Lldb-commits] [lldb] r191588 - Mark armv6m as "compatible" with armv7 - that's the
Jason Molenda
- [Lldb-commits] [lldb] r191613 - Remove trailing spaces
Sylvestre Ledru
- [Lldb-commits] [lldb] r191616 - * mktemp is insecure as it always creates or uses insecure temporary file.
Sylvestre Ledru
- [Lldb-commits] [lldb] r191617 - Remove useless declaration. If match_type == eNameMatchIgnore, we already left this function at the beginning of the method. Found by coverity. Fixes CID 1094188
Sylvestre Ledru
- [Lldb-commits] [lldb] r191618 - If setgid fails for any reason, exit lldb.
Sylvestre Ledru
- [Lldb-commits] [lldb] r191619 - Fix a memory leak. Found by both scan-build and coverity. Close CID 1096442
Sylvestre Ledru
- [Lldb-commits] [lldb] r191620 - * Improve the wording (thanks to Ed Maste for the suggestion)
Sylvestre Ledru
- [Lldb-commits] [lldb] r191621 - Display the errno error message instead of the id
Sylvestre Ledru
- [Lldb-commits] [lldb] r191635 - Update the build documentation for Debian & Ubuntu
Sylvestre Ledru
Last message date:
Sun Sep 29 03:46:26 PDT 2013
Archived on: Tue Aug 4 15:44:45 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).