projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c753aef
)
Fix OutputEvent category
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Fri, 25 May 2018 19:18:21 +0000
(22:18 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Tue, 5 Jun 2018 15:08:23 +0000
(18:08 +0300)
src/debug/netcoredbg/protocol.h
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/protocol.h
b/src/debug/netcoredbg/protocol.h
index 611d323509a71fa9fd63d340ed9e1ec34a7e9c02..ae9b48c4b1f417fc72997dd7709fd8d394e5a377 100644
(file)
--- a/
src/debug/netcoredbg/protocol.h
+++ b/
src/debug/netcoredbg/protocol.h
@@
-176,7
+176,7
@@
struct OutputEvent
std::string source; // exposed for MI protocol
- OutputEvent(OutputCategory category, std::string output) : category(
OutputConsole
), output(output) {}
+ OutputEvent(OutputCategory category, std::string output) : category(
category
), output(output) {}
};
enum ModuleReason