Skip to content

Commit

Permalink
Gdbparser (#3372)
Browse files Browse the repository at this point in the history
* Remove CodeLite/code_completion_api.h (forget to remove it with CxxParser changes).

* Remove generated files for gdbparser
  • Loading branch information
Jarod42 authored May 31, 2024
1 parent e270963 commit 4325cc1
Show file tree
Hide file tree
Showing 16 changed files with 624 additions and 7,691 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ else()
add_subdirectory(abbreviation)
if(NOT DISABLE_CXX)
add_subdirectory(Gizmos)
add_subdirectory(gdbparser)
add_subdirectory(Debugger)
add_subdirectory(UnitTestCPP)
add_subdirectory(QmakePlugin)
Expand Down
72 changes: 0 additions & 72 deletions CodeLite/code_completion_api.h

This file was deleted.

2 changes: 1 addition & 1 deletion Debugger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ target_precompile_headers(${PLUGIN_NAME} REUSE_FROM PCH)

# Remove the "lib" prefix from the plugin name
set_target_properties(${PLUGIN_NAME} PROPERTIES PREFIX "")
target_link_libraries(${PLUGIN_NAME} ${LINKER_OPTIONS} ${wxWidgets_LIBRARIES} libcodelite plugin)
target_link_libraries(${PLUGIN_NAME} ${LINKER_OPTIONS} ${wxWidgets_LIBRARIES} libcodelite plugin libgdbparser)

cl_install_debugger(${PLUGIN_NAME})
1 change: 0 additions & 1 deletion Debugger/dbgcmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "debuggermanager.h"
#include "event_notifier.h"
#include "gdb_parser_incl.h"
#include "gdb_result_parser.h"
#include "gdbmi.hpp"
#include "gdbmi_parse_thread_info.h"
#include "precompiled_header.h"
Expand Down
77 changes: 0 additions & 77 deletions Debugger/gdb_parser_incl.h

This file was deleted.

Loading

0 comments on commit 4325cc1

Please sign in to comment.