The Week Of Monday 13 October 2014 Archives by author
Starting: Mon Oct 13 09:50:46 PDT 2014
Ending: Sun Oct 19 21:09:28 PDT 2014
Messages: 126
- [Lldb-commits] [PATCH] fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD
Shawn Best
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Shawn Best
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Kuba Brecka
- [Lldb-commits] [PATCH] Change CFA to be a LoadAddress instead of HostAddress
Ryan Brown
- [Lldb-commits] [lldb] r219641 - Resolve non-pointer isas for metaclasses.
Sean Callanan
- [Lldb-commits] [lldb] r219984 - Added a new kind of test case: the "inline" test
Sean Callanan
- [Lldb-commits] [lldb] r220001 - Made multi-line test case actions possible in
Sean Callanan
- [Lldb-commits] [lldb] r220070 - Fixed the expression parser to handle cases where
Sean Callanan
- [Lldb-commits] [lldb] r220100 - Make the registerEHFrame function do nothing,
Sean Callanan
- [Lldb-commits] [lldb] r219660 - Use PARALLEL_DIRS instead of DIRS in the Makefile
Eric Christopher
- [Lldb-commits] [lldb] r219751 - Remove unused variable.
Eric Christopher
- [Lldb-commits] [lldb] r219620 - Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if a process is resumed or halted, it will try to push/pop the process IOHandler and it will deadlock.
Greg Clayton
- [Lldb-commits] [lldb] r219711 - Fixed stdio redirection within LLDB to "do the right thing" in all cases.
Greg Clayton
- [Lldb-commits] [PATCH] Implement ProcessLauncherWindows, and refactor some other code to be more modular.
Greg Clayton
- [Lldb-commits] [lldb] r219821 - Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size when launching threads.
Greg Clayton
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Greg Clayton
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Greg Clayton
- [Lldb-commits] [lldb] r220113 - Fixed python API event test cases.
Greg Clayton
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Greg Clayton
- [Lldb-commits] [lldb] r219689 - Fix dotest.py test runner exit code to return non-zero on failure/error.
Todd Fiala
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Todd Fiala
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Todd Fiala
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Todd Fiala
- [Lldb-commits] [lldb] r220181 - Fix 4 failing llgs-related tests on a stock Ubuntu 14.04 x86_64 system./
Todd Fiala
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Todd Fiala
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Todd Fiala
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Todd Fiala
- [Lldb-commits] [lldb] r219782 - Improve the handling of kalimba ELF file section type recognition.
Matthew Gardiner
- [Lldb-commits] [lldb] r219828 - Make this test case more resilient in the face of line-table and inlining changes
Enrico Granata
- [Lldb-commits] [lldb] r219841 - The NSDate formatter should use GMT instead of the local timezone. Fixes rdar://13416848
Enrico Granata
- [Lldb-commits] [lldb] r219852 - Add synthetic children support for NSIndexPath
Enrico Granata
- [Lldb-commits] [lldb] r219853 - This should keep the non-Xcode-based builds happy
Enrico Granata
- [Lldb-commits] [lldb] r219964 - Rework this code so that it does not trigger a compiler warning. NFC
Enrico Granata
- [Lldb-commits] [lldb] r219970 - I see this test case crash - skip for now
Enrico Granata
- [Lldb-commits] [lldb] r219971 - This test actually works alright - we were just checking for the wrong string
Enrico Granata
- [Lldb-commits] [lldb] r219972 - Associate a bug tracking ID with this test case
Enrico Granata
- [Lldb-commits] [lldb] r219973 - Some more failure to bug tracking
Enrico Granata
- [Lldb-commits] [lldb] r219978 - Fix this test case to actually work - it was relying on a certain 'po' output which wasn't occurring
Enrico Granata
- [Lldb-commits] [lldb] r219980 - This test needs the SB headers to make sense
Enrico Granata
- [Lldb-commits] [lldb] r219981 - Some more test marking
Enrico Granata
- [Lldb-commits] [lldb] r219982 - The number '5' triggers a bug unrelated to LLDB, and is not instrumental to this test in any way. Use another, randomly chosen, number to make the test pass again and provide useful actionable feedback about things that truly matter
Enrico Granata
- [Lldb-commits] [lldb] r219985 - Split this test case to handle each literal kind uniquely
Enrico Granata
- [Lldb-commits] [lldb] r219986 - Attach a bug number to these failures
Enrico Granata
- [Lldb-commits] [lldb] r220003 - Add a few more bug IDs for x'fail test cases
Enrico Granata
- [Lldb-commits] [lldb] r220011 - Don't enable the log here. It was just me debugging
Enrico Granata
- [Lldb-commits] [lldb] r220012 - Making all @expectedFailure markers take an explicit bugnumber annotation. This used to be optional, but that makes it harder to track what tests are failing for what reason. So, make it mandatory, in the form of refusing to run the test suite if annotations are missing
Enrico Granata
- [Lldb-commits] [lldb] r220059 - Make a general helper function on the AST context to retrieve a type by identifier in the fashion needed by data formatters
Enrico Granata
- [Lldb-commits] [lldb] r220095 - Do not delete the class, or else multiple tests that try to rely on lldbinline will fail
Enrico Granata
- [Lldb-commits] [lldb] r219654 - This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger
Jim Ingham
- [Lldb-commits] [lldb] r219979 - Add a test for the -b (batch mode) option to the lldb driver.
Jim Ingham
- [Lldb-commits] [lldb] r219701 - Skip asan test on FreeBSD
Ed Maste
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Ed Maste
- [Lldb-commits] [PATCH] Compiler args patch resubmission
Ed Maste
- [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Ed Maste
- [Lldb-commits] [lldb] r219771 - Make sure local var cu is non-NULL before dereferencing.
Bruce Mitchener
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Jason Molenda
- [Lldb-commits] [PATCH] Fix an issue test suite handling of absolute paths on Windows
Jason Molenda
- [Lldb-commits] [lldb] r219728 - When PlatformDarwinKernel::ExamineKextForMatchingUUID is given
Jason Molenda
- [Lldb-commits] [lldb] r219768 - Ensure that m_syntax is initialized in all the FileSpec
Jason Molenda
- [Lldb-commits] [lldb] r219769 - Make sure is_indirect local var is initialized; there
Jason Molenda
- [Lldb-commits] [lldb] r219770 - Remove unneeded local var initialization.
Jason Molenda
- [Lldb-commits] [lldb] r219771 - Make sure local var cu is non-NULL before dereferencing.
Jason Molenda
- [Lldb-commits] [lldb] r219772 - Be more consistent about null checks for the Process and ABI
Jason Molenda
- [Lldb-commits] [lldb] r219771 - Make sure local var cu is non-NULL before dereferencing.
Jason Molenda
- [Lldb-commits] [PATCH] Change CFA to be a LoadAddress instead of HostAddress
Jason Molenda
- [Lldb-commits] [lldb] r219856 - Mechanical change to FastDemangle to make it closer to the lldb
Jason Molenda
- [Lldb-commits] [lldb] r219863 - Fix unused-variable warnings from the clang static analyzer.
Jason Molenda
- [Lldb-commits] [lldb] r219865 - Give user_id a default invalid value so we don't
Jason Molenda
- [Lldb-commits] [lldb] r219869 - Give old_state a default value so we won't try to restore
Jason Molenda
- [Lldb-commits] [lldb] r219885 - It's possible for this function to not be passed a CompUnit*; add
Jason Molenda
- [Lldb-commits] [lldb] r219886 - Check that process is non-null before calling a method in it.
Jason Molenda
- [Lldb-commits] [lldb] r219887 - It's possible for long_options[long_options_index].definition to be null
Jason Molenda
- [Lldb-commits] [lldb] r219888 - Ah, accidentally committed a patch I didn't mean to.
Jason Molenda
- [Lldb-commits] [lldb] r219889 - Guard against NULL derefs.
Jason Molenda
- [Lldb-commits] [lldb] r219890 - Ensure that user_exe_path is non-NULL before derferencing.
Jason Molenda
- [Lldb-commits] [lldb] r219891 - Remove unused change to argc/argv after long option parsing has been completed.
Jason Molenda
- [Lldb-commits] [lldb] r219892 - Remove unnecessary update of 'name' local.
Jason Molenda
- [Lldb-commits] [lldb] r219893 - Fix a potential null pointer deref & a potential memory leak,
Jason Molenda
- [Lldb-commits] [lldb] r219895 - Fix accidental over-checking of args in launcherXPCService.
Jason Molenda
- [Lldb-commits] [lldb] r219896 - Ryan Brown's patch to handle DW_OP_call_frame_cfa addresses
Jason Molenda
- [Lldb-commits] [PATCH] Change CFA to be a LoadAddress instead of HostAddress
Jason Molenda
- [Lldb-commits] [lldb] r219904 - Remove unused variable.
Jason Molenda
- [Lldb-commits] [lldb] r219905 - Remove dead store.
Jason Molenda
- [Lldb-commits] [lldb] r219907 - Remove dead store.
Jason Molenda
- [Lldb-commits] [lldb] r219908 - Remove dead store.
Jason Molenda
- [Lldb-commits] [lldb] r219909 - Remove unused initialization.
Jason Molenda
- [Lldb-commits] [lldb] r219910 - Xcode recommended these changes to the project file. It recommended
Jason Molenda
- [Lldb-commits] [lldb] r219911 - Remove unreachable code.
Jason Molenda
- [Lldb-commits] [lldb] r219912 - Remove unreachable code.
Jason Molenda
- [Lldb-commits] [lldb] r219913 - Add /* DISABLES CODE */ annotation before if (0) to mark it as intentional.
Jason Molenda
- [Lldb-commits] [lldb] r219914 - Remove unreachable code.
Jason Molenda
- [Lldb-commits] [lldb] r219915 - Remove unreachable code.
Jason Molenda
- [Lldb-commits] [lldb] r219916 - A series of bit-flag values should be bitwise-or'ed not logical-or'ed.
Jason Molenda
- [Lldb-commits] [lldb] r219917 - Enable warnings in the debugserver project file..
Jason Molenda
- [Lldb-commits] [lldb] r219918 - Another logical-or vrs. bitwise-or mixup in ClangUserExpression.
Jason Molenda
- [Lldb-commits] [lldb] r219920 - Most of this function checks to see if m_process is non-null before
Jason Molenda
- [Lldb-commits] [lldb] r219936 - Fix MemoryHistory plugin to check whether the plugin
Jason Molenda
- [Lldb-commits] [lldb] r219966 - Only call RemovePersistentVariable on expr_result if that shared
Jason Molenda
- [Lldb-commits] [lldb] r219983 - Change a use of mktemp() to mkstemp() for better security.
Jason Molenda
- [Lldb-commits] [lldb] r220017 - Put #if 0 blocks around three sections of code that are intentionally
Jason Molenda
- [Lldb-commits] [lldb] r220018 - Remove always-true part of a conditional expression.
Jason Molenda
- [Lldb-commits] [lldb] r220022 - A << operation would be undefined for a bit-selecting
Jason Molenda
- [Lldb-commits] [lldb] r220024 - Add null-checks around getter/setter before using them.
Jason Molenda
- [Lldb-commits] [lldb] r220025 - Add #if 0 around unreachable block of code to suppress warnings.
Jason Molenda
- [Lldb-commits] [lldb] r220026 - Break out of the command word parsing loop if we hit
Jason Molenda
- [Lldb-commits] [PATCH] Don't use mkstemp, as it doesn't exist on Windows.
Jason Molenda
- [Lldb-commits] [PATCH] Compiler args patch resubmission
Alex Pepper
- [Lldb-commits] [PATCH] Compiler args patch resubmission
Alex Pepper
- [Lldb-commits] [PATCH] Compiler args patch resubmission
Alex Pepper
- [Lldb-commits] [PATCH] Fix lldb-gdbserver gdb-remote unit tests that require attaching to the inferior.
Doug Snyder
- [Lldb-commits] [PATCH] More conversions of off_t to lldb::offset_t for llvm 3.4.x
Zachary Turner
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Zachary Turner
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Zachary Turner
- [Lldb-commits] [PATCH] Add a couple more paths where to look for just-build Clang
Zachary Turner
- [Lldb-commits] [PATCH] Fix an issue test suite handling of absolute paths on Windows
Zachary Turner
- [Lldb-commits] [PATCH] Implement ProcessLauncherWindows, and refactor some other code to be more modular.
Zachary Turner
- [Lldb-commits] [lldb] r219730 - Fix a path concatenation issue related to windows paths.
Zachary Turner
- [Lldb-commits] [lldb] r219731 - Create a process launcher abstraction.
Zachary Turner
- [Lldb-commits] [PATCH] Implement ProcessLauncherWindows, and refactor some other code to be more modular.
Zachary Turner
- [Lldb-commits] [lldb] r219814 - Remove some unnecessary headers from Host.cpp
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Delete LLDB_DEFAULT_SHELL, and determine the default shell at runtime
Zachary Turner
- [Lldb-commits] [PATCH] Don't use mkstemp, as it doesn't exist on Windows.
Zachary Turner
Last message date:
Sun Oct 19 21:09:28 PDT 2014
Archived on: Tue Aug 4 15:44:51 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).