Skip to content
Commit 6e3ef5da authored by Dodji Seketeli's avatar Dodji Seketeli
Browse files

Treat GDB communication as raw data (Closes: #634834)

	* src/dbgengine/nmv-gdb-engine.cc
	(GDBEngine::Priv::set_communication_charset): Support treating
	communication data as binary.
	(GDBEngine::Priv::launch_gdb_real): Treat our communication with
	GDB as binary communication.
	(GDBEngine::on_gdb_stdout_has_data_signal): Use std::string
	instead of UString to handle data we get from GDB.
	* src/dbgengine/nmv-gdbmi-parser.cc
	(GDBMIParser::parse_octal_escape_sequence): Treat octal escape
	sequence as representing file paths for now.
parent 1e256b25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment