diff options
| author | SpiritCroc <dev@spiritcroc.de> | 2020-02-20 16:15:19 +0100 |
|---|---|---|
| committer | SpiritCroc <dev@spiritcroc.de> | 2020-02-20 16:15:19 +0100 |
| commit | aba7fab93b0de56479c04e313f75eebd7e7d5769 (patch) | |
| tree | ea58d7766bfdbcd4d1aa3c842fd540c0c5a58866 /scripts/gdb/linux/proc.py | |
| parent | 7d8883219cde3f0d993b6c87c180a9464b654d27 (diff) | |
| parent | d95bed04b9e6f49e0ff8454ed765b9e0ba1e8819 (diff) | |
Merge remote-tracking branch 'sony/aosp/LA.UM.7.1.r1' into q10.0-4.14q10.0-4.14
Change-Id: I130af189da62f8eaca8c732a2cf3d434b1c3f26d
Diffstat (limited to 'scripts/gdb/linux/proc.py')
| -rw-r--r-- | scripts/gdb/linux/proc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/proc.py b/scripts/gdb/linux/proc.py index 086d27223c0c..0aebd7565b03 100644 --- a/scripts/gdb/linux/proc.py +++ b/scripts/gdb/linux/proc.py @@ -41,7 +41,7 @@ class LxVersion(gdb.Command): def invoke(self, arg, from_tty): # linux_banner should contain a newline - gdb.write(gdb.parse_and_eval("linux_banner").string()) + gdb.write(gdb.parse_and_eval("(char *)linux_banner").string()) LxVersion() |
