Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
GlimmerBase
DataBaseContest
Commits
4297b6b1
Commit
4297b6b1
authored
1 year ago
by
liamy
Browse files
Options
Download
Patches
Plain Diff
nothing
parent
26972ee9
main
liam_debug
noah_debug
push_branch
zyw
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rmdb/.vscode/launch.json
+25
-0
rmdb/.vscode/launch.json
rmdb/Makefile
+16
-0
rmdb/Makefile
with
41 additions
and
0 deletions
+41
-0
rmdb/.vscode/launch.json
+
25
−
0
View file @
4297b6b1
...
@@ -29,6 +29,31 @@
...
@@ -29,6 +29,31 @@
],
],
"preLaunchTask"
:
"build rmdb"
"preLaunchTask"
:
"build rmdb"
},
},
{
"name"
:
"(gdb) Test Launch"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/build/bin/unit_test"
,
"args"
:
[
"liamDB"
],
"stopAtEntry"
:
false
,
"cwd"
:
"${fileDirname}"
,
"environment"
:
[],
"externalConsole"
:
false
,
"MIMode"
:
"gdb"
,
"setupCommands"
:
[
{
"description"
:
"Enable pretty-printing for gdb"
,
"text"
:
"-enable-pretty-printing"
,
"ignoreFailures"
:
true
},
{
"description"
:
"Set Disassembly Flavor to Intel"
,
"text"
:
"-gdb-set disassembly-flavor intel"
,
"ignoreFailures"
:
true
}
],
"preLaunchTask"
:
"build rmdb"
},
]
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rmdb/Makefile
0 → 100644
+
16
−
0
View file @
4297b6b1
server
:
rm
-rf
build
mkdir
build
cd
build
cmake ..
make rmdb
-j4
cd
..
client
:
cd
rmdb_client
rm
-rf
build
mkdir
build
cd
build
cmake ..
make rmdb_client <
-j4
>
|<
-j8
>
cd
..
cd
..
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets