mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 13:29:18 +02:00
+ log the error message from gdb/mi error result records to the gdb window
git-svn-id: trunk@29783 -
This commit is contained in:
parent
a1afce8a69
commit
850a321a23
@ -282,6 +282,8 @@ begin
|
||||
|
||||
for I := 0 to GDB.ConsoleStream.Count - 1 do
|
||||
GDBOutputBuf.Append(PChar(GDB.ConsoleStream[I]));
|
||||
if (GDB.ResultRecord.AsyncClass='error') and Assigned(GDB.ResultRecord.Parameters['msg']) then
|
||||
GDBErrorBuf.Append(PChar(GDB.ResultRecord.Parameters['msg'].AsString));
|
||||
ProcessResponse;
|
||||
Dec(command_level);
|
||||
stop_breakpoint_number := prev_stop_breakpoint_number;
|
||||
|
Loading…
Reference in New Issue
Block a user