Displaying 4 results from an estimated 4 matches for "extb".
Did you mean:
ext
2011 Apr 16
2
Chinese character is not shown properly for some programs
...tc,WenQuanYi Micro Hei\0"
"Microsoft YaHei"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"Microsoft YaHei Bold"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"MingLiU"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"MingLiU-ExtB"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"MingLiU_HKSCS"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"MingLiU_HKSCS-ExtB"=str(7):"wqy-microhei.ttc,WenQuanYi Micro Hei\0"
"MS Gothic"=str(7):"wqy-microhei.ttc,WenQuanYi...
2020 Jun 22
2
[RFC] A value-tracking LiveDebugValues implementation
...acking values. I noticed that
> a surprising amount of developers like to modify variables in the debugger
> [...]
This is really interesting, and as you say it's something that is already
happening today. Consider this:
#include <stdbool.h>
extern void ext(int);
extern bool extb(int, int);
void foo(int bar, int baz) {
ext(bar);
bool cont = true;
while (cont) {
cont = extb(bar, baz);
}
}
Compiled with a recent master -O2 -g and main() / other functions in another
file, we get this disassembly and location list for 'bar':
0x000000000040...
2020 Jun 18
4
[RFC] A value-tracking LiveDebugValues implementation
Hi debuginfo-cabal,
tl;dr: Let's please consider using a new implementation of LiveDebugValues
that produces richer information, might be slightly faster, but mostly will
support the instruction referencing and value tracking paradigm from my RFC [0]
rather than the location tracking that LiveDebugValues does today.
In that RFC, the main motivator is to treat variable locations a bit more
2013 Oct 11
0
Wine release 1.7.4
...dib driver.
gdi32: Return fake BBox when requesting empty glyph metrics.
gdi32: Fix the B spacing value of empty glyph.
po: Update Japanese translation.
gdi32: Don't modify output glyph metrics unless the function succeeds.
gdi32/tests: Skip linked font like SimSun-ExtB in fixed-pitch font selection.
Alexandre Julliard (32):
makefiles: Clean files from the top-level makefile where possible.
wineconsole: Run a command shell by default.
libwine: Add JNI initialisation support to start Wine from an Android activity.
configure: Use the correct...