commit | 1308c464a8414ce3c6f79e172255fb90b5aa313d | [log] [tgz] |
---|---|---|
author | Kwok Cheung Yeung <kcy@codesourcery.com> | Mon Sep 09 17:36:40 2013 -0700 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Sep 24 10:47:07 2013 +0300 |
tree | 80fe86f5fedcb2446e3d7318112b915b7b58b341 | |
parent | dbf4f7965af974593da596ec12ac877d248efed6 [diff] |
linux-user: Check type of microMIPS break instruction microMIPS instructions that cause breakpoint exceptions come in 16-bit and 32-bit variants. When handling exceptions caused by such instructions, the instruction type needs to be taken into account when extracting the break code. The code has also been restructured for better clarity. Signed-off-by: Kwok Cheung Yeung <kcy@codesourcery.com> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>