Displaying 20 results from an estimated 2000 matches similar to: "is_stmt and column numbers"
2013 Apr 26
0
[LLVMdev] Inconsistent use of is_stmt flag in .debug_line
Hello,
A recent series of commits, ending with r169304 and relating to PR13303, add is_stmt to line entries for functions. This appears to be to work around problems with gdb.
However, I observe is_stmt is not always applied to line entries for functions. This may only affect the arm backend. Compiling the same code with the aarch64 backend does not demonstrate this problem.
It seems that
2017 Sep 18
5
Interleaved debug info on arm
When compiling code with lld -O0 --lto-O0 --eh-frame-hdr I get strange interleaved line info all
over the place:
...
0x00000000000595ac 22 11 1 0 0 is_stmt
0x00000000000595bc 25 7 1 0 0 is_stmt <<<
0x00000000000595c0 22 11 1 0 0 is_stmt
0x00000000000595c4 25 7 1 0 0 is_stmt <<<
0x00000000000595c8 26 7 1 0 0 is_stmt
but the code only has 1 reference to line 25 and the
2020 Sep 01
2
Filename's in DIBuileder
Hi All ,
We have a scenario in our debugger to handle the file index in the
debug_ine info like
$llvm-dwarfdump -debug-line test.o
file_names[ 1]:
name: "test.cpp"
dir_index: 0
mod_time: 0x00000000
length: 0x00000000
file_names[ 2]:
name: "test.cpp"
dir_index: 1
mod_time: 0x00000000
length: 0x00000000
2009 Aug 21
2
Multiple interfaces in a zone (not a standard case)
Hi,
This subject has been brought up in the forum, but it''s a bit different.
If I have a set of tun interfaces. I already defined tun+ as zone A, and I have excluded tun15 as zone B (a subset of zone A).
I need to add tun16 to zone B.
My config:
/etc/shorewall/interfaces:
A tun+ - routeback
B tun15
/etc/shorewall/
A ipv4
B:A ipv4
I tried to define in
2009 Aug 29
2
ipv6
Hello,
I''m reading this guide on ipv6 (really just getting my "feet wet"):
http://www.shorewall.net/6to4.htm
In the section "Configuring IPv6 using my script" I can read that the IPv6 interfaces are:
INTERFACES="eth2 eth4"
and that correlates fine with the first diagram/figure.
However, further down I read "You will notice that sit1, eth0 and eth2
2020 Sep 01
4
Filename's in DIBuileder
Try using $PWD/test.cpp on the clang command line. I am seeing the duplicate DIFile entries, but not yet able to reproduce a .debug_line section with multiple directory entries.
--paulr
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Tomar, Sourabh Singh via llvm-dev
Sent: Tuesday, September 1, 2020 1:07 PM
To: Umesh Kalappa <umesh.kalappa0 at gmail.com>; cfe-dev at
2009 Nov 25
7
Multiple ISP Routing Application Error
I''m getting an error when shorewall is trying to add the default routes
for my multi-isp configuration. I''ve attached a shorewall dump... If
anyone can give some input I''d appreciate it.
RTNETLINK answers: Invalid argument
ERROR: Command "ip -4 route replace default scope global table 254
nexthop via 67.110.119.245 dev eth3 weight 1 nexthop via 66.29.181.113
2004 Sep 15
1
fractal dimension of an image
Hello, I have a problem that I think can be solved in R but I'm not sure
how to tie things together.
I have a digital image of a crystal growth in 2 dimensions. And my aim
is to calculate the fractal dimension of the crystal. I was planning to
use the box counting method.
So I need to read in the image in R (for which I can use the pixmap or
rimage packages) and then draw a grid over at a
2009 Aug 26
2
shaping torrent traffic
hi
who can ever help me out with the shaping of torrent traffic?
i have a pptp at ppp0 over eth0 (10.0.0.1/8)
i would like to shape outgoing traffic of rtorrent on these two
interfaces, assume rtorrent is running at port 6999
need 3mbit for ppp0 and 50mbit for eth0
i supposed:
[tcclasses]
ppp0 1 2mbit 3mbit 1
eth0 2 20mbit 50mbit 2
[tcrules]
1 0.0.0.0/0 0.0.0.0/0 tcp
2009 Aug 29
10
Combatting DDoS attack
Hi,
I''ve been working the past 8 hrs combatting DDoS attacks on websites and dedicated servers I host for clients.
They''re hitting one specific IP address, but coming from thousands of external IP addresses.
I use:
shorewall-4.0.10-3.noarch
How can I tackle this? I''ve blocked many subnets in the blacklist file but it''s made very little difference.
If
2009 Sep 04
5
Shorewall in Mandriva
Hi Tom and folks,
Mandriva is shipping shorewall in its main distribution for some time
now. It is built on a custom .spec, but I keep it in sync with latest
versions of shorewall package.
I heard that there were some issues with Mandriva''s package of
shorewall, but it was before I started working on it, and the guys that
were maintaining it before are no longer working on it.
2018 Jun 21
2
[RFC] Removing debug locations from ConstantSDNodes
Isn't this a typcial situation when the is_stmt field in the DWARF line table should be used?
If we set is_stmt=0 for the instruction loading the constant, then a debugger can choose not to stop on that instruction when doing "step" on source level. That way we can keep the original source location for a ConstantSDNode, but also telling the debugger that this isn't a recommended
2009 Aug 18
3
Rules based on ipmasq
Hi,
I had installed squid with ntlm authentication and content filtering
from this tutorial:
http://www.howtoforge.com/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch.
Next to last point is firewall configuration by ipmasq but I have
installed shorewall. This is content of I89tproxy.rul file:
#!/bin/sh
#
# redirect http requests to non-local hosts to the
2009 Aug 06
1
Potential patch for KVM.xml
First patch ever proposed, if this is the incorrect medium or format
please forgive my ignorance and correct me.
--- KVM.xml 2009-08-06 16:11:03.000000000 -0500
+++ KVM_new.xml 2009-08-06 16:11:26.000000000 -0500
@@ -82,7 +82,7 @@
<para>With this configuration, and with only a single network
interface on
the laptop, this is just a simple <ulink
-
2009 Nov 26
1
Shorewall, OpenVPN, Routing - more a routing(?) problem ...
Hi,
I don''t know any other group of routing gurus like the members of this
list, so may be you can give me some hints.
I do have a shorewall firewall up and running, openvpn is installed on
this server too and is working fine so far except one new situation:
I have set up a new local vlan, which I can access from my other local
vlans, but not from the opnevpn-vlan.
All "old"
2009 Sep 04
1
Upgrade RH EL 5.3 -> 5.4 works - shorewall 4.2.10
Hi,
I did an update from Red Hat EL 5.3 to 5.4.
Everything works so far. May be somewone would like to know....
iptables-ipv6-1.3.5-5.3.el5
kernel-PAE-2.6.18-164.el5
shorewall-4.2.10-3
shorewall-perl-4.2.10-3
Regards,
Götz
--
Götz Reinicke
IT-Koordinator
Tel. +49 7141 969 420
Fax +49 7141 969 55 420
E-Mail goetz.reinicke@filmakademie.de
Filmakademie Baden-Württemberg GmbH
Akademiehof
2009 Nov 24
9
initial SW config, failing the "shorewall check"
I''m following the document;
<http://flurdy.com/docs/postfix/>,
and
SSH only
By default Shorewall in Ubuntu has an empty set up. You can find the
default values for Shorewall in
/usr/share/doc/shorwall-common/default-config. And examples in
/usr/share/doc/shorwall-common/examples. We will create a basic set up.
First configure which network adapters we are accessing the net.
cp
2009 Aug 12
6
Shorewall (Openswan) IPSEC VPN MASQ Problem
Hi,
I have setup a IPSEC VPN using Openswan to connect a Draytek router to a
CentOS 5.2/Shorewall 4.2.9 firewall. The VPN establishes OK but I''m
getting a problem with packets from the left hand subnet getting
masqueraded rather than routed down the IPSEC VPN as though they were
going out onto the net. I''ve spent the last day searching Google and so
far I''ve hit a
2012 Apr 16
6
Crytal Report 4.6 on MAC OSX
HI, I have an old VB6 Application using MS Access as Database and Crystal Report 4.6 as Reporting Tool. The Application works fine on Ubuntu but When I Try it to MAC OS the Printing of Reports which is working on Ubuntu but not on MAC OSX. I tried to Run the Crystal 4.6 on MAC but it?s not working.
Any suggestion to make it possible?
Thanks
2001 Dec 17
2
Indole
Dear Manager:
Thanks in advance for your interest,
We mainly produces are Indole series (indole, 3,3'-Methylenebisindole ,
5-methoxy indole)
Indole >99%
POWDER loss on drying: 1%
white slight yellow crystalline powder
CRYSTAL melting point: 51-53
loss on drying: 0.5%
white sheetform crystal