llvm-project/lldb
Greg Clayton 4e4294bdee Added a new format for displaying an array of characters: eFormatCharArray
This us useful because sometomes you have to show a single character as: 'a'
(using eFormatChar) and other times you might have an array of single 
charcters for display as: 'a' 'b' 'c', and other times you might want to 
show the contents of buffer of characters that can contain non printable
chars: "\0\x22\n123". 

This also fixes an issue that currently happens when you have a single character
C string (const char *a = "a"; or char b[1] = { 'b' };) that was being output
as "'a'" incorrectly due to the way the eFormatChar format output worked.

llvm-svn: 133316
2011-06-17 23:50:44 +00:00
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
include Added a new format for displaying an array of characters: eFormatCharArray 2011-06-17 23:50:44 +00:00
lib Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
lldb.xcodeproj Added the notion of an system root for SDKs. This is a directory where all 2011-06-17 03:31:01 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Added the notion of an system root for SDKs. This is a directory where all 2011-06-17 03:31:01 +00:00
scripts Generalise pattern for matching IsValid signature 2011-06-14 03:55:41 +00:00
source Added a new format for displaying an array of characters: eFormatCharArray 2011-06-17 23:50:44 +00:00
test Test case test_connect_remote() has been passing consistently for some times. 2011-06-17 21:17:56 +00:00
tools Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www Added a few trivial mods. 2011-06-15 21:01:30 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile python-config in Makefiles 2011-05-19 23:09:48 +00:00