Displaying 10 results from an estimated 10 matches for "compiland".
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
...this program
D:\src\llvmbuild\clang-selfhost>bin\llvm-pdbdump pretty --help
OVERVIEW: LLVM PDB Dumper
SUBCOMMAND 'pretty': Dump semantic information about types and symbols
USAGE: llvm-pdbdump.exe pretty [options] <input PDB files>
OPTIONS:
Filtering Options:
-exclude-compilands=<string> - Exclude compilands by regular expression
-exclude-symbols=<string> - Exclude symbols by regular expression
-exclude-types=<string> - Exclude types by regular expression
-include-compilands=<string> - Include only compilands those which match
a regul...
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
...d 0013074c 00000000 0033efa8
0x0033ef7c: 7ec6850c 00000000 7ec6850c 0033efa8
0x0033ef8c: 7ec60295 0012f988 012cbca0 00000004
0x0033ef9c: 7ec6850c 00000000 01262d84 0033f068
Backtrace:
=>1 0xb7d5cc23 strlen+0x33() in libc.so.6 (0x0033ef68)
2 0x7ec5bc4d symt_new_function+0x6d(module=0x12f988,
compiland=0x1262d84, name=0x0, addr=0x7ee95cc0, size=0x28,
sig_type=0x12cbca0) [/home/dex/wine-0.9.42/dlls/dbghelp/symbol.c:233] in
dbghelp (0x0033efa8)
3 0x7ec42ef2 dwarf2_parse_subprogram+0x3c2(ctx=0x33f160, di=0x11c5928,
compiland=<register EDI not in topmost frame>)
[/home/dex/wine-0.9.42/dlls/db...
2005 Nov 27
1
Question about wine 0.9.2 and VideoLan Media Client
...a1654)
2 0x7fa87652 dwarf2_parse_udt_members+0x202(symt=0x7fd68a08)
[/home/tom/build/wine-0.9.2/dlls/dbghelp/dwarf.c:1272] in dbghelp
(0x7fa87652)
3 0x7fa87b62 dwarf2_parse_struct_type
[/home/tom/build/wine-0.9.2/dlls/dbghelp/dwarf.c:1394] in dbghelp
(0x7fa87b62)
4 0x7fa8985d dwarf2_parse_compiland_content(compiland=0x7fd681ec)
[/home/tom/build/wine-0.9.2/dlls/dbghelp/dwarf.c:1991] in dbghelp
(0x7fa8985d)
5 0x7fa8adfa dwarf2_parse+0x79a(module=0x7fd48210,
load_offset=0xb7e75000, debug=0x7e54d132, debug_size=0x29d9f6,
abbrev=0x7e114b28, abbrev_size=0x63fb9, str=0x7dc2638c, str_sz=0x1da66...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...this for.
>>>>>>
>>>>>> Globals is essentially every symbol in the pdb in one large table.
>>>>>> The reason this is important is because if you type “foo” in the watch
>>>>>> window, the debugger doesn’t necessarily know what compiland foo comes
>>>>>> from. So it has to have a way to find everything in the entire program no
>>>>>> matter what compiland it came from. That’s what the globals are.
>>>>>>
>>>>>> Both publics and globals are hash tables, so one p...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...gt;>>
>>>>>>>> Globals is essentially every symbol in the pdb in one large table.
>>>>>>>> The reason this is important is because if you type “foo” in the watch
>>>>>>>> window, the debugger doesn’t necessarily know what compiland foo comes
>>>>>>>> from. So it has to have a way to find everything in the entire program no
>>>>>>>> matter what compiland it came from. That’s what the globals are.
>>>>>>>>
>>>>>>>> Both publics and g...
2008 May 30
0
Wine release 1.0-rc3
...eclaration of a function.
dbghelp: Fix for SymGetModuleInfo().
msvcrt: Properly handle the extended keys in getch().
winedbg: Removed unneeded variable from print_basic.
winedbg: Fixed the print_basic command when dealing with long long values.
winedump: Fully dump the compiland (V3) structure out of .pdb files.
Francois Gouget (6):
kernel32/tests: Get the tests running again on Win95.
ws2_32: Make sure INVALID_SOCKET is correctly typed.
shell32: s/library/Wine/ for consistency in the license message.
ddraw: Remove trailing spaces in Wine traces....
2017 Jun 08
2
[MS] Partial PDB (/DEBUG:FASTLINK) parsing support in LLVM
Hi Zach (or anyone else who may have a clue),
I'm currently investigating making use of LLVM for PDB parsing for with a
view to supporting partial PDBs as produced by /DEBUG:FASTLINK as the VS
DIA SDK hasn't been updated to handle them. I know this is probably low on
your priority list but since /DEBUG:FASTLINK is now the implied default for
VS2017 I figure it's a good time to take a
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose
COFF but it embeds dwarf and not codeview in the end.. there probably is a
way to do it or at least it must be implemented if not yet..
Lets imagine I manage to do that.. when you say there is nothing to do, I
still must have a PDBFileBuilder to copy the codeview data inside the EXE
PDB right ? I cannot insert them easily in
2006 Dec 08
0
Wine release 0.9.27
...files, decode some import data.
Eric Pouech (48):
dbghelp: Simplify code with function to get section size.
dbghelp: Added a process field to the modules pair structure.
dbghelp: When looking up for a local variable (or parameter), pass the function pointer.
dbghelp: Store compiland's address in internal structures.
dbghelp: Pass .debug_loc section info from the ELF loader to the dwarf parser.
dbghelp: Added struct location to help computing a location.
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable....
2011 Mar 18
0
Wine release 1.3.16
...help: More precisely manage the inline attribute.
dbghelp: Add hierarchical information in die object.
dbghelp: Add support for namespace support out of dwarf debug format.
dbghelp: In dwarf debug format, correctly manage the DW_AT_specification attribute.
dbghelp: Store the compiland into the parse context.
dbghelp: Add support for parsing methods (in C++ classes) for dwarf debug format.
dbghelp: When parsing a subprogram in dwarf debug format, properly handle scoping for functions with both declaration & definition.
dbghelp: Quirk for supporting anonymous...