1. make[1]: Entering directory '/var/abs/local/aur/edb-debugger/src/debugger/src'
  2. g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -DDEFAULT_PLUGIN_PATH=/usr/lib/edb/ -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4 -Iwidgets -I../include -Iqhexview -I../include/os/unix -Iedisassm -I../include/os/unix/linux -Iarch/x86_64 -I../include/arch/x86_64 -I.release-shared/moc -I.release-shared/uic -o .release-shared/obj/ArchProcessor.o arch/x86_64/ArchProcessor.cpp
  3. arch/x86_64/ArchProcessor.cpp:642:6: error: prototype for 'void ArchProcessor::setup_register_view(RegisterListWidget*)' does not match any in class 'ArchProcessor'
  4. void ArchProcessor::setup_register_view(RegisterListWidget *category_list) {
  5. ^
  6. In file included from arch/x86_64/ArchProcessor.cpp:19:0:
  7. arch/x86_64/ArchProcessor.h:42:15: error: candidate is: virtual void ArchProcessor::setup_register_view(QCategoryList*)
  8. virtual void setup_register_view(QCategoryList *category_list);
  9. ^
  10. arch/x86_64/ArchProcessor.cpp: In member function 'virtual void ArchProcessor::reset()':
  11. arch/x86_64/ArchProcessor.cpp:784:42: error: no matching function for call to 'ArchProcessor::update_register_view(QString, State)'
  12. update_register_view(QString(), State());
  13. ^
  14. arch/x86_64/ArchProcessor.cpp:784:42: note: candidate is:
  15. In file included from arch/x86_64/ArchProcessor.cpp:19:0:
  16. arch/x86_64/ArchProcessor.h:43:15: note: virtual void ArchProcessor::update_register_view(const QString&)
  17. virtual void update_register_view(const QString &default_region_name);
  18. ^
  19. arch/x86_64/ArchProcessor.h:43:15: note: candidate expects 1 argument, 2 provided
  20. arch/x86_64/ArchProcessor.cpp: At global scope:
  21. arch/x86_64/ArchProcessor.cpp:792:6: error: prototype for 'void ArchProcessor::update_register_view(const QString&, const State&)' does not match any in class 'ArchProcessor'
  22. void ArchProcessor::update_register_view(const QString &default_region_name, const State &state) {
  23. ^
  24. In file included from arch/x86_64/ArchProcessor.cpp:19:0:
  25. arch/x86_64/ArchProcessor.h:43:15: error: candidate is: virtual void ArchProcessor::update_register_view(const QString&)
  26. virtual void update_register_view(const QString &default_region_name);
  27. ^
  28. arch/x86_64/ArchProcessor.cpp:51:18: warning: 'QTreeWidgetItem* {anonymous}::create_register_item(QTreeWidgetItem*, const QString&)' defined but not used [-Wunused-function]
  29. QTreeWidgetItem *create_register_item(QTreeWidgetItem *parent, const QString &name) {
  30. ^
  31. arch/x86_64/ArchProcessor.cpp:357:6: warning: 'void {anonymous}::analyze_cmov(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  32. void analyze_cmov(const State &state, const edb::Instruction &inst, QStringList &ret) {
  33. ^
  34. arch/x86_64/ArchProcessor.cpp:374:6: warning: 'void {anonymous}::analyze_jump(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  35. void analyze_jump(const State &state, const edb::Instruction &inst, QStringList &ret) {
  36. ^
  37. arch/x86_64/ArchProcessor.cpp:407:6: warning: 'void {anonymous}::analyze_return(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  38. void analyze_return(const State &state, const edb::Instruction &inst, QStringList &ret) {
  39. ^
  40. arch/x86_64/ArchProcessor.cpp:425:6: warning: 'void {anonymous}::analyze_call(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  41. void analyze_call(const State &state, const edb::Instruction &inst, QStringList &ret) {
  42. ^
  43. arch/x86_64/ArchProcessor.cpp:495:6: warning: 'void {anonymous}::analyze_operands(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  44. void analyze_operands(const State &state, const edb::Instruction &inst, QStringList &ret) {
  45. ^
  46. arch/x86_64/ArchProcessor.cpp:554:6: warning: 'void {anonymous}::analyze_jump_targets(const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  47. void analyze_jump_targets(const edb::Instruction &inst, QStringList &ret) {
  48. ^
  49. arch/x86_64/ArchProcessor.cpp:584:6: warning: 'void {anonymous}::analyze_syscall(const State&, const Instruction&, QStringList&)' defined but not used [-Wunused-function]
  50. void analyze_syscall(const State &state, const edb::Instruction &inst, QStringList &ret) {
  51. ^
  52. Makefile:484: recipe for target '.release-shared/obj/ArchProcessor.o' failed
  53. make[1]: *** [.release-shared/obj/ArchProcessor.o] Error 1
  54. make[1]: Leaving directory '/var/abs/local/aur/edb-debugger/src/debugger/src'
  55. Makefile:40: recipe for target 'sub-src-make_default' failed
  56. make: *** [sub-src-make_default] Error 2