February 23, 2021 LDC » Re: Debugging with LLDB on Windows | |||
|---|---|---|---|
| |||
...use the `cdb` console debugger. I've noted some discrepancies between VS and cdb too... | |||
February 28, 2018 Debuggers » Re: program compiled with -g flag give no debugging symbols found on gdb. | |||
|---|---|---|---|
| |||
...CodeView (CV) format for win32, so only cdb can be used. For win64 and mscoff32... | |||
June 15, 2017 General » Re: MS-COFF/PDB support in LLVM/LDC, where are we at? | |||
|---|---|---|---|
| |||
...vector_cdb.d https://github.com/ldc-developers/ldc/blob/master/tests/debuginfo/strings_cdb... | |||
March 07, 2017 General » Re: Phobos and LTO | |||
|---|---|---|---|
| |||
...lacking is debuginfos (.pdb) generation, so our CDB debugging tests failed (all others worked IIRC... | |||
September 17, 2015 Learn » mysql-native: SQL Transaction support? | |||
|---|---|---|---|
| |||
...cmdStartTran = cdb.Command("start transaction;");
cmdStartTran.execSQL();
And some inserts later:
auto cmdCommit = cdb.Command... | |||
April 14, 2015 Announce » Re: cdb reader and creator | |||
|---|---|---|---|
| |||
...to simply create cdb-compatible code, so i can work with cdb databases without resorting... | |||
April 14, 2015 Announce » Re: cdb reader and creator | |||
|---|---|---|---|
| |||
...i'd have a technical question about cdb, maybe a bit off-topic... Why it... | |||
April 14, 2015 Issues » [Issue 14446] New: ICE on invalid import | |||
|---|---|---|---|
| |||
...d tinycdbmk.d
=== tinycdb.d ===
module iv;
struct CDB {}
=== tinycdbmk.d ===
struct CDBMaker {
import tinycdb;
}
-- | |||
April 13, 2015 Announce » cdb reader and creator | |||
|---|---|---|---|
| |||
here is Cdb[1] reader and creator, in two small modules. reader: [2] creator: [3... | |||
March 04, 2015 IDEs » Re: Input wanted - Coedit new name | |||
|---|---|---|---|
| |||
...not writing these essential "core" features ? - ms CDB: http://forum.dlang.org/thread/dds1ei$2ff9... | |||
Copyright © 1999-2021 by the D Language Foundation