This serie mainly:
- fix remaining code quality warnings,
- move creation of symt inside new PDB reader; it
doesn't change (yet) the old logic of creating
all symbolic information at debug info init.
--
v2: dbghelp: Create all symt* from new PDB reader.
dbghelp: Build compiland table for new PDB reader.
dbghelp: Beef up reading compiland header helper.
dbghelp: Load global symbols from DBI.
dbghelp: Return method_result from pdb_reader_request_cv_typeid.
dbghelp: Get rid of code quality warning.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8025
Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
Change-Id: I2a8099278fae6dcc45bc92fb1f1f606407fba000
Although MSDN does not mention that CreateFile can be used to create folders, it is actually supported.
Verified on WinXP, Win7, and Win10.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8033
Co-authored-by: Bernhard Übelacker <bernhardu(a)mailbox.org>
--
v5: server: Open file read-only when writing only attributes.
server: Open code FILE_UNIX_WRITE_ACCESS flags.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8030
Co-authored-by: Bernhard Übelacker <bernhardu(a)mailbox.org>
--
v4: server: Open file read-only when writing only attributes
server: Open code FILE_UNIX_WRITE_ACCESS flags
ntdll/tests: Test opening read-only files only for read/write attributes.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8030
Co-authored-by: Bernhard Übelacker <bernhardu(a)mailbox.org>
--
v2: server: Open file read-only when writing only attributes
server: Open code FILE_UNIX_WRITE_ACCESS flags
ntdll/tests: Test opening read-only files only for read/write attributes.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8030
Over the past several weeks I've been working on and off on this. I didn't track the hours but I'm sure that I've spent 80+ hours on the feature. I've tested and retested all known scenarios and it seems to be working as expected.
--
v39: cmd: Implement tab completion for command line entry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7843
Over the past several weeks I've been working on and off on this. I didn't track the hours but I'm sure that I've spent 80+ hours on the feature. I've tested and retested all known scenarios and it seems to be working as expected.
--
v38: cmd: Implement tab completion for command line entry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7843