The Week Of Monday 20 May 2013 Archives by date
Starting: Mon May 20 09:50:52 PDT 2013
Ending: Fri May 24 15:46:06 PDT 2013
Messages: 57
- [Lldb-commits] [lldb] r182301 - Patch from Yacine Belkadi that fixes an issue in Variable::GetValuesForVariableExpressionPath().
Greg Clayton
- [Lldb-commits] [lldb] r182302 - Patch from Yacine Belkadi that fixes a typo in an error message.
Greg Clayton
- [Lldb-commits] [lldb] r182323 - <rdar://problem/13878726>
Enrico Granata
- [Lldb-commits] [lldb] r182325 - Forgot to check for empty error strings in the previous checkin
Enrico Granata
- [Lldb-commits] [lldb] r182326 - <rdar://problem/13925626>
Enrico Granata
- [Lldb-commits] [lldb] r182330 - <rdar://problem/13925626>
Enrico Granata
- [Lldb-commits] [lldb] r182336 - Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
- [Lldb-commits] [lldb] r182339 - s/to override/To override/
Enrico Granata
- [Lldb-commits] [lldb] r182345 - <rdar://problem/13892516>
Greg Clayton
- [Lldb-commits] [lldb] r182398 - <rdar://problem/13925432>
Enrico Granata
- [Lldb-commits] [lldb] r182414 - <rdar://problem/13878726>
Enrico Granata
- [Lldb-commits] [lldb] r182428 - Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets.
Greg Clayton
- [Lldb-commits] [lldb] r182429 - Quiet the new exec test case down so it doesn't spew debug prints.
Greg Clayton
- [Lldb-commits] [lldb] r182065 - Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties.
Mike Sartain
- [Lldb-commits] [lldb] r182434 - Adding a newline for better overall readability
Enrico Granata
- [Lldb-commits] [lldb] r182437 - <rdar://problem/13455021>
Greg Clayton
- [Lldb-commits] [lldb] r182440 - <rdar://problem/13455021>
Greg Clayton
- [Lldb-commits] [lldb] r182441 - <rdar://problem/13455021>
Greg Clayton
- [Lldb-commits] [lldb] r182483 - Implement attach by name in LLDB Vim plugin using ":Lattach <process-name>"
Daniel Malea
- [Lldb-commits] [lldb] r182484 - LLDB Vim plugin usability improvement: ":Lshow" now displays all panes
Daniel Malea
- [Lldb-commits] [lldb] r182491 - Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach
Daniel Malea
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Michael Sartain
- [Lldb-commits] [lldb] r182511 - <rdar://problem/13880690>
Greg Clayton
- [Lldb-commits] [lldb] r182513 - <rdar://problem/13956179>
Greg Clayton
- [Lldb-commits] [lldb] r182523 - <rdar://problem/13963648>
Han Ming Ong
- [Lldb-commits] [lldb] r182528 - Fixed a bug where persistent variables did not
Sean Callanan
- [Lldb-commits] [lldb] r182529 - <rdar://problem/13963648>
Han Ming Ong
- [Lldb-commits] [lldb] r182530 - Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use.
Greg Clayton
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Michael Sartain
- [Lldb-commits] [lldb] r182537 - Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case.
Greg Clayton
- [Lldb-commits] [lldb] r182538 - Cleaned up the File API a bit.
Greg Clayton
- [Lldb-commits] [lldb] r182539 - Fix shutdown to correctly close stdout and stop showing garbage characters on exit.
Michael Sartain
- [Lldb-commits] [lldb] r182540 - Don't compare 4 characters on a 2 character string.
Greg Clayton
- [Lldb-commits] [lldb] r182545 - GCC gets confused by enums in bitfields, so I
Sean Callanan
- [Lldb-commits] vim-lldb patches
Malea, Daniel
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Malea, Daniel
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Mike Sartain
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Malea, Daniel
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Malea, Daniel
- [Lldb-commits] [lldb] r182606 - Adding .arcconfig file to LLDB to allow using Phabricator for reviews
Daniel Malea
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Mike Sartain
- [Lldb-commits] [lldb] r182607 - <rdar://problem/13966084>
Greg Clayton
- [Lldb-commits] [PATCH] Implement platform process list on Linux.
Malea, Daniel
- [Lldb-commits] PATCH for REVIEW: parse ansi color codes for prompt, add use color settings
Malea, Daniel
- [Lldb-commits] [lldb] r182609 - Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options.
Michael Sartain
- [Lldb-commits] [lldb] r182610 - ObjectFileELF::GetModuleSpecifications on Linux should work now.
Michael Sartain
- [Lldb-commits] vim-lldb patches
Arthur Evstifeev
- [Lldb-commits] [lldb] r182613 - Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor:
Daniel Malea
- [Lldb-commits] vim-lldb patches
Malea, Daniel
- [Lldb-commits] vim-lldb patches
Arthur Evstifeev
- [Lldb-commits] [lldb] r182619 - Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders
Filipe Cabecinhas
- [Lldb-commits] [lldb] r182627 - <rdar://problem/13643315>
Greg Clayton
- [Lldb-commits] [lldb] r182650 - Added a parameter for relocation info to keep lldb in step with llvm due to r182625,
Ashok Thirumurthi
- [Lldb-commits] [lldb] r182664 - Updated the status page to reflect the current Linux status.
Ashok Thirumurthi
- [Lldb-commits] [lldb] r182668 - Fixed signed operations in the IR interpreter.
Sean Callanan
- [Lldb-commits] [lldb] r182683 - Update countTrailingZeros function usage to match llvm's r182667.
Filipe Cabecinhas
- [Lldb-commits] [lldb] r182687 - lldbPluginOSDarwinKernel doesn't exist.
Filipe Cabecinhas
Last message date:
Fri May 24 15:46:06 PDT 2013
Archived on: Tue Aug 4 15:44:43 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).