Change CRLF end of lines in LF only.
This commit is contained in:
parent
5f49e78e35
commit
b1b696b058
|
@ -155,16 +155,16 @@ Wine-dbg>n 10
|
|||
2747 dwFileSize = GetFileSize(hFile, &dwFileSizeHigh);
|
||||
0x081a00ea (DumpFile+0x7b [dumpexe.c:2747]): leal 0xfffffff0(%ebp),%eax
|
||||
Wine-dbg>n
|
||||
2749 && (GetLastError() != NO_ERROR) )
|
||||
2749 && (GetLastError() != NO_ERROR) )
|
||||
0x081a00fb (DumpFile+0x8c [dumpexe.c:2749]): cmpl $-1,0xffffffe8(%ebp)
|
||||
Wine-dbg>x/d dwFileSize
|
||||
x/d dwFileSize
|
||||
x/d dwFileSize
|
||||
168448
|
||||
Wine-dbg>n
|
||||
2758 PAGE_READONLY, 0, 0, (LPSTR) NULL);
|
||||
0x081a0124 (DumpFile+0xb5 [dumpexe.c:2758]): pushl $0x0
|
||||
Wine-dbg>list 2750
|
||||
list 2750
|
||||
list 2750
|
||||
2750 {
|
||||
2751 Fatal("Cannot get size of file %s", lpFileName);
|
||||
2752 }
|
||||
|
@ -192,7 +192,7 @@ Wine-dbg>print lpMap
|
|||
Wine-dbg>x lpMap
|
||||
40007000
|
||||
Wine-dbg> x/10x 0x40007000
|
||||
x/10x 0x40007000
|
||||
x/10x 0x40007000
|
||||
0x40007000 (KERNEL32_NULL_THUNK_DATA+0x37e4fe74): *** Invalid address 0x40007000 (KERNEL32_NULL_THUNK_DATA+0x37e4fe74)
|
||||
Wine-dbg>quit
|
||||
$
|
||||
|
@ -224,7 +224,7 @@ In 32 bit mode.
|
|||
Wine-dbg>b DumpFile:2767
|
||||
Breakpoint 2 at 0x081a0156 (DumpFile+0xe7 [dumpexe.c:2767])
|
||||
Wine-dbg>c
|
||||
Dump File: ./dumpexe.exe
|
||||
Dump File: ./dumpexe.exe
|
||||
Stopped on breakpoint 2 at 0x081a0156 (DumpFile+0xe7 [dumpexe.c:2767])
|
||||
Enter path to file dumpexe.c: ../de
|
||||
2767 lpMap = (LPSTR) MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 0);
|
||||
|
@ -248,7 +248,7 @@ Wine-dbg>n
|
|||
115 if (!size) size = fmap->size;
|
||||
0x080911d2 (MapViewOfFileEx+0x12 [file.c:115]): testl %ebx,%ebx
|
||||
Wine-dbg>list
|
||||
list
|
||||
list
|
||||
115 if (!size) size = fmap->size;
|
||||
116 if (!size) size = 1;
|
||||
117 return mmap ((caddr_t)st, size, fmap->prot,
|
||||
|
@ -286,7 +286,7 @@ MapViewOfFileEx:fmap optimized into register $esi
|
|||
Wine-dbg>print $ebx
|
||||
0x0001
|
||||
Wine-dbg>bt
|
||||
bt
|
||||
bt
|
||||
Backtrace:
|
||||
=>0 0x080911e2 (MapViewOfFileEx+0x22 [file.c:117])
|
||||
1 0x080911b0 (MapViewOfFile+0x20(handle=0x8e48c90, access=0x4, offhi=0x0, offlo=0x0, size=0x0) [file.c:104])
|
||||
|
@ -336,7 +336,7 @@ STRUCT
|
|||
Wine-dbg>print type_hash_table[1]
|
||||
0x08072020
|
||||
Wine-dbg>print *type_hash_table[1]
|
||||
print *type_hash_table[1]
|
||||
print *type_hash_table[1]
|
||||
{type=STRUCT, next=0x00000000, name="LOGPALETTE", un={basic={basic_type=8, output_format=" V M", basic_size=-128, b_signed=0}, bitfield={bitoff=8, nbits=0, basetype=0x081d56c0}, pointer={pointsto=0x00000008}, funct={rettype=0x00000008}, array={start=8, end=136140480, basictype=0x08043e80}, structure={size=8, members=0x081d56c0}, enumeration={members=0x00000008}}}
|
||||
Wine-dbg>
|
||||
|
||||
|
|
Loading…
Reference in New Issue