similar to: recognise DW_AT_SUN_amd64_parmdump dwarf attribute

Displaying 11 results from an estimated 11 matches similar to: "recognise DW_AT_SUN_amd64_parmdump dwarf attribute"

2017 Apr 27
3
recognise DW_AT_SUN_amd64_parmdump dwarf attribute
> On Apr 27, 2017, at 8:38 AM, David Blaikie <dblaikie at gmail.com> wrote: > > This'll need a test case, in any case. In case you're wondering, one way to do this would be to add an assembler source file, compile it and run it through llvm-dwarfdump. Alternatively you can use the new yaml2obj tool that is being developed. -- adrian > > Adrian/Paul: Pondering
2017 Apr 28
1
recognise DW_AT_SUN_amd64_parmdump dwarf attribute
> On Apr 27, 2017, at 5:42 PM, David Gwynne <david at gwynne.id.au> wrote: > > >> On 28 Apr 2017, at 01:49, Adrian Prantl <aprantl at apple.com> wrote: >> >> >>> On Apr 27, 2017, at 8:38 AM, David Blaikie <dblaikie at gmail.com> wrote: >>> >>> This'll need a test case, in any case. >> >> In case
2019 Jan 07
2
Re: virsh on mac os X
after a reboot into recovery mode, csrutil enable --without dtrace (ignoring warnings about how horribly unsupported this is). This eliminates the dtrace errors, but virsh remains ill. Clue bats appreciated! Last login: Mon Jan 7 12:31:39 on console /Users/AB84394>sudo dtruss -fn virsh PID/THRD SYSCALL(args) = return 918/0x3b12: thread_selfid(0x0, 0x0, 0x0) = 15122 0 918/0x3b12:
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2 VirtualBox 5.2.22 and 6.0.0 libvirt installed via homebrew virsh -V Virsh command line tool of libvirt 4.10.0 See web site at https://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM VMware VirtualBox ESX Test Networking: Remote Bridging Storage: Dir Miscellaneous: Daemon Secrets Debug brew services start libvirt virsh -c vbox:///session list error:
2017 Apr 27
4
-msave-args backend support for x86_64
ola, ive been looking at adding support for an -msave-args option for use on x86_64. the short explanation of it is that it makes x86_64 function prologues store their register arguments on the stack. the purpose of this is to make the arguments trivially accessible for things like stack traces with arguments. as per https://blogs.oracle.com/sherrym/entry/obtaining_function_arguments_on_amd64,
2020 Jun 24
2
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
Thanks for copying me in Paul! Sorry, for the late reply. I have had a personal interest in this subject for a long time and I have had discussions on linking DWARF with many of you in person at LLVM events. I don't have much to add to what's upthread and James Henderson has already answered the questions I was copied in for. However, I did want to make a general point about ELF that I
2015 Sep 08
4
CentOS 7.1.1503 + Dovecot + IPA
Hi Everyone, I'm running an IPA server on CentOS 7 successfully and now I want to change my Dovecot setup to use GSSAPI for IMAP authentication instead of a flat "userdb" file. I've already joined the Dovecot box to the IPA domain - ssh and ipa policies and all that are working properly. I read a number of articles on how to configure Dovecot for GSSAPI auth and they all said
2009 Sep 01
1
Samba 3.3.7 -> smbd panic in printing.
Hi everyone, Recently upgraded to 3.3.7 on a test server (can do everything on it if you need to test something like patch, configuration options, etc?), and got big problems with printing very similar to http://www.mail-archive.com/samba at lists.samba.org/msg97841.html signaled for version 3.2.6 I'm on CentOS 5.3 recently updated (with sernet packages) and I checked that I have the correct
2020 Jun 23
2
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
>On 2020-06-22, Alexey Lapshin via llvm-dev wrote: >>>> >> >Alexey> Probably we could try to make DWARF easy to parsing, trimming, rewriting so that full DWARF >>>> >> >Alexey> parsing solution would not take too much time? >>>> >> >Alexey> >>>> >> >Alexey> f.e. -debug-types-section solution uses
2015 Sep 08
0
CentOS 7.1.1503 + Dovecot + IPA
You could try rebuilding this src.rpm - http://awel.domblogger.net/7/libre/src/repoview/dovecot.html That's what I use for Dovecot on CentOS 7 but I build it against LibreSSL so you probably don't want my binary RPM but the src.rpm will build against stock CentOS OpenSSL just fine w/o modification. I don't know if it will fix your issue but it is latest release that the dovecot
2004 Oct 06
4
Performing Analysis on Subset of External data
Hi, I want to perform some analysis on subsets of huge data files. There are 20 of the files and I want to select the same subsets of each one (each subset is a chunk of 1500 or so consecutive rows from several million). To save time and processing power is there a method to tell R to *only* read in these rows, rather than reading in the entire dataset then selecting subsets and deleting the