Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-02 Thread Chaoren Lin
Oops. Yeah, that doesn't make sense anymore. I'll remove it. On Jul 2, 2015 04:06, "Bruce Mitchener" wrote: > REPOSITORY > rL LLVM > > > Comment at: > lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py:41 > @@ -40,2 +40,3 @@ > self.dec

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-02 Thread Bruce Mitchener
REPOSITORY rL LLVM Comment at: lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py:41 @@ -40,2 +40,3 @@ self.decl = line_number(self.source, '// Watchpoint variable declaration.') # Build dictionary to have unique executable n

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-01 Thread Vince Harron
Will discuss offline. On Jul 1, 2015 8:24 PM, "Chaoren Lin" wrote: > > Does the LLDB API output a clear and actionable error code if the > filename you are launching is too long? > > Nope, it'll try to launch the inferior, and it'll think the inferior ran > and exited with an error code. > > > If

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-01 Thread Vince Harron
> LoL LL Spectacular speech to text failure REPOSITORY rL LLVM http://reviews.llvm.org/D10888 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.u

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-01 Thread Vince Harron
> LoL LL Spectacular speech to text failure On Jul 1, 2015 8:11 PM, "Vince Harron" wrote: > Does the LoL DB API output a clear and actionable error code if the > filename you are launching is too long? If not please add a test for this > On Jul 1, 2015 6:26 PM, "Chaoren Lin" wrote: > >> Hi siv

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-01 Thread Vince Harron
Does the LoL DB API output a clear and actionable error code if the filename you are launching is too long? If not please add a test for this REPOSITORY rL LLVM http://reviews.llvm.org/D10888 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _

Re: [Lldb-commits] [PATCH] Change executable name to a.out.

2015-07-01 Thread Vince Harron
Does the LoL DB API output a clear and actionable error code if the filename you are launching is too long? If not please add a test for this On Jul 1, 2015 6:26 PM, "Chaoren Lin" wrote: > Hi sivachandra, > > The long name causes problems with some shells. > > http://reviews.llvm.org/D10888 > > F