Displaying 7 results from an estimated 7 matches for "linedata".
Did you mean:
libedata
2020 Nov 09
1
Fragmented DWARF
...ntaining this DWARFUnit.
const DWARFSection &InfoSection;
}
struct DWARFSection {
StringRef Data;
};
DWARFSection references data that are loaded by Object file.
DWARFSection is assumed to be a monolithic piece of data.
There is a code using these data assuming random access:
StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data;
LineData.slice(*StmtList + 4, PrologueEnd)
...
StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data;
FrameData.substr(EntryOffset, InitialLength + 4)
...
InputSec = Dwarf.getDWARFObj().getLocSection();
InputSec.Data.substr(Offset, Len...
2010 Jan 21
0
PAM and GNOME keyring
...have rebooted the server few times with no avail. I have checked that my password and the keyring password are the same. Every time I run a Subversion command I'm prompted for the keyring password.
Can anyone help me?
Please reply to me too as I am not subscribed to the list.
Thanks
Giulio
Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
2010 Jan 25
2
Automatically check into SVN?
I would like to automatically check in a directory to SVN, to maintain
the changes that area made to those txt files over time. These files are
configuration files, and it would be good to be able to revert back by
simply checking out the older versions. But I would to check in the
files every files minutes, and I'm sure SVN will not use up any disc
space, unless there are any changes.
I
2010 Jul 13
2
Unloking gnome keyring on login
....
After I sorted this out I need to set the server so that the keyring password is changed automatically when the user changes his login password (I tried alread, changing /etc/pam.d/passwd similarly as I've done above but it's not working)
So, please can anyone help me?
Thanks
Giulio
Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
2020 Nov 05
3
Fragmented DWARF
Hi James,
On 05.11.2020 17:59, James Henderson wrote:
> (Resending with history trimmed to avoid it getting stuck in moderator
> queue).
>
> Hi Alexey,
>
> Just an update - I identified the cause of the "Generated debug info
> is broken" error message when I tried to build things locally: the
> `outStreamer` instance is initialised with the host Triple,
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...t; requires 0 arguments, but 1 was provided
> /home/yawmoo/Desktop/clfs/sources/llvm/tools/lld/ELF/InputFiles.cpp:89:34: error:
> no viable conversion from 'llvm::DataExtractor' to 'const
> llvm::DWARFDataExtractor'
> DwarfLine->getOrParseLineTable(LineData, 0);
> ^~~~~~~~
> /home/yawmoo/Desktop/clfs/sources/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h:20:7: note:
> candidate constructor (the implicit copy constructor) not viable: cannot
> bind base class object of type 'llvm::Data...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
The bottom of the bug has the revision numbers (e.g. D34035). That one
corresponds to e.g. https://reviews.llvm.org/D34035
There's also https://reviews.llvm.org/D34634 which contains all of Peter's
patches, but it's not going to rebase cleanly once the individual patches
start going in.
On 6/28/17, 10:56 AM, "Alessandro Pistocchi" <apukfreelance at gmail.com> wrote: