Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] problems with dwarf/gdb"
2009 Apr 15
2
[LLVMdev] problems with dwarf/gdb
I see. Here's another interesting issue:
(gdb) b gdb1.c:4
No line 4 in file "gdb1.c".
(gdb) step
foo () at /home/mcmillan/projects/impact2/test//gdb1.c:4
4 x++;
(gdb)
You can see that I can step to line 4, but I can't set a breakpoint there.
(I used -disable-fp-elim in the compilation).
Have you seen this before?
Thanks -- Ken
Dale Johannesen wrote:
>
>
> On
2009 Apr 15
0
[LLVMdev] problems with dwarf/gdb
Ken McMillan wrote:
> I see. Here's another interesting issue:
>
> (gdb) b gdb1.c:4
> No line 4 in file "gdb1.c".
> (gdb) step
> foo () at /home/mcmillan/projects/impact2/test//gdb1.c:4
> 4 x++;
> (gdb)
>
> You can see that I can step to line 4, but I can't set a breakpoint there.
>
Works fine here (llvm 2.5, 32 bit, gdb 6.8)
Try
llc
2009 Apr 21
2
[LLVMdev] problems with dwarf/gdb
Well...
$ ~/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/llvm-gcc -g gdb1.c -o gdb1
/tmp/ccbAj8x9.s: Assembler messages:
/tmp/ccbAj8x9.s:35: Error: suffix or operands invalid for `push'
/tmp/ccbAj8x9.s:44: Error: suffix or operands invalid for `pop'
/tmp/ccbAj8x9.s:56: Error: suffix or operands invalid for `push'
/tmp/ccbAj8x9.s:65: Error: suffix or operands invalid for `pop'
2009 Apr 21
0
[LLVMdev] problems with dwarf/gdb
On Apr 20, 2009, at 5:06 PMPDT, Ken McMillan wrote:
>
> Well...
>
> $ ~/software/llvm-gcc4.2-2.5-x86-linux-RHEL4/bin/llvm-gcc -g gdb1.c -
> o gdb1
> /tmp/ccbAj8x9.s: Assembler messages:
> /tmp/ccbAj8x9.s:35: Error: suffix or operands invalid for `push'
> /tmp/ccbAj8x9.s:44: Error: suffix or operands invalid for `pop'
> /tmp/ccbAj8x9.s:56: Error: suffix or
2009 Apr 15
0
[LLVMdev] problems with dwarf/gdb
On Apr 14, 2009, at 4:19 PMPDT, Ken McMillan wrote:
>
>
>
> Argiris Kirtzidis wrote:
>>
>> ...
>>
>> Try
>> llc -disable-fp-elim gdb1.bc
>>
>>
>
> Thanks, I would never have guessed that :-).
>
> Are there any other optimizations that are harmful to
> debug info that I should know about?
Lots of them. Partly this is because
2009 Apr 14
2
[LLVMdev] problems with dwarf/gdb
Argiris Kirtzidis wrote:
>
> ...
>
> Try
> llc -disable-fp-elim gdb1.bc
>
>
Thanks, I would never have guessed that :-).
Are there any other optimizations that are harmful to
debug info that I should know about?
Thanks -- Ken
--
View this message in context: http://www.nabble.com/problems-with-dwarf-gdb-tp23033690p23049871.html
Sent from the LLVM - Dev mailing list
2009 Apr 14
0
[LLVMdev] problems with dwarf/gdb
Hi Ken,
Ken McMillan wrote:
> I'm having trouble debugging x86 code generated by LLVM.
> GDB does work with the code, but not correctly, for example,
> the "next" command does not skip over a function call.
>
> Here's an example.
>
> Source program gdb1.c:
>
> int x;
>
> void foo(){
> x++;
> }
>
> void bar(){
> x--;
> }
>
2007 May 03
7
How to create a drop-down list with Markaby?
Hi
I couldn''t figure out, how to create a drop-down list with Markaby. How
would I create something like this:
<select name="character">
<option value="marvin">Marvin the paranoid Android</option>
<option value="arthur">Arthur Dent</option>
<option value="zaphod">Zaphod
2004 Jan 17
1
openssh-unix-dev Digest, Vol 9, Issue 16
On Solaris, if you create a banner file /etc/issue it will do what I
think you want. However, it comes in on stderr from your ssh client, so
you need to do complicated things to get clean output from stderr of
remote commands.
Does anyone know if this is different from the banner option in the
sshd_config that everyone's been talking about?
On Jan 15, 2004, at 7:13 PM,
2009 Sep 19
3
Creating histograms from factors using a for loop
# I have a dataframe with data and factors similar to the following:
a <- rep(c("a", "b"), c(6,6))
df <- data.frame(f=a, d=rnorm(12))
df
# I am trying to write a 'for' loop which will produce a jpeg histogram
for each factor. I can individually isolate the data from a factor and
produce a jpeg histogram like so:
fnc <- function(x){
x <-
2010 Mar 25
2
netlabR package in English
Dear R users,
Is documentation for the netlabR package available in English?
If not does anyone know if or when it will be?
Regards,
Keith
****************************************************************************This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom it is addressed. If you are not
2009 Sep 19
2
Counting observations of a combined factor
#I have a dataset with two factor. I want to combine those factors into
a single factor and count the number of data values for each new factor.
The following gives a comparable dataframe:
a <- rep(c("a", "b"), c(6,6))
b <- rep(c("c", "d"), c(6,6))
df <- data.frame(f1=a, f2=b, d=rnorm(12))
df
# I use the 'interaction' function to combine
2009 Mar 27
0
read.table on long lines buggy (PR#13626)
Full_Name: Manikandan Narayanan
Version: 2.8.1
OS: linux-gnu
Submission from: (NULL) (155.91.28.231)
Hi R-folks,
I have two three-line text files: tst1, tst2 (they are the same except that
the second line is longer in tst1; see cat() cmds below).
read.table is only able to read the 3rd line in tst1, however reads tst2
correctly as shown below. This happens both in R 2.5.1 (windows) and R
2020 Jan 31
2
Status of java interface
Hello, I am embarking on a project using NUT on a Raspberry pi talking to a
Cyberpower UPS for storm event (e.g. hurricane) power management at a
remote location.
I would prefer to use Java as a programming platform for this application,
but I see the NUT Java project has not been updated in a long time (7
years?!). Is it being tested with new NUT releases or has been abandoned?
If the later, I
2014 Jul 08
2
Dovecot not changing SSL key and certificate as in config file
I am trying to use my (decrypted) SSL key and certificate in Dovecot. I
have changed /etc/dovecot/conf.d/10-ssl.conf like so:
ssl_cert = </etc/ssl/private/ssl-chain-mail-mydomain.com.pem
ssl_key = </etc/ssl/private/ssl-key-decrypted-mail-mydomain.com.key
However, after running service dovecot restart, dovecot -n still says that
the files /etc/dovecot/dovecot.pem and
2011 Aug 15
2
Tripplite Smart1200LCD and Debian
Hey all,
I am trying to use NUT for a Tripplite Smart1200 LCD on a fresh copy of Debian 6.0.2.1. I installed NUT version 2.4.3 and I have pored through pages and pages of other posts, but for the life of me I can not get it to recognize the Tripplite. I know its an 09ae:2009 device and I've tried to add a rule in /lib/udev/rules.d/52-nut-usbups.rules as according to some posts, but to no
2003 Dec 19
2
Mac OS X Keychain Support
Hello,
I'm a Mac OS X user, and I got tired of typing my password every time I
want to login, but didn't want to use ssh-agent and the like. So, I
grabbed the code for OpenSSH 3.7p1, and made some modifications which
allow passwords to be stored and recalled from the OS X Keychain. The
reason I'm posting to this list is that I'd like to make these
modifications available to
2020 Feb 21
1
Purpose of LOGIN and LOGOUT
What is the purpose of the LOGIN <upsdevice> and LOGOUT commands in the
network protocol? It seems if I supply USERNAME and PASSWORD then I am able
to perform any operations on the device, so why would I need to use LOGIN?
And since LOGIN takes a <upsdevice> but LOGOUT does not, I guess that
LOGOUT is implicitly associated with the last (most recent) LOGIN? Which
means a single client
2004 Mar 25
0
openssh-unix-dev Digest, Vol 11, Issue 28
The shell that executes on the remote server takes input in the form of
shell commands before it issues a prompt. When you redirect commands
from ssh client to a shell on the remote server there is usually a
trailing EOF to tell the shell to exit. If the shell gets an EOF it
should not respond with a prompt. Also, some shells decide whether or
not to issue a prompt by TTY detection.
2009 Oct 20
1
[LLVMdev] Problem in InlineCost.h
There's a problem with LLVM version 2.5 compiled under G++ 4.1.2
which involves computing the cost of inlining a function. It works fine
in a debug build. However, the Release build seems to tickle a g++ bug.
Here is the code, from InlineCost.h:
class InlineCost {
enum Kind {
Value,
Always,
Never
};
int Cost : 30;
unsigned Type : 2;
InlineCost(int